Skip to content

Latest commit

 

History

History

c

C API examples

  • example1.c: simple commandline frontend.
  • example2.c: compiling code in a C string.
  • example3.c: sending events to Csound.
  • example4.c: using the software bus to send control data to Csound.
  • example5.c: compiling code on-the-fly.
  • example6.c: multithread performance.
  • example7.c: getting signals from the main output.
  • example8.c: sending signals to the main input.
  • example9.c: accessing function tables.
  • example10.c: compiling from CSD string and resetting

A CMake script is given as an example. It has been tested with MacOS using the vanilla Csound installer. It may need some adaptation for other platforms.