Skip to content

Stereo 3-band parametric equalizer for jack with fader and mono controls.

Notifications You must be signed in to change notification settings

pificaria/estripe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About

Stereo 3-band parametric equalizer for jack with fader and mono controls. This package requires rust's nightly toolchain to build.

Usage

Estripe runs an OSC server at port 5510, and can receive messages at the following paths:

Path Msg Type Parameter
/fader float volume in dB
/mono int 0 for stereo, 1 for mono
/fil/k/type string filter type
/fil/k/freq float frequency in Hz
/fil/k/gain float gain in dB
/fil/k/q float Q value

Where k ranges from 1 to 3 and specifies which of the three filters you are changing the parameter for. The 'filter type' message can be off to disable the filter, or lowshelf, lowpass, peak, hishelf and hipass. The filter coefficients are from RBJ's filter cookbook.

About

Stereo 3-band parametric equalizer for jack with fader and mono controls.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages