rorywalsh / cabbage

Framework for developing audio plugins with the Csound programming language.
http://cabbageaudio.com
GNU General Public License v3.0
503 stars 35 forks source link

Warning: The following identifiers are not camelCase: "cvinput", "cvoutput" ,"pluginid" #123

Closed brylie closed 2 years ago

brylie commented 2 years ago

When creating a new VCV Rack project, the initial project code causes a warning in the console:

Warning: The following identifiers are not camelCase: "cvinput"(Line:8),"cvoutput"(Line:10),"pluginid"(Line:2). Cabbage uses camelCase for all identifiers, i.e, trackercolour() is now trackerColour(). Please use "Convert Identifiers to camelCase" from the File menu option to update your code. Or manually change the identifer listed.

The identifiers seem to be internal GUI widgets, so the user might not be able to change them. Is there a way to suppress this warning?

rorywalsh commented 2 years ago

Fixed. Push to cmake branch.