Brian Whitman
Brian Whitman
(This is done technically, in AMY, Tulip Desktop and Web, and AMYboard, but we are going to put a better API than just the `AUDIO_IN0` oscillator on this!)
(The commit in esp-idf that enforces this hint happened about a month ago: https://github.com/espressif/esp-lwip/commit/dcb01b91218b5d3be913b14abdec0fd95ae06b40 )
This is all set up in https://github.com/shorepine/amy/tree/main/daisy , but i'll keep this open as the port could use some help. I've shared it with the ES discord and hopefully someone...
Try it with `load_patch`, not `patch`?
I fixed up the `store_patch` bug in #210 . I now get the correct behavior, using `load_patch` in Tulip: ```python amy.reset() amy.send(store_patch="1024,v0Zv1Zv2Zv3Z") amy.send(voices=0, load_patch=1024) amy.send(debug=99) ... voice 0 base osc...
An annoyance here (self-owned) is that `def run(screen):` overwrites the imported `from tulip import run` in the namespace when running this type of code. They are two different `run`s with...
Is that their style guide for python interpreters that are also the CLI for the entire OS? They think of everything . I really want to keep things like bare...
Looks like it's hit their `master` branch https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/api-reference/peripherals/usb_host/usb_host_notes_ext_hub.html
Tracking this in #315 instead
@Speccery please let us know if the latest Tulip (use `tulip.upgrade()` or Tulip Desktop build) works for you with your setup. We believe we've implemented support for running status and...