You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oh I see what you mean. You mean the convention that the filename is in the first comment line to be parsed.
Right.
So we can add that but it is different than the name (which is the actual file name nor the purported one). Add a feature like 'firstCommentLineName' or some such and store it on the object would be a great change though!
From most of the scl files I've seen that convention is not very reliable but agree it would be nice to expose.
from here i expected
scale.name
to be the name from the.scl
comment:https://github.com/surge-synthesizer/tuning-library/blob/main/include/Tunings.h#L92
but it's actually the full path name to the file when you're parsing a file:
https://github.com/surge-synthesizer/tuning-library/blob/main/include/TuningsImpl.h#L177
is this expected? if not i'm happy to put a pr together to fix it. thanks!
The text was updated successfully, but these errors were encountered: