Skip to content
/ FRDSClib Public

SuperCollider library for live electronics.

Notifications You must be signed in to change notification settings

FRD93/FRDSClib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FRDSClib

SuperCollider library for live electronics. author: Francesco Roberto Dani mail: f.r.d@hotmail.it license: GPL v3

Installation

Move the FRDSClib folder into Platform.userExtensionsDir() folder., and run the following code to install FRDSClib.

(
var path = "".resolveRelative;
FRDBufferGranulator().writeSynthDef();
FRDChimes().writeSynthDef();
FRDContinuousBufferGranulator(Buffer.alloc(s, 44100)).writeSynthDef();
FRDContinuousBusGranulator().writeSynthDef();
FRDDX7PlugIn().writeSynthDef();
FRDExplosion().writeSynthDef();
FRDLiveInputPlugIn().writeSynthDef();
FRDLooperPlugIn().writeSynthDef();
FRDMIDIBassSynth().writeSynthDef();
FRDMIDIDrums().writeSynthDef();
// FRDMIDISampler().writeSynthDef();
FRDMono2StereoPlugIn().writeSynthDef();
FRDPitchTrackRingModulatorPlugIn().writeSynthDef();
FRDRingModulatorPlugIn().writeSynthDef();
FRDSampler("").writeSynthDef();
FRDSpatPlugIn().writeDefFile();
FRDThunders().writeSynthDef();
0.exit();
)

About

SuperCollider library for live electronics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published