Escaping semicolon in ODF #2044
Unanswered
francescoza6
asked this question in
Help
Replies: 2 comments
-
Hi, could this possibly be the same sampleset referred to in GrandOrgue/OdfEdit#16 (comment)? |
Beta Was this translation helpful? Give feedback.
0 replies
-
It's a design choice we made in #1359. If a change is desired, open an issue. The current solution for GrandOrgue is to re-name folders/directories that contain a semicolon (;). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good morning everyone.
First time I post here, so please excuse me for any non standard linking and reference to source code...
I need to load an ODF I made for a commercial hauptwerk sampleset, and some of the paths to the samples contains semicolon in the folder name.
For example:
samples\noises; tracker action\036-c.wav
While I understand this is non-standard naming, I'd like to create an ODF that works so I can share it without having to tell users to rename the samples folders in order to load it (I have the permission from the sample set producer to share it, of course).
I may be missing something obvious (in that case I apologize in advance) but the problem is, I can't find a way to escape that semicolon so GrandOrgue doesn't interpret "; tracker action\036-c.wav" as a comment.
I had a quick look at the source code, and at
src/core/config/GOConfigFileReader.cpp
at line 121 it seems to be where the comments are removed, and I can't find a way to avoid that...
Any help is very appreciated! Thanks!
Beta Was this translation helpful? Give feedback.
All reactions