Seeking Advice on Enhancing Chord Name Display #280
Jenix-Park
started this conversation in
General
Replies: 1 comment 11 replies
-
Hi,
To understand better what the problem is and what are you trying to fix, can you please show your issue? Maybe a screenshot or something like that. Thanks, |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
I'm currently exploring ways to enhance the visibility and aesthetics of chord names in my project. Using the Chord().GetNames() method to display all elements simultaneously seems a bit cluttered and visually unappealing. I've considered using Unicode for musical notations, but it doesn't seem to be the ideal solution.
I prefer not to develop a custom rendering engine for this purpose, nor do I intend to use a workaround involving the replacement of vector graphics with characters.
An idea I'm considering is the use of custom fonts specifically designed for chord symbols. I've found a couple of promising options this and this, but I'm not entirely convinced they're the best fit for my needs.
I have a few questions:
Are you aware of any other custom fonts that might be suitable for displaying chord symbols?
Regarding the Chord names table, are there any specific aspects I should be cautious about? Would covering all the names in the table eliminate any potential issues?
Do you have any suggestions or advice on how to achieve this goal with minimal impact on latency?
Thank you for your assistance.
Beta Was this translation helpful? Give feedback.
All reactions