Skip to content

Simon-L/TheAcidKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TAK

The Acid Kit

💾 Download nightly builds here

AcidStation : 303 acid filter


Based on Substation Opensource Envelopes and Filter module, many thanks to Slime Child Audio for the input and for sharing their awesome work openly in the first place! ❤️
Apart from gluing together 2 modules, this module reproduces the behaviour of the internal sequencer in the TB-303 relatively faithfully: VCA and VCF envelopes timing and shape as well as the very specific interplay of envmod with cutoff and accent with resonance (the "quack" or "wow" attack on accented steps).

AcidComposer : very crudely WIP 303 pattern composer


⚠️ Heavily WIP! This is an experiment in entering melodic sequences with the keyboard, almost like a tracker, but most importantly it's inspired by the TB-303 pattern charts. It implements the behaviour revealed by this research paper with some additional details explained in KVR threads and direct support from the one and only antto.
Each line contains informations that are then made into a pattern:

  • Infos: letter identifier, length (BROKEN) and transpose, eg. +2 is 2 semitones up
  • Notes: note letters from a to g, 2 letters per step, second letter is either # (sharp) or b (flat)
  • Up/Down: either u/U for one octave up, d/D one octave down or space for normal octave
  • Acc/Sli: either a/A for accented note, s/S for a slid note
  • Time: o is play a note, _ is tie, space is no note

There's an overkill bit hidden in this module: slide is made using realtime analog circuit modelling using WDF to get a response very close to the original. The capacitor and resistor knobs affect the slide: increase for longer slides, decrease for shorter slides.

I love making sequencer modules, for this project I decided to start directly from ImpromptuModular's PhraseSeq16 code and expand from it.

Disclaimer

AcidStation

This product includes software developed by Coriander V. Pines, doing business as Slime Child Audio (https://slimechildaudio.com/).

AcidComposer

Based on code from ImpromptuModular:

PhraseSeq16 is copyright © 2018-2021 Marc Boulé and is licensed under the terms of the GNU GPL either v3 or later

Acknowledgment

Once again, huge thanks to Slime Child Audio!
AcidStation would not have been possible without the previous work from antto (on KVR and IRC), aciddose, Robin Schmidt, Robin Whittle, mystran AcidComposer could not exist without the solid foundation of Marc Boulé's work for ImpromptuModular!

References