License: GPL
Just a quick example of a preset select/Pack/Unpack Patch...Can Be adjusted in code to more or less inputs (Unfortunately XOD doesn't support Variadic with more outputs than in..)
Node | Description |
---|
preset-select | Select the Pin of the perset you want (Convert to "Integer"(XOD/Math/Round) first if you have a "Float" Value(A number with a Decimal point)). |
preset-pack | Pack a Preset |
preset-unpack | UnPack a Preset |
example | No description |
To use the nodes in your project you should have the
bradzilla84/preset-select
library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See
Using libraries for more info.