- Timestamp:
- Jun 29, 2006, 8:47:09 PM (19 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:
- 3ba55dd6
- Parents:
- a814968
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ext/midi/midi_alsa_seq.c
ra814968 rae7277c 120 120 goto error_recovery; 121 121 } 122 123 /* tell the ladcca server our client id */124 #ifdef LADCCA_SUPPORT125 {126 int enable_ladcca = 1;127 //aubio_settings_getint (settings, "ladcca.enable", &enable_ladcca);128 if (enable_ladcca)129 cca_alsa_client_id (aubio_cca_client, snd_seq_client_id (dev->seq_handle));130 }131 #endif /* LADCCA_SUPPORT */132 122 133 123 /* get # of MIDI file descriptors */
Note: See TracChangeset
for help on using the changeset viewer.