Browse Source

replaced necessary breaks

tags/v1.9.9
HeyCitizen 6 years ago
parent
commit
0519e91eca
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      source/native-plugins/midi-transpose.c

+ 2
- 0
source/native-plugins/midi-transpose.c View File

@@ -114,8 +114,10 @@ static void miditranspose_set_parameter_value(NativePluginHandle handle, uint32_
{
case 0:
handlePtr->octaves = (int)value;
break;
case 1:
handlePtr->semitones = (int)value;
break;
default:
return;
}


Loading…
Cancel
Save