Dillon

Results 70 comments of Dillon

Thanks for reporting the issue(s). I've added some simple logic to just fix invalid values. I agree the typing triggering updates is annoying, but I do want to keep the...

It looks like I already tried to make the behavior only to update after changing focus (`UpdateSourceTrigger=LostFocus`), but that's not working for some reason...

That would be great!

> Moreover, I can reach a normal sound only with oversample=1 This makes me think that it might just be hard for your computer to keep up with the processing...

I calculated the overhead by varying the block size of the benchmark on a medium size circuit: Samples/Block | Rate (kHz) ---------------- | ---- 2^6 | 210 2^10 | 215...

Oh, I see now, what you are proposing is also better for type safety anyways even if the overhead isn't huge. Thanks for the PR, I'll take a look now.

That makes sense. I think #97 might be a prerequisite for this. What I want to do with that issue is make a lot of the math expressed as matrix...

Sorry for the delayed reply. What you suggest could work. I have been hoping to refactor the way the code generation works to make it easier to replace the backend...

Right, I understand it's the same implementation strategy, but it's hard to be sure it's *actually* the same :) (now and in the future).

After you build the plugin, you need to copy every DLL in the bin\Release\net48 folder into a VST plugin search directory. Here is what the installer script does: https://github.com/dsharlet/LiveSPICE/blob/ea5812762c7125bd2b7e8c49c500aba570d9c97d/LiveSPICESetup.iss#L30 where...