Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
derselbst committed Jan 18, 2025
1 parent c2a9fb2 commit 247954c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/synth/fluid_synth.c
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ new_fluid_synth(fluid_settings_t *settings)
fluid_settings_getnum_float(settings, "synth.overflow.age", &synth->overflow.age);
fluid_settings_getnum_float(settings, "synth.overflow.important", &synth->overflow.important);

fluid_settings_getnum_int(settings, "synth.note-cut", &i);
fluid_settings_getint(settings, "synth.note-cut", &i);
synth->msgs_note_cut_mode = i;

/* register the callbacks */
Expand Down

0 comments on commit 247954c

Please sign in to comment.