- java.lang.Object
-
- org.praxislive.code.CodeDelegate
-
- org.praxislive.code.DefaultCodeDelegate
-
- org.praxislive.audio.code.AudioCodeDelegate
-
- org.praxislive.audio.components.AudioClock
-
public class AudioClock extends AudioCodeDelegate
-
-
Field Summary
-
Fields inherited from class org.praxislive.audio.code.AudioCodeDelegate
blockSize, sampleRate
-
Fields inherited from class org.praxislive.code.DefaultCodeDelegate
RND
-
-
Constructor Summary
Constructors Constructor Description AudioClock()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit()voidupdate()-
Methods inherited from class org.praxislive.audio.code.AudioCodeDelegate
add, add, fn, link, midiToFrequency, mod, mod, modFn, modFn, noteToFrequency, noteToMidi, setup, tabread, tee
-
Methods inherited from class org.praxislive.code.DefaultCodeDelegate
abs, acos, array, array, array, arrayCopy, arrayCopy, arrayCopy, asin, atan, atan2, b, b, b, constrain, constrain, cos, d, d, d, degrees, dist, dist, exp, find, getLookup, i, i, i, isLoggable, lerp, log, log, log, log, log, map, max, max, max, max, max, max, millis, min, min, min, min, min, min, noise, noise, noise, noiseDetail, noiseDetail, noiseSeed, norm, pow, radians, random, random, randomOf, randomOf, randomOf, round, s, s, self, self, sin, sq, sqrt, tan, tell, tell, tell, tellIn, tellIn, tellIn, time, transmit, transmit, transmit
-
-
-
-
Method Detail
-
init
public void init()
- Overrides:
initin classAudioCodeDelegate
-
update
public void update()
- Overrides:
updatein classAudioCodeDelegate
-
-