Macrotune - Music Macro Language Editor

Developed or developing a new product in PureBasic? Tell the world about it.
jamirokwai
Enthusiast
Enthusiast
Posts: 771
Joined: Tue May 20, 2008 2:12 am
Location: Cologne, Germany
Contact:

Re: Macrotune - Music Macro Language Editor

Post 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!
Regards,
JamiroKwai
User avatar
J. Baker
Addict
Addict
Posts: 2178
Joined: Sun Apr 27, 2003 8:12 am
Location: USA
Contact:

Re: Macrotune - Music Macro Language Editor

Post 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...
www.posemotion.com

PureBasic Tools for OS X: PureMonitor, plist Tool, Data Maker & App Chef

Mac: 10.13.6 / 1.4GHz Core 2 Duo / 2GB DDR3 / Nvidia 320M
PC: Win 7 / AMD 64 4000+ / 3GB DDR / Nvidia 720GT


Even the vine knows it surroundings but the man with eyes does not.
spacebuddy
Enthusiast
Enthusiast
Posts: 346
Joined: Thu Jul 02, 2009 5:42 am

Re: Macrotune - Music Macro Language Editor

Post by spacebuddy »

Yes, Rosetta 2 is installed. I don't really get an error message, just a crash.

Thanks
kinglestat
Enthusiast
Enthusiast
Posts: 732
Joined: Fri Jul 14, 2006 8:53 pm
Location: Malta
Contact:

Re: Macrotune - Music Macro Language Editor

Post by kinglestat »

truly amazing!
I was dreaming like a program like this 40 years ago...when I was learning music
well done
I may not help with your coding
Just ask about mental issues!

http://www.lulu.com/spotlight/kingwolf
http://www.sen3.net
User avatar
J. Baker
Addict
Addict
Posts: 2178
Joined: Sun Apr 27, 2003 8:12 am
Location: USA
Contact:

Re: Macrotune - Music Macro Language Editor

Post by J. Baker »

Glad you like it! ;)
www.posemotion.com

PureBasic Tools for OS X: PureMonitor, plist Tool, Data Maker & App Chef

Mac: 10.13.6 / 1.4GHz Core 2 Duo / 2GB DDR3 / Nvidia 320M
PC: Win 7 / AMD 64 4000+ / 3GB DDR / Nvidia 720GT


Even the vine knows it surroundings but the man with eyes does not.
User avatar
J. Baker
Addict
Addict
Posts: 2178
Joined: Sun Apr 27, 2003 8:12 am
Location: USA
Contact:

Re: Macrotune - Music Macro Language Editor

Post 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.
www.posemotion.com

PureBasic Tools for OS X: PureMonitor, plist Tool, Data Maker & App Chef

Mac: 10.13.6 / 1.4GHz Core 2 Duo / 2GB DDR3 / Nvidia 320M
PC: Win 7 / AMD 64 4000+ / 3GB DDR / Nvidia 720GT


Even the vine knows it surroundings but the man with eyes does not.
spacebuddy
Enthusiast
Enthusiast
Posts: 346
Joined: Thu Jul 02, 2009 5:42 am

Re: Macrotune - Music Macro Language Editor

Post 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
User avatar
J. Baker
Addict
Addict
Posts: 2178
Joined: Sun Apr 27, 2003 8:12 am
Location: USA
Contact:

Re: Macrotune - Music Macro Language Editor

Post 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. ;)
www.posemotion.com

PureBasic Tools for OS X: PureMonitor, plist Tool, Data Maker & App Chef

Mac: 10.13.6 / 1.4GHz Core 2 Duo / 2GB DDR3 / Nvidia 320M
PC: Win 7 / AMD 64 4000+ / 3GB DDR / Nvidia 720GT


Even the vine knows it surroundings but the man with eyes does not.
User avatar
J. Baker
Addict
Addict
Posts: 2178
Joined: Sun Apr 27, 2003 8:12 am
Location: USA
Contact:

Re: Macrotune - Music Macro Language Editor

Post 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.
www.posemotion.com

PureBasic Tools for OS X: PureMonitor, plist Tool, Data Maker & App Chef

Mac: 10.13.6 / 1.4GHz Core 2 Duo / 2GB DDR3 / Nvidia 320M
PC: Win 7 / AMD 64 4000+ / 3GB DDR / Nvidia 720GT


Even the vine knows it surroundings but the man with eyes does not.
User avatar
J. Baker
Addict
Addict
Posts: 2178
Joined: Sun Apr 27, 2003 8:12 am
Location: USA
Contact:

Re: Macrotune - Music Macro Language Editor

Post 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.
www.posemotion.com

PureBasic Tools for OS X: PureMonitor, plist Tool, Data Maker & App Chef

Mac: 10.13.6 / 1.4GHz Core 2 Duo / 2GB DDR3 / Nvidia 320M
PC: Win 7 / AMD 64 4000+ / 3GB DDR / Nvidia 720GT


Even the vine knows it surroundings but the man with eyes does not.
Post Reply