libcm is a C development framework with an emphasis on audio signal processing applications.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

cmDspUi.h 273B

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