Update MIDI channel pressure target from 129 to 1 for Ableton export
This commit is contained in:
@@ -10,7 +10,7 @@ type AutomationPoint = {
|
||||
value: number;
|
||||
};
|
||||
|
||||
const CHANNEL_PRESSURE_TARGET = 129;
|
||||
const CHANNEL_PRESSURE_TARGET = 1;
|
||||
const SENTINEL_TIME = -63072000;
|
||||
|
||||
export function decodeChannelPressure(event: AblMidiEvent) {
|
||||
|
||||
Reference in New Issue
Block a user