Browse Source

added semitones to midi-transpose

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

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

@@ -139,7 +139,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