Tristan Rowley
Tristan Rowley
> Try commenting out the following line in Usb.cpp. https://github.com/felis/USB_Host_Shield_2.0/blob/9184254b87b2c65378ba83d653457a48c01d5396/Usb.cpp#L241-L246 Success! Sending and receiving MIDI note on/offs now seems to work! Thank you! :D Are there any drawbacks to this...
> @doctea Sorry, I made a mistake in one place, please try again. Only two lines need to be commented out. **EDIT -- see below!** Thanks -- I've changed my...
> @doctea I thought that the cause of not working in BeatStep might be the toggle problem and suggested commenting it out. During my research, I found a pull request...
Seems like this functionality is working, but no UI keyboard shortcuts to use it..? Are there any known bugs with it? I've hacked in support for eraseActivePreset(), cloneActivePreset() and selectNextPreset()...
Cool stuff. Thanks for all your hard work on this project! I've got an event coming up at the end of July and I'm currently hoping to use ofxPiMapper for...
> Is anyone any closer of finding the problem and a solution? Making this simple change fixes the problem for me https://github.com/adafruit/Adafruit_TinyUSB_Arduino/issues/293#issuecomment-1666959735
> I've looked into the issue today so let me share some thoughts. > > The workaround @doctea shared long time ago: `OSAL_TIMEOUT_WAIT_FOREVER -> OSAL_TIMEOUT_NORMAL` hides the problem (prevent the...
@bob2021 Suffering quite badly with timeouts at checkout in our shop and we have a lot of stock that needs inventory managed. Do you know if your modifications (the one...
> Hi @doctea, I left the job where I was working on this a few years ago so I can't say for sure if the changes still work ok. They...
I'm getting the same problem with OF 12.0 on Linux. Your workaround does the job for me, thanks @dasoe !