Skip to content

Commit

Permalink
Update with glide (legato) mode and tuning updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
bokontep committed Aug 11, 2020
1 parent 1f27e99 commit 6098ae8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/cpp/wavesynth-lib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ JNIEXPORT jint JNICALL
Java_org_bokontep_wavesynth_SynthEngine_sendMidiBend(JNIEnv *env, jobject thiz, jint channel,
jint low, jint high) {
engine->handlePitchBend(channel,low,high);
return 0;
}
extern "C"
JNIEXPORT jint JNICALL
Expand Down

0 comments on commit 6098ae8

Please sign in to comment.