libcm is a C development framework with an emphasis on audio signal processing applications.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

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