public class AudioCodeDelegate extends DefaultCodeDelegate
Modifier and Type | Field and Description |
---|---|
int |
blockSize |
double |
sampleRate |
Constructor and Description |
---|
AudioCodeDelegate() |
Modifier and Type | Method and Description |
---|---|
Add |
add() |
Add |
add(org.jaudiolibs.pipes.Pipe... ugens) |
OpGen |
fn(DoubleUnaryOperator function) |
void |
init() |
org.jaudiolibs.pipes.Pipe |
link(org.jaudiolibs.pipes.Pipe... ugens) |
double |
midiToFrequency(int midi) |
Mod |
mod() |
Mod |
mod(org.jaudiolibs.pipes.Pipe... ugens) |
Mod |
modFn(DoubleBinaryOperator function) |
Mod |
modFn(org.jaudiolibs.pipes.Pipe pipe,
DoubleBinaryOperator function) |
double |
noteToFrequency(String note) |
int |
noteToMidi(String note) |
void |
setup()
Deprecated.
|
double |
tabread(AudioTable table,
double position) |
Tee |
tee() |
void |
update() |
abs, acos, append, append, append, append, append, append, append, append, append, append, array, array, array, arrayCopy, arrayCopy, arrayCopy, asin, atan, atan2, b, b, b, binary, binary, binary, binary, concat, concat, concat, concat, concat, concat, concat, concat, concat, constrain, constrain, cos, d, d, d, day, degrees, dist, dist, exp, expand, expand, expand, expand, expand, expand, expand, expand, expand, expand, expand, expand, expand, expand, expand, expand, expand, expand, f, find, getLookup, hex, hex, hex, hex, hour, i, i, i, isLoggable, join, join, lerp, log, log, log, log, log, map, match, matchAll, max, max, max, max, max, max, millis, min, min, min, min, min, min, minute, month, noise, noise, noise, noiseDetail, noiseDetail, noiseSeed, norm, p, pow, radians, random, random, randomOf, randomOf, randomOf, reverse, reverse, reverse, reverse, reverse, reverse, reverse, reverse, round, s, s, self, self, shorten, shorten, shorten, shorten, shorten, shorten, shorten, shorten, sin, sort, sort, sort, sort, sort, sort, sort, sort, sort, sort, sort, sort, splice, splice, splice, splice, splice, splice, splice, splice, splice, splice, splice, splice, splice, splice, splice, splice, splice, splice, split, split, splitTokens, splitTokens, sq, sqrt, subset, subset, subset, subset, subset, subset, subset, subset, subset, subset, subset, subset, subset, subset, subset, subset, subset, subset, tan, tell, tell, tell, tellIn, tellIn, tellIn, time, transmit, transmit, transmit, trim, trim, unbinary, unhex, year
public void init()
@Deprecated public void setup()
public void update()
public final org.jaudiolibs.pipes.Pipe link(org.jaudiolibs.pipes.Pipe... ugens)
public final Add add()
public final Add add(org.jaudiolibs.pipes.Pipe... ugens)
public final Mod mod()
public final Mod mod(org.jaudiolibs.pipes.Pipe... ugens)
public final Mod modFn(DoubleBinaryOperator function)
public final Mod modFn(org.jaudiolibs.pipes.Pipe pipe, DoubleBinaryOperator function)
public final Tee tee()
public final OpGen fn(DoubleUnaryOperator function)
public final double noteToFrequency(String note)
public final int noteToMidi(String note)
public final double midiToFrequency(int midi)
public double tabread(AudioTable table, double position)