Tulip October 2024 release
What's Changed
- adding portamento AMY (+ fixing a compilation bug for ft5x06 ctps) by @bwhitman in #346
- Juno portamento by @bwhitman in #349
- Better midi parser, handles running status. Also support for all notes off by @bwhitman in #355
- stop parsing USB/IAC midi messagees once parsed by @bwhitman in #357
- Tulip's AMY has echo by @bwhitman in #358
- adding learn midi codes directly by @bwhitman in #369
- midi.py: OscSynth now takes kwargs that it will forward to its oscs. by @dpwe in #371
- adding required field
patch_number
to SingleOscSynthBase by @bwhitman in #374 - midi.py, music.md, ..: Add midi.config.get_synth(), rename polyphony by @dpwe in #382
- adding first version of TabView to allow for tabbed UIScreens by @bwhitman in #384
- convering the m5_8encoder class to a simpler module to match how the others work by @bwhitman in #388
- Separately handle MIDI clock f8 signal. by @bwhitman in #389
- memorypcm.c: Note-off non-retrigger fix, as for amy/src/pcm.c. by @dpwe in #392
- Hopefully giving the GT911 more room to breathe on boot. by @bwhitman in #394
- USB hub support, mouse support, latest Micropython and ESP-IDF by @bwhitman in #400
New Contributors
Full Changelog: v-sep-2024...v-oct-2024