Channel Pressure to Modulation

All your LV2 and LADSPA goodness and more.

Moderators: MattKingUSA, khz

Post Reply
User avatar
bluebell
Established Member
Posts: 1910
Joined: Sat Sep 15, 2012 11:44 am
Location: Saarland, Germany
Has thanked: 111 times
Been thanked: 116 times

Channel Pressure to Modulation

Post by bluebell »

You prefer to use channel pressure (channel aftertouch) instead of the mod wheel?

Maybe because your other hand has to play other stuff oder use the pitch bend wheel?

Not all synths can configure channel pressure like Yoshimi does. But there is a little big helper: mididings

Just start

Code: Select all

mididings -balsa -i1 -o1 -c cp2mod "Filter(AFTERTOUCH) % Ctrl(1, EVENT_VALUE)"
and connect your MIDI-keyboard to mididings' in and your synth or Qtractor to its out.

I wonder whether there is a LV2 plugin that can do the same.

Linux – MOTU UltraLite AVB – Qtractor – http://suedwestlicht.saar.de/

sjaehn
Established Member
Posts: 138
Joined: Fri May 03, 2019 6:05 pm
Has thanked: 29 times
Been thanked: 61 times

Re: Channel Pressure to Modulation

Post by sjaehn »

There is always a @x42 plugin for anything about midi :-). x42 midimap.lv2 should do this job. This plugin can be used to translate midi messages. https://github.com/x42/midimap.lv2
User avatar
bluebell
Established Member
Posts: 1910
Joined: Sat Sep 15, 2012 11:44 am
Location: Saarland, Germany
Has thanked: 111 times
Been thanked: 116 times

Re: Channel Pressure to Modulation

Post by bluebell »

sjaehn wrote: Sat Sep 05, 2020 8:30 am There is always a @x42 plugin for anything about midi :-). x42 midimap.lv2 should do this job. This plugin can be used to translate midi messages. https://github.com/x42/midimap.lv2

Code: Select all

ChanPressure ANY | CC 1 SAME
doesn't work because:

Code: Select all

## Currently the replacement must have the same length as the incoming
## message.
Channel Pressure is 2 bytes long, CC 3 bytes.

Linux – MOTU UltraLite AVB – Qtractor – http://suedwestlicht.saar.de/

User avatar
SpotlightKid
Established Member
Posts: 250
Joined: Sun Jul 02, 2017 1:24 pm
Has thanked: 48 times
Been thanked: 54 times

Re: Channel Pressure to Modulation

Post by SpotlightKid »

User avatar
bluebell
Established Member
Posts: 1910
Joined: Sat Sep 15, 2012 11:44 am
Location: Saarland, Germany
Has thanked: 111 times
Been thanked: 116 times

Re: Channel Pressure to Modulation

Post by bluebell »

Interesting. Never heard of Moony before.

Linux – MOTU UltraLite AVB – Qtractor – http://suedwestlicht.saar.de/

Post Reply