Open reubenfinger opened 4 years ago
Same here, in fact it crashes regardless of which device is selected. But only if a USB device is connected. When using the midi monitor object, I can see incoming messages however.
I am using such an adapter. I now ordered a direct usb-B to -usb-C adapter, maybe that makes a difference?
Update: I received my non-adapter cable but the issue persists.
Whilst attempting to send clock out usb host port 1 using factory object midi/out/clock and notes out using cpwitz/midi/arpeggiator and a midi/out/note I get a patch load error, and akso restarts. The same exact patches work with axoloti. The error appears below
USB device found Connected to device. Firmware version on attached device: 3.0.1.0, crc=0x9922E990 Generate code complete Compiling patch. /Users/reubenfinger/Library/Akso/build/xpatch.cpp: In member function ‘void rootc::instanceclock__1::dsp(rootc*, bool, bool, bool&, int32_t&, int32_t&, int)’: /Users/reubenfinger/Library/Akso/build/xpatch.cpp:120:24: warning: integer overflow in expression of type ‘int’ results in ‘2147483647’ [-Woverflow] _posfrac &= (1<<31)-1;