polygon
polygon
I've been trying to use color::Gradient to implement a color ramp, but I cannot figure out how to use this properly. Here is what I am trying: ``` let grad...
I've been working on a program that iteratively creates an image that is monochrome. I do so by drawing to an initially fully black frame using white color and low...
When I'm using the BladeRF with a host that only supports USB2 the achievable sampling rates sometimes are too small. If I understand correctly, currently the 12 bit samples are...
Is there a defined way to create a request using `AsyncHTTPClient` with an infinite timeout? I am currently using the simple httpclient implementation (should also not change) and I am...
I've made NeuralNote build under Linux and was wondering if there is interest to upstream the changes. This PR would be the first step and contains the required changes to...
I want to use a CH32 to read out some analog peripherals and provide the values via I2C. I built an async driver that operates the I2C peripheral in device...
My Plugin is centered around a `View` struct that visualizes MIDI data in a custom `draw` function. Since the visualization is time dependent (Like a time-stepped simulation, I cannot just...