Module: SynthBlocks

Defined in:
lib/synth_blocks/core/moog_filter.rb,
lib/synth_blocks/fx/eq.rb,
lib/synth_blocks/utils.rb,
lib/synth_blocks/fx/delay.rb,
lib/synth_blocks/mod/adsr.rb,
lib/synth_blocks/fx/chorus.rb,
lib/synth_blocks/fx/g_verb.rb,
lib/synth_blocks/core/sound.rb,
lib/synth_blocks/drum/hihat.rb,
lib/synth_blocks/fx/limiter.rb,
lib/synth_blocks/mod/adsr_old.rb,
lib/synth_blocks/mod/envelope.rb,
lib/synth_blocks/fx/compressor.rb,
lib/synth_blocks/fx/waveshaper.rb,
lib/synth_blocks/drum/kick_drum.rb,
lib/synth_blocks/core/oscillator.rb,
lib/synth_blocks/drum/snare_drum.rb,
lib/synth_blocks/drum/tuned_drum.rb,
lib/synth_blocks/synth/monosynth.rb,
lib/synth_blocks/synth/polysynth.rb,
lib/synth_blocks/core/wave_writer.rb,
lib/synth_blocks/mixer/send_channel.rb,
lib/synth_blocks/mixer/mixer_channel.rb,
lib/synth_blocks/core/one_pole_lowpass.rb,
lib/synth_blocks/sequencer/sequencer_dsl.rb,
lib/synth_blocks/core/state_variable_filter.rb

Overview

A better sounding lowpass (for some applications that is) Source www.musicdsp.org/en/latest/Filters/26-moog-vcf-variation-2.html Straight port from c++

Defined Under Namespace

Modules: Core, Drum, Fx, Mixer, Mod, Sequencer, Synth, Utils