libcm is a C development framework with an emphasis on audio signal processing applications.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

cmDspUi.h 211B

12345678910111213141516171819
  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. #ifdef __cplusplus
  9. }
  10. #endif
  11. #endif