Re-Write uiCombo Contents from a Table #660
spiffo-smith
started this conversation in
Show and tell
Replies: 1 comment
-
WIKI: To be added to the WIKI in the code snippets section. Thanks @spiffo-smith |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sometimes it becomes necessary to re-write the uiCombo Contents and this throws up a series of problems, below is a script I just wrote that takes care of things:
Call this function with:
replace_uiCombo_content_from_table ("patch_tone1_wave_number", intA_waveform_name_table)
The uiCombo name must be in “” quotes, but the table name is not.
Beta Was this translation helpful? Give feedback.
All reactions