Gin icon indicating copy to clipboard operation
Gin copied to clipboard

A few extras for juce

Results 10 Gin issues
Sort by recently updated
recently updated
newest added

Hi, we noticed that when applying brightness/contrast to a ARGB image, the transparent pixels becomes opaque someways. Original: With brightness/contrast You can clearly see the "box" around the knob, which...

Currently the project exports a WebSocket client for use. Can this code be easily augmented to support hosting a WebSocket server?

I don't really understand how to properly use this class. Here's my current usage: ```c++ // during setup: m_limiter.setSampleRate(sampleRate); m_limiter.setNumChannels(2); m_limiter.setMode(gin::Dynamics::limiter); m_limiter.setParams( 0.002f, // Attack in seconds 0.08f, // Release...

Hello there, Great piece of software that you did. Do you plan to add a "glow effect" ? ;-) Thanks

Hi 👋 , There are seem to be some unhandled cases in the MessagePack serializer: - `fromData` does not handle cases `0xd0`, `0xd1`, `0xd2`, and `0xd3`: ```cpp ... else if...

Is it possible to add a gin module via FetchContent or CPM? I prefer this method over Git submodules.

I don't know so much about reverb algorithms, but I think there's a glitch in the initialization of this class. The comb1Length member variable (and the other combLengths) aren't initialized...

Should fix https://github.com/FigBug/Gin/issues/53 SIMD parts stay unchanged.

Hey, confused as to why these static_asserts (two places in this file) work fine in Windows 11 but fail in WSL2/Ubuntu, both are 64-bit: ``` gin/modules/gin_dsp/dsp/gin_bandlimitedlookuptable.h:93:41: error: static assertion failed...

It seems to affect every Gin project, so I'm afraid it's somewhere in the gain setting of VoicedOscillator, but not sure. To replicate in Wavetable or Gin Synth-example - set...