-
Hello, Can you tell me if the OPL3BankEditor works on M1 (Apple Silicon) Macs? Also can you tell me if the serial output I pasted below is expected? Thanks for any insight you can offer! I compiled OPL3BankEditor with MacPorts QT5 installed on Apple M1 (aarch64) processor running macOS Monterey 12.6. I used Compilation warns that parts of the QT5 framework were compiled against MacOSX11.sdk and not the current one I have (MacOSX12.sdk) but I suppress the warning with
I sent OPL3BankEditor's output to
When I simply press the 'C' key (on the keyboard) to play a note, I get different output each time as the operator iterates from 0 to 8. OP-0
OP-1
OP-2
OP-3*
OP-4
OP-5
OP-6
OP-7
OP-8
So, is this expected output from OPL3BankEditor? I don't have another system to verify on. Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Ideally, it should work on any platform with any processor, I don't use any assembly specific to hardware. Anyway, the QtSerialPort library is significantly essential to communicate hardware. You could override the macOS minimal version at the side of my app to ensure all stuff is linked properly 👀 |
Beta Was this translation helpful? Give feedback.
Ideally, it should work on any platform with any processor, I don't use any assembly specific to hardware. Anyway, the QtSerialPort library is significantly essential to communicate hardware. You could override the macOS minimal version at the side of my app to ensure all stuff is linked properly 👀