djazz.audio
Handles all the audio portion of djazz.
OUTLETS
0 signal
audio out 1 left
1 signal
audio out 1 right
2 signal
audio out 2 left
3 signal
audio out 2 right
4 signal
audio out 3 left
5 signal
audio out 3 right
MESSAGES
signal
left inlet: audio in 1
signal
in1: audio in 2
-
audio_buffer_name
in2: (+ symbol) name of audio buffer to record to and play from
record_active
in2: (+ 0/1) 1 arms the audio buffer to record; will not start recording until a beat number is received. 0 turns off record state.
initial_tempo
in2: (+ float) bpm by which to calculate next beat and note durations
loop_section_beats
in2: (+ list: int int) start beat, end beat
will begin a new repetition whenever end beat is reached, restarting at start beat
max_repetitions
in2: (+ int) will stop recording when this number is reached
in
right inlet: (+ symbol) folder name audio data to load for audio in subpatcher
out
right inlet: (+ symbol) folder name audio data to load for audio out subpatcher
SEE ALSO
djazz.audio.record
djazz.audio.supervp_player