This directory contains examples to help you learn Marsyas.  Most (or
all) of these examples are included in the manual with extra syntax
highlighting.

In order of increasing complexity, these files are
- helloworld.cpp: the most basic example, plays a sound file.
- controls.cpp: shows how to alter controls of MarSystems.
- writefile.cpp: introduces the easiest way to write data files.
- getdata.cpp: get data from a MarSystem for more processing in the cpp file.
- dataflow-split.cpp: introduces the Parallel MarSystem.

- commandOptions.cpp: using command-line options in Marsyas

