Difference between revisions of "Engines"

From ZynthianWiki
Jump to navigation Jump to search
(Added Surge Details)
(2 intermediate revisions by one other user not shown)
Line 10: Line 10:
 
* [[MOD-HOST & MOD-UI]]  (Plugin Host + Web GUI, developed by [http://moddevices.com ModDevices] for the ModDuo device) [https://github.com/moddevices/mod-host] [https://github.com/moddevices/mod-ui]
 
* [[MOD-HOST & MOD-UI]]  (Plugin Host + Web GUI, developed by [http://moddevices.com ModDevices] for the ModDuo device) [https://github.com/moddevices/mod-host] [https://github.com/moddevices/mod-ui]
 
* [[Pure Data]] (Visual Programming Language) https://puredata.info
 
* [[Pure Data]] (Visual Programming Language) https://puredata.info
* [[CSound]] (Sound Programming Language) https://csound.com
 
  
 
=LV2 Plugins: Synths & Effects=
 
=LV2 Plugins: Synths & Effects=
Line 20: Line 19:
 
* [https://github.com/DISTRHO/DPF-Plugins DISTRHO DPF-Plugins] (A plugin collection which includes the '''Nekobi Bass Monosynth''' and more)
 
* [https://github.com/DISTRHO/DPF-Plugins DISTRHO DPF-Plugins] (A plugin collection which includes the '''Nekobi Bass Monosynth''' and more)
 
* [http://calf-studio-gear.org Calf plugins] (One of the best free software plugin collection)
 
* [http://calf-studio-gear.org Calf plugins] (One of the best free software plugin collection)
 +
* [http://tytel.org/helm/ Helm] (Advanced Polyphonic Synthesizer + Arpeggiator)
 +
* [https://amsynth.github.io/ AMSynth] (Analog Modelling Synthesizer)
 
* [https://synthv1.sourceforge.io/ Synthv1] (Old School Polyphonic Synthesizer)
 
* [https://synthv1.sourceforge.io/ Synthv1] (Old School Polyphonic Synthesizer)
* [https://samplv1.sourceforge.io/ Samplv1] (Old School Polyphonic Sampler)
 
* [https://drumkv1.sourceforge.io/ Drumkv1] (Old School Drumkit Sampler)
 
 
* [https://padthv1.sourceforge.io/ Padthv1] (Old School Polyphonic Additive Synthesizer)
 
* [https://padthv1.sourceforge.io/ Padthv1] (Old School Polyphonic Additive Synthesizer)
* [http://tytel.org/helm/ Helm] (Advanced Polyphonic Synthesizer + Arpeggiator)
+
* [http://essej.net/sooperlooper/ SooperLooper] Live looping sampler capable of immediate loop recording, overdubbing,  
* [http://essej.net/sooperlooper/ SooperLooper] Live looping sampler capable of immediate loop recording, overdubbing, ...
+
* [https://surge-synthesizer.github.io/ Surge] Free & Open source hybrid synthesizer...
  
 
===Effects===
 
===Effects===
  
Zynthian include all kind of effects:
+
All kind of effects:
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 65: Line 64:
 
| Spectral
 
| Spectral
 
| Pitch-shifter, Autotune, Harmonizer, Vocoder
 
| Pitch-shifter, Autotune, Harmonizer, Vocoder
|-simulating
+
|-
 +
| Granular
 +
| Granulator
 +
|-
 
| Utility
 
| Utility
 
| MIDI processing/generating, Volume, Looper, Switcher
 
| MIDI processing/generating, Volume, Looper, Switcher

Revision as of 15:56, 24 November 2020

1 Engines:

2 LV2 Plugins: Synths & Effects

  • Dexed (Yamaha DX7 emulation)
  • MDA plugins (LV2 port of MDA plugin collection, including ePiano, JX10, DX10 and others)
  • TAL free plugins (Some plugins from Togu Audio Line, including Noize M4k3r and more)
  • DISTRHO Plugins-Ports (A collection of plugins ported to Linux that includes OBXd and others)
  • DISTRHO DPF-Plugins (A plugin collection which includes the Nekobi Bass Monosynth and more)
  • Calf plugins (One of the best free software plugin collection)
  • Helm (Advanced Polyphonic Synthesizer + Arpeggiator)
  • AMSynth (Analog Modelling Synthesizer)
  • Synthv1 (Old School Polyphonic Synthesizer)
  • Padthv1 (Old School Polyphonic Additive Synthesizer)
  • SooperLooper Live looping sampler capable of immediate loop recording, overdubbing,
  • Surge Free & Open source hybrid synthesizer...

2.1 Effects

All kind of effects:

Category Includes
Delay Delay, Echo
Distortion Overdrive, Distortion, Fuzz, Wave-shaper
Dynamics Compressor, Limiter
Filter Filter, Equalizer, (Auto-)Wah, Envelope Filter
Generator Synthesizer, Piano, Organ, Drums, Noise, SoundFonts
Modulator Chorus, Phaser, Flanger, Vibrato, Tremolo, Ring modulator
Reverb Reverb, Shimmer, Plate, Room, Spring
Simulator Amplifier, Cabinet, Leslie, Tube
Spatial Panner, Auto-panner, Stereo field manipulator
Spectral Pitch-shifter, Autotune, Harmonizer, Vocoder
Granular Granulator
Utility MIDI processing/generating, Volume, Looper, Switcher

we have not a complete list of all synths & effect plugins, but you can take a look to this to get an idea of what is available:

Gallery showing details about each of the MOD plugins

3 Supported plugin types

Currently, Zynthian supports only LV2 plugins compiled for RBPi (ARM):

Here is an unmaintained repository of LV2-plugins for Zynthian: https://github.com/zynthian/zynthian-plugins/tree/master/lv2

Support for VST, DSSI and LADSPA has been removed for simplicity, but it could be re-enabled in the future if we have good reasons for doing so.