Last change
on this file since cbe2c15 was 3ae31e9, checked in by Thomas Lopatic <thomas@…>, 7 years ago |
Imported original source code.
|
-
Property mode
set to
100755
|
File size:
549 bytes
|
Rev | Line | |
---|
[3ae31e9] | 1 | What goes into an instrument definition:
|
---|
| 2 |
|
---|
| 3 | static parameters
|
---|
| 4 | algorithm selection
|
---|
| 5 | voice assignment
|
---|
| 6 | oscillator offsets
|
---|
| 7 | oscillator modes
|
---|
| 8 | waveshape selections
|
---|
| 9 |
|
---|
| 10 | dynamic parameters (functions)
|
---|
| 11 | oscillator frequencies (4)
|
---|
| 12 | filter frequency
|
---|
| 13 | filter Q
|
---|
| 14 | algorithm indices (6)
|
---|
| 15 | dynamic level
|
---|
| 16 |
|
---|
| 17 | What goes into a function:
|
---|
| 18 |
|
---|
| 19 | controls
|
---|
| 20 | trigger mode
|
---|
| 21 | most recent trigger number
|
---|
| 22 | loop counts
|
---|
| 23 | points
|
---|
| 24 | time
|
---|
| 25 | value
|
---|
| 26 | source / multiplier
|
---|
| 27 | parameter
|
---|
| 28 | value
|
---|
| 29 | source / multiplier
|
---|
| 30 | action
|
---|
| 31 | type
|
---|
| 32 | value(s)
|
---|
| 33 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.