diff --git a/examples/examples.md b/examples/examples.md index df1e018..6af0215 100644 --- a/examples/examples.md +++ b/examples/examples.md @@ -1,4 +1,4 @@ -### Example 01 - Write a sine signal to an audio file. +# __caw__ By Example __caw__ is a declarative language for describing data flow based real-time audio signal processing programs. The language @@ -13,6 +13,9 @@ Features of the language include: - Large collection of data flow unit processors. + +### Example 01 - Write a sine signal to an audio file. + __caw__ programs are described using a slightly extended form of JSON. In this example the program is contained in the dictionary labeled `sine_file_01` and the preceeding fields (e.g. `base_dir`,`proc_dict`,`subnet_dict`, etc.) contain