Changeset 8e3a067
- Timestamp:
- Jul 6, 2006, 5:34:38 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:
- 55c6da4
- Parents:
- 4b58c43
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/utils.c
r4b58c43 r8e3a067 283 283 lash_event_set_string(event, "aubio"); 284 284 lash_send_event(aubio_lash_client, event); 285 }286 }287 pthread_create(&lash_thread, NULL, lash_thread_main, NULL);285 pthread_create(&lash_thread, NULL, lash_thread_main, NULL); 286 } 287 } 288 288 #endif /* LASH_SUPPORT */ 289 289
Note: See TracChangeset
for help on using the changeset viewer.