Kara-Moon Forum

Developers & Technology => Musical MIDI Accompaniment (MMA) => Topic started by: bvdp on October 15, 2019, 12:30:17 AM



Title: Testing verion 19.08b on the way
Post by: bvdp on October 15, 2019, 12:30:17 AM
So, I've done some changes to the 'a' version and 'b' should be out later this week, depending on my schedule. So far, the following changes:

 1. In the -x code:
     The option doesn't need to be attached to the -x. So, -x NoCredit now works.
     Syntax for -xchords is now '-x Chords A B C'. No '=' or ',' permitted.
     Syntax for -xcheckfile=<file> is now '-x CheckFile <file>'. Again, no '='.

2. The track muting option (CHORDzMUTES) has been modified so that you can now skip the CHORD if one is previously defined. So, now, the line:
     C   Dm  zC  E
will be fine (previously you needed 'C Dm DmzC E').

Let me know what other goodies you are looking for.


Title: Re: Testing verion 19.08b on the way
Post by: sciurius on October 15, 2019, 06:11:39 AM
2 is the "zAB  is not permitted" in Musical Data Format > Rests?


Title: Re: Testing verion 19.08b on the way
Post by: bvdp on October 15, 2019, 04:13:22 PM
2 is the "zAB  is not permitted" in Musical Data Format > Rests?

Irritatingly no. 'z' and 'z!' were okay, but 'zAB' needed a chord name. Fixed that :)