Add sampleRate and init {} to CLI checker.
Right now the checker flags sampleRate every time as a fail.
A script with no init {} will not process in Audulus, but it does not report it as an error. So either allow a script to process without an init if it isn't needed in the script, or make sure error reporting catches it.
(Two separate issues, I know -- I got here because AI runs the checker and these two issues are coming up. AI does not see not having an init {} as a problem, then a dead script provides no clues why it is dead.)
Add
sampleRateandinit {}to CLI checker.Right now the checker flags
sampleRateevery time as a fail.A script with no
init {}will not process in Audulus, but it does not report it as an error. So either allow a script to process without aninitif it isn't needed in the script, or make sure error reporting catches it.(Two separate issues, I know -- I got here because AI runs the checker and these two issues are coming up. AI does not see not having an
init {}as a problem, then a dead script provides no clues why it is dead.)