getting parameter numbers in a device???

3 posts / 0 new
Last post
JuanSOLO
Offline
Joined: 11/24/2009
getting parameter numbers in a device???

 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. 

mchenetz's picture
mchenetz
Offline
Joined: 09/17/2009

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

Anonymous

Thanks!

I had forgotten about that. DANG!