psychedelicious
psychedelicious
Use new `MessageSerializer` type in `Overriding message serializer` example.
### Please describe the feature that you want to propose I'd like to be have access to a `selectable` attribute on individual edges. My use case is related to collapsible...
### Initial Checks - [X] I have searched Google & GitHub for similar requests and couldn't find anything - [X] I have read and followed [the docs](https://docs.pydantic.dev) and still think...
**Is your feature request related to a problem? Please describe.** SQLite generated columns are not displayed in the UI. **Describe the solution you'd like** - Generated columns are displayed and...
**Describe the bug** When a key is held down and a modifier key is pressed, the first key triggers. **To Reproduce** https://codesandbox.io/p/sandbox/long-waterfall-r3v76q?file=%2Fsrc%2FApp.tsx%3A21%2C3 Listeners are attached to window for "space" and...
**Describe the bug** If you have multiple handlers for a specific hotkey, disabling any of them with `enabled: () => false` disables all handlers registered after that one. Disabling with...
The Push display has 4 x 17 character columns, but `push-wrapper` implemented 8 x 8 character columns. This leaves 4 characters per row unusable. I needed as many usable characters...
Sysex `[98,0,1,1]` and `[98,0,1,0]` set the Push to User mode and Live mode, respectively. Confirmed working on my Push.
Implements Channel aftertouch and a method to set the Push to Channel and Poly aftertouch modes. (In the issue, I had been starting Ableton Live along with the Push, which...
Push uses Channel Aftertouch (e.g. 208), but the API only handles Polyphonic Aftertouch (e.g. 160). See MIDI spec: https://www.midi.org/specifications-old/item/table-2-expanded-messages-list-status-bytes The Push _can_ be set to Polyphonic Aftertouch mode by sending...