- Timestamp:
- Sep 23, 2009, 7:40:14 PM (15 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:
- 000b090
- Parents:
- 2062e48
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ext/midi/midi_driver.h
r2062e48 rb511fa9 50 50 void aubio_midi_driver_settings(aubio_settings_t* settings); 51 51 52 #include " config.h"53 #if JACK_SUPPORT52 #include "aubioext.h" 53 #if HAVE_JACK 54 54 void aubio_midi_direct_output(aubio_midi_driver_t * dev, aubio_midi_event_t * event); 55 #endif 55 #endif /* HAVE_JACK */ 56 56 57 57 #endif /* _AUBIO_AUDRIVER_H */
Note: See TracChangeset
for help on using the changeset viewer.