blackrain audio

DSP toys

Posts

  • MagnitudeResponseView

    MagnitudeResponseView is a Model View Control (MVC) implementation of a Filter Magnitude Response plotter/control for SuperCollider 3.

    // Minimal example
    k = SOSKernel.new
    v = k.view;

    magnitude-response-view
    MagnitudeResponseView performs simultaneusly as both a View and a Control.
    As a View, it plots the magnitude of frequency bands a Filter will pass or reject.
    As a Control, it responds to user adjusts to a Filter’s Cutoff frequency, Gain and Q.

    more...

    Categories: supercollider3
    Tags: cool new


  • FilterKernels

    FilterKernels are helper classes.
    FilterKernels main funcionality is to obtain a set of filter coefficients based on the kernel’s current configuration. Name it, a Kernel’s current Filter selection and the Filter’s parameters values.

    more...

    Categories: supercollider3
    Tags: cool new


top

subscribe via RSS