Jesse Engel

Results 6 issues of Jesse Engel

The mac build uses TFLite, but requires additional ops from Flex Delegate. This build path seems to be broken on Windows. We have an alternative to use the C TF...

known issue

We have released an AU Component instead of VST3 because for the moment, freezing and exporting the VST3 doesn't work for Ableton.

known issue

The distilled CREPE model we use for pitch tracking is pretty good, but every once and a while it makes a small pitch error "hiccup", usually at the end or...

known issue

The synthesis model seems to accumulate non-harmonic frequencies over time. It is readily apparent if you leave the plugin open for around 30 minutes and then move the tone shaping...

known issue

When a line is interrupted like ``` c++ auto test = split(parser.getStringParam("test"), delim); ``` It produces different syntax than an uninterupted line ``` c++ auto test = split(parser.getStringParam("test"), delim); ```

Hi, nice plugin! I was wondering if there would be a way to halt the execution of the cell until a file is selected / callback activated. This would be...