iem-projects/sysson

Allow longer user-value labels

Closed this issue · 1 comments

Sciss commented

A current limitation stems from the fact that synth control names are derived from them, and will produce an error when exceeding 31 characters:

exception in GraphDef_Recv: name too long (> 31 chars): $user_separation threshold in var
*** ERROR: SynthDef pitch layers_0 not found

Sciss commented

duplicate of #37