Module Configuration String
wilw410
Posts: 14
I am using a Precis DSP 18x18 for the first time. I am having a little trouble understanding the configuration string for the AMX module. Can someone explain the meaning of the various values in the configuration string?
0
Comments
SEND_STRING dvAutoPatchPrecis1,'CI1O18T' // CHANGE output 18 to input 1
SEND_STRING dvAutoPatchPrecis1,'SO18T' // status of output 18
Then using the string data_event for the switcher parse the data.
There is software that AP has that will configure the string for you.
Paul
No. If you feel dumb then there is likely something else going on.
Paul
Just out of curiosity why are you using an AMX Module for Autopatch? Would it be much simpler to just write code for it?
something.
I've been debating that one myself ... I have a large project (two actually) using several Autopatches each, and I'm just not seeing where the Duet overhead is worth it. So much of it seems to be for mimicking a mixing board on the touch panel ... all operations I prefer to keep entirely transparent to the user.
I have a module too, but mine is entirely stripped down to actually switching and setting levels. As I said, I have no real use for a UI with sliders; I hide all that from the end user.