Page 2 of 2

Re: Macrotune - Music Macro Language Editor

Posted: Sat Mar 20, 2021 11:15 pm
by jamirokwai
spacebuddy wrote:I downloaded the program, but when I go to run it I get a crash. I have a Mac mini m1

Thanks
It crashes on an Intel MacBook Pro as well. Must be Big Sur (but I am not sure ;-)

Edit: And I'd assume, this error from the PSG-Module is helpful:

clang: error: no such file or directory: '/System/Library/Frameworks/AudioUnit.framework/AudioUnit'

Edit 2: with Portaudio built and installed like here (http://portaudio.com/docs/v19-doxydocs/ ... audio.html), at least the PSG-Module works!

Re: Macrotune - Music Macro Language Editor

Posted: Sun Mar 21, 2021 4:41 am
by J. Baker
spacebuddy wrote:I downloaded the program, but when I go to run it I get a crash. I have a Mac mini m1

Thanks
I have not used the new M1 Macs but do you have Rosetta 2 installed? If so, I'm not sure what to do. Hmm...

Re: Macrotune - Music Macro Language Editor

Posted: Sun Mar 21, 2021 5:59 am
by spacebuddy
Yes, Rosetta 2 is installed. I don't really get an error message, just a crash.

Thanks

Re: Macrotune - Music Macro Language Editor

Posted: Sun Mar 21, 2021 12:12 pm
by kinglestat
truly amazing!
I was dreaming like a program like this 40 years ago...when I was learning music
well done

Re: Macrotune - Music Macro Language Editor

Posted: Sun Mar 21, 2021 4:03 pm
by J. Baker
Glad you like it! ;)

Re: Macrotune - Music Macro Language Editor

Posted: Sun Mar 21, 2021 4:05 pm
by J. Baker
spacebuddy wrote:Yes, Rosetta 2 is installed. I don't really get an error message, just a crash.

Thanks
I will see what can be done. My Mac doesn't update anymore. Currently running OS X 10.13.6.

Re: Macrotune - Music Macro Language Editor

Posted: Sun Mar 21, 2021 4:18 pm
by spacebuddy
The problem seems to be in the audio framework.

I believe this line is causing the crash since it does not exists on Big Sur M1.
ImportC "/System/Library/Frameworks/AudioUnit.framework/AudioUnit"

Thanks

Re: Macrotune - Music Macro Language Editor

Posted: Sun Mar 21, 2021 4:30 pm
by J. Baker
spacebuddy wrote:The problem seems to be in the audio framework.

I believe this line is causing the crash since it does not exists on Big Sur M1.
ImportC "/System/Library/Frameworks/AudioUnit.framework/AudioUnit"

Thanks
Thanks! Wilbert pointed that out too. I'll get a recompile later. ;)

Re: Macrotune - Music Macro Language Editor

Posted: Mon Mar 22, 2021 8:04 pm
by J. Baker
Sorry for the delay but I was trying to fix the DPI for Macrotune. It appears they do not work the same on Windows 7 vs Windows 10. On Windows 7, when I turn on "Enable DPI aware executable", it looks good but not on Windows 10. I have to turn off that setting in PB for it to look good on Windows 10. Not sure exactly why? I wanted to get this fixed and the OS X issue fixed on the same release. Let me see if I can solve this soon.

Re: Macrotune - Music Macro Language Editor

Posted: Fri Apr 09, 2021 4:18 am
by J. Baker
I forgot about this but tried compiling tonight. CatchImage() is not working for some reason. I see no change in the manual but will look into it in the morning. I also noticed that there's a bug reported with OSVersion(). Hopefully that gets fixed soon.