PLTS - TheTechnobear/SSP GitHub Wiki
Plts : macro oscillator
plts - an implementation of Mutable Instrument Plaits for the Percussa SSP.
Documentation
Note: This is the primary page for documentation on this modules
- Wiki - https://github.com/TheTechnobear/SSP/wiki/PLTS
- Forum - https://forum.percussa.com/t/plts-macro-oscillator-by-thetechnobear
- Mutable Instruments Plaits manual
Developer: TheTechnobear
I develop these plugins for free, please consider supporting my efforts with a donation. https://ko-fi.com/thetechnobear
Parameters
Name | Desc |
---|---|
Pitch | pitch offset in semis |
Harmonics | Harmonic control, depends on model |
Timbre | Timbre control, depends on model |
Morph | Morph control, depends on model |
Model | Model to use for oscillator, many types, see manual |
FM Mod | attenuator for FM signal |
Timbre Mod | attenuator for Timbre signal |
Morph Mod | attenuator for Morph signal |
LPG | decay on internal LPG |
VCA | decay on internal VCA |
Inputs
Name | Desc |
---|---|
V/Oct | pitch input v/oct |
Trig | Trig oscillator using internal vca |
Level | set level of output |
Harm | Harmonic control, depends on model |
Timbre | Timbre cv, dependent on Timbre Mod |
Morph | Morph cv, dependent on Timbre Mod |
FM | FM pitch input, dependent on FM Mod |
Model | Model to use for oscillator, many types, see manual |
Outputs
Name | Desc |
---|---|
Out | main output signal |
Aux | alternatives output signal |
note: many of these parameters meaning vary depending upon model, see Mutable Instruments Plaits manual for details
General Usage
The best source of information about this module is the Mutable Instruments Plaits manual
Tips
I only recommend using at 48Khz sample rate, as this is how the Plaits code is designed. Using at other sample rates may lead to incorrect pitch, and possible other oddities. ( the only solution would be downsample/upsampling but this is sub-optimal on a platform such as the SSP)
FM / Morph / Timbre modulations are not working !?
This is a 'plaits' feature - theres built in 'attenuverters', which I default to zero (see next tip!), you should turn these positive or negative to apply some modulation. Why? we already have attenuation in the SSP... indeed but for compatiblity with 'internal modulation' we need, see below.
when I trig plaits I get some wierd modulation, why?
When the FM, Morph and Timbre CV inputs are not connected, Plaits has a built in envelope modulation for these parameters, this can be positive or negative (0 = no modulation). This is particular useful for percussive sounds, e.g. you can do a kick drums pitch env just by altering the FM modulation amount.
Change Log
- 2.0.0 release for new ssp image
- 1.4.1 release - note input transpose
- 1.4.0 early access release - midi learn
- 1.3.1 release, re-write using new infra and ui
- 1.3.0 early access release
- 1.0.1 Adjust for pitch cv changes
- 1.0.0 Initial Release
Credits:
Mutable Instruments : https://www.mutable.com/ Thanks to Emilie for sharing her code with the community. please note: this VST in no way endorsed or supported by Mutable Instruments.