Kara-Moon Forum

Developers & Technology => Musical MIDI Accompaniment (MMA) => Topic started by: bvdp on October 26, 2019, 06:45:41 PM



Title: MMA 19.08b Available
Post by: bvdp on October 26, 2019, 06:45:41 PM
I've posted developer 19.08.b. As always, bash away and let me know if problems. Major changes from 19.08:

    The order of arguments in DEFGROOVE has been reversed. This change makes the actual code reflect the documentation.

    -xNoCredit, -xChords and -xCheckFile have been added. Fun.

    Bunch of debugging, manual fixes, etc.

    Fixed summary to show midi file duration as mm:ss.

    Changed -g message to Skipped from Existing

    The options -xCheckFile and -xChords have been modified from 19.08a. They now take their args separately. No = sign is needed/permitted.

    The code for the zOPTIONS now finds the last chord. The docs for this section (Rests, section 8.4) have been rewritten.

Get it at:

  https://mellowood.ca/mma/downloads.html#developer





Title: Re: MMA 19.08b Available
Post by: sciurius on October 27, 2019, 02:50:01 PM
Thanks for the new release!

There are several files with extension .backup.20191007, I assume these should not be there?

I'm a bit puzzled by "The order of arguments in DEFGROOVE has been reversed.". Can you explain?

Also, file egs/lyrics/twinkle-kar.mma has CRLF line terminators instead of newlines.



Title: Re: MMA 19.08b Available
Post by: sciurius on October 27, 2019, 03:20:17 PM
Fedora kits available at the usual place:

https://www.squirrel.nl/pub/MMA/



Title: Re: MMA 19.08b Available
Post by: bvdp on October 27, 2019, 04:54:24 PM
Thanks for the new release!

There are several files with extension .backup.20191007, I assume these should not be there?

No, they should not. I thought I'd gotten them all ... obviously not :)

Quote
I'm a bit puzzled by "The order of arguments in DEFGROOVE has been reversed.". Can you explain?

Yes, this should read "GrooveAlias". Posting new version of the webpage right now :)

Quote
Also, file egs/lyrics/twinkle-kar.mma has CRLF line terminators instead of newlines.

Ahh, a result of needing to restore some file (the .backup. files). I will fix that!

Thanks for the pointers. Appreciated.