Csound tutorials

From OLPC
Revision as of 17:56, 27 March 2008 by Thumbuki (talk | contribs) (Creating a small tutorial/guide for using Csound in the Terminal Activity.)
Jump to navigation Jump to search

These Csound tutorials are designed to showcase various aspects of using Csound on an XO computer.

Exploring Csound from the XO Terminal

Flags

For a list of flags, enter csound at the command-line, or csound --help for a complete list.

  • --help A full list supported command-line flags for Csound.
  • -odac Output audio stream to the Digital-to-analog_converter, sound card
  • -iadc Read audio from the Analog_to_digital_converter, built-in microphone
  • -d Suppress all displays
  • -m0 Set message level to 0
  • -b2048 Set sample frames per software sound I/O buffer to 2048
  • -B4096 Set samples per hardware sound I/O buffer 20 4096
  • -+rtaudio=alsa Sets real time audio to the device alsa
  • -+rtmidi=alsa Sets real time MIDI to device alsa