-
Hi all, great project! I tried compiling some of the examples and it went pretty well! After compiling, I connected a guitar preamp via USB to my macOS device. The example came up and I was able to pick source and destination. Since the preamp only accepts program changes, I added some code in both files, ContentView-iOS and ContentView-macOS:
On macOS, the messages get fired and the preamp switches from program 2 to 3 (counting starts at 0 in the preamp). Running the same code on my iPhone, the iOS device doesn't seem to fire anything. To make sure that there is no hardware issue, I tried sending PC messages to the same preamp using another software called Bandhelper. As expected, this works well. Since it works on macOS, I assume I have to set-up something in the iOS device to make the messages going through? Thanks for ideas! |
Beta Was this translation helpful? Give feedback.
PR is merged. Fix will be in the next release, but until then you can pull main branch.