linear knob movement in VSTI's not working ?
-
- KVRian
- 1356 posts since 26 Sep, 2002 from Montreal, CANADA
Hi,
just a quick note to say that I cant get linear knob movement working in most VST's.
I dont think there is an option to switch between linear and circular in T2.
This is important because it makes ALL the difference in the workflow of programming a VSTI.
Thanks !
just a quick note to say that I cant get linear knob movement working in most VST's.
I dont think there is an option to switch between linear and circular in T2.
This is important because it makes ALL the difference in the workflow of programming a VSTI.
Thanks !
-
- KVRAF
- 12977 posts since 29 Sep, 2003 from Ottawa, Canada
-
- KVRian
- 882 posts since 12 Mar, 2002 from London - UK
Some plugins can do this independently, but other plugins don't include the option in their own interface as they adhere to the main host setting (using getKnobMode() in VSTGUI etc.)Lunch Money wrote:This is completely dependent on the plug-in and has nothing to do with Tracktion whatsoever.
I don't use Tracktion, so I don't know if it has such a global setting. According to the docs it should be selectable between "circular, relativ circular, or linear".
-
- KVRAF
- 12977 posts since 29 Sep, 2003 from Ottawa, Canada
OK, I'm wrong then
. However, I can't think of any plug-ins that rely on the main host setting, and I've never come across a plug-in that failed to work in linear mode when it 'should'. All programmers that I'm familiar with always choose to call the knob mode in the plug-in itself.
What VSTi are being used?
What VSTi are being used?
-
- KVRian
- 1222 posts since 6 Jul, 2004
As mentioned in another post, Arturia's Moog synths seem to have this problem (I'm using the Modular V). In the stand-alone application, there's a choice between linear and rotary; in Tracktion, but also in other hosts like energyXT, it goes to rotary mode regardless. You have to hold down Alt to get linear mode, which is a bit of a bummer.Lunch Money wrote:OK, I'm wrong then![]()
. However, I can't think of any plug-ins that rely on the main host setting, and I've never come across a plug-in that failed to work in linear mode when it 'should'. All programmers that I'm familiar with always choose to call the knob mode in the plug-in itself.
What VSTi are being used?
pethu.se/music-releases
Not a part of the loudness war!
Not a part of the loudness war!
-
- KVRian
- Topic Starter
- 1356 posts since 26 Sep, 2002 from Montreal, CANADA
Anyways, cubase and probably other hosts have a setting allowing to switch between linear and circular. That makes the whole difference !
Just trying out a few synthedit VSTI's and without linear mode, its a bummer to program.
The only VST that I know of that cannot process linear movements was PPG2.V which was one of the early VSTI's.
All other VST's can use this linear movement if the host decides to...
Just trying out a few synthedit VSTI's and without linear mode, its a bummer to program.
The only VST that I know of that cannot process linear movements was PPG2.V which was one of the early VSTI's.
All other VST's can use this linear movement if the host decides to...
-
- KVRAF
- 12977 posts since 29 Sep, 2003 from Ottawa, Canada
-
- KVRist
- 230 posts since 25 Nov, 2004
Should be selectable as an option in Tracktion? Where?cold c wrote:I don't use Tracktion, so I don't know if it has such a global setting. According to the docs it should be selectable between "circular, relativ circular, or linear".
I would love to be able to change some of those stubborn circular knobs to linear!
-
- KVRian
- 882 posts since 12 Mar, 2002 from London - UK
Sorry I should have clarified, according to the Steinberg documentation for VSTGUI, VST-MA, Cubase blah etc, the values used in the Steinberg hosts and the SDK docs are "circular, relativ circular, or linear" (hence the spelling of 'relativ' in the SDK docs ).dealwithit wrote:Should be selectable as an option in Tracktion? Where?cold c wrote:I don't use Tracktion, so I don't know if it has such a global setting. According to the docs it should be selectable between "circular, relativ circular, or linear".
I would love to be able to change some of those stubborn circular knobs to linear!
BTW, even if a host setting is available there is still no guarantee the plugin will adhere to it.
Last edited by cold c on Fri Aug 12, 2005 3:50 am, edited 1 time in total.
-
- KVRist
- 230 posts since 25 Nov, 2004
Thanks, I knew there was no setting in T to do this. Damn, now you make me want it (although, as you say, the plugs that I want to use it for won't necessarily adhere to the host's setting).
-
- KVRAF
- 12977 posts since 29 Sep, 2003 from Ottawa, Canada
-
- KVRist
- 230 posts since 25 Nov, 2004
Yeah, I think I got it now. Tracktion doesn't care how it's coded, it works however the programmer decided it should. In Cubase and maybe others, you can set it to linear, circular, whatever you want (I own Cubase and did not know that).
Makes me wonder: what is T's default? If it's not hard coded by the plugin developer?
Makes me wonder: what is T's default? If it's not hard coded by the plugin developer?
-
- KVRian
- Topic Starter
- 1356 posts since 26 Sep, 2002 from Montreal, CANADA
The defaut in tracktion is leaved to te default of the plug.
I've tried quite a few plugs and nearly all of them are able to be switched to linear.
I've tried quite a few plugs and nearly all of them are able to be switched to linear.
-
- KVRist
- 230 posts since 25 Nov, 2004
What if the plug doesn't specify? I'm thinking T's default is linear, because if a plugin doesn't provide a GUI, you get the default GUI that uses linear sliders.
How are you switching them to linear?yul wrote: I've tried quite a few plugs and nearly all of them are able to be switched to linear.
Last edited by dealwithit on Sat Aug 13, 2005 4:06 pm, edited 1 time in total.
-
- KVRist
- 230 posts since 25 Nov, 2004
oops, double post.

