Does anyone know how to make a patch that will "Get" all of the parameter numbers in a device?
Even better, the names of the parameters and the numbers?
I have been trying to access ALL parameters of Operator, but there are so many, and I am having trouble accessing the Connection A&B and Amount A&B section.
getting parameter numbers in a device???
Wed, 01/20/2010 - 22:46
#1
getting parameter numbers in a device???
Thu, 01/21/2010 - 11:01
#2
If you want to get a menu of device parameters then i think the command was M4L.api.SelectParameter. If you insert that into a bpatcher by creating a bpatcher object and then inspecting the object and choosing the file under Cycling74->patches->M4L API->M4L.api.SelectParameter.maxpat, then you should get a drop down list of all of the parameters to select. All of this would have to be done after you set the live.object to the path of the device.
I hope that helps.
Mike

Thanks!
I had forgotten about that. DANG!