summaryrefslogtreecommitdiff
path: root/libs/plugins
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-09-04 04:11:45 +0200
committerRobin Gareus <robin@gareus.org>2019-09-04 04:35:59 +0200
commit69a3b0b46eb17638c5881d6edba2bb00c813a851 (patch)
tree1feb1fc41a4e8e71600d366f877fa503ae6b4253 /libs/plugins
parent7ccb3562783b12e06d6820a92415ef49b03b5c95 (diff)
Expose CCs that fluidsynth uses by default in midnam
Diffstat (limited to 'libs/plugins')
-rw-r--r--libs/plugins/a-fluidsynth.lv2/a-fluidsynth.cc13
1 files changed, 11 insertions, 2 deletions
diff --git a/libs/plugins/a-fluidsynth.lv2/a-fluidsynth.cc b/libs/plugins/a-fluidsynth.lv2/a-fluidsynth.cc
index f925de051b..54aa3970a6 100644
--- a/libs/plugins/a-fluidsynth.lv2/a-fluidsynth.cc
+++ b/libs/plugins/a-fluidsynth.lv2/a-fluidsynth.cc
@@ -865,12 +865,21 @@ mn_file (LV2_Handle instance)
pf (" </ChannelNameSet>\n");
pf (" <ControlNameList Name=\"Controls\">\n");
+ pf (" <Control Type=\"7bit\" Number=\"1\" Name=\"Modulation\"/>\n");
+ pf (" <Control Type=\"7bit\" Number=\"2\" Name=\"Breath\"/>\n");
+ pf (" <Control Type=\"7bit\" Number=\"5\" Name=\"Portamento Time\"/>\n");
pf (" <Control Type=\"7bit\" Number=\"7\" Name=\"Channel Volume\"/>\n");
+ pf (" <Control Type=\"7bit\" Number=\"8\" Name=\"Stereo Balance\"/>\n");
pf (" <Control Type=\"7bit\" Number=\"10\" Name=\"Pan\"/>\n");
+ pf (" <Control Type=\"7bit\" Number=\"11\" Name=\"Expression\"/>\n");
+ pf (" <Control Type=\"7bit\" Number=\"37\" Name=\"Portamento Time (Fine)\"/>\n");
pf (" <Control Type=\"7bit\" Number=\"39\" Name=\"Channel Volume (Fine)\"/>\n");
+ pf (" <Control Type=\"7bit\" Number=\"40\" Name=\"Stereo Balance (Fine)\"/>\n");
pf (" <Control Type=\"7bit\" Number=\"42\" Name=\"Pan (Fine)\"/>\n");
- pf (" <Control Type=\"7bit\" Number=\"64\" Name=\"Damper Pedal (Sustain)\"/>\n");
- pf (" <Control Type=\"7bit\" Number=\"66\" Name=\"Sostenuto\"/>\n");
+ pf (" <Control Type=\"7bit\" Number=\"64\" Name=\"Sustain On/Off\"/>\n");
+ pf (" <Control Type=\"7bit\" Number=\"65\" Name=\"Portamento On/Off\"/>\n");
+ pf (" <Control Type=\"7bit\" Number=\"66\" Name=\"Sostenuto On/Off\"/>\n");
+ pf (" <Control Type=\"7bit\" Number=\"68\" Name=\"Legato On/Off\"/>\n");
pf (" <Control Type=\"7bit\" Number=\"91\" Name=\"Reverb\"/>\n");
pf (" <Control Type=\"7bit\" Number=\"93\" Name=\"Chorus\"/>\n");
pf (" </ControlNameList>\n");