Skip to content

Releases: midilab/jc303

Fix Release

05 Nov 12:11
abac3b3

Choose a tag to compare

What's Changed

  • Code Review and Fixes by @midilab in #31 wich includes:
    Fixes 2 issues related to each other #22 and #30 .
    Removes static initialized members that might be a fix for #23 but not tested for the issue specific scenario yet.
    Update JUCE to 8.0.5 to make it build compilant on MacOS Tahoe+.
    Added a Dockerflie for Linux build with specific old glibc (glibc 2.31+) for broad support on different linuxes distros.

Full Changelog: v0.12.2...v0.12.3

Decay Knob Processing Fix

03 Jun 18:50

Choose a tag to compare

The long-awaited fix #7 for the decay knob issue is finally here.

PS: The v0.12.1 was deleted because of a regression bug fixed in v0.12.2

Thanks to @dddux for properly contextualizing the problem—especially helpful since I don't own a real TB-303 to compare against.

Overdrive Feature

01 Apr 15:39

Choose a tag to compare

Built-in Overdrive based on GuitarML research and BYOD DSP implementation.

  • Comes with 37 built-in models to try out.

  • Over 180 additional models available for download from the GuitarML TonePro library pack.

  • To install or delete new models: After running the plugin for the first time, use the newly created folder Documents/midilab/JC303/overdrive_models/ to copy or delete one or more model files inside.

What's Changed

Contributors

Render fix on some DAW hosts

11 Sep 21:27

Choose a tag to compare

  • Fix issue #21 by reverting back the pull request #9 to the original Open303 render logic for midi notes rendering.

New GUI, fixes and improvements

03 Sep 11:03

Choose a tag to compare

jc303

  • new gui by @amadeusp PR#11
  • theme layout scheme to allow different themes at compile time: cmake -B build -D GUI=<amadeusp|midilab>
  • fix high cpu consume using mod
  • fix render position within processBlock @darrenmothersele PR#9
  • MODs reduced to 6 parameters and range values tunned.
  • remove juce splash logo

Devilfish inspired MOD parameters

21 Jan 21:27
2080bb6

Choose a tag to compare

  • 8 internal parameters for sound MOD, inspired on Devil fish!(not a clone of devil fish!!! do not expect same sound!)
    Decay Knob: from 200ms...2000ms to 30ms ... 3000ms
  • switch button for restore original internal parameters of 303 clone sound.
  • MacOS universal load Bug fixed
  • Reinforce the Open303 powered by!

jc303

CLAP format support!

30 Dec 11:52

Choose a tag to compare

  • Fixes binary release for Windows with correct version 0.9.2
  • First internal paramenter for synthesis hack: slide time, thanks to @KBrus
  • CLAP format support thanks to @grawlinson

V0.9.1

09 Sep 19:46

Choose a tag to compare

This version brings a fresh GUI for the project.

JC-303 Screenshot

First Release!

10 Aug 11:26

Choose a tag to compare

First Release! Pre-release
Pre-release

Introducing the inaugural JC303 release.

This version features a headless plugin (with a user interface planned for upcoming releases), enabling direct control mapping on your DAW.

MacOS VST3, LV2 and AU for Intel x64 and M1: https://github.com/midilab/jc303/releases/download/v0.9/jc303-macos-universal-plugins.zip
Windows VST3 and LV2 for Intel x64: https://github.com/midilab/jc303/releases/download/v0.9/jc303-win64-plugins.zip
Linux LV2 and VST3 for Intel x64, GLIBC >= 2.31: https://github.com/midilab/jc303/releases/download/v0.9/jc303-linux64-plugins.zip

Know issues: MacOS AU not loading in M1 tested with ableton11, all other MacOS plugins format working fine!

Installation:
Each platform windows, macos or linux will contain the plugin format folder, just copy the format you want to use to your OS expected plugin directory.