xap-audio
Hi Brett,
Would it be a big job to expand HAHs xap with the xap-audio schema?
Specifically for the plugboard and allowing it to interact with audio devices or have I misunderstood and it already can? I have tried to create xap-audio messages but they don't seem to work.
Loving all the updates, great work.
Gary
LUA script can push out whatever xap message you like, it can also respond to incoming xap messages. So I'm not sure what additional support you are after.
If you want to live on the edge you can update to the beta of the new lua engine - be warned there are dragons. None of your existing scripts will work until recoded.
I'm still trying to get my head around exactly what form it should take myself. Having said that it can do some pretty amazing things that the old engine just can't do.
Hi Gary,
If you are rolling a Plugboard script, it should be possible to send most any xAP message. If you have an existing xAP enabled audio app that can successfully control your audio device, capture a message from this using xFx. Then code some Lua to exactly emulate the message, checking with xFx as you go.
Cheers,
Derek.