/PdObjects

paccpp - PureData objects

Primary LanguageCGNU General Public License v3.0GPL-3.0

PdObjects

Unix Build Status Windows Build status

Ce répertoire regroupe les externals pour Pure Data du cours paccpp.

Pour installer ce répertoire et compiler les externals, se reporter au répertoire PdStarterKit qui possède la même structure.

Objets

Nom déscription
pa.dummy Select outlet based on input atoms
pa.count~ Outputs a signal increasing by 1 for each sample elapsed
pa.phasor~ Outputs a ramp between 0. and 1. at a given frequency
pa.osc1~ A simple sinusoidal oscillator
pa.osc2~ A sinusoidal oscillator using linear interpolation on a 512 point buffer
pa.osc3~ A sinusoidal oscillator using linear interpolation on a 512+1 point buffer
pa.delay1~ A fixed delay using static memory allocation
pa.delay2~ A fixed delay using dynamic memory allocation
pa.sah~ Sample and hold a signal according to a trigger
pa.clip~ Clip signal between minimum and maximum values
pa.delay3~ A variable delay line
pa.delay4~ A signal driven variable delay line
pa.delay5~ A single writer / multiple readers delay line
pa.readbuffer1~ Access samples of a Pd array
pa.readbuffer2~ Read samples in a Pd array at a given speed
pa.snapshot~ Converts signal into float at a given time interval
pa.gain~ Multiply signal with a smooth transition
pa.phasorpp~ c++ version of the pa.phasor~ object

Liens