Topic: automation
- This topic has 9 replies, 3 voices, and was last updated 20 years, 7 months ago by
jens.
-
July 21, 2005 at 18:26 #600
stuParticipantHi Frits,
I was automating a synth the other day and I noticed that the curve edit mesure only goes up to 100. Most synths have 127, I just thought it might be better if the mesure went up to 127 because then what you see in the curve edit value will reflect whats going on in the synth. Maybe you could add an otpion were you could change this value, what do you think ❓ .July 21, 2005 at 20:47 #5109
ZynewaveKeymasterIf the parameter was a plugin parameter, then the value should go from 0.00 to 1.00. Is that what you mean? If the parameter was a MIDI parameter then the value by default goes from 0 to 127. You can change this in the properties of the parameter, by adjusting the value range settings.
July 23, 2005 at 19:14 #5140
stuParticipantIt was a parameter for a plugin synth, a vst parameter. So can I change the value from 00 1.00 to 00 1.27. If so could you give me a quick walk through of how to do this.
many thanks
Stu
July 23, 2005 at 19:35 #5141
ZynewaveKeymasterEnter the properties dialog for the parameter. If it is a plugin parameter, the value range should be set to 0..0. This means that the internal floating point resolution of the VST parameter is used. If you change the range settings to an integer range such as 0..127, then Podium will convert the internal floating point range of the VST paramter to this integer value range when writing parameter values in the curve editor and on the mixer sliders etc.
This will only work if you are certain that the VST parameter in the plugin editor is actually using the range 0..127. The normal floating point resolution of VST parameters has a much higher resolution. The 0.00 to 1.00 range that Podium displays is a rounded value.
Also note that when the value is written as 0.00 to 1.00, this represents the full value range for the parameter. Changing this to a range of 0..127 will not increase the range.
July 24, 2005 at 20:18 #5154
stuParticipantThanks fo that 🙂 . I just wanted a way of displaying the range that comes up when I edit the actual synth (0-127). Ive done what you said and changed it in the properties but I just put 0-127 instead of 0.00 1.27, will this work O.K.
July 24, 2005 at 20:23 #5155
ZynewaveKeymasterjust put 0-127 instead of 0.00 1.27, will this work O.K.
Yes. You can only enter integer numbers for the value range, so 1.27 is a no go.
July 24, 2005 at 20:36 #5159
stuParticipantThanks again 😀
July 25, 2005 at 17:44 #5167
jensParticipant@stu wrote:
Thanks fo that 🙂 . I just wanted a way of displaying the range that comes up when I edit the actual synth (0-127). Ive done what you said and changed it in the properties but I just put 0-127 instead of 0.00 1.27, will this work O.K.
what vst-parameter is it exactly that you wanted to automate? 🙂
Are there really vst-plugins with parameters which have 7bit resolution?
– Wouldn’t this actually contradict the vst-specs? 😕
July 26, 2005 at 00:51 #5169
ZynewaveKeymasterAre there really vst-plugins with parameters which have 7bit resolution?
If you have a VST parameter that is used to select e.g. 5 different filter types, then the values stored in the plugin and sent to the host would typically be 0.00, 0.25, 0.50, 0.75, 1.00. The plugin would of course accept values from the host in the entire 0.0 .. 1.0 range and just round to the nearest valid value. In this case, defining the parameter in Podium as having a value range of 0 .. 4 would make it easier to read and set the quantized value, thus avoiding an infinite resolution value dial.
July 26, 2005 at 09:53 #5174
jensParticipantah I see – thanks for clarifying, Frits! 😀
- You must be logged in to reply to this topic.
