ArrayArrayArrayArray
BrainModularBrainModular Users Forum2016-08-21T09:46:48+02:00https://brainmodular.com/forums/app.php/feed/topic/54612016-08-21T09:46:48+02:002016-08-21T09:46:48+02:00https://brainmodular.com/forums/viewtopic.php?t=5461&p=35691#p35691So, normally, you just need to scale the knob output value (let's say 400 in your case) to 1.0, simply by adding a divider of 1/400 between the knob output and the VST parameter input. Take care however that some parameters can have a non-null value at minimum. So you will probably need to code something in the form y=ax+b between the knob output and the VST parameter input (typical example would be a delay between 10 and 1000ms : the knob shall start at 10, leading to a value of 0 to the plugin input)
Statistics: Posted by imodularsynth — 21 Aug 2016, 09:46
]]>2016-07-11T05:53:07+02:002016-07-11T05:53:07+02:00https://brainmodular.com/forums/viewtopic.php?t=5461&p=35606#p35606Statistics: Posted by Ariajazz — 11 Jul 2016, 05:53
]]>
2016-06-25T10:18:58+02:002016-06-25T10:18:58+02:00https://brainmodular.com/forums/viewtopic.php?t=5461&p=35532#p35532- check the range of values expected by your compressor's attack (for ex 0...1) - check the dispayed range (here 0...400ms) - build a fader going from 0...400 (integer values), link it to a scale module which will convert 0...400 to 0...1
So you have your chain : fader - scale - compressor
]]>2016-06-25T07:31:56+02:002016-06-25T07:31:56+02:00https://brainmodular.com/forums/viewtopic.php?t=5461&p=35530#p35530Statistics: Posted by Ariajazz — 25 Jun 2016, 07:31
]]>BrainModularBrainModular Users Forum2016-08-21T09:46:48+02:00https://brainmodular.com/forums/app.php/feed/topic/54612016-08-21T09:46:48+02:002016-08-21T09:46:48+02:00https://brainmodular.com/forums/viewtopic.php?t=5461&p=35691#p35691So, normally, you just need to scale the knob output value (let's say 400 in your case) to 1.0, simply by adding a divider of 1/400 between the knob output and the VST parameter input. Take care however that some parameters can have a non-null value at minimum. So you will probably need to code something in the form y=ax+b between the knob output and the VST parameter input (typical example would be a delay between 10 and 1000ms : the knob shall start at 10, leading to a value of 0 to the plugin input)
Statistics: Posted by imodularsynth — 21 Aug 2016, 09:46
]]>2016-07-11T05:53:07+02:002016-07-11T05:53:07+02:00https://brainmodular.com/forums/viewtopic.php?t=5461&p=35606#p35606Statistics: Posted by Ariajazz — 11 Jul 2016, 05:53
]]>2016-06-25T10:18:58+02:002016-06-25T10:18:58+02:00https://brainmodular.com/forums/viewtopic.php?t=5461&p=35532#p35532- check the range of values expected by your compressor's attack (for ex 0...1) - check the dispayed range (here 0...400ms) - build a fader going from 0...400 (integer values), link it to a scale module which will convert 0...400 to 0...1
So you have your chain : fader - scale - compressor
]]>2016-06-25T07:31:56+02:002016-06-25T07:31:56+02:00https://brainmodular.com/forums/viewtopic.php?t=5461&p=35530#p35530Statistics: Posted by Ariajazz — 25 Jun 2016, 07:31
]]>