petri-foo / Petri-Foo

A fork of the Specimen Sampler.
http://petri-foo.sourceforge.net
GNU General Public License v2.0
29 stars 8 forks source link

commit "jack session now working (dirty fix)" assumes access to gui functions #7

Closed jwm-art-net closed 12 years ago

jwm-art-net commented 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.

jwm-art-net commented 12 years ago

trivial to fix dumb boy