Charles Holbrow

Results 18 issues of Charles Holbrow

**Is your feature request related to a problem? Please describe.** The most recent version of [matrixprofile on pip](https://pypi.org/project/matrixprofile/#history) is from January 2021. Since then , the `mstomp` algorithm was added...

The attached rpp file (renamed as .txt to keep github happy) breaks base64 parsing. - [ ] add a test for this base64 string - [ ] fix the problem...

pegjs is no longer maintained, consider updating to the "peggy" fork https://github.com/peggyjs/peggy/

Tracks are all stored at the same level in Reaper. A simple test reveals three types of `ISBUS` structs within a `` object - `ISBUS 0 0` indicates a track...

When the parser encounters a `VST` object like the one below, it puts the `externalAttributes` in the `FXCHAIN` object, as opposed to in the `VST` object. - [ ] Double...

The `FluidSession` data model and `cybr` interface will stabilize when the `fluid-music` client reaches version `1.0.0` Once the data model stabilizes, we can start to look into writing exporters for...

research

There's a lot to do here, but much of the hardest work is already done. - [My post requesting access to the component ID](https://forum.juce.com/t/how-to-get-vst3-class-id-aka-cid-aka-component-id/41041) - In [VST3 Crashing Due to...

enhancement

Currently the tooling can generate typescript plugin adapter code, but only if the typescript code is ends up in the core `fluid-music` library. # 1. Imports (fixed in 1adbaa5) ~~Currently,...

NI's **Battery 4** is a good test for this one. Currently the plugin adapter generator fails when parameter names start with a digit, because the name strings are not escaped....

It would be nice to be able to point to a website website that clearly displays the `FluidSession` data model. Some JS libraries for displaying collapsible/expandable JSON are: - [json-view](https://github.com/pgrabovets/json-view)...

docs