Git Product home page Git Product logo

heavylib's Introduction

heavylib

Library of heavy compatible abstractions.

See the -help.pd patches for more information on each object.

Synthesis

Band-limited oscillators

[hv.osc saw] - Band-limited PolyBlep sawtooth signal generator. more info

[hv.osc sine] - Same as Pd [osc~] added for convenience.

[hv.osc square] - Band-limited PolyBlep square signal generator.

Noise

[hv.pinknoise] - Cheapish pinknoise generator. more info

Envelopes

[hv.vline] - Envelope generator, replacement for Pd's [vline~] object.

Processing

Dynamics

[hv.compressor] - Compressor unit with Threshold and Ratio parameters. (Attack/Release is fixed at 40ms)

[hv.compressor2] - Stereo version of [hv.compressor].

[hv.envfollow] - Cheap envelope follower.

Effects

[hv.comb] - Comb filter effect unit.

[hv.flanger] - Flange effect unit.

[hv.flanger2] - Stereo version of [hv.flanger].

[hv.freqshift] - Frequency shifter effect unit.

[hv.reverb] - Simple reverb unit.

Filtering

[hv.filter allpass] - Allpass filter with Q control (Biquad).

[hv.filter lowpass] - Lowpass filter with Q control (Biquad).

[hv.filter highpass] - Highpass filter with Q control (Biquad).

[hv.filter bandpass1] - Bandpass filter with Q control, peak gain = Q (Biquad).

[hv.filter bandpass2] - Bandpass filter with Q control, constant 0dB peak gain (Biquad).

[hv.filter notch] - Notch filter with Q control (Biquad)

[hv.filter.gain peak] - Peaking filter with Frequency, Q and Gain parameters (Biquad).

[hv.filter.gain lowshelf] - Low shelving filter with Frequency, Q and Gain parameters (Biquad).

[hv.filter.gain highshelf] - High shelving filter with Frequency, Q and Gain parameters (Biquad).

Math Operations

[hv.exp] - Signal-rate exponential ( exp ), alternative implementation.

[hv.eq] - Signal-rate equal ( == ).

[hv.neq] - Signal-rate not equal ( != ).

[hv.gt] - Signal-rate greater than ( > ).

[hv.gte] - Signal-rate greater than or equal to ( >= ).

[hv.log] - Signal-rate natural logarithm ( ln ).

[hv.lt] - Signal-rate less than ( < ).

[hv.lte] - Signal-rate less than or equal to ( <= ).

[hv.multiplex] - Mix between two input signals based on a comparator.

[hv.pow] - Signal-rate exponent ( x ^ y ), alternative implementation.

[hv.tanh] - Static non-linear waveshaper.

Logic

[hv.dispatch] - Utility for organising parameter interfaces to other abstractions.

[hv.drunk] - Randomised walk number generator.

heavylib's People

Contributors

diplojocus avatar mhroth avatar ragnaringi avatar simon-l avatar krighxz avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.