I have a guitar to midi pedal. I want to achieve that the length of the first incoming note is always adjusted to a half note and all other incoming notes within this length are ignored. The reason is, that the overtones seem to confuse the audio to midi and the pitch stays not stable.
Is that possible to set up?
There’s Fixed Length pipe that can set a fixed duration for every note.
Dropping shorter notes would be sort of impossible for Midihub to achieve in a reasonable way, as it receives events like ‘note on’ and ‘note off’, without first waiting for at least a half note duration it wouldn’t know whether it’s going to be a longer or a shorter note, by that time, it’s too late to decide whether to let the note play or note.
In contrast, a sequencer or a DAW would know the note lengths ahead of time, unless you’re playing them in live.
If you’re using an audio to MIDI processing, maybe it would help to first filter the audio signal using a low pass filter? Just an idea, I haven’t tried converting audio to MIDI.