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