Hi all,
I have a Music Thing Modular AxoControl attached to one of my Axolotis and i will develop/share some patches for it in:
menu: File -> Library -> Community -> tiar -> AxoControl
One of my goals is to get the maximum functionalities out of a very limited number of pots.
LittleClassic is the first i'm developing, and sort of test bench for ideas.
Basically it should cover most of the classic synth sounds:
Features:
- saw/sqr waveforms
- low pass filter with resonance and envelope
- amplitude envelope
- three oscillators
- 8 different detunings for the three oscillators
- post filter distortion
- reverb
- 6 voice polyphony
- vibrato controlled by modulation wheel CC
- volume controlled by expression CC
Ideas:
- use left/right sides of pots as switches for options such as :
- envelope mode ("piano" / "organ")
- distortion on/off
- waveform
- reverb on/off
- use tiar/kfunc/ objects to map multiple parameters on a single knob (sort of presets).
- use tiar/kfunc 8 or 16 segments to make steps with smooth transitions
- ex: Detune ratios for two oscillators
- use blinking led as feedback to signal a transition zone between steps
- highest attack time (full right) switches control to aftertouch
- The release time can be common to both filter and gain envelopes
- use aftertouch as part of sustain for envelopes in "piano" mode.
At the moment the controls are :
- knob 1 (PA5) controls the cut-off of the filter AND distortion
- center for minimum cut-off
- full left or right for maximum cut-off
- left: no distortion
- right: distortion
- knob 2 (PA6) controls the envelope on the filter.
- if turned from middle to left, the envelope is a decay envelope (piano type).
- if turned from middle to right, the envelope is an AR envelope (organ type).
- if turned full right the filter is controlled by aftertouch (channel or poly)
- knob 3 (PA7) controls the resonance of the filter and the waveform:
- from left to middle : square waves
- from right to middle : sawtooth waves
- center for minimum resonance
- full left or right for maximum resonance.
- knob 4 (PA2) Detune ratios for osc2 and osc3 relative to osc1 left to right:
- x1 x1 unison
- x2 x3 a bit of third
- x2 x4 octaves
- x3 x1.5 a lot of thirds
- x3 x4
- x7 x4.5 metal and bells
- x5 x4 year 2k
- x0.75 x2.5 grungy
- knob 5 (PA3) controls the gain envelope
- if turned from middle to left, the envelope is a decay envelope (piano type).
- if turned from middle to right, the envelope is an AR envelope (organ type).
- if turned full right the gain is controlled by aftertouch (channel or poly)
- knob 6 (PA4) controls the release for both gain and filter envelopes AND the reverb
- center for minimum release time
- full left for right for maximum release time.
- left : low reverb
- right: stronger reverb
A draft layout...
Updates 14 jul:
- extendend filter cut off range
- Button A (PC1, LED PB1) controls gate effect (8 per sec)
- Button B (PC2, LED PB8) controls pan effect (1 per sec)
- Button C (PC3, LED PB9) switches gate to high speed (sort of ring mod).
Updates 16 jul
- Finished a few adjustments