ArrayArrayArrayArrayArrayArrayArrayArrayArray BrainModular BrainModular Users Forum 2009-01-03T09:44:44+02:00 https://brainmodular.org/forums/app.php/feed/topic/1060 2009-01-03T09:44:44+02:00 2009-01-03T09:44:44+02:00 https://brainmodular.org/forums/viewtopic.php?t=1060&p=6904#p6904 <![CDATA[VST Parameter Control Combobox]]>
I have this working with MIDI input, but there is a limit of 128 elements this way, and I'd like access to all of them. I'm not sure I quite understand the difference between VST host control and MIDI control, so correct me if I am wrong. I just realized that I can control many more than 128 presets in a VSTi from within Usine, so I'm assuming this would also be true of parameters.

Also, you can have finer-grained control over parameters with direct data than with MIDI. Useful if I am sweeping a filter with a Usine LFO.....

I realize a combobox for parameters and a data input for values is a 'monophonic' solution, but I'm assuming if I could control the parameter input programmatically, I could send several streams of data "simultaneously" by pairing parameter number and value in a data array.

Of course, you could also implement this with a single array input, that expects parameter/data pairs.

cheers!
-e

Statistics: Posted by woodslanding — 03 Jan 2009, 08:44


]]>
2008-10-27T11:11:04+02:00 2008-10-27T11:11:04+02:00 https://brainmodular.org/forums/viewtopic.php?t=1060&p=5926#p5926 <![CDATA[VST Parameter Control Combobox]]>
Ciao,
Goyya :)

Statistics: Posted by goyya76 — 27 Oct 2008, 10:11


]]>
2008-10-27T09:55:08+02:00 2008-10-27T09:55:08+02:00 https://brainmodular.org/forums/viewtopic.php?t=1060&p=5920#p5920 <![CDATA[VST Parameter Control Combobox]]> let me think about this suggestions (not so easy to implement!)

Statistics: Posted by senso — 27 Oct 2008, 08:55


]]>
2008-10-26T15:05:59+02:00 2008-10-26T15:05:59+02:00 https://brainmodular.org/forums/viewtopic.php?t=1060&p=5909#p5909 <![CDATA[VST Parameter Control Combobox]]>
If there's no way, it could become a suggestion!

Ciao,
Goyya :)

Statistics: Posted by goyya76 — 26 Oct 2008, 14:05


]]>
2008-10-25T21:07:31+02:00 2008-10-25T21:07:31+02:00 https://brainmodular.org/forums/viewtopic.php?t=1060&p=5900#p5900 <![CDATA[VST Parameter Control Combobox]]>
thanks,

Goyya :)

EDIT: i tried it - fantastic! thanks a lot....i could not believe it was so simple!

Statistics: Posted by goyya76 — 25 Oct 2008, 21:07


]]>
2008-10-25T20:46:24+02:00 2008-10-25T20:46:24+02:00 https://brainmodular.org/forums/viewtopic.php?t=1060&p=5899#p5899 <![CDATA[VST Parameter Control Combobox]]> with only ctrl you have a slider...;-)

Statistics: Posted by nay-seven — 25 Oct 2008, 20:46


]]>
2008-10-25T20:31:10+02:00 2008-10-25T20:31:10+02:00 https://brainmodular.org/forums/viewtopic.php?t=1060&p=5897#p5897 <![CDATA[VST Parameter Control Combobox]]> Actually, i was reading the forum and was ready to post a similar suggestion: if i link a knob to a VST parameter, it would be nice that the knob automatically gets the name of the parameter (so you don't have to type it manually.....) - maybe it's simpler than the combo box??

Ciao,
Goyya :)

Statistics: Posted by goyya76 — 25 Oct 2008, 20:31


]]>
2008-10-15T10:05:34+02:00 2008-10-15T10:05:34+02:00 https://brainmodular.org/forums/viewtopic.php?t=1060&p=5672#p5672 <![CDATA[VST Parameter Control Combobox]]> It not an easy job to do that, but not impossible!
let me think about it.

Statistics: Posted by senso — 15 Oct 2008, 10:05


]]>
2008-10-15T06:30:31+02:00 2008-10-15T06:30:31+02:00 https://brainmodular.org/forums/viewtopic.php?t=1060&p=5663#p5663 <![CDATA[VST Parameter Control Combobox]]>
But there is another similar kind of functionality I'd like to see Usine enable too. It would be nice to be able to automatically populate a combo box with the parameter names of a given VST, and use that to route controller input to the vst.

This would help the problem of VSTs with lots of parameters taking up so much space in the patchbay. If you just had an input called -parameter- (visible in the compact version of the vst) you could control-drag from it to create a special parameter combo box. Whatever control input you assign to the combo box would be routed to the selected parameter in the vst.

This is how my current setup works, and I love it, because I don't have to decide in advance which parameters I want to control in a vst. I can just select 'filter cutoff' from the combobox associated with a particular MIDI knob input, and start twiddling.

Of course, I can do this now in Usine the same way I did it in Reaktor, but I have to type in all the parameter values manually. And now I'm spoiled in Usine by not typing in preset names ;)


cheers!
-eric

