Search for «Library»doc code in class tags

Simple wrapper class for VSTPlugin

by david_morgan on 29 Dec'19 19:41 in

This is a class to streamline some of the boilerplate code for wiring up the VSTPlugin extension. It is intended to make using VSTPlugin with a NodePr

reception: jitlib (1)vst (1)

IDMish modified. It is inspirated from the work of xffff.

by jerome.lapuyade.lahorgue on 18 Dec'18 13:57 in idm microrhythms micromelodies

This patch uses a SynthDef with Demand and triggered Ugens inside. The advantage of this rather using Pbind is the ability to play very speed rhythms

Import a midi file easily

by sebastienclara on 17 Jan'16 09:33 in midi file

Import a midi file on 3 Arrays : notes, durations & dates. // notes, durations, dates <= # n, d, t = ImportMidiFile("~/Desktop/bwv772.mid");

1