JoshuaPostel

Results 16 issues of JoshuaPostel

**Is your feature request related to a problem? Please describe.** This feature would make it easier to host `ghz-web` on a shared kubernetes development cluster. Without a path prefix `ghz-web`...

At the start of some chords, a large negative pitch bend is sent to the DAW. Could be caused by a zero/epsilon [`t`](https://github.com/JoshuaPostel/DeepGliss/blob/c9d10779ebd89598b3cf5e8f4cf1a920afd738d8/src/midi/paths.rs#L273) value on the first call to [`BendPath::bend()`](https://github.com/JoshuaPostel/DeepGliss/blob/c9d10779ebd89598b3cf5e8f4cf1a920afd738d8/src/midi/paths.rs#L183)....

bug

### Thank you trying DeepGliss! If you made a cool sound or song using DeepGliss and would like to share it, please do so here! If you are willing to...

Currently presets can only be loaded from a `.preset` file. - [ ] include a few presets in the binary - [ ] add ability to select included presets via...

enhancement

### Thank you trying DeepGliss! If you found a cool set of parameters and would like to share them, please upload the `*.preset` file here and a brief description of...

- [ ] create a "light mode" - [ ] add a setting to choose between themes - [ ] make adding a new theme straight forward

enhancement

- [ ] clean up parameter handling - [ ] break off some of `state.rs` into `parameters.rs` - [ ] refactor `daw_time` and `ui_time` into a single `time` as they...