Global Array Reset

Reset a global array to its reset values.

Settings

name

Name of the global array.

name suffix

Defines if a suffix is added automatically at the end of the name to produce names like MYARRAY-1, MYARRAY-2,etc.

  • no suffix
  • poly voice num - 1: number of the voice in a polyphonic sub-patch.
  • rack num - 1: number of the current rack.
  • patch num - 1: number of the current patch.

the name of the global-array can be blank if you fill the list to reset field.

reset

Resets the global array or the list of global arrays.

processing

Send 1 value while the reset process is executing.

A flow-from-1-to-0 must be used to trigger something when the operation is completed or canceled.

list to reset

List of global-array to explicitly reset.

  • if the line starts with // it is ignored (comment)
  • the line can start with INCLUDE: myfilename.txt followed by a filename. The filename must be located inside the package of the application or 'nearby' the workspace
  • it can be a regex or containing wildcards like GA-*
  • if the line is the string WAIT the process will be suspended for 200ms
 MY-GA-NAME
 // a comment line
 INCLUDE: myGAList.txt
 GA-NAME-*
 WAIT

See also

version 6.0.241021

Edit All Pages