This kinda freaks me out.
It's impossible to set velosity layers with %.
Velocity range is 0-127.
Per cent range is 0-100.
That would be 100 devided in 127.
It's almost 0.8.
Com on, surely I must have missed something.
You can probably change this in the setup page, right, or?
Am I the only one?
Velocity Layers by numbers not %
-
- KVRer
- 23 posts since 19 Dec, 2007
Eric
-
MeldaProduction MeldaProduction https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=176122
- KVRAF
- 14325 posts since 15 Mar, 2008 from Czech republic
In MDrummer, everything is made in percents. This is much easier to use. The 0-127 range is archaic, made by MIDI a long time ago due to technical reasons (there are no cents btw.). We use 64-bit accuracy for all values and in range 0..100% (technically 0-1). If you really need to use the MIDI values for any reason, just convert them like this:
percents = midivelocity / 127
percents = midivelocity / 127
