Browse Source

added semitones parameter to midi-transpose

tags/v1.9.9
HeyCitizen 8 years ago
parent
commit
c162fc2105
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/native-plugins/_data.all.cpp

+ 1
- 1
source/native-plugins/_data.all.cpp View File

@@ -155,7 +155,7 @@ static const NativePluginDescriptor sNativePluginDescriptors[] = {
/* audioOuts */ 0,
/* midiIns */ 1,
/* midiOuts */ 1,
/* paramIns */ 1,
/* paramIns */ 2,
/* paramOuts */ 0,
/* name */ "MIDI Transpose",
/* label */ "miditranspose",


Loading…
Cancel
Save