Adrian Gaś
Adrian Gaś
I've made some progress in this matter 😃 You can check a demo [here](https://youtu.be/UoAELhU_aJM) I've basically used your approach from [b9f03ca](https://github.com/dsharlet/LiveSPICE/commit/b9f03cab6475207496ada502aa58fda407467e51) which turned out to be very slow, as expected,...
Just pushed my POC [here](https://github.com/Federerer/LiveSPICE/tree/feature/parameters).
Related issue: 'Iterations' are triggering simulation updates when you are typing a new value, which is annoying. Solution used in VST plugin (with two `ComboBoxes`) seems to work better. Side-note:...
`LostFocus` needs losing focus 😉 You need to click-away somewhere, which is not always the best solution. Maybe `Delay` would be better choice here? It counts time from the last...
That's right, except that you can't use them when you are editing in the standalone application. There are some possibilities here: - Adding this functionality to LiveSpice directly, - Adding...
I haven't said that the overhead is significant, just that there is some and it's related to the usage of DynamicInvoke() ;) Also, creating array for parameters adds another memory...
I've tested that, and for the current matrices sizes difference is negligible. I've also did some tests with the VisitSum method in the CompileExpression.cs replacing some sums of products with...
> > > Really nice work, thanks for this! I have a few suggestions on the benchmarks that might affect the results. > > For one of the benchmarks, it...
> > > 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). I think I've...
I've made alpine-based version: [Dockerfile](https://github.com/Federerer/bleeding-edge-toolchain/blob/master/Dockerfile) It contains only toolchain and it can be used in CI scenarios or as a base image (you can add your favourite tools etc). In...