Audiotool board archive

Why is the max note velocity 127?

Lighter Green Music · started 2024-07-11 19:18 · updated 2024-07-23 19:12

127 is just a weird number.

Comments (7)

2024-07-11 19:21 · 2024-07-11

oh we dont talk about that

JackNjelly · reply
2024-07-11 19:21 · 2024-07-11

cuz white noise maybe

2024-07-11 19:45 · 2024-07-11

Midi data has 128 points (I forget the technical term).
This is displayed in a scale from 0 - 127.
This goes for all midi functions.
When you turn a midi controller knob from left to right, it travels from 0 - 127. This data is then converted to whatever scale it needs to be within the program.

I think it's to do with bitrate stuff..maybe. 128, 256, 512, 1024, 2048, 4096 etc.

2024-07-11 20:05 · 2024-07-11

Funny, I just got a midi! That makes a lot of sense.

BigNixon · reply
2024-07-12 03:04 · 2024-07-12

integer limit

anonymous user · reply
2024-07-14 20:47 · 2024-07-14

Yeah it has to do with computations. Kinda like binary's max is 255.