Sample Slots
Table framework GUI macros
DESCRIPTION
A basic starting point to build upon for a table-framework based sampler.
You can drag multiple samples onto a slot and they will be placed in the following slots.
- Left-click a sample slot to select it.
- Right-click a sample slot to delete the sample in that slot.
Samples and slot selection are saved with snapshots.
Adding more sample slots is quite easy but a bit arduous.
Mostly it is a matter of copy and pasting the existing modules and hooking them up.
To ease some of the pain I've included example macros of 4, 8, 12 and 16 slots.
Adding more sample slots:
-------------------------
1. Go to [drop zones] and add new [drop zone] macros.
2. Add new [*] inputs to the [logic] macro and connect the new [drop zones] outputs to the new [logic] inputs.
3. Go To [logic] and modify the constant input to [N] to the new number of slots.
4. Handle your new slots in [logic]->[order] and [logic]->[router].
3. Handle your new slots in [logic]->[process]->[dmux drop zones].
4. Handle your new slots in [logic]->[process]->[table clks].
5. Handle your new slots in [logic]->[process]->[merge].
6. Handle your new slots in [logic]->[process]->[handlers].
COMMENTS (4)