Mike Oliphant
Mike Oliphant
Because phaser_mono.dsp is passing '2' for depth to the underlying phaser implementation, it is currently implementing vibrato mode (allpass signal chain only). For phaser mode (equal blend of direct and...
First off, thanks for creating ComputeSharp and making it available! I've been messing around with the SwapChainAppliation examples, and I'd like to implement something like this ShaderToy reaction-diffusion shader: https://www.shadertoy.com/view/XsG3z1...
Because single-sample feedback is so common, Faust often generates a lot of 2-value arrays for feedback handling. This ends up being quite expensive in languages like C# where array access...
**Describe the bug** Selecting both bold and underline for text has rendering issues for many fonts, including "MuseJazz Text". **To Reproduce** 1. Start with a new blank score. 2. Select...
Any thoughts on the possibility of USB audio interface support? It would be great to have a bare-metal solution on Raspberry Pi that could use a USB-connected audio interface instead...
Currently, the VST stores the path to the schematic when a preset is saved by the hosting DAW. This causes problems if the resulting project is shared to a new...
This PR adds an optional parameter to "**run()"** that allows you to specify a "**custom_model_config**". This makes it very easy to experiment with model architectures while having the simplicity of...
Using clang with "-march=x86-64-v3" optimizations results in a significant reduction in CPU usage. On my machine, a single standard NAM model goes from ".15c" (15% of a CPU core) to...
My testing indicates that compiling with Clang gives a noticeable (on the order of 10%) speed improvement - likely because it optimizes the Eigen matrix code a bit better than...
Main project say c++20, src says c++17.