VCVRack / VCV-Prototype

Other
130 stars 23 forks source link

VCO.JS LINE 19 PART OF CODE IN COMMENT STATEMENT #23

Closed alvingoesdown closed 4 years ago

alvingoesdown commented 4 years ago

Hello was looking over the vco.js code and noticed line 19 has some code in the comment at the end of the URL. The code reads

pitch-and-frequencies

Was this intended to be a comment, or is it code? Thank you

JerrySievert commented 4 years ago

https://github.com/VCVRack/VCV-Prototype/blob/master/examples/vco.js#L19

it appears to be a URL fragment, specifically a link to https://vcvrack.com/manual/VoltageStandards.html#pitch-and-frequencies

and is part of a comment, as per the // part of the line.

AndrewBelt commented 4 years ago

@JerrySievert is right.