Kara-Moon Forum

Developers & Technology => Musical MIDI Accompaniment (MMA) => Topic started by: bvdp on September 14, 2019, 03:46:45 AM



Title: ENV Variables
Post by: bvdp on September 14, 2019, 03:46:45 AM
There were a few problems with the environment variable code in the last version. I've also added new variable, MMA_NOHEAD which will force MMA to skip inserting "Created by MMA..." into the Meta track. Diff file attached.


Title: Re: ENV Variables
Post by: sciurius on September 14, 2019, 10:27:38 AM
Thanks for the fix.

I think the %d:%2d m:s should be %d:%02d m:s.

Otherwise you'll get things like '3: 2 m:s' instead of the desired '3:02 m:s'.