Closed jwm-art-net closed 12 years ago
Background: https://github.com/licnep/Petri-Foo/commit/63f8ec3fb3d5b5f362ed2bf432ebb8dd08252755
libpetrifoo/jackdriver.c declares: void audio_settings_session_cb(jack_session_event_t event, void arg);
Which is declared in gui/audio_settings.h and implemented in in gui/audio_settings.c.
Ideally, the callback should be passed to (the relevant functions in) libpetrifoo/jackdriver.c and no assumptions should be made about the name of the function.
trivial to fix dumb boy
Background: https://github.com/licnep/Petri-Foo/commit/63f8ec3fb3d5b5f362ed2bf432ebb8dd08252755
libpetrifoo/jackdriver.c declares: void audio_settings_session_cb(jack_session_event_t event, void arg);
Which is declared in gui/audio_settings.h and implemented in in gui/audio_settings.c.
Ideally, the callback should be passed to (the relevant functions in) libpetrifoo/jackdriver.c and no assumptions should be made about the name of the function.