Martin Bartlett
Martin Bartlett
If there are a lot of tabs open, a reload could overload the network (and my work network is notoriously slow and can get nasty if too many requests hit...
* Move the architecture stuff ro a folder 'chaos-stratus' * Implement a set of tools for connecting to and executing command on the pedal * Adapt faust2stratus to use those...
These are various tweaks and fixes to make for a smoother experience for Stratus users. See commit comments for more details. No changes to the faustservice interface are required
Most "spectroscope"-like frequency response graphs present the X-axis with log10 scaling. So this option would be very desirable for being able to really comprehend the frequency response of a filter...
It would be really handy if double-click were to restore controls such as hslider and vslider to their initial values.
This PR addresses issue #398 by implementing a feature named `ordered-float` that activates the same-named feature in [`value-trait`](https://github.com/simd-lite/value-trait/pull/54) which itself activates the wrapping of floats with [`OrderedFloat`](https://docs.rs/ordered-float/4.4.0/ordered_float/struct.OrderedFloat.html) and thus allows...
My continuing attempts to get [simd_json "dropped in" as a replacement for serde_json](https://github.com/bassmanitram/aws-lambda-rust-runtime/tree/feature/support-simd-json) (with some inevitable mutability hacks of course) are stymied at the moment because, while serde::Value implements std::cmp::Eq,...