Dillon

Results 95 comments of Dillon
trafficstars

To clarify, the idea here would be to convert MIDI to a digital audio signal in another step/plugin, and then pass that into our VST plugin?

Oh I see, very interesting. This seems very cool, though the details aren't clear to me yet. Right now the only way to get data into a circuit is via...

> I confess that i forgot if Livespice has parameters (for pots, selecttors, switches and the likes) that can be moved in real time to change the properties of the...

Is the thing needed here several Inputs that are tied together conceptually? If so, one possibility is to just use existing Input components, with names that mean something. But this...

Sorry for the delayed response. I've noticed a lot of problems with this too, though not this specific problem. I'm using a UI framework that buries this stuff internally... it's...

Would it be useful to just generate a C function? Something with the following API: ``` struct FilterState { ... }; int Process( FilterState *state, float param0, float param1, ...,...

That PR only helps with this for C++, the other languages will need their own solution.

This example is uncovering an interesting bug that I think is a failure of the computer algebra simplification (or perhaps some higher level simplification first). The problem can be reproduced...

There's a likely lame workaround for this: capacitors could canonicalize the ordering of their anode/cathode by sorting the nodes by name...

Actually, I found a more real solution by making the computer algebra more robust. This was a nice bug to fix, I can't believe it hasn't been uncovered by anything...