Skip to content

Commit

Permalink
finally update tidal parameter syntax (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
telephon committed Jun 19, 2023
1 parent f8ccf56 commit de8753c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/SuperDirt.sc
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ SuperDirt {
}

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

*predefinedSynthParameters {
Expand Down

0 comments on commit de8753c

Please sign in to comment.