Skip to content

Commit

Permalink
fm driver test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vampirefrog committed Nov 21, 2024
1 parent d094545 commit 9f808b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fm-driver-test.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ int main(int argc, char **argv) {
mdx_voice_osc_get_tl(v, 2),
mdx_voice_osc_get_tl(v, 3)
);
fm_driver_load_voice((struct fm_driver *)&fm_driver, 2, v, 0, 3);
fm_driver_load_voice((struct fm_driver *)&fm_driver, 2, v, 0, 0, 3);
fm_driver_set_pitch((struct fm_driver *)&fm_driver, 2, ((0x2c << 6) + 5) << 8);
fm_driver_set_tl((struct fm_driver *)&fm_driver, 2, 0x15, v);
fm_driver_note_on((struct fm_driver *)&fm_driver, 2, 0xf, v);
Expand Down

0 comments on commit 9f808b1

Please sign in to comment.