Andrzej Tokarski
Andrzej Tokarski
Thanks for being persistent on this one. I'm new at this and was not even aware of the standard way to build TinyUSB. I'm building this starting from pico-examples CMakeLists.txt...
Generally I'm following this guide: https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf and building from CLion IDE, but the commands it's running are: `cmake.exe -G Ninja -S E:\pico\pico-examples -B E:\pico\pico-examples\build` `cmake.exe --build E:\pico\pico-examples\build --target tinyusb_host_midi_rx -j...
In the meantime (while waiting for #1434 to be merged) I started on adding a nice-looking MIDI API. Turns out the simplest way is to reuse https://github.com/FortySevenEffects/arduino_midi_library. Fortunately it does...
@todbot On my machine (Windows, under WSL2) the example now builds with `make BOARD=raspberry_pi_pico all` in the example directory. I also verified that the example works as intended when the...
That's a naming inconsistency on my side. The key fact here is the name of the project is not important. AFAIK `add_library(pico-midi-usb INTERFACE)` creates a target that can be linked...
In current state the print is unusable for me: both shopping lists and recepies use up too much space and are not easy to read.
It would be great if this got merged. I'm working on a no_std support for this library. While I don't expect my changes will ever get merged (I had to...
Sure, I will to that tonight.
Quick update: - Got the wav/PCM decoding working on my hardware - FLAC compiles but I run out of heap space on initialization, waiting for a board with some more...
I will push the code later but for now another update, I got the FLAC playing but: - I'm using 256 kB of heap on top of 128 kB normal...