Transposition has landed #71
jcard0na
announced in
Announcements
Replies: 2 comments 9 replies
-
I'm looking to use this function, but I'm a total rookie on the software side. Does the software image on the Quickstart guide include the transport function? If not, do you have any tips on how I could get this to work on my Haxophone? |
Beta Was this translation helpful? Give feedback.
9 replies
-
I just treid out the transpose mechanism. |
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
-
Some of you have asked about transposing capabilities of the haxophone.
I'm happy to announce that @petermoz's implementation for transposition just landed in haxo-rs. The gist of it is:
notemap.json
is in concert pitch, no longer inBb
Bb
,Eb
) by changing one parameter inhaxo.service
. There is no longer the need for a customnotemap.json
to transpose your instrument.See cardonabits/haxo-rs#27 and cardonabits/haxo-rs#28 for details.
To use this now, you need to compile
haxo-rs
from themain
branch on your haxophone.Stay musical,
Beta Was this translation helpful? Give feedback.
All reactions