example.md : Fixed image tag bug
This commit is contained in:
parent
8515ff373c
commit
4425693233
@ -33,7 +33,7 @@ system parameters that the program needs to compile and run the program.
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
When executed this program will write a five second sine signal to an audio file
|
When executed this program will write a five second sine signal to an audio file
|
||||||
named `~/src/caw/examples/sine_file_01/out.wav`. The output file name
|
named `~/src/caw/examples/sine_file_01/out.wav`. The output file name
|
||||||
@ -194,7 +194,7 @@ mod_sine_02: {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
The `osc` instance in this example uses a `preset` statement. This will have
|
The `osc` instance in this example uses a `preset` statement. This will have
|
||||||
the effect of applying the class preset `mono` to the `osc` when it is
|
the effect of applying the class preset `mono` to the `osc` when it is
|
||||||
@ -333,7 +333,7 @@ program_04: {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
This program demonstrates how __caw__ passes messages between processors.
|
This program demonstrates how __caw__ passes messages between processors.
|
||||||
@ -391,7 +391,7 @@ mult_inputs_05: {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
The notable new concept introduced by this program is the concept of
|
The notable new concept introduced by this program is the concept of
|
||||||
__mult__ variables. These are variables which can be instantiated
|
__mult__ variables. These are variables which can be instantiated
|
||||||
@ -443,7 +443,7 @@ mult_conn_06: {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
The audio source for this network is a six channel signal generator,
|
The audio source for this network is a six channel signal generator,
|
||||||
where the frequency is each channel is incremented by an octave.
|
where the frequency is each channel is incremented by an octave.
|
||||||
@ -549,7 +549,7 @@ proc_suffix_07: {
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
In this example three __audio_gain__ processors are instantiated with
|
In this example three __audio_gain__ processors are instantiated with
|
||||||
the same label 'g' and are then differentiated by their suffix id's:
|
the same label 'g' and are then differentiated by their suffix id's:
|
||||||
|
Loading…
Reference in New Issue
Block a user