- Timestamp:
- Oct 10, 2006, 3:12:19 PM (18 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- 633fb32
- Parents:
- ec399cf
- Location:
- ext
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ext/jackio.c
rec399cf rb377d04 152 152 153 153 /* jack callback functions */ 154 static void aubio_jack_shutdown (void *arg ){154 static void aubio_jack_shutdown (void *arg UNUSED){ 155 155 AUBIO_ERR("jack shutdown\n"); 156 156 AUBIO_QUIT(AUBIO_OK); -
ext/midi/midi_player.c
rec399cf rb377d04 476 476 * \note This could be moved to a callback function defined in the main programs 477 477 */ 478 sint_t aubio_midi_receive_event(aubio_midi_player_t* player , aubio_midi_event_t* event)478 sint_t aubio_midi_receive_event(aubio_midi_player_t* player UNUSED, aubio_midi_event_t* event) 479 479 { 480 480 /* current time in seconds */
Note: See TracChangeset
for help on using the changeset viewer.