First of all, many thanks to Patrice for inviting me to this private forum.
Few words to introduce myself, I am an electronics/software engineer and I am used to deal with microcontrollers and real time systems. A looong time ago, I started to use Windev 16 for a professional usage in an industrial company. Then I bought it for my private projects and I am currenty with Windev 20.
I am a passionated engineer and I developped various projects as part of my hobby activities. I found Windev very useful as I didn't invest the time needed to learn C++ and Windows APIs programming (though I can do rather well in C programming IMO). Windev was an easy way to build various projects quickly but as you know it already for sure, it has limitations (btw all systems have pros and cons)
I am currently using Windev to build a UI to communicate with a microcontroller sending commands and exchanging data. I am working for 2 years now on a very special equipment that is a kind of sophisticated vaporizer and I want to combine it with a generator of audio and visual stimuli. I found your website by googling Windev + Audio.
I downloaded your demo of BassBox and I want to congratulate you for this amazing piece of software. The Wow effect is there, be sure of it !
Coming back to my post, I would like to know if it would be possible to modify Bassbox settings through a serial line. My current need would be to be able to adjust the audio volume, change the equalizer settings, switch the visual pattern generators, control a play list and reduce/accelerate the speed of an audio file. In a nutshell to modify the BassBox UI settings based on information received from a slave device.
Just to give you a tentative direction, an idea might be to include in Bassbox a polling routine, that periodically send a command to my system through a serial line, my system being a slave, and based on the answer from this slave, Bassbox will adjust the required setting. Something like that..
looking at it from multiple angles, I understood that there are maybe solutions around Windows APO ? or other softwares that can be controlled through APIs but first usually they don't have a generator of visual patterns and second I am not skilled enough to develop the interface with their API... everybody has his own limits !
My current goal is to develop a proof of concept at this stage. It is a very serious hobby where I invested already a lot of time (and money). The audio/visual part is important but is not the key point of this project.
Happy to know your opinion or recommandations about this or if you have any other potential alternatives in mind. Any ideas more than welcomed !
And very sorry for this first post that is maybe too loooong...