Statistics: Posted by woodslanding — 15 Oct 2008, 06:30


]]>
BrainModular BrainModular Users Forum 2009-01-03T09:44:44+02:00 https://brainmodular.org/forums/app.php/feed/topic/1060 2009-01-03T09:44:44+02:00 2009-01-03T09:44:44+02:00 https://brainmodular.org/forums/viewtopic.php?t=1060&p=6904#p6904 <![CDATA[VST Parameter Control Combobox]]>
I have this working with MIDI input, but there is a limit of 128 elements this way, and I'd like access to all of them. I'm not sure I quite understand the difference between VST host control and MIDI control, so correct me if I am wrong. I just realized that I can control many more than 128 presets in a VSTi from within Usine, so I'm assuming this would also be true of parameters.

Also, you can have finer-grained control over parameters with direct data than with MIDI. Useful if I am sweeping a filter with a Usine LFO.....

I realize a combobox for parameters and a data input for values is a 'monophonic' solution, but I'm assuming if I could control the parameter input programmatically, I could send several streams of data "simultaneously" by pairing parameter number and value in a data array.

Of course, you could also implement this with a single array input, that expects parameter/data pairs.

cheers!
-e

Statistics: Posted by woodslanding — 03 Jan 2009, 08:44


]]>
2008-10-27T11:11:04+02:00 2008-10-27T11:11:04+02:00 https://brainmodular.org/forums/viewtopic.php?t=1060&p=5926#p5926 <![CDATA[VST Parameter Control Combobox]]>
Ciao,
Goyya :)

Statistics: Posted by goyya76 — 27 Oct 2008, 10:11


]]>
2008-10-27T09:55:08+02:00 2008-10-27T09:55:08+02:00 https://brainmodular.org/forums/viewtopic.php?t=1060&p=5920#p5920 <![CDATA[VST Parameter Control Combobox]]> let me think about this suggestions (not so easy to implement!)

Statistics: Posted by senso — 27 Oct 2008, 08:55


]]>
2008-10-26T15:05:59+02:00 2008-10-26T15:05:59+02:00 https://brainmodular.org/forums/viewtopic.php?t=1060&p=5909#p5909 <![CDATA[VST Parameter Control Combobox]]>
If there's no way, it could become a suggestion!

Ciao,
Goyya :)

Statistics: Posted by goyya76 — 26 Oct 2008, 14:05


]]>
2008-10-25T21:07:31+02:00 2008-10-25T21:07:31+02:00 https://brainmodular.org/forums/viewtopic.php?t=1060&p=5900#p5900 <![CDATA[VST Parameter Control Combobox]]>
thanks,

Goyya :)

EDIT: i tried it - fantastic! thanks a lot....i could not believe it was so simple!

Statistics: Posted by goyya76 — 25 Oct 2008, 21:07


]]>
2008-10-25T20:46:24+02:00 2008-10-25T20:46:24+02:00 https://brainmodular.org/forums/viewtopic.php?t=1060&p=5899#p5899 <![CDATA[VST Parameter Control Combobox]]> with only ctrl you have a slider...;-)

Statistics: Posted by nay-seven — 25 Oct 2008, 20:46


]]>
2008-10-25T20:31:10+02:00 2008-10-25T20:31:10+02:00 https://brainmodular.org/forums/viewtopic.php?t=1060&p=5897#p5897 <![CDATA[VST Parameter Control Combobox]]> Actually, i was reading the forum and was ready to post a similar suggestion: if i link a knob to a VST parameter, it would be nice that the knob automatically gets the name of the parameter (so you don't have to type it manually.....) - maybe it's simpler than the combo box??

Ciao,
Goyya :)

Statistics: Posted by goyya76 — 25 Oct 2008, 20:31


]]>
2008-10-15T10:05:34+02:00 2008-10-15T10:05:34+02:00 https://brainmodular.org/forums/viewtopic.php?t=1060&p=5672#p5672 <![CDATA[VST Parameter Control Combobox]]> It not an easy job to do that, but not impossible!
let me think about it.

Statistics: Posted by senso — 15 Oct 2008, 10:05


]]>
2008-10-15T06:30:31+02:00 2008-10-15T06:30:31+02:00 https://brainmodular.org/forums/viewtopic.php?t=1060&p=5663#p5663 <![CDATA[VST Parameter Control Combobox]]>
But there is another similar kind of functionality I'd like to see Usine enable too. It would be nice to be able to automatically populate a combo box with the parameter names of a given VST, and use that to route controller input to the vst.

This would help the problem of VSTs with lots of parameters taking up so much space in the patchbay. If you just had an input called -parameter- (visible in the compact version of the vst) you could control-drag from it to create a special parameter combo box. Whatever control input you assign to the combo box would be routed to the selected parameter in the vst.

This is how my current setup works, and I love it, because I don't have to decide in advance which parameters I want to control in a vst. I can just select 'filter cutoff' from the combobox associated with a particular MIDI knob input, and start twiddling.

Of course, I can do this now in Usine the same way I did it in Reaktor, but I have to type in all the parameter values manually. And now I'm spoiled in Usine by not typing in preset names ;)


cheers!
-eric

Statistics: Posted by woodslanding — 15 Oct 2008, 06:30


]]>