Git Product home page Git Product logo

f0plugins's Introduction

f0plugins

Unit-Generator Plugins (UGens) for SuperCollider

  • Astrocade - sound chip emulation
  • Atari2600 - tia sound chip emulation
  • AY8910 - sound chip emulation (also AY8910Square)
  • Beep - sound chip emulation
  • MZPokey - another pokey sound chip emulation
  • Nes2 - apu sound chip emulation (also Nes2DMC, Nes2Noise, Nes2Square and Nes2Triangle)
  • Pokey - pokey sound chip emulation (also PokeySquare)
  • RedDPCMdecode and RedDPCMencode - plugins for encoding and decoding differential pulse-code modulation signals
  • RedLbyl - look before you leap
  • RedNoise - a really bad pseudo-random noise generator
  • RedPhasor and RedPhasor2 - two phasors that can loop
  • SID6581f - sound chip emulation
  • Slub - for generating cpu spikes
  • SN76489 - sound chip emulation

See also https://fredrikolofsson.com/code/sc/#plugins

Binaries

Fownload these plugins as ready-to-use binaries for macOS, Windows or Linux from here:

https://github.com/redFrik/f0plugins/releases


Building

To compile the binaries yourself follow these instructions...

Requirements

  • CMake >= 3.5
  • SuperCollider source code

Building

Clone the project:

git clone https://github.com/redFrik/f0plugins
cd f0plugins
mkdir build
cd build

Then, use CMake to configure and build it:

cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build . --config Release
cmake --build . --config Release --target install

You may want to manually specify the install location in the first step to point it at your SuperCollider extensions directory: add the option -DCMAKE_INSTALL_PREFIX=/path/to/extensions.

It's expected that the SuperCollider repo is cloned at ../supercollider relative to this repo. If it's not: add the option -DSC_PATH=/path/to/sc/source.

f0plugins's People

Contributors

redfrik avatar

Watchers

 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.