ToneBuilder FSMs and Prims
4 FSM Schematics in One ZIP File

Download Link:

https://www.invntefx.com/ssl/_invntefxfstone/tonefltrbldrfsms.zip

FIlterChkreFx
fltrchkrefx.fsm
Compares 10 RBJ DSP Frequency Filters
Switchable by Selector with Visual Streaming Analyzer Display Mod

ToneBldreFx
tonebldrefx_tst.fsm
The Main Workhorse Filter Building Schematic with:
MIDI Keynote Frequency Generator/Visual AHDSR/SuperMini Sequencer Arpeggiator/
FFT Transfer Display/Adjustable Timeline Oscope & a 'Streaming' Frequency Analyzer
Accurate Visual/Aural Equalizer Bandwidth Observation ... 'User Friendly.'
WYSIWYGTDO 'Generic' 14 Filter Modules Template ...
simply 'Copy/Paste' Filter DSP Code into each Filter Template.
Already has basic set of module pins code ...
so pasting auto-wires all pins in DSP prefab mod template ...
All other components already connected will link.

--- STARTER CODE ---
Input = streamin in;
Cutoff = streamin in;
Res (Resonance/Q) = streamin in;
Gain (Pin A DSP Code recognized/accepted) = streamin in;
streaminout = out
--- END STARTER CODE ---

(Unused pins will simply disconnect harmlessly for omission)

[if: code paste includes streamin beta;
it will auto-overwrite/connect Slope as 'Res' pin ...
not name sensitive, can be renamed without disconnect]

ToneComPaireFX
tonecomprefx.fsm
3 Dual Filter Tone Controls with individual Frequency Analyzers.

ToneTooleFx
tonetoolefx.fsm
Small, Fast, Efficient Low CPU Use
Can be loaded additionally to edit
'On the Go' ... make a 2nd, 3rd, 4th
(Plans A,B,C ... ) backup at same time
to Experiment and Edit the Filter.

+++++
EXTRA
+++++
primatequates.fsm
'One-of-A-Kind Rare Hard to Find'
"Emerald Green" 
Slider/Potentiometer Primitives (some 'Blues' too)
I renamed the edits so as to not overwrite
originals as follows:

dblinearefx
(Converts dB Readout to LInear Numeric Scale)
db-to-linear:
(x) = 10^(x / 20)

lineardbefx
(Reverse/Converts Linear Numeric Scale to dB)
linear-to-db:
(x) = log10(x) * 20
Could not find it ... so ... built it.
Works 99.96% Ivory accurate.


These are 'Greens'
0-1toHzFlt
Hzto0-1Flt
These are 'Blues'
0-1toHzStrm
Hzto0-1Strm


minmaxefx
(Standard Slider/Potentiometer Linear Scale 'green')

minmaxlogefx
Parabolic Log Oscillator Frequency Slider 'green'.
Reduces Pitch Increase Rate drastically.
Nudge a 100-4000 Hz Slider to exactly 440Hz A standard Industry Note.
Edit capable Formula.
parabolic log taper:
(x) = (100/0.1)^x * 0.1
where || 100 = n1 and 0.1 = n2 'are rewriteable value green floats'
