Changeset 5bfb0fd
- Timestamp:
- Nov 5, 2013, 2:10:32 PM (11 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:
- 4dd7816
- Parents:
- e97d0b3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/jackio.c
re97d0b3 r5bfb0fd 91 91 char name[64]; 92 92 /* initial jack client setup */ 93 if ((jack_setup->client = jack_client_new (client_name)) == 0) { 93 jack_options_t options = JackNullOption; 94 jack_status_t *status = NULL; 95 if ((jack_setup->client = jack_client_open (client_name, options, status)) == 0) { 94 96 AUBIO_ERR ("jack server not running?\n"); 95 97 AUBIO_QUIT (AUBIO_FAIL);
Note: See TracChangeset
for help on using the changeset viewer.