eggix
eggix
I would love to see it fixed. Just create a PR. Also small changes are worth a PR. For example #102 was recently merged.
I think it is suppose the be that way. The Manual stats: > Pair of classic waveforms AUX: sum of two hardsync’ed waveforms, the shape of which is controlled by...
Thanks for your remark. `uint` is apparently not typedef'd to `unsigned int` by all compilers.
I observe the same out-of-bounds behavior. I seems that the problem occurs when the solution is close the boundary. Minimal working example ```Julia using NLopt sol = [0.05, 0.95] function...
Yes, the final solution respects the bounds. However, in my use case the function I want to minimize is not defined outside the bounds. I hoped the inequality constraints would...
I have the same problem on Arch Linux. I build `Rack v1.1.3` and `southpole-vcvrack v1` from source. Debug mode dumps: ``` Rack: src/CornrowsX.cpp:555: virtual void CornrowsXWidget::appendContextMenu(rack::ui::Menu*): Assertion `braids' failed. make:...
You are right, the code for DeuxEtageres is just a copy.
Issue is fixed by #43
Issue is fixed by #42