Changeset 8e3a067


Ignore:
Timestamp:
Jul 6, 2006, 5:34:38 PM (18 years ago)
Author:
Paul Brossier <piem@altern.org>
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
Message:

start lash thread only when jack is used and lash is enabled
start lash thread only when jack is used and lash is enabled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/utils.c

    r4b58c43 r8e3a067  
    283283      lash_event_set_string(event, "aubio");
    284284      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  }
    288288#endif /* LASH_SUPPORT */
    289289
Note: See TracChangeset for help on using the changeset viewer.