chrislo / brain

Use a Raspberry Pi to control my "studio"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sampler should respond to note velocity

chrislo opened this issue · comments

Currently all samples are played at the same amplitude - this should scale with the velocity of the MIDI note_on message.

I noticed this particularly when I hacked m2o to talk directly to the sampler to tet out "live" drumming. Having a velocity curve (and perhaps some kind of gate where notes below a certain velocity don't sound at all) will hopefully improve playability.