| Contents |
|
Next |
Text Output and Formatting (cont'd) Creating Custom Lists
In most cases, SynthEdit allows you to name list items however you want to, by renaming the pins on the modules involved. This is not always possible, though, and there are times when it's useful just to be able to create a list of text items yourself. We'll use Soundfont Oscillator patches as an example here. Say we'd like to substitute our own patch names for the program names in a .sf2 file that we want to use.
00 - MezzoMorphic; The DH_TextList gets connected between the list source, in this case the Soundfont Oscillator, through a Patch Mem - List2, and the list selector, such as the Dropdown List in the diagram below.
An item from the "real" (unseen) list will be selected by
position when an item is selected from our custom list. |
Next |