Skip to content

Commit de8753c

Browse files
authored
finally update tidal parameter syntax (#292)
1 parent f8ccf56 commit de8753c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/SuperDirt.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ SuperDirt {
381381
}
382382

383383
*tidalParameterString { |keys|
384-
^keys.collect { |x| format("(%, %_p) = pF \"%\" (Nothing)", x, x, x) }.join("\n ");
384+
^keys.collect { |x| format("% = pF \"%\"", x, x, x) }.join("\n ");
385385
}
386386

387387
*predefinedSynthParameters {

0 commit comments

Comments
 (0)