midi interpolator between 127 midi values
- the19thbear
- Posts: 1499
- Joined: Thu Feb 20, 2003 4:00 pm
- Location: Denmark
- Contact:
midi interpolator between 127 midi values
I want a midi "smoothener" to use with my bcf200 and scope synths!
if you dont know what i'm talking about read below:
QUOTE from the problems forum:
i asked this question before but never found the solution, so here i go again
i have the bcf2000 midi controller. If i assign it to control, lets say the filter cutoff of a scope synth, lets say i know 007, i get uneven movement response: the filter has an audible uneven filter sweep, ( it skips certain freq's, = if i move a fader up slowly, the cutt off should rise slowly analogieously with the fader, but it skips certain points in the movement..). I can cotrolle some scope synth fine, and all my vst synth perfectly, so the problem is within scope, or at least within most scope synths..
( there are a few synths that work fine, but most of them have this problem)
any solutions?
Back to top
stardust
Levitating Fire-Breathing Pulsar Overlord
Joined: 31 Jan 2004
Posts: 4000
Location: squornhoellisch zeta
Posted: 24 Apr 2007 20:51 Post subject:
--------------------------------------------------------------------------------
It is a question of interpolating between the 127 midi values.
There are SDK modules to do that.
Also in Flexor there are modules to handle that.
These synths do not seem to be built with that modules in sdk.
END QUOTE
so it can be done with sdk modules!! anybody out there who would like to make a device that smoothens things up????
THANKS!
if you dont know what i'm talking about read below:
QUOTE from the problems forum:
i asked this question before but never found the solution, so here i go again
i have the bcf2000 midi controller. If i assign it to control, lets say the filter cutoff of a scope synth, lets say i know 007, i get uneven movement response: the filter has an audible uneven filter sweep, ( it skips certain freq's, = if i move a fader up slowly, the cutt off should rise slowly analogieously with the fader, but it skips certain points in the movement..). I can cotrolle some scope synth fine, and all my vst synth perfectly, so the problem is within scope, or at least within most scope synths..
( there are a few synths that work fine, but most of them have this problem)
any solutions?
Back to top
stardust
Levitating Fire-Breathing Pulsar Overlord
Joined: 31 Jan 2004
Posts: 4000
Location: squornhoellisch zeta
Posted: 24 Apr 2007 20:51 Post subject:
--------------------------------------------------------------------------------
It is a question of interpolating between the 127 midi values.
There are SDK modules to do that.
Also in Flexor there are modules to handle that.
These synths do not seem to be built with that modules in sdk.
END QUOTE
so it can be done with sdk modules!! anybody out there who would like to make a device that smoothens things up????
THANKS!
- the19thbear
- Posts: 1499
- Joined: Thu Feb 20, 2003 4:00 pm
- Location: Denmark
- Contact:
nl
thanks! i was told that it can be done, and that flexor has a module that can do it! then it should be possible to do it with sdk as well??
- the19thbear
- Posts: 1499
- Joined: Thu Feb 20, 2003 4:00 pm
- Location: Denmark
- Contact:
jhi
well well.... almost all of the scope synths sound like crap when i control them....
can the midi be interpoled in before it goes into scope?? maybe in cubase?
thanks!!

thanks!!
Re: jhi
Well, in this single case it has nothing to do with midi implementation, but the protocol itself, see below.hubird wrote:Scope's Midi implementation is said to be weak more often.
You're right with your statement in general, though

isn't that a little bit over the top ?the19thbear wrote:well well.... almost all of the scope synths sound like crap when i control them....![]()
nope, midi is midi is midi .. midi controler have 128 steps. This needs to be solved inside the device (they'll still have 128 steps, but the changeover doesn't come that harsh).can the midi be interpoled in before it goes into scope?? maybe in cubase?
There's nothing you can do from the outside, if you wanna use midi for automating, beside using pitchbend (which is not possible in scope beside for .. well .. pitch bending synths).
It'd would be great though, if one could use audio signal resolution to controle/modulate, however this is not to be expected in the near future due to the missing hardware needed

In the modular you can assign MIDI CC to a modulator, for example a constant value. it's output is not MIDI anymore and there the signal can be smoothed. This is usually what is done also inside well built synth devices, the thing to remember is that you can't "dezip" the MIDI signals, only the modulating ones.
Re: nl
As alfonso said the signal is converted from midi to audio and then modulated accordly. This works only inside the modular shell, but not for the synths because they aren't builded with such a feature. They have only midi controls and, as Gary said, there's some protocol limitation (128 steps)the19thbear wrote:thanks! flexor has a module that can do it! then it should be possible to do it with sdk as well??
Welcome to the dawning of a new empire
alfonso, can you tell me which mod module does extract the different midi control channels into modulation signals which can be smoothed out with the flexor module?alfonso wrote:In the modular you can assign MIDI CC to a modulator, for example a constant value. it's output is not MIDI anymore and there the signal can be smoothed. This is usually what is done also inside well built synth devices, the thing to remember is that you can't "dezip" the MIDI signals, only the modulating ones.
the standard MVC only has outputs for velocity and aftertouch
hifiboom wrote:alfonso, can you tell me which mod module does extract the different midi control channels into modulation signals which can be smoothed out with the flexor module?alfonso wrote:In the modular you can assign MIDI CC to a modulator, for example a constant value. it's output is not MIDI anymore and there the signal can be smoothed. This is usually what is done also inside well built synth devices, the thing to remember is that you can't "dezip" the MIDI signals, only the modulating ones.
the standard MVC only has outputs for velocity and aftertouch
The Value modules, Adern's and CWA's Constant. You assign a MIDI CC to their faders in order to control them with a MIDI message and then you can smoothen their output before it reaches the modulation input.
alfonso,alfonso wrote:hifiboom wrote:alfonso, can you tell me which mod module does extract the different midi control channels into modulation signals which can be smoothed out with the flexor module?alfonso wrote:In the modular you can assign MIDI CC to a modulator, for example a constant value. it's output is not MIDI anymore and there the signal can be smoothed. This is usually what is done also inside well built synth devices, the thing to remember is that you can't "dezip" the MIDI signals, only the modulating ones.
the standard MVC only has outputs for velocity and aftertouch
The Value modules, Adern's and CWA's Constant. You assign a MIDI CC to their faders in order to control them with a MIDI message and then you can smoothen their output before it reaches the modulation input.
so basically its "constant val--->val smoother"?
Scope, Android, Web, PC Plugins and Sounds:
http://www.oceanswift.net
Music
https://faxinadu.bandcamp.com/
http://www.oceanswift.net
Music
https://faxinadu.bandcamp.com/
- the19thbear
- Posts: 1499
- Joined: Thu Feb 20, 2003 4:00 pm
- Location: Denmark
- Contact:
?
so i take a constant value module and let a controller control the value slider, and connect to a smoothener, and then connect the smoothener out to lets say a filters cutoff mod input?? right?`
what cw module do you use to smoothen out the output of the constant value?
thanks!!
what cw module do you use to smoothen out the output of the constant value?
thanks!!
-
- Posts: 1454
- Joined: Tue Dec 11, 2001 4:00 pm
- Location: California
- Contact:
Full 32-bit modulation, which will be smooth, is only possible WITHIN a device, including a single instance of Modular. It has a resolution of 0 to 2147483647 or -2147483647 to 2147483647. Some of CW's later synths have 32-bit interpolation built in -- MinIMax, for instance. But if a synth does not come with internal interpolation, you're out of luck, because the only way synths and keyboard controllers can talk to each other is through MIDI CC, which has 128 steps only.
There is one function of MIDI that is high resolution, and that's RPN (Registered Parameter Number) -- but no keyboard controller nor any synths support it, and I've never been able to figure out why.
Hope that clarifies things,
Shayne
There is one function of MIDI that is high resolution, and that's RPN (Registered Parameter Number) -- but no keyboard controller nor any synths support it, and I've never been able to figure out why.

Hope that clarifies things,
Shayne
Melodious Synth Radio
http://www.melodious-synth.com
Melodious synth music by Binary Sea
http://www.binary-sea.com
http://www.melodious-synth.com
Melodious synth music by Binary Sea
http://www.binary-sea.com
- the19thbear
- Posts: 1499
- Joined: Thu Feb 20, 2003 4:00 pm
- Location: Denmark
- Contact:
thanks
thank you! I can make it smoothe in mod 2 using the trick to filter the midi signal with a 6db filter. But i agree with you! why dont any synths respond to RPN?? It is SO smooth! if i use my bcf2000 to control a volume slider in the scope mixer, then it sounds bad because i can hear the 127 little steps in volume! well well.. that would be a dream come true: a mixer that supports rpn.. or atleast has internal interpolation....
THANKS!
THANKS!