libcm is a C development framework with an emphasis on audio signal processing applications.
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415161718192021
  1. // This file contains definitions that are common to both the host UI
  2. // and the DSP system.
  3. #ifndef cmDspUi_h
  4. #define cmDspUi_h
  5. #ifdef __cplusplus
  6. extern "C" {
  7. #endif
  8. //( { file_desc:"Dataflow UI interfaces." kw:[snap] }
  9. //)
  10. #ifdef __cplusplus
  11. }
  12. #endif
  13. #endif