diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9f425e0..9fb43e6 100755 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,12 @@ # Wellen / Release Notes +## v0.13 (20241120) + +- added *Mod Tracker* examples +- compiled SAM + midiclock for x86_64 + arm64 on macOS +- `Tone` can now load and play samples with `Tone.load()` ( currently *raw format, 32bit IEEE float* only ) +- `Sampler` can now pause and resume playback + ## v0.12 (20240426) - `Sampler` can now record samples diff --git a/docs/allclasses-index.html b/docs/allclasses-index.html index a406f3b..fe32ec0 100644 --- a/docs/allclasses-index.html +++ b/docs/allclasses-index.html @@ -33,8 +33,8 @@

All Classes and Interfaces<
-
-
+
+
Class
Description
@@ -238,13 +238,17 @@

All Classes and Interfaces<

 
- +
 
- +
 
- +
 
- + +
 
+ +
 
+
 
 
diff --git a/docs/index-all.html b/docs/index-all.html index f1f8c2d..7ed5f96 100644 --- a/docs/index-all.html +++ b/docs/index-all.html @@ -30,12 +30,16 @@

Index

A B C D E F G H I K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values

A

+
add(float) - Method in class wellen.dsp.Signal
+
 
add(Beat.Listener) - Method in class wellen.Beat
 
add(BeatListener) - Method in class wellen.BeatEvent
+
add(Signal) - Method in class wellen.dsp.Signal
+
 
add(Trigger.Listener) - Method in class wellen.dsp.BeatDSP
 
add(Trigger.Listener) - Method in class wellen.dsp.Trigger
@@ -226,10 +230,14 @@

B

 
bytes_to_floatIEEE(byte[], int, int, boolean) - Static method in class wellen.Wellen
 
+
bytes_to_floatIEEEs(byte[]) - Static method in class wellen.Wellen
+
 
bytes_to_floatIEEEs(byte[], float[], boolean) - Static method in class wellen.Wellen
 
bytes_to_floats(byte[], float[], int) - Static method in class wellen.Wellen
-
 
+
+
convert byte array to float array.
+
bytes_to_floats(int, byte[], int) - Static method in class wellen.Wellen
 
@@ -389,6 +397,8 @@

D

 
data() - Method in class wellen.Sequencer
 
+
DEFAULT(int) - Constructor for class wellen.InstrumentDSPLibrary.DEFAULT
+
 
DEFAULT_AMPLITUDE - Static variable in class wellen.dsp.OscillatorFunction
 
DEFAULT_AMPLITUDE - Static variable in class wellen.dsp.Wavetable
@@ -1238,8 +1248,12 @@

G

 
get_output_buffer_left() - Static method in class wellen.dsp.DSP
 
+
get_output_buffer_left() - Static method in class wellen.Tone
+
 
get_output_buffer_right() - Static method in class wellen.dsp.DSP
 
+
get_output_buffer_right() - Static method in class wellen.Tone
+
 
get_pan() - Method in class wellen.Instrument
 
get_panning() - Method in class wellen.Pan
@@ -1508,6 +1522,8 @@

I

 
InstrumentDSPLibrary.BELL - Class in wellen
 
+
InstrumentDSPLibrary.DEFAULT - Class in wellen
+
 
InstrumentDSPLibrary.FAT_LEAD - Class in wellen
 
InstrumentDSPLibrary.HI_HAT - Class in wellen
@@ -1516,6 +1532,8 @@

I

 
InstrumentDSPLibrary.SAMPLER - Class in wellen
 
+
InstrumentDSPLibrary.SNARE - Class in wellen
+
 
InstrumentMIDI - Class in wellen
 
InstrumentMIDI(int) - Constructor for class wellen.InstrumentMIDI
@@ -1547,7 +1565,7 @@

I

is_big_endian - Variable in class wellen.AudioDeviceConfiguration
 
-
is_done() - Method in interface wellen.SamplerListener
+
is_done(Sampler) - Method in interface wellen.SamplerListener
 
is_eighth(int) - Method in class wellen.Grid
 
@@ -1595,6 +1613,8 @@

I

 
is_whole(int) - Method in class wellen.Grid
 
+
isMidiDeviceAvailable(String) - Static method in class wellen.Wellen
+
 

K

@@ -1639,6 +1659,26 @@

L

load the sample data from *raw* byte data.
+
load_sample(byte[]) - Static method in class wellen.Tone
+
 
+
load_sample(byte[]) - Method in class wellen.ToneEngine
+
 
+
load_sample(byte[]) - Method in class wellen.ToneEngineDSP
+
 
+
load_sample(byte[]) - Method in class wellen.ToneEngineMIDI
+
 
+
load_sample(byte[]) - Method in class wellen.ToneEngineOSC
+
 
+
load_sample(PApplet, String) - Static method in class wellen.Tone
+
 
+
load_sample(PApplet, String) - Method in class wellen.ToneEngine
+
 
+
load_sample(PApplet, String) - Method in class wellen.ToneEngineDSP
+
 
+
load_sample(PApplet, String) - Method in class wellen.ToneEngineMIDI
+
 
+
load_sample(PApplet, String) - Method in class wellen.ToneEngineOSC
+
 
logAverages(int, int) - Method in class wellen.FFT
Sets the number of averages used when computing the spectrum based on the minimum bandwidth for an octave and the @@ -1731,6 +1771,8 @@

M

 
mult(float) - Method in class wellen.dsp.Signal
 
+
mult(Signal) - Method in class wellen.dsp.Signal
+
 

N

@@ -2201,6 +2243,8 @@

P

 
pattern_8(int, int, float) - Method in class wellen.Arpeggiator
 
+
pause() - Method in class wellen.dsp.Sampler
+
 
pause(boolean) - Method in class wellen.AudioBufferManager
pause or resume audio processing
@@ -2403,6 +2447,16 @@

R

 
remove_listener(SamplerListener) - Method in class wellen.dsp.Sampler
 
+
remove_sample(Sampler) - Static method in class wellen.Tone
+
 
+
remove_sample(Sampler) - Method in class wellen.ToneEngine
+
 
+
remove_sample(Sampler) - Method in class wellen.ToneEngineDSP
+
 
+
remove_sample(Sampler) - Method in class wellen.ToneEngineMIDI
+
 
+
remove_sample(Sampler) - Method in class wellen.ToneEngineOSC
+
 
removeListener(MidiInListener) - Method in class wellen.MidiIn
 
replace_instrument(Class<? extends Instrument>, int) - Static method in class wellen.Tone
@@ -3145,6 +3199,8 @@

S

 
sine(float[]) - Static method in class wellen.dsp.Wavetable
 
+
SNARE(int) - Constructor for class wellen.InstrumentDSPLibrary.SNARE
+
 
Sonogram - Class in wellen.analysis
 
Sonogram(PGraphics) - Constructor for class wellen.analysis.Sonogram
@@ -3334,6 +3390,8 @@

T

 
trigger() - Method in class wellen.Arpeggiator
 
+
trigger() - Method in class wellen.dsp.Sampler
+
 
trigger(int) - Method in interface wellen.Beat.Listener
 
trigger(int) - Method in interface wellen.dsp.BeatDSP.Listener
@@ -3390,6 +3448,8 @@

V

 
VERBOSE - Static variable in class wellen.BeatMIDI
 
+
VERBOSE - Static variable in class wellen.dsp.Signal
+
 
VERBOSE - Static variable in class wellen.MidiIn
 
VERBOSE - Static variable in class wellen.Patch
diff --git a/docs/member-search-index.js b/docs/member-search-index.js index 7d36e24..d08d117 100644 --- a/docs/member-search-index.js +++ b/docs/member-search-index.js @@ -1 +1 @@ -memberSearchIndex = [{"p":"wellen","c":"ToneEngineDSP","l":"add_effect(EffectStereo)","u":"add_effect(wellen.dsp.EffectStereo)"},{"p":"wellen.dsp","c":"Envelope","l":"add_listener(EnvelopeListener)","u":"add_listener(wellen.EnvelopeListener)"},{"p":"wellen.dsp","c":"Sampler","l":"add_listener(SamplerListener)","u":"add_listener(wellen.SamplerListener)"},{"p":"wellen.dsp","c":"Envelope","l":"add_stage(float)"},{"p":"wellen.dsp","c":"Envelope","l":"add_stage(float, float)","u":"add_stage(float,float)"},{"p":"wellen","c":"Track","l":"add_track(Track)","u":"add_track(wellen.Track)"},{"p":"wellen","c":"Beat","l":"add(Beat.Listener)","u":"add(wellen.Beat.Listener)"},{"p":"wellen","c":"BeatEvent","l":"add(BeatListener)","u":"add(wellen.BeatListener)"},{"p":"wellen.dsp","c":"BeatDSP","l":"add(Trigger.Listener)","u":"add(wellen.dsp.Trigger.Listener)"},{"p":"wellen.dsp","c":"Trigger","l":"add(Trigger.Listener)","u":"add(wellen.dsp.Trigger.Listener)"},{"p":"wellen","c":"MidiIn","l":"addListener(MidiInListener)","u":"addListener(wellen.MidiInListener)"},{"p":"wellen.dsp","c":"ADSR","l":"ADSR_DIAGRAM"},{"p":"wellen.dsp","c":"ADSR","l":"ADSR()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"ADSR","l":"ADSR(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"Loop","l":"after(int, int)","u":"after(int,int)"},{"p":"wellen","c":"Loop","l":"after(int, int, int)","u":"after(int,int,int)"},{"p":"wellen","c":"InstrumentDSP","l":"always_interpolate_frequency_amplitude_changes"},{"p":"wellen","c":"WAVConverter","l":"appendData(float[][])"},{"p":"wellen","c":"Arpeggiator","l":"Arpeggiator(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"ToneEngineDSP","l":"audioblock(float[])"},{"p":"wellen","c":"ToneEngineDSP","l":"audioblock(float[], float[])","u":"audioblock(float[],float[])"},{"p":"wellen","c":"ToneEngineDSP.AudioOutputCallback","l":"audioblock(float[][])"},{"p":"wellen","c":"AudioBufferRenderer","l":"audioblock(float[][], float[][])","u":"audioblock(float[][],float[][])"},{"p":"wellen.dsp","c":"DSP","l":"audioblock(float[][], float[][])","u":"audioblock(float[][],float[][])"},{"p":"wellen","c":"ToneEngineDSP","l":"audioblock(float[][], float[][])","u":"audioblock(float[][],float[][])"},{"p":"wellen","c":"AudioBufferManager","l":"AudioBufferManager(AudioBufferRenderer, AudioDeviceConfiguration)","u":"%3Cinit%3E(wellen.AudioBufferRenderer,wellen.AudioDeviceConfiguration)"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"AudioDeviceConfiguration()","u":"%3Cinit%3E()"},{"p":"wellen","c":"AudioDeviceImplDesktop","l":"AudioDeviceImplDesktop(AudioBufferRenderer, AudioDeviceConfiguration)","u":"%3Cinit%3E(wellen.AudioBufferRenderer,wellen.AudioDeviceConfiguration)"},{"p":"wellen","c":"MidiIn","l":"availableInputs()"},{"p":"wellen","c":"MidiOut","l":"availableOutputs()"},{"p":"wellen","c":"FFT","l":"avgSize()"},{"p":"wellen.analysis","c":"FFT","l":"backwardsTransform(float[])"},{"p":"wellen","c":"BeatMIDI","l":"beat_count()"},{"p":"wellen","c":"BeatListener","l":"beat(int)"},{"p":"wellen","c":"Track","l":"beat(int, int)","u":"beat(int,int)"},{"p":"wellen","c":"Beat","l":"Beat(Object)","u":"%3Cinit%3E(java.lang.Object)"},{"p":"wellen","c":"Beat","l":"Beat(Object, int)","u":"%3Cinit%3E(java.lang.Object,int)"},{"p":"wellen.analysis","c":"BeatDetection","l":"BeatDetection()","u":"%3Cinit%3E()"},{"p":"wellen.analysis","c":"BeatDetection","l":"BeatDetection(float, int)","u":"%3Cinit%3E(float,int)"},{"p":"wellen.analysis","c":"BeatDetection","l":"BeatDetection(float, int, double, double)","u":"%3Cinit%3E(float,int,double,double)"},{"p":"wellen.dsp","c":"BeatDSP","l":"BeatDSP()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"BeatDSP","l":"BeatDSP(Object)","u":"%3Cinit%3E(java.lang.Object)"},{"p":"wellen.dsp","c":"BeatDSP","l":"BeatDSP(Object, int)","u":"%3Cinit%3E(java.lang.Object,int)"},{"p":"wellen","c":"Loop","l":"before(int, int)","u":"before(int,int)"},{"p":"wellen","c":"Loop","l":"before(int, int, int)","u":"before(int,int,int)"},{"p":"wellen","c":"InstrumentDSPLibrary.BELL","l":"BELL(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.analysis","c":"FFT","l":"binToHz(int, float)","u":"binToHz(int,float)"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"bits_per_sample"},{"p":"wellen","c":"WAVConverter.Info","l":"bits_per_sample"},{"p":"wellen","c":"Wellen","l":"BITS_PER_SAMPLE_16"},{"p":"wellen","c":"Wellen","l":"BITS_PER_SAMPLE_24"},{"p":"wellen","c":"Wellen","l":"BITS_PER_SAMPLE_32"},{"p":"wellen","c":"Wellen","l":"BITS_PER_SAMPLE_8"},{"p":"wellen","c":"SpeechSynthesis","l":"blocking(boolean)"},{"p":"wellen","c":"BeatMIDI","l":"bpm()"},{"p":"wellen","c":"AudioDevice","l":"buffer_size()"},{"p":"wellen","c":"AudioDeviceImplDesktop","l":"buffer_size()"},{"p":"wellen","c":"Wellen","l":"bytes_to_floatIEEE(byte[])"},{"p":"wellen","c":"Wellen","l":"bytes_to_floatIEEE(byte[], boolean)","u":"bytes_to_floatIEEE(byte[],boolean)"},{"p":"wellen","c":"Wellen","l":"bytes_to_floatIEEE(byte[], int, int, boolean)","u":"bytes_to_floatIEEE(byte[],int,int,boolean)"},{"p":"wellen","c":"Wellen","l":"bytes_to_floatIEEEs(byte[], float[], boolean)","u":"bytes_to_floatIEEEs(byte[],float[],boolean)"},{"p":"wellen","c":"Wellen","l":"bytes_to_floats(byte[], float[], int)","u":"bytes_to_floats(byte[],float[],int)"},{"p":"wellen","c":"Wellen","l":"bytes_to_floats(int, byte[], int)","u":"bytes_to_floats(int,byte[],int)"},{"p":"wellen","c":"FFT","l":"calcAvg(float, float)","u":"calcAvg(float,float)"},{"p":"wellen.dsp","c":"DSP","l":"calculate_RMS(float[])"},{"p":"wellen.dsp","c":"FilterBiquad","l":"calculate()"},{"p":"wellen","c":"WAVConverter.Info","l":"channels"},{"p":"wellen","c":"Wellen","l":"CHECK_DEFAULT_AUDIO_DEVICE_SAMPLE_RATE"},{"p":"wellen","c":"Scale","l":"CHORD_DOMINANT_7"},{"p":"wellen","c":"Scale","l":"CHORD_MAJOR"},{"p":"wellen","c":"Scale","l":"CHORD_MAJOR_7TH"},{"p":"wellen","c":"Scale","l":"CHORD_MINOR"},{"p":"wellen","c":"Scale","l":"CHORD_MINOR_7TH"},{"p":"wellen","c":"Scale","l":"CHROMATIC"},{"p":"wellen","c":"Wellen","l":"clamp(float)"},{"p":"wellen","c":"Wellen","l":"clamp(float, float, float)","u":"clamp(float,float,float)"},{"p":"wellen","c":"Wellen","l":"clamp(int, int, int)","u":"clamp(int,int,int)"},{"p":"wellen","c":"Wellen","l":"clamp127(int)"},{"p":"wellen","c":"Beat","l":"clean_up()"},{"p":"wellen.dsp","c":"Envelope","l":"clear_listeners()"},{"p":"wellen","c":"Arpeggiator","l":"clear_pattern()"},{"p":"wellen.dsp","c":"Envelope","l":"clear_stages()"},{"p":"wellen","c":"BeatEvent","l":"clear()"},{"p":"wellen","c":"BeatMIDI","l":"clock_continue()"},{"p":"wellen","c":"EventReceiverMIDI","l":"clock_continue()"},{"p":"wellen","c":"MidiInListener","l":"clock_continue()"},{"p":"wellen","c":"BeatMIDI","l":"clock_song_position_pointer(int)"},{"p":"wellen","c":"EventReceiverMIDI","l":"clock_song_position_pointer(int)"},{"p":"wellen","c":"MidiInListener","l":"clock_song_position_pointer(int)"},{"p":"wellen","c":"BeatMIDI","l":"clock_start()"},{"p":"wellen","c":"EventReceiverMIDI","l":"clock_start()"},{"p":"wellen","c":"MidiInListener","l":"clock_start()"},{"p":"wellen","c":"BeatMIDI","l":"clock_stop()"},{"p":"wellen","c":"EventReceiverMIDI","l":"clock_stop()"},{"p":"wellen","c":"MidiInListener","l":"clock_stop()"},{"p":"wellen","c":"BeatMIDI","l":"clock_tick()"},{"p":"wellen","c":"EventReceiverMIDI","l":"clock_tick()"},{"p":"wellen","c":"MidiInListener","l":"clock_tick()"},{"p":"wellen","c":"MidiIn","l":"close()"},{"p":"wellen","c":"MidiOut","l":"close()"},{"p":"wellen","c":"Wellen","l":"constrain(int, int, int)","u":"constrain(int,int,int)"},{"p":"wellen","c":"Tone","l":"control_change(int, int)","u":"control_change(int,int)"},{"p":"wellen","c":"ToneEngine","l":"control_change(int, int)","u":"control_change(int,int)"},{"p":"wellen","c":"ToneEngineDSP","l":"control_change(int, int)","u":"control_change(int,int)"},{"p":"wellen","c":"ToneEngineMIDI","l":"control_change(int, int)","u":"control_change(int,int)"},{"p":"wellen","c":"ToneEngineOSC","l":"control_change(int, int)","u":"control_change(int,int)"},{"p":"wellen","c":"WAVConverter","l":"convert_bytes_to_samples(byte[])"},{"p":"wellen","c":"WAVConverter","l":"convert_samples_to_bytes(float[][], int, int, int)","u":"convert_samples_to_bytes(float[][],int,int,int)"},{"p":"wellen","c":"WAVConverter","l":"convert_samples_to_bytes(float[][], int, int, int, int)","u":"convert_samples_to_bytes(float[][],int,int,int,int)"},{"p":"wellen","c":"WAVConverter","l":"convert_samples_to_bytes(WAVConverter.Info)","u":"convert_samples_to_bytes(wellen.WAVConverter.Info)"},{"p":"wellen","c":"SAM","l":"convert_text_to_phonemes(String)","u":"convert_text_to_phonemes(java.lang.String)"},{"p":"wellen.dsp","c":"DSP","l":"COPY_CACHED_BUFFER"},{"p":"wellen","c":"Arpeggiator.NoteStruct","l":"copy()"},{"p":"wellen","c":"Wellen","l":"copy(float[])"},{"p":"wellen","c":"Wellen","l":"copy(float[], float[])","u":"copy(float[],float[])"},{"p":"wellen","c":"Tone","l":"create_instrument(Class, int)","u":"create_instrument(java.lang.Class,int)"},{"p":"wellen.dsp","c":"Signal","l":"create_stereo(float)"},{"p":"wellen","c":"ToneEngineDSP","l":"create_without_audio_output(int)"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"create()"},{"p":"wellen","c":"ToneEngine","l":"create()"},{"p":"wellen.dsp","c":"Signal","l":"create(float)"},{"p":"wellen.dsp","c":"Signal","l":"create(float, float)","u":"create(float,float)"},{"p":"wellen","c":"BeatEvent","l":"create(int)"},{"p":"wellen","c":"ToneEngine","l":"create(String...)","u":"create(java.lang.String...)"},{"p":"wellen.dsp","c":"Crossfader","l":"Crossfader()","u":"%3Cinit%3E()"},{"p":"wellen","c":"BeatEvent","l":"current_beat_count()"},{"p":"wellen.dsp","c":"Wavetable","l":"current()"},{"p":"wellen","c":"SampleDataSNARE","l":"data"},{"p":"wellen","c":"WAVConverter.Info","l":"data"},{"p":"wellen","c":"Sequencer","l":"data()"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"DEFAULT_AMPLITUDE"},{"p":"wellen.dsp","c":"Wavetable","l":"DEFAULT_AMPLITUDE"},{"p":"wellen","c":"Wellen","l":"DEFAULT_ATTACK"},{"p":"wellen","c":"Wellen","l":"DEFAULT_AUDIO_DEVICE"},{"p":"wellen","c":"Wellen","l":"DEFAULT_AUDIOBLOCK_SIZE"},{"p":"wellen","c":"Wellen","l":"DEFAULT_BITS_PER_SAMPLE"},{"p":"wellen","c":"Wellen","l":"DEFAULT_DECAY"},{"p":"wellen","c":"Wellen","l":"DEFAULT_ENCODING"},{"p":"wellen","c":"Wellen","l":"DEFAULT_ENDIANESS"},{"p":"wellen","c":"Wellen","l":"DEFAULT_FILTER_BANDWIDTH"},{"p":"wellen","c":"Wellen","l":"DEFAULT_FILTER_FREQUENCY"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"DEFAULT_FREQUENCY"},{"p":"wellen.dsp","c":"Wavetable","l":"DEFAULT_FREQUENCY"},{"p":"wellen","c":"InstrumentDSP","l":"DEFAULT_FREQUENCY"},{"p":"wellen","c":"Wellen","l":"DEFAULT_INTERPOLATE_AMP_FREQ_DURATION"},{"p":"wellen","c":"Wellen","l":"DEFAULT_NUMBER_OF_INSTRUMENTS"},{"p":"wellen","c":"Wellen","l":"DEFAULT_RELEASE"},{"p":"wellen","c":"Wellen","l":"DEFAULT_SAMPLING_RATE"},{"p":"wellen.analysis","c":"BeatDetection","l":"DEFAULT_SENSITIVITY"},{"p":"wellen","c":"Wellen","l":"DEFAULT_SUSTAIN"},{"p":"wellen.analysis","c":"BeatDetection","l":"DEFAULT_THRESHOLD"},{"p":"wellen","c":"InstrumentDSP","l":"DEFAULT_WAVETABLE_SIZE"},{"p":"wellen","c":"Wellen","l":"DEFAULT_WAVETABLE_SIZE"},{"p":"wellen.dsp","c":"Delay","l":"Delay()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"Delay","l":"Delay(float, float, float)","u":"%3Cinit%3E(float,float,float)"},{"p":"wellen.dsp","c":"Sampler","l":"delete_recording()"},{"p":"wellen","c":"Scale","l":"DIMINISHED_7"},{"p":"wellen","c":"Wellen","l":"DISTORTION_BIT_CRUSHING"},{"p":"wellen","c":"Wellen","l":"DISTORTION_FOLDBACK"},{"p":"wellen","c":"Wellen","l":"DISTORTION_FOLDBACK_SINGLE"},{"p":"wellen","c":"Wellen","l":"DISTORTION_FULL_WAVE_RECTIFICATION"},{"p":"wellen","c":"Wellen","l":"DISTORTION_HALF_WAVE_RECTIFICATION"},{"p":"wellen","c":"Wellen","l":"DISTORTION_HARD_CLIPPING"},{"p":"wellen","c":"Wellen","l":"DISTORTION_INFINITE_CLIPPING"},{"p":"wellen","c":"Wellen","l":"DISTORTION_SOFT_CLIPPING_ARC_TANGENT"},{"p":"wellen","c":"Wellen","l":"DISTORTION_SOFT_CLIPPING_CUBIC"},{"p":"wellen.dsp","c":"Distortion","l":"Distortion()","u":"%3Cinit%3E()"},{"p":"wellen","c":"HarmonicTable","l":"DOWN"},{"p":"wellen","c":"HarmonicTable","l":"DOWN_LEFT"},{"p":"wellen","c":"HarmonicTable","l":"DOWN_RIGHT"},{"p":"wellen","c":"Wellen","l":"draw_buffer(PGraphics, float, float, float[])","u":"draw_buffer(processing.core.PGraphics,float,float,float[])"},{"p":"wellen","c":"Wellen","l":"draw_buffer(PGraphics, float, float, float[], int)","u":"draw_buffer(processing.core.PGraphics,float,float,float[],int)"},{"p":"wellen.dsp","c":"DSP","l":"draw_buffers(PGraphics, float, float)","u":"draw_buffers(processing.core.PGraphics,float,float)"},{"p":"wellen","c":"Wellen","l":"draw_buffers(PGraphics, float, float, float[]...)","u":"draw_buffers(processing.core.PGraphics,float,float,float[]...)"},{"p":"wellen.dsp","c":"Sampler","l":"draw_sampler_buffer_circular(Sampler, PGraphics, float, float, int)","u":"draw_sampler_buffer_circular(wellen.dsp.Sampler,processing.core.PGraphics,float,float,int)"},{"p":"wellen.dsp","c":"Sampler","l":"draw_sampler_position_circular(Sampler, PGraphics, float, float)","u":"draw_sampler_position_circular(wellen.dsp.Sampler,processing.core.PGraphics,float,float)"},{"p":"wellen","c":"Wellen","l":"draw_tone_stereo(PGraphics, float, float)","u":"draw_tone_stereo(processing.core.PGraphics,float,float)"},{"p":"wellen","c":"Wellen","l":"draw_tone(PGraphics, float, float)","u":"draw_tone(processing.core.PGraphics,float,float)"},{"p":"wellen.analysis","c":"FrequencyDistribution","l":"draw()"},{"p":"wellen.analysis","c":"Sonogram","l":"draw()"},{"p":"wellen.dsp","c":"DSP","l":"DSP(Object, int, int)","u":"%3Cinit%3E(java.lang.Object,int,int)"},{"p":"wellen","c":"Wellen","l":"dumpAudioInputAndOutputDevices()"},{"p":"wellen","c":"Wellen","l":"dumpAudioInputAndOutputDevices(boolean)"},{"p":"wellen","c":"Wellen","l":"dumpMidiInputDevices()"},{"p":"wellen","c":"Wellen","l":"dumpMidiOutputDevices()"},{"p":"wellen.dsp","c":"Envelope.Stage","l":"duration"},{"p":"wellen","c":"MidiUtilities","l":"emit_MIDI_note_constants()"},{"p":"wellen","c":"MidiUtilities","l":"emit_MIDI_note_table()"},{"p":"wellen","c":"Instrument","l":"enable_additional_oscillator(boolean)"},{"p":"wellen","c":"Instrument","l":"enable_ADSR(boolean)"},{"p":"wellen","c":"Instrument","l":"enable_amplitude_LFO(boolean)"},{"p":"wellen","c":"Instrument","l":"enable_detune(boolean)"},{"p":"wellen","c":"Instrument","l":"enable_frequency_LFO(boolean)"},{"p":"wellen.dsp","c":"Wavetable","l":"enable_jitter(boolean)"},{"p":"wellen.dsp","c":"Envelope","l":"enable_loop(boolean)"},{"p":"wellen.dsp","c":"Sampler","l":"enable_loop(boolean)"},{"p":"wellen","c":"Instrument","l":"enable_LPF_envelope_cutoff(boolean)"},{"p":"wellen","c":"Instrument","l":"enable_LPF_envelope_resonance(boolean)"},{"p":"wellen","c":"Instrument","l":"enable_LPF(boolean)"},{"p":"wellen","c":"ToneEngineDSP","l":"enable_reverb(boolean)"},{"p":"wellen","c":"Tone","l":"enable_reverb(float, float, float)","u":"enable_reverb(float,float,float)"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"encoding"},{"p":"wellen","c":"Wellen","l":"ENCODING_ALAW"},{"p":"wellen","c":"Wellen","l":"ENCODING_PCM_FLOAT"},{"p":"wellen","c":"Wellen","l":"ENCODING_PCM_SIGNED"},{"p":"wellen","c":"Wellen","l":"ENCODING_PCM_UNSIGNED"},{"p":"wellen","c":"Wellen","l":"ENCODING_ULAW"},{"p":"wellen.dsp","c":"Sampler","l":"end_recording()"},{"p":"wellen","c":"Wellen","l":"ENDIANESS_BIG_ENDIAN"},{"p":"wellen","c":"Wellen","l":"ENDIANESS_LITTLE_ENDIAN"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_BLACKMAN"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_BLACKMAN_HARRIS"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_COSINE"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_COSINE_SQUARED"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_DOWNWARD_TRIANGLE"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_EXPONENTIAL_DECAY"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_EXPONENTIAL_INCREASE"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_GAUSSIAN"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_HANNING"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_LANCZOS"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_RECTANGULAR"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_TRIANGLE"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_UPWARD_TRIANGLE"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_WELCH"},{"p":"wellen.dsp","c":"Envelope","l":"Envelope()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"Envelope","l":"Envelope(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.analysis","c":"EnvelopeFollower","l":"EnvelopeFollower()","u":"%3Cinit%3E()"},{"p":"wellen.analysis","c":"EnvelopeFollower","l":"EnvelopeFollower(float)","u":"%3Cinit%3E(float)"},{"p":"wellen.analysis","c":"EnvelopeFollower","l":"EnvelopeFollower(float, float, float)","u":"%3Cinit%3E(float,float,float)"},{"p":"wellen","c":"Wellen","l":"EVENT_CHANNEL"},{"p":"wellen","c":"Wellen","l":"EVENT_CONTROLCHANGE"},{"p":"wellen","c":"Grid","l":"event_count(int, float)","u":"event_count(int,float)"},{"p":"wellen.dsp","c":"Trigger","l":"EVENT_FALLING_EDGE"},{"p":"wellen","c":"Wellen","l":"EVENT_NOTE"},{"p":"wellen","c":"Wellen","l":"EVENT_NOTE_OFF"},{"p":"wellen","c":"Wellen","l":"EVENT_NOTE_ON"},{"p":"wellen","c":"Grid","l":"event_phase_count(int, int, int)","u":"event_phase_count(int,int,int)"},{"p":"wellen","c":"Grid","l":"event_phase(int, int, int)","u":"event_phase(int,int,int)"},{"p":"wellen","c":"Wellen","l":"EVENT_PITCHBEND"},{"p":"wellen","c":"Wellen","l":"EVENT_PROGRAMCHANGE"},{"p":"wellen.dsp","c":"Trigger","l":"EVENT_RISING_EDGE"},{"p":"wellen","c":"Wellen","l":"EVENT_UNDEFINED"},{"p":"wellen","c":"Wellen","l":"EVENT_VELOCITY"},{"p":"wellen","c":"Grid","l":"event(int, float)","u":"event(int,float)"},{"p":"wellen","c":"Loop","l":"event(int, int)","u":"event(int,int)"},{"p":"wellen","c":"Pattern","l":"event(int, int)","u":"event(int,int)"},{"p":"wellen","c":"Loop","l":"event(int, int, int)","u":"event(int,int,int)"},{"p":"wellen","c":"EventReceiverMIDI","l":"EventReceiverMIDI(Object)","u":"%3Cinit%3E(java.lang.Object)"},{"p":"wellen","c":"EventReceiverOSC","l":"EventReceiverOSC(Object, int)","u":"%3Cinit%3E(java.lang.Object,int)"},{"p":"wellen","c":"AudioBufferManager","l":"exit()"},{"p":"wellen","c":"AudioDevice","l":"exit()"},{"p":"wellen","c":"AudioDeviceImplDesktop","l":"exit()"},{"p":"wellen","c":"Wellen","l":"exportWAV(PApplet, String, float[], int, int)","u":"exportWAV(processing.core.PApplet,java.lang.String,float[],int,int)"},{"p":"wellen","c":"Wellen","l":"exportWAV(PApplet, String, float[][], int, int)","u":"exportWAV(processing.core.PApplet,java.lang.String,float[][],int,int)"},{"p":"wellen","c":"Wellen","l":"exportWAV(PApplet, String, float[][], int, int, int)","u":"exportWAV(processing.core.PApplet,java.lang.String,float[][],int,int,int)"},{"p":"wellen","c":"Wellen","l":"exportWAVInfo(PApplet, String, WAVConverter.Info)","u":"exportWAVInfo(processing.core.PApplet,java.lang.String,wellen.WAVConverter.Info)"},{"p":"wellen","c":"InstrumentDSPLibrary.FAT_LEAD","l":"FAT_LEAD(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.analysis","c":"FFT","l":"FFT(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"FFT","l":"FFT(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"wellen","c":"Scale","l":"FIBONACCI"},{"p":"wellen","c":"Scale","l":"FIFTH"},{"p":"wellen","c":"Wellen","l":"fill_envelope(float[], int)","u":"fill_envelope(float[],int)"},{"p":"wellen.dsp","c":"Wavetable","l":"fill(float[], int)","u":"fill(float[],int)"},{"p":"wellen.dsp","c":"Wavetable","l":"fill(float[], int, int)","u":"fill(float[],int,int)"},{"p":"wellen","c":"Wellen","l":"FILTER_MODE_BAND_PASS"},{"p":"wellen","c":"Wellen","l":"FILTER_MODE_BAND_REJECT"},{"p":"wellen","c":"Wellen","l":"FILTER_MODE_HIGH_PASS"},{"p":"wellen","c":"Wellen","l":"FILTER_MODE_HIGHSHELF"},{"p":"wellen","c":"Wellen","l":"FILTER_MODE_LOW_PASS"},{"p":"wellen","c":"Wellen","l":"FILTER_MODE_LOWSHELF"},{"p":"wellen","c":"Wellen","l":"FILTER_MODE_NOTCH"},{"p":"wellen","c":"Wellen","l":"FILTER_MODE_PEAK"},{"p":"wellen.dsp","c":"FilterBalance","l":"FilterBalance()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"FilterBalance","l":"FilterBalance(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.dsp","c":"FilterBandPass","l":"FilterBandPass()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"FilterBandPass","l":"FilterBandPass(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.dsp","c":"FilterBiquad","l":"FilterBiquad()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"FilterBiquad","l":"FilterBiquad(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.dsp","c":"FilterButterworth","l":"FilterButterworth()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"FilterButterworth","l":"FilterButterworth(float)","u":"%3Cinit%3E(float)"},{"p":"wellen.dsp","c":"FilterHighLowBandPass","l":"FilterHighLowBandPass()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"FilterHighLowBandPass","l":"FilterHighLowBandPass(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.dsp","c":"FilterHighPass","l":"FilterHighPass()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"FilterHighPass","l":"FilterHighPass(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.dsp","c":"FilterLowPass","l":"FilterLowPass()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"FilterLowPass","l":"FilterLowPass(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.dsp","c":"FilterMoogLadderLowPass","l":"FilterMoogLadderLowPass()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"FilterMoogLadderLowPass","l":"FilterMoogLadderLowPass(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.dsp","c":"FilterResonator","l":"FilterResonator()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"FilterResonator","l":"FilterResonator(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.dsp","c":"FilterVowelFormant","l":"FilterVowelFormant()","u":"%3Cinit%3E()"},{"p":"wellen","c":"Wellen","l":"find_zero_crossings(float[], int, int)","u":"find_zero_crossings(float[],int,int)"},{"p":"wellen","c":"EnvelopeListener","l":"finished_envelope(Envelope)","u":"finished_envelope(wellen.dsp.Envelope)"},{"p":"wellen","c":"EnvelopeListener","l":"finished_stage(Envelope, int)","u":"finished_stage(wellen.dsp.Envelope,int)"},{"p":"wellen","c":"Wellen","l":"flip(float)"},{"p":"wellen","c":"Wellen","l":"floatIEEE_to_bytes(float)"},{"p":"wellen","c":"Wellen","l":"floatIEEEs_to_bytes(float[])"},{"p":"wellen","c":"Wellen","l":"floatIEEEs_to_bytes(float[], boolean)","u":"floatIEEEs_to_bytes(float[],boolean)"},{"p":"wellen","c":"Wellen","l":"floats_to_bytes(byte[], float[], int)","u":"floats_to_bytes(byte[],float[],int)"},{"p":"wellen.dsp","c":"FMSynthesis","l":"FMSynthesis()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"FMSynthesis","l":"FMSynthesis(Wavetable, Wavetable)","u":"%3Cinit%3E(wellen.dsp.Wavetable,wellen.dsp.Wavetable)"},{"p":"wellen","c":"WAVConverter.Info","l":"format"},{"p":"wellen.dsp","c":"Sampler","l":"forward()"},{"p":"wellen","c":"FFT","l":"forward(float[])"},{"p":"wellen","c":"FFT","l":"forward(float[], float[])","u":"forward(float[],float[])"},{"p":"wellen","c":"FFT","l":"forward(float[], int)","u":"forward(float[],int)"},{"p":"wellen.analysis","c":"FFT","l":"forwardTransform(float[])"},{"p":"wellen","c":"FFT","l":"freqToIndex(float)"},{"p":"wellen","c":"Note","l":"frequency_to_note_f(float)"},{"p":"wellen","c":"Note","l":"frequency_to_note_f(float, float, float)","u":"frequency_to_note_f(float,float,float)"},{"p":"wellen","c":"Note","l":"frequency_to_note(float)"},{"p":"wellen","c":"Note","l":"frequency_to_note(float, float, int)","u":"frequency_to_note(float,float,int)"},{"p":"wellen.analysis","c":"FrequencyDistribution","l":"FrequencyDistribution(PGraphics)","u":"%3Cinit%3E(processing.core.PGraphics)"},{"p":"wellen.dsp","c":"Gain","l":"Gain()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"Distortion","l":"get_amplification()"},{"p":"wellen","c":"Instrument","l":"get_amplitude_LFO_amplitude()"},{"p":"wellen","c":"InstrumentDSP","l":"get_amplitude_LFO_amplitude()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_amplitude_LFO_amplitude()"},{"p":"wellen","c":"InstrumentOSC","l":"get_amplitude_LFO_amplitude()"},{"p":"wellen","c":"Instrument","l":"get_amplitude_LFO_frequency()"},{"p":"wellen","c":"InstrumentDSP","l":"get_amplitude_LFO_frequency()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_amplitude_LFO_frequency()"},{"p":"wellen","c":"InstrumentOSC","l":"get_amplitude_LFO_frequency()"},{"p":"wellen.dsp","c":"FMSynthesis","l":"get_amplitude()"},{"p":"wellen.dsp","c":"Noise","l":"get_amplitude()"},{"p":"wellen.dsp","c":"Oscillator","l":"get_amplitude()"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"get_amplitude()"},{"p":"wellen.dsp","c":"Wavetable","l":"get_amplitude()"},{"p":"wellen","c":"Instrument","l":"get_amplitude()"},{"p":"wellen","c":"InstrumentDSP","l":"get_amplitude()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_amplitude()"},{"p":"wellen","c":"InstrumentOSC","l":"get_amplitude()"},{"p":"wellen.analysis","c":"EnvelopeFollower","l":"get_attack()"},{"p":"wellen.dsp","c":"ADSR","l":"get_attack()"},{"p":"wellen","c":"Instrument","l":"get_attack()"},{"p":"wellen","c":"InstrumentDSPLibrary.BELL","l":"get_attack()"},{"p":"wellen.dsp","c":"FilterBandPass","l":"get_bandwidth()"},{"p":"wellen.dsp","c":"FilterButterworth","l":"get_bandwidth()"},{"p":"wellen.dsp","c":"FilterResonator","l":"get_bandwidth()"},{"p":"wellen","c":"Beat","l":"get_beat_count()"},{"p":"wellen.dsp","c":"BeatDSP","l":"get_beat_count()"},{"p":"wellen.dsp","c":"Distortion","l":"get_bits()"},{"p":"wellen","c":"Beat","l":"get_bpm()"},{"p":"wellen","c":"Tone","l":"get_buffer_left()"},{"p":"wellen","c":"ToneEngine","l":"get_buffer_left()"},{"p":"wellen","c":"ToneEngineDSP","l":"get_buffer_left()"},{"p":"wellen","c":"Tone","l":"get_buffer_right()"},{"p":"wellen","c":"ToneEngine","l":"get_buffer_right()"},{"p":"wellen","c":"ToneEngineDSP","l":"get_buffer_right()"},{"p":"wellen","c":"AudioBufferManager","l":"get_buffer_size()"},{"p":"wellen.dsp","c":"DSP","l":"get_buffer_size()"},{"p":"wellen.dsp","c":"Sampler","l":"get_buffer()"},{"p":"wellen","c":"SAM","l":"get_buffer()"},{"p":"wellen","c":"Tone","l":"get_buffer()"},{"p":"wellen","c":"ToneEngine","l":"get_buffer()"},{"p":"wellen.dsp","c":"FMSynthesis","l":"get_carrier()"},{"p":"wellen","c":"InstrumentDSP","l":"get_channels()"},{"p":"wellen.dsp","c":"Distortion","l":"get_clip()"},{"p":"wellen.dsp","c":"Envelope","l":"get_current_value()"},{"p":"wellen","c":"Sequencer","l":"get_current()"},{"p":"wellen.dsp","c":"ADSR","l":"get_decay()"},{"p":"wellen","c":"Instrument","l":"get_decay()"},{"p":"wellen","c":"Instrument","l":"get_detune_amplitude()"},{"p":"wellen","c":"InstrumentDSP","l":"get_detune_amplitude()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_detune_amplitude()"},{"p":"wellen","c":"InstrumentOSC","l":"get_detune_amplitude()"},{"p":"wellen","c":"InstrumentDSP","l":"get_detune_oscillator_type()"},{"p":"wellen","c":"InstrumentDSP","l":"get_detune_VCO()"},{"p":"wellen","c":"Instrument","l":"get_detune()"},{"p":"wellen","c":"InstrumentDSP","l":"get_detune()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_detune()"},{"p":"wellen","c":"InstrumentOSC","l":"get_detune()"},{"p":"wellen","c":"Tone","l":"get_DSP_engine()"},{"p":"wellen.dsp","c":"Sampler","l":"get_duration()"},{"p":"wellen.dsp","c":"Sampler","l":"get_edge_fading()"},{"p":"wellen","c":"Wellen","l":"get_extremum(float[])"},{"p":"wellen","c":"Instrument","l":"get_filter_frequency()"},{"p":"wellen","c":"InstrumentDSP","l":"get_filter_frequency()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_filter_frequency()"},{"p":"wellen","c":"InstrumentOSC","l":"get_filter_frequency()"},{"p":"wellen","c":"Instrument","l":"get_filter_resonance()"},{"p":"wellen","c":"InstrumentDSP","l":"get_filter_resonance()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_filter_resonance()"},{"p":"wellen","c":"InstrumentOSC","l":"get_filter_resonance()"},{"p":"wellen","c":"Instrument","l":"get_frequency_LFO_amplitude()"},{"p":"wellen","c":"InstrumentDSP","l":"get_frequency_LFO_amplitude()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_frequency_LFO_amplitude()"},{"p":"wellen","c":"InstrumentOSC","l":"get_frequency_LFO_amplitude()"},{"p":"wellen","c":"Instrument","l":"get_frequency_LFO_frequency()"},{"p":"wellen","c":"InstrumentDSP","l":"get_frequency_LFO_frequency()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_frequency_LFO_frequency()"},{"p":"wellen","c":"InstrumentOSC","l":"get_frequency_LFO_frequency()"},{"p":"wellen.dsp","c":"FilterBalance","l":"get_frequency()"},{"p":"wellen.dsp","c":"FilterBandPass","l":"get_frequency()"},{"p":"wellen.dsp","c":"FilterBiquad","l":"get_frequency()"},{"p":"wellen.dsp","c":"FilterButterworth","l":"get_frequency()"},{"p":"wellen.dsp","c":"FilterHighLowBandPass","l":"get_frequency()"},{"p":"wellen.dsp","c":"FilterHighPass","l":"get_frequency()"},{"p":"wellen.dsp","c":"FilterLowPass","l":"get_frequency()"},{"p":"wellen.dsp","c":"FilterMoogLadderLowPass","l":"get_frequency()"},{"p":"wellen.dsp","c":"FilterResonator","l":"get_frequency()"},{"p":"wellen.dsp","c":"Oscillator","l":"get_frequency()"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"get_frequency()"},{"p":"wellen.dsp","c":"Wavetable","l":"get_frequency()"},{"p":"wellen","c":"Instrument","l":"get_frequency()"},{"p":"wellen","c":"InstrumentDSP","l":"get_frequency()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_frequency()"},{"p":"wellen","c":"InstrumentOSC","l":"get_frequency()"},{"p":"wellen","c":"FFT","l":"get_frequency(float)"},{"p":"wellen.dsp","c":"Gain","l":"get_gain()"},{"p":"wellen","c":"ToneEngineDSP","l":"get_gain()"},{"p":"wellen.analysis","c":"FrequencyDistribution","l":"get_graphics()"},{"p":"wellen.analysis","c":"Sonogram","l":"get_graphics()"},{"p":"wellen","c":"Loopable","l":"get_in_point()"},{"p":"wellen","c":"Pattern","l":"get_in_point()"},{"p":"wellen","c":"Track","l":"get_in_point()"},{"p":"wellen.dsp","c":"Sampler","l":"get_in()"},{"p":"wellen.dsp","c":"DSP","l":"get_input_buffer_left()"},{"p":"wellen.dsp","c":"DSP","l":"get_input_buffer_right()"},{"p":"wellen.dsp","c":"Wavetable","l":"get_jitter_range()"},{"p":"wellen.dsp","c":"Sampler","l":"get_length_recording()"},{"p":"wellen","c":"Loop","l":"get_length()"},{"p":"wellen","c":"Track","l":"get_length()"},{"p":"wellen.analysis","c":"SoundLevelPressure","l":"get_level()"},{"p":"wellen.dsp","c":"Envelope","l":"get_listeners()"},{"p":"wellen","c":"Loop","l":"get_loop_count(int)"},{"p":"wellen","c":"Pattern","l":"get_loop_count(int)"},{"p":"wellen","c":"Track","l":"get_loop_count(int)"},{"p":"wellen","c":"Loopable","l":"get_loop_count(Loopable, int)","u":"get_loop_count(wellen.Loopable,int)"},{"p":"wellen.dsp","c":"Sampler","l":"get_loop_in_normalized()"},{"p":"wellen.dsp","c":"Sampler","l":"get_loop_in()"},{"p":"wellen.dsp","c":"Sampler","l":"get_loop_out_normalized()"},{"p":"wellen.dsp","c":"Sampler","l":"get_loop_out()"},{"p":"wellen","c":"Loopable","l":"get_loop()"},{"p":"wellen","c":"Pattern","l":"get_loop()"},{"p":"wellen","c":"Track","l":"get_loop()"},{"p":"wellen","c":"Instrument","l":"get_LPF_envelope_cutoff_max()"},{"p":"wellen","c":"InstrumentDSP","l":"get_LPF_envelope_cutoff_max()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_LPF_envelope_cutoff_max()"},{"p":"wellen","c":"InstrumentOSC","l":"get_LPF_envelope_cutoff_max()"},{"p":"wellen","c":"Instrument","l":"get_LPF_envelope_cutoff_min()"},{"p":"wellen","c":"InstrumentDSP","l":"get_LPF_envelope_cutoff_min()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_LPF_envelope_cutoff_min()"},{"p":"wellen","c":"InstrumentOSC","l":"get_LPF_envelope_cutoff_min()"},{"p":"wellen","c":"Instrument","l":"get_LPF_envelope_cutoff()"},{"p":"wellen","c":"InstrumentDSP","l":"get_LPF_envelope_cutoff()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_LPF_envelope_cutoff()"},{"p":"wellen","c":"InstrumentOSC","l":"get_LPF_envelope_cutoff()"},{"p":"wellen","c":"Instrument","l":"get_LPF_envelope_resonance_max()"},{"p":"wellen","c":"InstrumentDSP","l":"get_LPF_envelope_resonance_max()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_LPF_envelope_resonance_max()"},{"p":"wellen","c":"InstrumentOSC","l":"get_LPF_envelope_resonance_max()"},{"p":"wellen","c":"Instrument","l":"get_LPF_envelope_resonance_min()"},{"p":"wellen","c":"InstrumentDSP","l":"get_LPF_envelope_resonance_min()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_LPF_envelope_resonance_min()"},{"p":"wellen","c":"InstrumentOSC","l":"get_LPF_envelope_resonance_min()"},{"p":"wellen","c":"Instrument","l":"get_LPF_envelope_resonance()"},{"p":"wellen","c":"InstrumentDSP","l":"get_LPF_envelope_resonance()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_LPF_envelope_resonance()"},{"p":"wellen","c":"InstrumentOSC","l":"get_LPF_envelope_resonance()"},{"p":"wellen","c":"Tone","l":"get_midi_engine()"},{"p":"wellen.dsp","c":"FilterButterworth","l":"get_mode()"},{"p":"wellen.dsp","c":"FMSynthesis","l":"get_modulation_depth()"},{"p":"wellen.dsp","c":"FMSynthesis","l":"get_modulator()"},{"p":"wellen","c":"HarmonicTable","l":"get_note()"},{"p":"wellen","c":"Scale","l":"get_note(int[], int, int)","u":"get_note(int[],int,int)"},{"p":"wellen.dsp","c":"Oscillator","l":"get_offset()"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"get_offset()"},{"p":"wellen.dsp","c":"Wavetable","l":"get_offset()"},{"p":"wellen","c":"Loop","l":"get_offset()"},{"p":"wellen","c":"Instrument","l":"get_oscillator_type()"},{"p":"wellen","c":"InstrumentDSP","l":"get_oscillator_type()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_oscillator_type()"},{"p":"wellen","c":"InstrumentOSC","l":"get_oscillator_type()"},{"p":"wellen","c":"Loopable","l":"get_out_point()"},{"p":"wellen","c":"Pattern","l":"get_out_point()"},{"p":"wellen","c":"Track","l":"get_out_point()"},{"p":"wellen.dsp","c":"Sampler","l":"get_out()"},{"p":"wellen.dsp","c":"DSP","l":"get_output_buffer_left()"},{"p":"wellen.dsp","c":"DSP","l":"get_output_buffer_right()"},{"p":"wellen.dsp","c":"DSP","l":"get_output_buffer()"},{"p":"wellen","c":"Instrument","l":"get_pan()"},{"p":"wellen","c":"Pan","l":"get_panning()"},{"p":"wellen.dsp","c":"FilterBiquad","l":"get_peak_gain()"},{"p":"wellen.dsp","c":"Wavetable","l":"get_phase_offset()"},{"p":"wellen","c":"SAM","l":"get_pitch_from_MIDI_note(int)"},{"p":"wellen.analysis","c":"PitchDetection","l":"get_pitch()"},{"p":"wellen.dsp","c":"Sampler","l":"get_position_fractional_part()"},{"p":"wellen.dsp","c":"Sampler","l":"get_position_normalized()"},{"p":"wellen.dsp","c":"Sampler","l":"get_position()"},{"p":"wellen","c":"Grid","l":"get_PPQN()"},{"p":"wellen.analysis","c":"PitchDetection","l":"get_probability()"},{"p":"wellen","c":"ToneEngineMIDI","l":"get_proper_device_name(String)","u":"get_proper_device_name(java.lang.String)"},{"p":"wellen","c":"Pattern","l":"get_relative_position(int)"},{"p":"wellen","c":"Track","l":"get_relative_position(int)"},{"p":"wellen","c":"Loopable","l":"get_relative_position(Loopable, int)","u":"get_relative_position(wellen.Loopable,int)"},{"p":"wellen.analysis","c":"EnvelopeFollower","l":"get_release()"},{"p":"wellen.dsp","c":"ADSR","l":"get_release()"},{"p":"wellen","c":"Instrument","l":"get_release()"},{"p":"wellen.dsp","c":"FilterBiquad","l":"get_resonance()"},{"p":"wellen.dsp","c":"FilterHighLowBandPass","l":"get_resonance()"},{"p":"wellen.dsp","c":"FilterMoogLadderLowPass","l":"get_resonance()"},{"p":"wellen","c":"Wellen","l":"get_resource_path()"},{"p":"wellen","c":"ToneEngineDSP","l":"get_reverb()"},{"p":"wellen.analysis","c":"RootMeanSquare","l":"get_RMS()"},{"p":"wellen","c":"AudioBufferManager","l":"get_sample_rate()"},{"p":"wellen.dsp","c":"DSP","l":"get_sample_rate()"},{"p":"wellen","c":"SAM","l":"get_samples()"},{"p":"wellen.analysis","c":"BeatDetection","l":"get_sensitivity()"},{"p":"wellen","c":"FFT","l":"get_spectrum()"},{"p":"wellen.dsp","c":"Sampler","l":"get_speed()"},{"p":"wellen.dsp","c":"Noise","l":"get_step()"},{"p":"wellen","c":"Sequencer","l":"get_step()"},{"p":"wellen.dsp","c":"ADSR","l":"get_sustain()"},{"p":"wellen","c":"Instrument","l":"get_sustain()"},{"p":"wellen.analysis","c":"BeatDetection","l":"get_threshold()"},{"p":"wellen.dsp","c":"Envelope","l":"get_time_scale()"},{"p":"wellen.analysis","c":"BeatDetection","l":"get_time_stamp()"},{"p":"wellen.dsp","c":"Distortion","l":"get_type()"},{"p":"wellen.dsp","c":"Noise","l":"get_type()"},{"p":"wellen.dsp","c":"Waveshaper","l":"get_type()"},{"p":"wellen","c":"InstrumentDSP","l":"get_VCO()"},{"p":"wellen","c":"Patch","l":"get_volume()"},{"p":"wellen","c":"Track","l":"get_volume()"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"get_waveform()"},{"p":"wellen.dsp","c":"Wavetable","l":"get_wavetable()"},{"p":"wellen.dsp","c":"Reverb","l":"get_wet()"},{"p":"wellen","c":"Sequencer","l":"get(int)"},{"p":"wellen","c":"FFT","l":"getAverageCenterFrequency(int)"},{"p":"wellen","c":"FFT","l":"getAvg(int)"},{"p":"wellen","c":"FFT","l":"getBand(int)"},{"p":"wellen","c":"FFT","l":"getBandWidth()"},{"p":"wellen","c":"WAVConverter","l":"getByteData()"},{"p":"wellen","c":"FFT","l":"getFreq(float)"},{"p":"wellen","c":"FFT","l":"getImaginaryPart()"},{"p":"wellen","c":"FFT","l":"getRealPart()"},{"p":"wellen","c":"FFT","l":"getSpectrum()"},{"p":"wellen","c":"Grid","l":"Grid()","u":"%3Cinit%3E()"},{"p":"wellen","c":"Grid","l":"Grid(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"Scale","l":"HALF_TONE"},{"p":"wellen","c":"FFT","l":"HAMMING"},{"p":"wellen","c":"HarmonicTable","l":"HarmonicTable()","u":"%3Cinit%3E()"},{"p":"wellen","c":"InstrumentDSPLibrary.HI_HAT","l":"HI_HAT(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"Patch","l":"ID"},{"p":"wellen","c":"Track","l":"ID"},{"p":"wellen","c":"Scale","l":"ID_CHORD_DOMINANT_7"},{"p":"wellen","c":"Scale","l":"ID_CHORD_MAJOR"},{"p":"wellen","c":"Scale","l":"ID_CHORD_MAJOR_7TH"},{"p":"wellen","c":"Scale","l":"ID_CHORD_MINOR"},{"p":"wellen","c":"Scale","l":"ID_CHORD_MINOR_7TH"},{"p":"wellen","c":"Scale","l":"ID_CHROMATIC"},{"p":"wellen","c":"Scale","l":"ID_DIMINISHED_7"},{"p":"wellen","c":"Scale","l":"ID_FIBONACCI"},{"p":"wellen","c":"Scale","l":"ID_FIFTH"},{"p":"wellen","c":"Scale","l":"ID_HALF_TONE"},{"p":"wellen","c":"Scale","l":"ID_MAJOR"},{"p":"wellen","c":"Scale","l":"ID_MAJOR_PENTATONIC"},{"p":"wellen","c":"Scale","l":"ID_MINOR"},{"p":"wellen","c":"Scale","l":"ID_MINOR_PENTATONIC"},{"p":"wellen","c":"Scale","l":"ID_OCTAVE"},{"p":"wellen","c":"Instrument","l":"ID()"},{"p":"wellen","c":"Scale","l":"id(int)"},{"p":"wellen","c":"Wellen","l":"importWAV(PApplet, String)","u":"importWAV(processing.core.PApplet,java.lang.String)"},{"p":"wellen","c":"Wellen","l":"importWAVInfo(PApplet, String)","u":"importWAVInfo(processing.core.PApplet,java.lang.String)"},{"p":"wellen","c":"FFT","l":"indexToFreq(int)"},{"p":"wellen","c":"WAVConverter.Info","l":"Info()","u":"%3Cinit%3E()"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"input_device_ID"},{"p":"wellen.dsp","c":"DSPNodeInputSignal","l":"input_signal(Signal)","u":"input_signal(wellen.dsp.Signal)"},{"p":"wellen.dsp","c":"BeatDSP","l":"input(float)"},{"p":"wellen.dsp","c":"DSPNodeInput","l":"input(float)"},{"p":"wellen.dsp","c":"Trigger","l":"input(float)"},{"p":"wellen","c":"Beat","l":"instance()"},{"p":"wellen","c":"FFT","l":"instance()"},{"p":"wellen","c":"Tone","l":"instance()"},{"p":"wellen","c":"ToneEngine","l":"INSTRUMENT_EMPTY"},{"p":"wellen","c":"ToneEngine","l":"INSTRUMENT_WITH_OSCILLATOR"},{"p":"wellen","c":"ToneEngine","l":"INSTRUMENT_WITH_OSCILLATOR_ADSR"},{"p":"wellen","c":"ToneEngine","l":"INSTRUMENT_WITH_OSCILLATOR_ADSR_FILTER_LFO"},{"p":"wellen","c":"Tone","l":"instrument()"},{"p":"wellen","c":"ToneEngine","l":"instrument()"},{"p":"wellen","c":"ToneEngineDSP","l":"instrument()"},{"p":"wellen","c":"ToneEngineMIDI","l":"instrument()"},{"p":"wellen","c":"ToneEngineOSC","l":"instrument()"},{"p":"wellen","c":"Tone","l":"instrument(int)"},{"p":"wellen","c":"ToneEngine","l":"instrument(int)"},{"p":"wellen","c":"ToneEngineDSP","l":"instrument(int)"},{"p":"wellen","c":"ToneEngineMIDI","l":"instrument(int)"},{"p":"wellen","c":"ToneEngineOSC","l":"instrument(int)"},{"p":"wellen","c":"Instrument","l":"Instrument(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"InstrumentDSP","l":"InstrumentDSP(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"InstrumentDSP","l":"InstrumentDSP(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"wellen","c":"InstrumentDSP","l":"InstrumentDSP(int, int, int)","u":"%3Cinit%3E(int,int,int)"},{"p":"wellen","c":"InstrumentDSPLibrary","l":"InstrumentDSPLibrary()","u":"%3Cinit%3E()"},{"p":"wellen","c":"InstrumentMIDI","l":"InstrumentMIDI(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"InstrumentOSC","l":"InstrumentOSC(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"Tone","l":"instruments()"},{"p":"wellen","c":"ToneEngine","l":"instruments()"},{"p":"wellen","c":"ToneEngineDSP","l":"instruments()"},{"p":"wellen","c":"ToneEngineMIDI","l":"instruments()"},{"p":"wellen","c":"ToneEngineOSC","l":"instruments()"},{"p":"wellen.dsp","c":"Sampler","l":"interpolate_samples()"},{"p":"wellen.dsp","c":"Sampler","l":"interpolate_samples(boolean)"},{"p":"wellen","c":"FFT","l":"inverse(float[])"},{"p":"wellen","c":"FFT","l":"inverse(float[], float[], float[])","u":"inverse(float[],float[],float[])"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"is_big_endian"},{"p":"wellen","c":"SamplerListener","l":"is_done()"},{"p":"wellen","c":"Grid","l":"is_eighth(int)"},{"p":"wellen","c":"Grid","l":"is_half(int)"},{"p":"wellen","c":"MidiOut","l":"is_initialized()"},{"p":"wellen","c":"ToneEngineMIDI","l":"is_initialized()"},{"p":"wellen.dsp","c":"Sampler","l":"is_looping()"},{"p":"wellen.dsp","c":"Signal","l":"is_mono()"},{"p":"wellen","c":"AudioBufferManager","l":"is_paused()"},{"p":"wellen","c":"AudioDeviceImplDesktop","l":"is_paused()"},{"p":"wellen.dsp","c":"DSP","l":"is_paused()"},{"p":"wellen.analysis","c":"PitchDetection","l":"is_pitched()"},{"p":"wellen.dsp","c":"Sampler","l":"is_playing()"},{"p":"wellen","c":"Instrument","l":"is_playing()"},{"p":"wellen","c":"Tone","l":"is_playing()"},{"p":"wellen","c":"ToneEngine","l":"is_playing()"},{"p":"wellen","c":"ToneEngineDSP","l":"is_playing()"},{"p":"wellen","c":"ToneEngineMIDI","l":"is_playing()"},{"p":"wellen","c":"ToneEngineOSC","l":"is_playing()"},{"p":"wellen","c":"Grid","l":"is_quarter(int)"},{"p":"wellen.dsp","c":"Sampler","l":"is_recording()"},{"p":"wellen","c":"Grid","l":"is_sixteenth(int)"},{"p":"wellen.dsp","c":"Signal","l":"is_stereo()"},{"p":"wellen","c":"Grid","l":"is_whole(int)"},{"p":"wellen","c":"InstrumentDSPLibrary.KICK_DRUM","l":"KICK_DRUM(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"HarmonicTable","l":"LEFT"},{"p":"wellen.dsp","c":"Signal","l":"left_add(float)"},{"p":"wellen.dsp","c":"Signal","l":"left_mult(float)"},{"p":"wellen.dsp","c":"Signal","l":"left()"},{"p":"wellen.dsp","c":"Signal","l":"left(float)"},{"p":"wellen.dsp","c":"FilterVowelFormant","l":"lerp_vowel(int, int, float)","u":"lerp_vowel(int,int,float)"},{"p":"wellen","c":"FFT","l":"linAverages(int)"},{"p":"wellen.dsp","c":"DSP","l":"linear_to_decibel(float)"},{"p":"wellen","c":"SpeechSynthesis","l":"list()"},{"p":"wellen","c":"Beat","l":"listeners()"},{"p":"wellen.dsp","c":"BeatDSP","l":"listeners()"},{"p":"wellen.dsp","c":"Trigger","l":"listeners()"},{"p":"wellen.dsp","c":"Sampler","l":"load(byte[])"},{"p":"wellen.dsp","c":"Sampler","l":"load(byte[], boolean)","u":"load(byte[],boolean)"},{"p":"wellen","c":"FFT","l":"logAverages(int, int)","u":"logAverages(int,int)"},{"p":"wellen","c":"Wellen","l":"LOOP_INFINITE"},{"p":"wellen","c":"Loop","l":"Loop()","u":"%3Cinit%3E()"},{"p":"wellen","c":"Grid","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"wellen","c":"Loop","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"wellen","c":"MidiUtilities","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"wellen","c":"Pattern","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"wellen","c":"SAM","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"wellen","c":"Scale","l":"MAJOR"},{"p":"wellen","c":"Scale","l":"MAJOR_PENTATONIC"},{"p":"wellen","c":"MIDI","l":"MIDI_CLOCK_CONTINUE"},{"p":"wellen","c":"MIDI","l":"MIDI_CLOCK_START"},{"p":"wellen","c":"MIDI","l":"MIDI_CLOCK_STOP"},{"p":"wellen","c":"MIDI","l":"MIDI_CLOCK_TICK"},{"p":"wellen","c":"MIDI","l":"MIDI_SONG_POSITION_POINTER"},{"p":"wellen","c":"MidiIn","l":"MidiIn(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"MidiIn","l":"MidiIn(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"wellen","c":"MidiOut","l":"MidiOut(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"MidiOut","l":"MidiOut(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"wellen","c":"MidiUtilities","l":"MidiUtilities()","u":"%3Cinit%3E()"},{"p":"wellen","c":"Wellen","l":"millis_to_samples(float)"},{"p":"wellen","c":"Wellen","l":"millis_to_samples(float, float)","u":"millis_to_samples(float,float)"},{"p":"wellen","c":"Scale","l":"MINOR"},{"p":"wellen","c":"Scale","l":"MINOR_PENTATONIC"},{"p":"wellen","c":"ToneEngineMIDI","l":"mMidiOut"},{"p":"wellen.analysis","c":"FFT","l":"modulus(float[], float[])","u":"modulus(float[],float[])"},{"p":"wellen.analysis","c":"FFT","l":"modulus(float[], int)","u":"modulus(float[],int)"},{"p":"wellen","c":"Wellen","l":"MONO"},{"p":"wellen.dsp","c":"Signal","l":"mono()"},{"p":"wellen.dsp","c":"Signal","l":"mult(float)"},{"p":"wellen","c":"Wellen","l":"NO_AUDIO_DEVICE"},{"p":"wellen","c":"Wellen","l":"NO_CHANNELS"},{"p":"wellen","c":"Wellen","l":"NO_EVENT"},{"p":"wellen","c":"Wellen","l":"NO_INPOINT"},{"p":"wellen","c":"Wellen","l":"NO_LOOP"},{"p":"wellen","c":"Wellen","l":"NO_LOOP_COUNT"},{"p":"wellen.dsp","c":"Sampler","l":"NO_LOOP_POINT"},{"p":"wellen","c":"Wellen","l":"NO_OUTPOINT"},{"p":"wellen","c":"ToneEngineDSP","l":"no_output()"},{"p":"wellen","c":"Wellen","l":"NO_POSITION"},{"p":"wellen","c":"Wellen","l":"NO_VALUE"},{"p":"wellen","c":"FFT","l":"noAverages()"},{"p":"wellen","c":"Wellen","l":"NOISE_GAUSSIAN_WHITE"},{"p":"wellen","c":"Wellen","l":"NOISE_GAUSSIAN_WHITE2"},{"p":"wellen","c":"Wellen","l":"NOISE_PINK"},{"p":"wellen","c":"Wellen","l":"NOISE_PINK2"},{"p":"wellen","c":"Wellen","l":"NOISE_PINK3"},{"p":"wellen","c":"Wellen","l":"NOISE_SIMPLEX"},{"p":"wellen","c":"Wellen","l":"NOISE_WHITE"},{"p":"wellen.dsp","c":"Noise","l":"Noise()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"Wavetable","l":"noise(float[])"},{"p":"wellen","c":"FFT","l":"NONE"},{"p":"wellen","c":"MIDI","l":"NOTE_A0"},{"p":"wellen","c":"MIDI","l":"NOTE_A1"},{"p":"wellen","c":"MIDI","l":"NOTE_A2"},{"p":"wellen","c":"MIDI","l":"NOTE_A3"},{"p":"wellen","c":"MIDI","l":"NOTE_A4"},{"p":"wellen","c":"MIDI","l":"NOTE_A5"},{"p":"wellen","c":"MIDI","l":"NOTE_A6"},{"p":"wellen","c":"MIDI","l":"NOTE_A7"},{"p":"wellen","c":"MIDI","l":"NOTE_A8"},{"p":"wellen","c":"MIDI","l":"NOTE_B0"},{"p":"wellen","c":"MIDI","l":"NOTE_B1"},{"p":"wellen","c":"MIDI","l":"NOTE_B2"},{"p":"wellen","c":"MIDI","l":"NOTE_B3"},{"p":"wellen","c":"MIDI","l":"NOTE_B4"},{"p":"wellen","c":"MIDI","l":"NOTE_B5"},{"p":"wellen","c":"MIDI","l":"NOTE_B6"},{"p":"wellen","c":"MIDI","l":"NOTE_B7"},{"p":"wellen","c":"MIDI","l":"NOTE_B8"},{"p":"wellen","c":"MIDI","l":"NOTE_C1"},{"p":"wellen","c":"MIDI","l":"NOTE_C2"},{"p":"wellen","c":"MIDI","l":"NOTE_C3"},{"p":"wellen","c":"MIDI","l":"NOTE_C4"},{"p":"wellen","c":"MIDI","l":"NOTE_C5"},{"p":"wellen","c":"MIDI","l":"NOTE_C6"},{"p":"wellen","c":"MIDI","l":"NOTE_C7"},{"p":"wellen","c":"MIDI","l":"NOTE_C8"},{"p":"wellen","c":"MIDI","l":"NOTE_C9"},{"p":"wellen","c":"MIDI","l":"NOTE_D1"},{"p":"wellen","c":"MIDI","l":"NOTE_D2"},{"p":"wellen","c":"MIDI","l":"NOTE_D3"},{"p":"wellen","c":"MIDI","l":"NOTE_D4"},{"p":"wellen","c":"MIDI","l":"NOTE_D5"},{"p":"wellen","c":"MIDI","l":"NOTE_D6"},{"p":"wellen","c":"MIDI","l":"NOTE_D7"},{"p":"wellen","c":"MIDI","l":"NOTE_D8"},{"p":"wellen","c":"MIDI","l":"NOTE_D9"},{"p":"wellen","c":"MIDI","l":"NOTE_E1"},{"p":"wellen","c":"MIDI","l":"NOTE_E2"},{"p":"wellen","c":"MIDI","l":"NOTE_E3"},{"p":"wellen","c":"MIDI","l":"NOTE_E4"},{"p":"wellen","c":"MIDI","l":"NOTE_E5"},{"p":"wellen","c":"MIDI","l":"NOTE_E6"},{"p":"wellen","c":"MIDI","l":"NOTE_E7"},{"p":"wellen","c":"MIDI","l":"NOTE_E8"},{"p":"wellen","c":"MIDI","l":"NOTE_E9"},{"p":"wellen","c":"Wellen","l":"NOTE_EIGHTH"},{"p":"wellen","c":"MIDI","l":"NOTE_F1"},{"p":"wellen","c":"MIDI","l":"NOTE_F2"},{"p":"wellen","c":"MIDI","l":"NOTE_F3"},{"p":"wellen","c":"MIDI","l":"NOTE_F4"},{"p":"wellen","c":"MIDI","l":"NOTE_F5"},{"p":"wellen","c":"MIDI","l":"NOTE_F6"},{"p":"wellen","c":"MIDI","l":"NOTE_F7"},{"p":"wellen","c":"MIDI","l":"NOTE_F8"},{"p":"wellen","c":"MIDI","l":"NOTE_F9"},{"p":"wellen","c":"MIDI","l":"NOTE_G1"},{"p":"wellen","c":"MIDI","l":"NOTE_G2"},{"p":"wellen","c":"MIDI","l":"NOTE_G3"},{"p":"wellen","c":"MIDI","l":"NOTE_G4"},{"p":"wellen","c":"MIDI","l":"NOTE_G5"},{"p":"wellen","c":"MIDI","l":"NOTE_G6"},{"p":"wellen","c":"MIDI","l":"NOTE_G7"},{"p":"wellen","c":"MIDI","l":"NOTE_G8"},{"p":"wellen","c":"MIDI","l":"NOTE_G9"},{"p":"wellen","c":"Wellen","l":"NOTE_HALF"},{"p":"wellen.dsp","c":"Sampler","l":"note_off()"},{"p":"wellen","c":"Instrument","l":"note_off()"},{"p":"wellen","c":"InstrumentDSP","l":"note_off()"},{"p":"wellen","c":"InstrumentDSPLibrary.BELL","l":"note_off()"},{"p":"wellen","c":"InstrumentDSPLibrary.KICK_DRUM","l":"note_off()"},{"p":"wellen","c":"InstrumentDSPLibrary.SAMPLER","l":"note_off()"},{"p":"wellen","c":"InstrumentMIDI","l":"note_off()"},{"p":"wellen","c":"InstrumentOSC","l":"note_off()"},{"p":"wellen","c":"Tone","l":"note_off()"},{"p":"wellen","c":"ToneEngine","l":"note_off()"},{"p":"wellen","c":"ToneEngineDSP","l":"note_off()"},{"p":"wellen","c":"ToneEngineMIDI","l":"note_off()"},{"p":"wellen","c":"ToneEngineOSC","l":"note_off()"},{"p":"wellen","c":"Tone","l":"note_off(int)"},{"p":"wellen","c":"ToneEngine","l":"note_off(int)"},{"p":"wellen","c":"ToneEngineDSP","l":"note_off(int)"},{"p":"wellen","c":"ToneEngineMIDI","l":"note_off(int)"},{"p":"wellen","c":"ToneEngineOSC","l":"note_off(int)"},{"p":"wellen.dsp","c":"Sampler","l":"note_on()"},{"p":"wellen.dsp","c":"Sampler","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"Instrument","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"InstrumentDSP","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"InstrumentDSPLibrary.BELL","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"InstrumentDSPLibrary.KICK_DRUM","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"InstrumentDSPLibrary.SAMPLER","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"InstrumentMIDI","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"InstrumentOSC","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"Tone","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"ToneEngine","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"ToneEngineDSP","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"ToneEngineMIDI","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"ToneEngineOSC","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"Tone","l":"note_on(int, int, float)","u":"note_on(int,int,float)"},{"p":"wellen","c":"ToneEngine","l":"note_on(int, int, float)","u":"note_on(int,int,float)"},{"p":"wellen","c":"Wellen","l":"NOTE_QUARTER"},{"p":"wellen","c":"Wellen","l":"NOTE_SIXTEENTH"},{"p":"wellen","c":"Wellen","l":"NOTE_THIRTYSECOND"},{"p":"wellen","c":"MidiUtilities","l":"note_to_frequency(int)"},{"p":"wellen","c":"Note","l":"note_to_frequency(int)"},{"p":"wellen","c":"Note","l":"note_to_frequency(int, float)","u":"note_to_frequency(int,float)"},{"p":"wellen","c":"MidiUtilities","l":"note_to_string(int)"},{"p":"wellen","c":"Note","l":"note_to_string(int)"},{"p":"wellen","c":"Wellen","l":"NOTE_WHOLE"},{"p":"wellen","c":"Arpeggiator","l":"note()"},{"p":"wellen","c":"Note","l":"Note()","u":"%3Cinit%3E()"},{"p":"wellen","c":"Arpeggiator.NoteStruct","l":"NoteStruct()","u":"%3Cinit%3E()"},{"p":"wellen","c":"Arpeggiator.NoteStruct","l":"NoteStruct(boolean, int, float)","u":"%3Cinit%3E(boolean,int,float)"},{"p":"wellen","c":"Wellen","l":"now()"},{"p":"wellen.dsp","c":"Signal","l":"num_channels()"},{"p":"wellen","c":"Wellen","l":"NUM_ENVELOPE_FORM"},{"p":"wellen.dsp","c":"FilterVowelFormant","l":"NUM_OF_VOWELS"},{"p":"wellen","c":"Wellen","l":"NUM_OF_WAVESHAPER_FORMS"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"number_of_input_channels"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"number_of_output_channels"},{"p":"wellen","c":"Scale","l":"NUMBER_OF_SCALES"},{"p":"wellen","c":"Scale","l":"OCTAVE"},{"p":"wellen","c":"ToneEngineOSC","l":"OSC_ADDR_PATTERN_CONTROLCHANGE"},{"p":"wellen","c":"ToneEngineOSC","l":"OSC_ADDR_PATTERN_NOTE_OFF"},{"p":"wellen","c":"ToneEngineOSC","l":"OSC_ADDR_PATTERN_NOTE_ON"},{"p":"wellen","c":"ToneEngineOSC","l":"OSC_ADDR_PATTERN_PITCHBEND"},{"p":"wellen","c":"ToneEngineOSC","l":"OSC_ADDR_PATTERN_PROGRAMCHANGE"},{"p":"wellen","c":"Wellen","l":"OSC_SAWTOOTH"},{"p":"wellen","c":"Wellen","l":"OSC_SINE"},{"p":"wellen","c":"Wellen","l":"OSC_SQUARE"},{"p":"wellen","c":"Wellen","l":"OSC_TRIANGLE"},{"p":"wellen","c":"EventReceiverOSC","l":"oscEvent(OscMessage)","u":"oscEvent(oscP5.OscMessage)"},{"p":"wellen.dsp","c":"Oscillator","l":"Oscillator()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"OscillatorFunction()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"OscillatorFunction(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.dsp","c":"EffectMono","l":"out(float[])"},{"p":"wellen.dsp","c":"Gain","l":"out(float[])"},{"p":"wellen.dsp","c":"EffectStereo","l":"out(float[], float[])","u":"out(float[],float[])"},{"p":"wellen.dsp","c":"Gain","l":"out(float[], float[])","u":"out(float[],float[])"},{"p":"wellen.dsp","c":"Reverb","l":"out(float[], float[])","u":"out(float[],float[])"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"output_device_ID"},{"p":"wellen","c":"Patch","l":"output_signal_update()"},{"p":"wellen","c":"Track","l":"output_signal_update()"},{"p":"wellen.dsp","c":"DSPNodeOutputSignal","l":"output_signal()"},{"p":"wellen","c":"InstrumentDSP","l":"output_signal()"},{"p":"wellen","c":"InstrumentDSPLibrary.BELL","l":"output_signal()"},{"p":"wellen","c":"InstrumentDSPLibrary.FAT_LEAD","l":"output_signal()"},{"p":"wellen","c":"InstrumentDSPLibrary.HI_HAT","l":"output_signal()"},{"p":"wellen","c":"InstrumentDSPLibrary.KICK_DRUM","l":"output_signal()"},{"p":"wellen","c":"InstrumentDSPLibrary.SAMPLER","l":"output_signal()"},{"p":"wellen","c":"Patch","l":"output_signal()"},{"p":"wellen","c":"ToneEngineDSP","l":"output_signal()"},{"p":"wellen","c":"Track","l":"output_signal()"},{"p":"wellen.dsp","c":"ADSR","l":"output()"},{"p":"wellen.dsp","c":"Crossfader","l":"output()"},{"p":"wellen.dsp","c":"DSPNodeOutput","l":"output()"},{"p":"wellen.dsp","c":"Envelope","l":"output()"},{"p":"wellen.dsp","c":"FMSynthesis","l":"output()"},{"p":"wellen.dsp","c":"Noise","l":"output()"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"output()"},{"p":"wellen.dsp","c":"Sampler","l":"output()"},{"p":"wellen.dsp","c":"Wavetable","l":"output()"},{"p":"wellen","c":"SAM","l":"output()"},{"p":"wellen","c":"ToneEngineDSP","l":"output()"},{"p":"wellen","c":"Wellen","l":"PAN_LINEAR"},{"p":"wellen","c":"Wellen","l":"PAN_SINE_LAW"},{"p":"wellen","c":"Wellen","l":"PAN_SQUARE_LAW"},{"p":"wellen","c":"Patch","l":"pan()"},{"p":"wellen","c":"Track","l":"pan()"},{"p":"wellen","c":"Pan","l":"Pan()","u":"%3Cinit%3E()"},{"p":"wellen","c":"Patch","l":"Patch()","u":"%3Cinit%3E()"},{"p":"wellen","c":"Patch","l":"Patch(float)","u":"%3Cinit%3E(float)"},{"p":"wellen","c":"Patch","l":"patch(int)"},{"p":"wellen","c":"Patch","l":"patchs()"},{"p":"wellen","c":"Arpeggiator","l":"pattern_16(int, int, float)","u":"pattern_16(int,int,float)"},{"p":"wellen","c":"Arpeggiator","l":"pattern_32(int, int, float)","u":"pattern_32(int,int,float)"},{"p":"wellen","c":"Arpeggiator","l":"pattern_4(int, int, float)","u":"pattern_4(int,int,float)"},{"p":"wellen","c":"Arpeggiator","l":"pattern_8(int, int, float)","u":"pattern_8(int,int,float)"},{"p":"wellen","c":"Pattern","l":"Pattern()","u":"%3Cinit%3E()"},{"p":"wellen","c":"Arpeggiator","l":"pattern(int, int, float)","u":"pattern(int,int,float)"},{"p":"wellen","c":"Pattern","l":"Pattern(int, int, int)","u":"%3Cinit%3E(int,int,int)"},{"p":"wellen","c":"Arpeggiator","l":"pattern(int, int, int, float)","u":"pattern(int,int,int,float)"},{"p":"wellen.dsp","c":"Sampler","l":"pause_recording()"},{"p":"wellen","c":"AudioBufferManager","l":"pause(boolean)"},{"p":"wellen","c":"AudioDeviceImplDesktop","l":"pause(boolean)"},{"p":"wellen.dsp","c":"DSP","l":"pause(boolean)"},{"p":"wellen","c":"FFT","l":"perform_forward_transform(float[])"},{"p":"wellen","c":"Instrument","l":"pitch_bend(float)"},{"p":"wellen","c":"InstrumentDSP","l":"pitch_bend(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"pitch_bend(float)"},{"p":"wellen","c":"InstrumentOSC","l":"pitch_bend(float)"},{"p":"wellen","c":"Tone","l":"pitch_bend(int)"},{"p":"wellen","c":"ToneEngine","l":"pitch_bend(int)"},{"p":"wellen","c":"ToneEngineDSP","l":"pitch_bend(int)"},{"p":"wellen","c":"ToneEngineMIDI","l":"pitch_bend(int)"},{"p":"wellen","c":"ToneEngineOSC","l":"pitch_bend(int)"},{"p":"wellen.analysis","c":"PitchDetection","l":"PitchDetection()","u":"%3Cinit%3E()"},{"p":"wellen.analysis","c":"PitchDetection","l":"PitchDetection(float, int)","u":"%3Cinit%3E(float,int)"},{"p":"wellen.analysis","c":"PitchDetection","l":"PitchDetection(float, int, double)","u":"%3Cinit%3E(float,int,double)"},{"p":"wellen.dsp","c":"Sampler","l":"play()"},{"p":"wellen","c":"Arpeggiator","l":"play(int, int)","u":"play(int,int)"},{"p":"wellen.analysis","c":"FFT","l":"powerAndPhaseFromFFT(float[], float[], float[])","u":"powerAndPhaseFromFFT(float[],float[],float[])"},{"p":"wellen","c":"MIDI","l":"PPQN"},{"p":"wellen","c":"Pattern","l":"print(String)","u":"print(java.lang.String)"},{"p":"wellen","c":"Pattern","l":"println()"},{"p":"wellen","c":"Pattern","l":"println(String)","u":"println(java.lang.String)"},{"p":"wellen","c":"Track","l":"println(String)","u":"println(java.lang.String)"},{"p":"wellen.dsp","c":"Delay","l":"process_signal(Signal)","u":"process_signal(wellen.dsp.Signal)"},{"p":"wellen.dsp","c":"DSPNodeProcessSignal","l":"process_signal(Signal)","u":"process_signal(wellen.dsp.Signal)"},{"p":"wellen.dsp","c":"Reverb","l":"process_signal(Signal)","u":"process_signal(wellen.dsp.Signal)"},{"p":"wellen","c":"Pan","l":"process_signal(Signal)","u":"process_signal(wellen.dsp.Signal)"},{"p":"wellen.dsp","c":"Delay","l":"process(float)"},{"p":"wellen.dsp","c":"Distortion","l":"process(float)"},{"p":"wellen.dsp","c":"DSPNodeProcess","l":"process(float)"},{"p":"wellen.dsp","c":"FilterBalance","l":"process(float)"},{"p":"wellen.dsp","c":"FilterBandPass","l":"process(float)"},{"p":"wellen.dsp","c":"FilterBiquad","l":"process(float)"},{"p":"wellen.dsp","c":"FilterButterworth","l":"process(float)"},{"p":"wellen.dsp","c":"FilterHighLowBandPass","l":"process(float)"},{"p":"wellen.dsp","c":"FilterHighPass","l":"process(float)"},{"p":"wellen.dsp","c":"FilterLowPass","l":"process(float)"},{"p":"wellen.dsp","c":"FilterMoogLadderLowPass","l":"process(float)"},{"p":"wellen.dsp","c":"FilterResonator","l":"process(float)"},{"p":"wellen.dsp","c":"FilterVowelFormant","l":"process(float)"},{"p":"wellen.dsp","c":"Reverb","l":"process(float)"},{"p":"wellen.dsp","c":"Waveshaper","l":"process(float)"},{"p":"wellen","c":"Pan","l":"process(float)"},{"p":"wellen.dsp","c":"Vocoder","l":"process(float, float)","u":"process(float,float)"},{"p":"wellen.analysis","c":"BeatDetection","l":"process(float[])"},{"p":"wellen.analysis","c":"EnvelopeFollower","l":"process(float[])"},{"p":"wellen.analysis","c":"FrequencyDistribution","l":"process(float[])"},{"p":"wellen.analysis","c":"PitchDetection","l":"process(float[])"},{"p":"wellen.analysis","c":"RootMeanSquare","l":"process(float[])"},{"p":"wellen.analysis","c":"Sonogram","l":"process(float[])"},{"p":"wellen.analysis","c":"SoundLevelPressure","l":"process(float[])"},{"p":"wellen.dsp","c":"FilterBiquad","l":"process(float[])"},{"p":"wellen.dsp","c":"Waveshaper","l":"process(float[])"},{"p":"wellen.dsp","c":"Vocoder","l":"process(float[], float[], float[])","u":"process(float[],float[],float[])"},{"p":"wellen.dsp","c":"Reverb","l":"process(float[], float[], float[], float[])","u":"process(float[],float[],float[],float[])"},{"p":"wellen.dsp","c":"Wavetable","l":"pulse(float[], float)","u":"pulse(float[],float)"},{"p":"wellen","c":"Wellen","l":"queryAudioInputAndOutputDevices(String, boolean, boolean)","u":"queryAudioInputAndOutputDevices(java.lang.String,boolean,boolean)"},{"p":"wellen.dsp","c":"Envelope","l":"ramp_to(float, float)","u":"ramp_to(float,float)"},{"p":"wellen.dsp","c":"Envelope","l":"ramp(float, float, float)","u":"ramp(float,float,float)"},{"p":"wellen","c":"Wellen","l":"random(float, float)","u":"random(float,float)"},{"p":"wellen.dsp","c":"Crossfader","l":"ratio"},{"p":"wellen","c":"BeatMIDI","l":"receiveControlChange(int, int, int)","u":"receiveControlChange(int,int,int)"},{"p":"wellen","c":"EventReceiverMIDI","l":"receiveControlChange(int, int, int)","u":"receiveControlChange(int,int,int)"},{"p":"wellen","c":"MidiInListener","l":"receiveControlChange(int, int, int)","u":"receiveControlChange(int,int,int)"},{"p":"wellen","c":"BeatMIDI","l":"receiveNoteOff(int, int)","u":"receiveNoteOff(int,int)"},{"p":"wellen","c":"EventReceiverMIDI","l":"receiveNoteOff(int, int)","u":"receiveNoteOff(int,int)"},{"p":"wellen","c":"MidiInListener","l":"receiveNoteOff(int, int)","u":"receiveNoteOff(int,int)"},{"p":"wellen","c":"BeatMIDI","l":"receiveNoteOn(int, int, int)","u":"receiveNoteOn(int,int,int)"},{"p":"wellen","c":"EventReceiverMIDI","l":"receiveNoteOn(int, int, int)","u":"receiveNoteOn(int,int,int)"},{"p":"wellen","c":"MidiInListener","l":"receiveNoteOn(int, int, int)","u":"receiveNoteOn(int,int,int)"},{"p":"wellen","c":"BeatMIDI","l":"receiveProgramChange(int, int, int)","u":"receiveProgramChange(int,int,int)"},{"p":"wellen","c":"EventReceiverMIDI","l":"receiveProgramChange(int, int, int)","u":"receiveProgramChange(int,int,int)"},{"p":"wellen","c":"MidiInListener","l":"receiveProgramChange(int, int, int)","u":"receiveProgramChange(int,int,int)"},{"p":"wellen.dsp","c":"Sampler","l":"record(float)"},{"p":"wellen.dsp","c":"Sampler","l":"record(float[])"},{"p":"wellen","c":"ToneEngineDSP","l":"register_audioblock_callback(ToneEngineDSP.AudioOutputCallback)","u":"register_audioblock_callback(wellen.ToneEngineDSP.AudioOutputCallback)"},{"p":"wellen","c":"ToneEngineDSP","l":"remove_effect(EffectStereo)","u":"remove_effect(wellen.dsp.EffectStereo)"},{"p":"wellen.dsp","c":"Envelope","l":"remove_listener(EnvelopeListener)","u":"remove_listener(wellen.EnvelopeListener)"},{"p":"wellen.dsp","c":"Sampler","l":"remove_listener(SamplerListener)","u":"remove_listener(wellen.SamplerListener)"},{"p":"wellen","c":"Beat","l":"remove(Beat.Listener)","u":"remove(wellen.Beat.Listener)"},{"p":"wellen.dsp","c":"BeatDSP","l":"remove(Trigger.Listener)","u":"remove(wellen.dsp.Trigger.Listener)"},{"p":"wellen.dsp","c":"Trigger","l":"remove(Trigger.Listener)","u":"remove(wellen.dsp.Trigger.Listener)"},{"p":"wellen","c":"MidiIn","l":"removeListener(MidiInListener)","u":"removeListener(wellen.MidiInListener)"},{"p":"wellen","c":"Tone","l":"replace_instrument(Class, int)","u":"replace_instrument(java.lang.Class,int)"},{"p":"wellen","c":"Tone","l":"replace_instrument(Instrument)","u":"replace_instrument(wellen.Instrument)"},{"p":"wellen","c":"ToneEngine","l":"replace_instrument(Instrument)","u":"replace_instrument(wellen.Instrument)"},{"p":"wellen","c":"ToneEngineDSP","l":"replace_instrument(Instrument)","u":"replace_instrument(wellen.Instrument)"},{"p":"wellen","c":"ToneEngineMIDI","l":"replace_instrument(Instrument)","u":"replace_instrument(wellen.Instrument)"},{"p":"wellen","c":"ToneEngineOSC","l":"replace_instrument(Instrument)","u":"replace_instrument(wellen.Instrument)"},{"p":"wellen","c":"Arpeggiator","l":"replace_pattern(Arpeggiator.NoteStruct[])","u":"replace_pattern(wellen.Arpeggiator.NoteStruct[])"},{"p":"wellen","c":"BeatMIDI","l":"reset_beat_counter_at_stop(boolean)"},{"p":"wellen.dsp","c":"Vocoder","l":"reset_history()"},{"p":"wellen","c":"Arpeggiator","l":"reset()"},{"p":"wellen","c":"BeatEvent","l":"reset()"},{"p":"wellen.dsp","c":"FilterHighLowBandPass","l":"reset()"},{"p":"wellen.dsp","c":"Wavetable","l":"reset()"},{"p":"wellen","c":"Sequencer","l":"reset()"},{"p":"wellen.dsp","c":"Sampler","l":"resume_recording()"},{"p":"wellen.dsp","c":"Reverb","l":"Reverb()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"Sampler","l":"rewind()"},{"p":"wellen","c":"SAM","l":"rewind()"},{"p":"wellen","c":"HarmonicTable","l":"RIGHT"},{"p":"wellen.dsp","c":"Signal","l":"right_add(float)"},{"p":"wellen.dsp","c":"Signal","l":"right_mult(float)"},{"p":"wellen.dsp","c":"Signal","l":"right()"},{"p":"wellen.dsp","c":"Signal","l":"right(float)"},{"p":"wellen.analysis","c":"RootMeanSquare","l":"RootMeanSquare()","u":"%3Cinit%3E()"},{"p":"wellen","c":"Wellen","l":"run_sketch_with_resources(Class)","u":"run_sketch_with_resources(java.lang.Class)"},{"p":"wellen","c":"Pattern","l":"run_test()"},{"p":"wellen","c":"Track","l":"run_test()"},{"p":"wellen","c":"AudioDeviceImplDesktop","l":"run()"},{"p":"wellen","c":"BeatMIDI","l":"running()"},{"p":"wellen","c":"SAM","l":"SAM()","u":"%3Cinit%3E()"},{"p":"wellen","c":"SAM","l":"SAM(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"sample_buffer_size"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"sample_rate"},{"p":"wellen","c":"WAVConverter.Info","l":"sample_rate"},{"p":"wellen","c":"AudioDevice","l":"sample_rate()"},{"p":"wellen","c":"AudioDeviceImplDesktop","l":"sample_rate()"},{"p":"wellen.dsp","c":"Sampler","l":"Sampler()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"Sampler","l":"Sampler(float[])","u":"%3Cinit%3E(float[])"},{"p":"wellen.dsp","c":"Sampler","l":"Sampler(float[], float)","u":"%3Cinit%3E(float[],float)"},{"p":"wellen.dsp","c":"Sampler","l":"Sampler(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"InstrumentDSPLibrary.SAMPLER","l":"SAMPLER(int, float[])","u":"%3Cinit%3E(int,float[])"},{"p":"wellen","c":"WAVConverter.Info","l":"samples"},{"p":"wellen","c":"Wellen","l":"samples_to_millis(int)"},{"p":"wellen","c":"Wellen","l":"samples_to_millis(int, float)","u":"samples_to_millis(int,float)"},{"p":"wellen","c":"Wellen","l":"samples_to_seconds(int)"},{"p":"wellen","c":"Wellen","l":"samples_to_seconds(int, float)","u":"samples_to_seconds(int,float)"},{"p":"wellen.dsp","c":"Wavetable","l":"sawtooth(float[])"},{"p":"wellen.dsp","c":"Wavetable","l":"sawtooth(float[], boolean)","u":"sawtooth(float[],boolean)"},{"p":"wellen.dsp","c":"Wavetable","l":"sawtooth(float[], int)","u":"sawtooth(float[],int)"},{"p":"wellen","c":"SAM","l":"say(String)","u":"say(java.lang.String)"},{"p":"wellen","c":"SpeechSynthesis","l":"say(String)","u":"say(java.lang.String)"},{"p":"wellen","c":"SAM","l":"say(String, boolean)","u":"say(java.lang.String,boolean)"},{"p":"wellen","c":"SpeechSynthesis","l":"say(String, String)","u":"say(java.lang.String,java.lang.String)"},{"p":"wellen","c":"SpeechSynthesis","l":"say(String, String, boolean, int, String)","u":"say(java.lang.String,java.lang.String,boolean,int,java.lang.String)"},{"p":"wellen","c":"Scale","l":"Scale()","u":"%3Cinit%3E()"},{"p":"wellen","c":"FFT","l":"scaleBand(int, float)","u":"scaleBand(int,float)"},{"p":"wellen","c":"FFT","l":"scaleFreq(float, float)","u":"scaleFreq(float,float)"},{"p":"wellen","c":"Wellen","l":"seconds_to_samples(float)"},{"p":"wellen","c":"Wellen","l":"seconds_to_samples(float, float)","u":"seconds_to_samples(float,float)"},{"p":"wellen","c":"ToneEngineMIDI","l":"SEND_NOTE_OFF_TO_ALL"},{"p":"wellen","c":"MidiIn","l":"send(MidiMessage, long)","u":"send(javax.sound.midi.MidiMessage,long)"},{"p":"wellen","c":"MidiOut","l":"sendControllerChange(int, int, int)","u":"sendControllerChange(int,int,int)"},{"p":"wellen","c":"MidiOut","l":"sendMessage(int, int, int, int)","u":"sendMessage(int,int,int,int)"},{"p":"wellen","c":"MidiOut","l":"sendNoteOff(int, int, int)","u":"sendNoteOff(int,int,int)"},{"p":"wellen","c":"MidiOut","l":"sendNoteOn(int, int, int)","u":"sendNoteOn(int,int,int)"},{"p":"wellen","c":"MidiOut","l":"sendPitchBend(int, int, int)","u":"sendPitchBend(int,int,int)"},{"p":"wellen","c":"Sequencer","l":"Sequencer(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"Sequencer","l":"Sequencer(T...)","u":"%3Cinit%3E(T...)"},{"p":"wellen.dsp","c":"ADSR","l":"set_adsr(float, float, float, float)","u":"set_adsr(float,float,float,float)"},{"p":"wellen","c":"Instrument","l":"set_adsr(float, float, float, float)","u":"set_adsr(float,float,float,float)"},{"p":"wellen.dsp","c":"Waveshaper","l":"set_amount(float)"},{"p":"wellen.dsp","c":"Distortion","l":"set_amplification(float)"},{"p":"wellen","c":"InstrumentDSPLibrary.BELL","l":"set_amplification(float)"},{"p":"wellen","c":"InstrumentDSPLibrary.BELL","l":"set_amplitude_falloff(float)"},{"p":"wellen","c":"Instrument","l":"set_amplitude_LFO_amplitude(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_amplitude_LFO_amplitude(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_amplitude_LFO_amplitude(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_amplitude_LFO_amplitude(float)"},{"p":"wellen","c":"Instrument","l":"set_amplitude_LFO_frequency(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_amplitude_LFO_frequency(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_amplitude_LFO_frequency(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_amplitude_LFO_frequency(float)"},{"p":"wellen.dsp","c":"FMSynthesis","l":"set_amplitude(float)"},{"p":"wellen.dsp","c":"Noise","l":"set_amplitude(float)"},{"p":"wellen.dsp","c":"Oscillator","l":"set_amplitude(float)"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"set_amplitude(float)"},{"p":"wellen.dsp","c":"Sampler","l":"set_amplitude(float)"},{"p":"wellen.dsp","c":"Wavetable","l":"set_amplitude(float)"},{"p":"wellen","c":"Instrument","l":"set_amplitude(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_amplitude(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_amplitude(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_amplitude(float)"},{"p":"wellen.dsp","c":"Wavetable","l":"set_amplitude(float, int)","u":"set_amplitude(float,int)"},{"p":"wellen","c":"Instrument","l":"set_amplitude(float, int)","u":"set_amplitude(float,int)"},{"p":"wellen","c":"InstrumentDSP","l":"set_amplitude(float, int)","u":"set_amplitude(float,int)"},{"p":"wellen.analysis","c":"EnvelopeFollower","l":"set_attack_sec(float)"},{"p":"wellen.analysis","c":"EnvelopeFollower","l":"set_attack(float)"},{"p":"wellen.dsp","c":"ADSR","l":"set_attack(float)"},{"p":"wellen","c":"Instrument","l":"set_attack(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_attack(float)"},{"p":"wellen","c":"InstrumentDSPLibrary.BELL","l":"set_attack(float)"},{"p":"wellen.dsp","c":"FilterBandPass","l":"set_bandwidth(float)"},{"p":"wellen.dsp","c":"FilterButterworth","l":"set_bandwidth(float)"},{"p":"wellen.dsp","c":"FilterResonator","l":"set_bandwidth(float)"},{"p":"wellen","c":"BeatEvent","l":"set_beat_count(int)"},{"p":"wellen.dsp","c":"Waveshaper","l":"set_bias(float)"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"set_bits_per_sample(int)"},{"p":"wellen.dsp","c":"Distortion","l":"set_bits(int)"},{"p":"wellen","c":"Beat","l":"set_bpm(float)"},{"p":"wellen","c":"BeatEvent","l":"set_bpm(float)"},{"p":"wellen.dsp","c":"BeatDSP","l":"set_bpm(float)"},{"p":"wellen.dsp","c":"Sampler","l":"set_buffer(float[])"},{"p":"wellen.dsp","c":"FMSynthesis","l":"set_carrier(Wavetable)","u":"set_carrier(wellen.dsp.Wavetable)"},{"p":"wellen","c":"InstrumentDSP","l":"set_channels(int)"},{"p":"wellen.dsp","c":"Distortion","l":"set_clip(float)"},{"p":"wellen.dsp","c":"FilterBalance","l":"set_comparator_signal(float)"},{"p":"wellen.dsp","c":"Envelope","l":"set_current_value(float)"},{"p":"wellen","c":"Sequencer","l":"set_current(T)"},{"p":"wellen.dsp","c":"Reverb","l":"set_damp(float)"},{"p":"wellen.dsp","c":"Delay","l":"set_decay_rate(float)"},{"p":"wellen.dsp","c":"ADSR","l":"set_decay(float)"},{"p":"wellen","c":"Instrument","l":"set_decay(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_decay(float)"},{"p":"wellen","c":"Instrument","l":"set_detune_amplitude(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_detune_amplitude(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_detune_amplitude(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_detune_amplitude(float)"},{"p":"wellen","c":"Instrument","l":"set_detune_oscillator_type(int)"},{"p":"wellen","c":"InstrumentDSP","l":"set_detune_oscillator_type(int)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_detune_oscillator_type(int)"},{"p":"wellen","c":"InstrumentOSC","l":"set_detune_oscillator_type(int)"},{"p":"wellen","c":"Instrument","l":"set_detune(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_detune(float)"},{"p":"wellen","c":"InstrumentDSPLibrary.BELL","l":"set_detune(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_detune(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_detune(float)"},{"p":"wellen.dsp","c":"Sampler","l":"set_duration(float)"},{"p":"wellen.dsp","c":"Delay","l":"set_echo_length(float)"},{"p":"wellen.dsp","c":"Sampler","l":"set_edge_fading(int)"},{"p":"wellen","c":"Tone","l":"set_engine(ToneEngine)","u":"set_engine(wellen.ToneEngine)"},{"p":"wellen","c":"Instrument","l":"set_filter_frequency(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_filter_frequency(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_filter_frequency(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_filter_frequency(float)"},{"p":"wellen","c":"Instrument","l":"set_filter_resonance(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_filter_resonance(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_filter_resonance(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_filter_resonance(float)"},{"p":"wellen.dsp","c":"Vocoder","l":"set_formant_shift(float)"},{"p":"wellen","c":"Instrument","l":"set_frequency_LFO_amplitude(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_frequency_LFO_amplitude(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_frequency_LFO_amplitude(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_frequency_LFO_amplitude(float)"},{"p":"wellen","c":"Instrument","l":"set_frequency_LFO_frequency(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_frequency_LFO_frequency(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_frequency_LFO_frequency(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_frequency_LFO_frequency(float)"},{"p":"wellen.dsp","c":"FilterBalance","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"FilterBandPass","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"FilterBiquad","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"FilterButterworth","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"FilterHighLowBandPass","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"FilterHighPass","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"FilterLowPass","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"FilterMoogLadderLowPass","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"FilterResonator","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"Oscillator","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"Sampler","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"Wavetable","l":"set_frequency(float)"},{"p":"wellen","c":"Instrument","l":"set_frequency(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_frequency(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_frequency(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"Wavetable","l":"set_frequency(float, int)","u":"set_frequency(float,int)"},{"p":"wellen","c":"Instrument","l":"set_frequency(float, int)","u":"set_frequency(float,int)"},{"p":"wellen","c":"InstrumentDSP","l":"set_frequency(float, int)","u":"set_frequency(float,int)"},{"p":"wellen.dsp","c":"Gain","l":"set_gain(float)"},{"p":"wellen","c":"ToneEngineDSP","l":"set_gain(float)"},{"p":"wellen","c":"Track","l":"set_in_out_point(int, int)","u":"set_in_out_point(int,int)"},{"p":"wellen","c":"Pattern","l":"set_in_point(int)"},{"p":"wellen","c":"Track","l":"set_in_point(int)"},{"p":"wellen.dsp","c":"Sampler","l":"set_in(int)"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"set_input_device(int)"},{"p":"wellen.dsp","c":"Wavetable","l":"set_interpolation(int)"},{"p":"wellen.dsp","c":"BeatDSP","l":"set_interval_sec(float)"},{"p":"wellen.dsp","c":"BeatDSP","l":"set_interval(float)"},{"p":"wellen.dsp","c":"Wavetable","l":"set_jitter_range(float)"},{"p":"wellen","c":"Loop","l":"set_length(int)"},{"p":"wellen","c":"Pattern","l":"set_length(int)"},{"p":"wellen","c":"Track","l":"set_length(int)"},{"p":"wellen.dsp","c":"Sampler","l":"set_loop_all()"},{"p":"wellen.dsp","c":"Sampler","l":"set_loop_in_normalized(float)"},{"p":"wellen.dsp","c":"Sampler","l":"set_loop_in(int)"},{"p":"wellen.dsp","c":"Sampler","l":"set_loop_out_normalized(float)"},{"p":"wellen.dsp","c":"Sampler","l":"set_loop_out(int)"},{"p":"wellen","c":"Pattern","l":"set_loop(int)"},{"p":"wellen","c":"Track","l":"set_loop(int)"},{"p":"wellen","c":"Instrument","l":"set_LPF_envelope_cutoff_max(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_LPF_envelope_cutoff_max(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_LPF_envelope_cutoff_max(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_LPF_envelope_cutoff_max(float)"},{"p":"wellen","c":"Instrument","l":"set_LPF_envelope_cutoff_min(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_LPF_envelope_cutoff_min(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_LPF_envelope_cutoff_min(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_LPF_envelope_cutoff_min(float)"},{"p":"wellen","c":"Instrument","l":"set_LPF_envelope_resonance_max(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_LPF_envelope_resonance_max(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_LPF_envelope_resonance_max(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_LPF_envelope_resonance_max(float)"},{"p":"wellen","c":"Instrument","l":"set_LPF_envelope_resonance_min(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_LPF_envelope_resonance_min(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_LPF_envelope_resonance_min(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_LPF_envelope_resonance_min(float)"},{"p":"wellen.analysis","c":"FrequencyDistribution","l":"set_maximum_frequency(float)"},{"p":"wellen.analysis","c":"Sonogram","l":"set_maximum_frequency(float)"},{"p":"wellen.dsp","c":"FilterBiquad","l":"set_mode(int)"},{"p":"wellen.dsp","c":"FilterButterworth","l":"set_mode(int)"},{"p":"wellen.dsp","c":"FilterHighLowBandPass","l":"set_mode(int)"},{"p":"wellen.dsp","c":"FMSynthesis","l":"set_modulation_depth(float)"},{"p":"wellen.dsp","c":"FMSynthesis","l":"set_modulator(Wavetable)","u":"set_modulator(wellen.dsp.Wavetable)"},{"p":"wellen","c":"SAM","l":"set_mouth(int)"},{"p":"wellen","c":"HarmonicTable","l":"set_note(int)"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"set_number_of_input_channels(int)"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"set_number_of_output_channels(int)"},{"p":"wellen.dsp","c":"Oscillator","l":"set_offset(float)"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"set_offset(float)"},{"p":"wellen.dsp","c":"Wavetable","l":"set_offset(float)"},{"p":"wellen","c":"Loop","l":"set_offset(int)"},{"p":"wellen.dsp","c":"Oscillator","l":"set_oscillation_range(float, float)","u":"set_oscillation_range(float,float)"},{"p":"wellen.dsp","c":"Oscillator","l":"set_oscillation_speed(float)"},{"p":"wellen","c":"Instrument","l":"set_oscillator_type(int)"},{"p":"wellen","c":"InstrumentDSP","l":"set_oscillator_type(int)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_oscillator_type(int)"},{"p":"wellen","c":"InstrumentOSC","l":"set_oscillator_type(int)"},{"p":"wellen","c":"Pattern","l":"set_out_point(int)"},{"p":"wellen","c":"Track","l":"set_out_point(int)"},{"p":"wellen.dsp","c":"Sampler","l":"set_out(int)"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"set_output_device(int)"},{"p":"wellen.dsp","c":"Waveshaper","l":"set_output_gain(float)"},{"p":"wellen","c":"Pan","l":"set_pan_type(int)"},{"p":"wellen","c":"Instrument","l":"set_pan(float)"},{"p":"wellen","c":"Pan","l":"set_panning(float)"},{"p":"wellen.dsp","c":"FilterBiquad","l":"set_peak_gain(float)"},{"p":"wellen.dsp","c":"Wavetable","l":"set_phase_offset(float)"},{"p":"wellen","c":"SAM","l":"set_pitch(int)"},{"p":"wellen","c":"Grid","l":"set_PPQN(int)"},{"p":"wellen.dsp","c":"Vocoder","l":"set_reaction_time(float)"},{"p":"wellen.analysis","c":"EnvelopeFollower","l":"set_release_sec(float)"},{"p":"wellen.analysis","c":"EnvelopeFollower","l":"set_release(float)"},{"p":"wellen.dsp","c":"ADSR","l":"set_release(float)"},{"p":"wellen","c":"Instrument","l":"set_release(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_release(float)"},{"p":"wellen.dsp","c":"FilterBiquad","l":"set_resonance(float)"},{"p":"wellen.dsp","c":"FilterHighLowBandPass","l":"set_resonance(float)"},{"p":"wellen.dsp","c":"FilterMoogLadderLowPass","l":"set_resonance(float)"},{"p":"wellen.dsp","c":"Reverb","l":"set_roomsize(float)"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"set_sample_buffer_size(int)"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"set_sample_rate(int)"},{"p":"wellen","c":"SAM","l":"set_sample_speed(float)"},{"p":"wellen.analysis","c":"BeatDetection","l":"set_sensitivity(double)"},{"p":"wellen","c":"SAM","l":"set_sing_mode(boolean)"},{"p":"wellen.dsp","c":"Sampler","l":"set_speed(float)"},{"p":"wellen","c":"SAM","l":"set_speed(int)"},{"p":"wellen.dsp","c":"Noise","l":"set_step(float)"},{"p":"wellen","c":"Sequencer","l":"set_step(int)"},{"p":"wellen","c":"InstrumentDSPLibrary.BELL","l":"set_sustain_falloff(float)"},{"p":"wellen.dsp","c":"ADSR","l":"set_sustain(float)"},{"p":"wellen","c":"Instrument","l":"set_sustain(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_sustain(float)"},{"p":"wellen","c":"InstrumentDSPLibrary.BELL","l":"set_sustain(float)"},{"p":"wellen.analysis","c":"BeatDetection","l":"set_threshold(double)"},{"p":"wellen","c":"SAM","l":"set_throat(int)"},{"p":"wellen.dsp","c":"Envelope","l":"set_time_scale(float)"},{"p":"wellen.dsp","c":"Distortion","l":"set_type(int)"},{"p":"wellen.dsp","c":"Noise","l":"set_type(int)"},{"p":"wellen.dsp","c":"Waveshaper","l":"set_type(int)"},{"p":"wellen.dsp","c":"Vocoder","l":"set_volume(float)"},{"p":"wellen","c":"Patch","l":"set_volume(float)"},{"p":"wellen","c":"Track","l":"set_volume(float)"},{"p":"wellen.dsp","c":"FilterVowelFormant","l":"set_vowel(int)"},{"p":"wellen.dsp","c":"Oscillator","l":"set_waveform(int)"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"set_waveform(int)"},{"p":"wellen.dsp","c":"Wavetable","l":"set_waveform(int)"},{"p":"wellen.dsp","c":"Wavetable","l":"set_waveform(int, int)","u":"set_waveform(int,int)"},{"p":"wellen.dsp","c":"Reverb","l":"set_wet(float)"},{"p":"wellen","c":"Arpeggiator","l":"set(Arpeggiator.NoteStruct[], int, int, float)","u":"set(wellen.Arpeggiator.NoteStruct[],int,int,float)"},{"p":"wellen","c":"Arpeggiator","l":"set(Arpeggiator.NoteStruct[], int, int, int, float)","u":"set(wellen.Arpeggiator.NoteStruct[],int,int,int,float)"},{"p":"wellen.dsp","c":"Signal","l":"set(float)"},{"p":"wellen.dsp","c":"Signal","l":"set(float, float)","u":"set(float,float)"},{"p":"wellen","c":"Sequencer","l":"set(int, T)","u":"set(int,T)"},{"p":"wellen.dsp","c":"Signal","l":"set(Signal)","u":"set(wellen.dsp.Signal)"},{"p":"wellen","c":"FFT","l":"setBand(int, float)","u":"setBand(int,float)"},{"p":"wellen","c":"SpeechSynthesis","l":"setFileName(String)","u":"setFileName(java.lang.String)"},{"p":"wellen","c":"FFT","l":"setFreq(float, float)","u":"setFreq(float,float)"},{"p":"wellen","c":"SpeechSynthesis","l":"setWordsPerMinute(int)"},{"p":"wellen","c":"Wellen","l":"SIG_INT16_BIG_ENDIAN"},{"p":"wellen","c":"Wellen","l":"SIG_INT16_LITTLE_ENDIAN"},{"p":"wellen","c":"Wellen","l":"SIG_INT24_3_BIG_ENDIAN"},{"p":"wellen","c":"Wellen","l":"SIG_INT24_3_LITTLE_ENDIAN"},{"p":"wellen","c":"Wellen","l":"SIG_INT24_4_BIG_ENDIAN"},{"p":"wellen","c":"Wellen","l":"SIG_INT24_4_LITTLE_ENDIAN"},{"p":"wellen","c":"Wellen","l":"SIG_INT32_BIG_ENDIAN"},{"p":"wellen","c":"Wellen","l":"SIG_INT32_LITTLE_ENDIAN"},{"p":"wellen","c":"Wellen","l":"SIG_INT8"},{"p":"wellen","c":"Wellen","l":"SIG_UINT8"},{"p":"wellen.dsp","c":"Signal","l":"signal"},{"p":"wellen.dsp","c":"Crossfader","l":"signal_a"},{"p":"wellen.dsp","c":"Crossfader","l":"signal_b"},{"p":"wellen","c":"Wellen","l":"SIGNAL_LEFT"},{"p":"wellen","c":"Wellen","l":"SIGNAL_MAX"},{"p":"wellen","c":"Wellen","l":"SIGNAL_MIN"},{"p":"wellen","c":"Wellen","l":"SIGNAL_MONO"},{"p":"wellen","c":"Wellen","l":"SIGNAL_PROCESSING_IGNORE_IN_OUTPOINTS"},{"p":"wellen","c":"Wellen","l":"SIGNAL_RIGHT"},{"p":"wellen","c":"Wellen","l":"SIGNAL_STEREO"},{"p":"wellen.dsp","c":"Signal","l":"signal()"},{"p":"wellen.dsp","c":"Signal","l":"Signal()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"Signal","l":"Signal(float)","u":"%3Cinit%3E(float)"},{"p":"wellen.dsp","c":"Signal","l":"Signal(float, float)","u":"%3Cinit%3E(float,float)"},{"p":"wellen.dsp","c":"Signal","l":"Signal(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.dsp","c":"Signal","l":"Signal(Signal)","u":"%3Cinit%3E(wellen.dsp.Signal)"},{"p":"wellen.dsp","c":"Wavetable","l":"sine(float[])"},{"p":"wellen.analysis","c":"Sonogram","l":"Sonogram(PGraphics)","u":"%3Cinit%3E(processing.core.PGraphics)"},{"p":"wellen.dsp","c":"DSP","l":"sound_pressure_level(float[])"},{"p":"wellen.analysis","c":"SoundLevelPressure","l":"SoundLevelPressure()","u":"%3Cinit%3E()"},{"p":"wellen","c":"FFT","l":"specSize()"},{"p":"wellen","c":"SpeechSynthesis","l":"SpeechSynthesis()","u":"%3Cinit%3E()"},{"p":"wellen","c":"SpeechSynthesis","l":"SpeechSynthesis(boolean, boolean)","u":"%3Cinit%3E(boolean,boolean)"},{"p":"wellen.dsp","c":"Wavetable","l":"square(float[])"},{"p":"wellen.dsp","c":"Wavetable","l":"square(float[], int)","u":"square(float[],int)"},{"p":"wellen.dsp","c":"Envelope","l":"stages()"},{"p":"wellen.dsp","c":"Sampler","l":"start_recording()"},{"p":"wellen","c":"BeatMIDI","l":"start()"},{"p":"wellen.dsp","c":"ADSR","l":"start()"},{"p":"wellen.dsp","c":"Envelope","l":"start()"},{"p":"wellen","c":"Tone","l":"start(int)"},{"p":"wellen","c":"Beat","l":"start(Object)","u":"start(java.lang.Object)"},{"p":"wellen.dsp","c":"BeatDSP","l":"start(Object)","u":"start(java.lang.Object)"},{"p":"wellen.dsp","c":"DSP","l":"start(Object)","u":"start(java.lang.Object)"},{"p":"wellen.dsp","c":"Trigger","l":"start(Object)","u":"start(java.lang.Object)"},{"p":"wellen","c":"EventReceiverOSC","l":"start(Object)","u":"start(java.lang.Object)"},{"p":"wellen.dsp","c":"DSP","l":"start(Object, AudioDeviceConfiguration)","u":"start(java.lang.Object,wellen.AudioDeviceConfiguration)"},{"p":"wellen","c":"Beat","l":"start(Object, int)","u":"start(java.lang.Object,int)"},{"p":"wellen.dsp","c":"BeatDSP","l":"start(Object, int)","u":"start(java.lang.Object,int)"},{"p":"wellen.dsp","c":"DSP","l":"start(Object, int)","u":"start(java.lang.Object,int)"},{"p":"wellen","c":"EventReceiverMIDI","l":"start(Object, int)","u":"start(java.lang.Object,int)"},{"p":"wellen","c":"EventReceiverOSC","l":"start(Object, int)","u":"start(java.lang.Object,int)"},{"p":"wellen.dsp","c":"DSP","l":"start(Object, int, int)","u":"start(java.lang.Object,int,int)"},{"p":"wellen.dsp","c":"DSP","l":"start(Object, int, int, int, int)","u":"start(java.lang.Object,int,int,int,int)"},{"p":"wellen.dsp","c":"DSP","l":"start(Object, int, int, int, int, int, int)","u":"start(java.lang.Object,int,int,int,int,int,int)"},{"p":"wellen","c":"BeatMIDI","l":"start(Object, String)","u":"start(java.lang.Object,java.lang.String)"},{"p":"wellen","c":"EventReceiverMIDI","l":"start(Object, String)","u":"start(java.lang.Object,java.lang.String)"},{"p":"wellen.dsp","c":"DSP","l":"start(Object, String, int, String, int, int, int)","u":"start(java.lang.Object,java.lang.String,int,java.lang.String,int,int,int)"},{"p":"wellen","c":"Tone","l":"start(String, int)","u":"start(java.lang.String,int)"},{"p":"wellen","c":"Tone","l":"start(String, int, int)","u":"start(java.lang.String,int,int)"},{"p":"wellen","c":"Tone","l":"start(String, int, int, int)","u":"start(java.lang.String,int,int,int)"},{"p":"wellen","c":"Tone","l":"start(String...)","u":"start(java.lang.String...)"},{"p":"wellen","c":"Arpeggiator","l":"step()"},{"p":"wellen","c":"Sequencer","l":"step()"},{"p":"wellen","c":"HarmonicTable","l":"step(int)"},{"p":"wellen","c":"Wellen","l":"STEREO"},{"p":"wellen","c":"Beat","l":"stop()"},{"p":"wellen","c":"BeatEvent","l":"stop()"},{"p":"wellen","c":"BeatMIDI","l":"stop()"},{"p":"wellen.dsp","c":"ADSR","l":"stop()"},{"p":"wellen.dsp","c":"DSP","l":"stop()"},{"p":"wellen.dsp","c":"Envelope","l":"stop()"},{"p":"wellen.dsp","c":"Sampler","l":"stop()"},{"p":"wellen","c":"Tone","l":"stop()"},{"p":"wellen","c":"ToneEngine","l":"stop()"},{"p":"wellen","c":"ToneEngineDSP","l":"stop()"},{"p":"wellen","c":"ToneEngineMIDI","l":"stop()"},{"p":"wellen","c":"ToneEngineOSC","l":"stop()"},{"p":"wellen.dsp","c":"BeatDSP","l":"tick()"},{"p":"wellen","c":"FFT","l":"timeSize()"},{"p":"wellen","c":"Wellen","l":"to_millis(float)"},{"p":"wellen","c":"Wellen","l":"to_sec(int)"},{"p":"wellen","c":"Wellen","l":"TONE_ENGINE_INTERNAL"},{"p":"wellen","c":"Wellen","l":"TONE_ENGINE_INTERNAL_WITH_NO_OUTPUT"},{"p":"wellen","c":"Wellen","l":"TONE_ENGINE_MIDI"},{"p":"wellen","c":"Wellen","l":"TONE_ENGINE_OSC"},{"p":"wellen","c":"ToneEngineDSP","l":"ToneEngineDSP()","u":"%3Cinit%3E()"},{"p":"wellen","c":"ToneEngineDSP","l":"ToneEngineDSP(int, int, int, int, int)","u":"%3Cinit%3E(int,int,int,int,int)"},{"p":"wellen","c":"ToneEngineMIDI","l":"ToneEngineMIDI(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"ToneEngineMIDI","l":"ToneEngineMIDI(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"wellen","c":"ToneEngineOSC","l":"ToneEngineOSC()","u":"%3Cinit%3E()"},{"p":"wellen","c":"ToneEngineOSC","l":"ToneEngineOSC(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"wellen","c":"ToneEngineOSC","l":"ToneEngineOSC(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"wellen","c":"Track","l":"Track()","u":"%3Cinit%3E()"},{"p":"wellen","c":"Track","l":"Track(float, int, int)","u":"%3Cinit%3E(float,int,int)"},{"p":"wellen","c":"Track","l":"track(int)"},{"p":"wellen","c":"Track","l":"tracks()"},{"p":"wellen.dsp","c":"Wavetable","l":"triangle(float[])"},{"p":"wellen.dsp","c":"Wavetable","l":"triangle(float[], int)","u":"triangle(float[],int)"},{"p":"wellen.dsp","c":"Trigger","l":"trigger_falling_edge(boolean)"},{"p":"wellen.dsp","c":"Trigger","l":"trigger_rising_edge(boolean)"},{"p":"wellen","c":"Arpeggiator","l":"trigger()"},{"p":"wellen.dsp","c":"Trigger","l":"Trigger()","u":"%3Cinit%3E()"},{"p":"wellen","c":"Beat.Listener","l":"trigger(int)"},{"p":"wellen.dsp","c":"BeatDSP.Listener","l":"trigger(int)"},{"p":"wellen.dsp","c":"Trigger.Listener","l":"trigger(int)"},{"p":"wellen.dsp","c":"Trigger","l":"Trigger(Object)","u":"%3Cinit%3E(java.lang.Object)"},{"p":"wellen.dsp","c":"Sampler","l":"tune_frequency_to(float)"},{"p":"wellen","c":"Wellen","l":"TWO_PI"},{"p":"wellen","c":"HarmonicTable","l":"UP"},{"p":"wellen","c":"HarmonicTable","l":"UP_LEFT"},{"p":"wellen","c":"HarmonicTable","l":"UP_RIGHT"},{"p":"wellen","c":"Track","l":"update(int)"},{"p":"wellen","c":"Track","l":"update(int, int)","u":"update(int,int)"},{"p":"wellen","c":"ToneEngineDSP","l":"USE_AMP_FRACTION"},{"p":"wellen.dsp","c":"Envelope.Stage","l":"value"},{"p":"wellen","c":"Arpeggiator","l":"velocity()"},{"p":"wellen","c":"AudioDeviceImplDesktop","l":"VERBOSE"},{"p":"wellen","c":"BeatMIDI","l":"VERBOSE"},{"p":"wellen","c":"MidiIn","l":"VERBOSE"},{"p":"wellen","c":"Patch","l":"VERBOSE"},{"p":"wellen","c":"ToneEngineDSP","l":"VERBOSE"},{"p":"wellen","c":"Track","l":"VERBOSE"},{"p":"wellen","c":"WAVConverter","l":"VERBOSE"},{"p":"wellen","c":"Wellen","l":"VERSION_MAJOR"},{"p":"wellen","c":"Wellen","l":"VERSION_MINOR"},{"p":"wellen","c":"Wellen","l":"version_string()"},{"p":"wellen.dsp","c":"Vocoder","l":"Vocoder(int, int, int, int)","u":"%3Cinit%3E(int,int,int,int)"},{"p":"wellen.dsp","c":"FilterVowelFormant","l":"VOWEL_A"},{"p":"wellen.dsp","c":"FilterVowelFormant","l":"VOWEL_E"},{"p":"wellen.dsp","c":"FilterVowelFormant","l":"VOWEL_I"},{"p":"wellen.dsp","c":"FilterVowelFormant","l":"VOWEL_O"},{"p":"wellen.dsp","c":"FilterVowelFormant","l":"VOWEL_U"},{"p":"wellen","c":"Wellen","l":"WAV_FORMAT_IEEE_FLOAT_32BIT"},{"p":"wellen","c":"Wellen","l":"WAV_FORMAT_PCM"},{"p":"wellen","c":"WAVConverter","l":"WAVConverter(int, int, int, int)","u":"%3Cinit%3E(int,int,int,int)"},{"p":"wellen","c":"WAVConverter","l":"WAVConverter(WAVConverter.Info)","u":"%3Cinit%3E(wellen.WAVConverter.Info)"},{"p":"wellen","c":"Wellen","l":"WAVEFORM_NOISE"},{"p":"wellen","c":"Wellen","l":"WAVEFORM_SAWTOOTH"},{"p":"wellen","c":"Wellen","l":"WAVEFORM_SINE"},{"p":"wellen","c":"Wellen","l":"WAVEFORM_SQUARE"},{"p":"wellen","c":"Wellen","l":"WAVEFORM_TRIANGLE"},{"p":"wellen","c":"Wellen","l":"WAVESHAPE_INTERPOLATE_CUBIC"},{"p":"wellen","c":"Wellen","l":"WAVESHAPE_INTERPOLATE_LINEAR"},{"p":"wellen","c":"Wellen","l":"WAVESHAPE_INTERPOLATE_NONE"},{"p":"wellen","c":"Wellen","l":"WAVESHAPER_ATAN"},{"p":"wellen","c":"Wellen","l":"WAVESHAPER_CUBIC"},{"p":"wellen","c":"Wellen","l":"WAVESHAPER_HARDCLIP"},{"p":"wellen","c":"Wellen","l":"WAVESHAPER_SIN"},{"p":"wellen","c":"Wellen","l":"WAVESHAPER_TAN_H"},{"p":"wellen.dsp","c":"Waveshaper","l":"Waveshaper()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"Wavetable","l":"Wavetable()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"Wavetable","l":"Wavetable(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.dsp","c":"Wavetable","l":"Wavetable(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"wellen","c":"Wellen","l":"Wellen()","u":"%3Cinit%3E()"},{"p":"wellen","c":"FFT","l":"window(int)"},{"p":"wellen","c":"WAVConverter","l":"writeHeader()"}];updateSearchResults(); \ No newline at end of file +memberSearchIndex = [{"p":"wellen","c":"ToneEngineDSP","l":"add_effect(EffectStereo)","u":"add_effect(wellen.dsp.EffectStereo)"},{"p":"wellen.dsp","c":"Envelope","l":"add_listener(EnvelopeListener)","u":"add_listener(wellen.EnvelopeListener)"},{"p":"wellen.dsp","c":"Sampler","l":"add_listener(SamplerListener)","u":"add_listener(wellen.SamplerListener)"},{"p":"wellen.dsp","c":"Envelope","l":"add_stage(float)"},{"p":"wellen.dsp","c":"Envelope","l":"add_stage(float, float)","u":"add_stage(float,float)"},{"p":"wellen","c":"Track","l":"add_track(Track)","u":"add_track(wellen.Track)"},{"p":"wellen","c":"Beat","l":"add(Beat.Listener)","u":"add(wellen.Beat.Listener)"},{"p":"wellen","c":"BeatEvent","l":"add(BeatListener)","u":"add(wellen.BeatListener)"},{"p":"wellen.dsp","c":"Signal","l":"add(float)"},{"p":"wellen.dsp","c":"Signal","l":"add(Signal)","u":"add(wellen.dsp.Signal)"},{"p":"wellen.dsp","c":"BeatDSP","l":"add(Trigger.Listener)","u":"add(wellen.dsp.Trigger.Listener)"},{"p":"wellen.dsp","c":"Trigger","l":"add(Trigger.Listener)","u":"add(wellen.dsp.Trigger.Listener)"},{"p":"wellen","c":"MidiIn","l":"addListener(MidiInListener)","u":"addListener(wellen.MidiInListener)"},{"p":"wellen.dsp","c":"ADSR","l":"ADSR_DIAGRAM"},{"p":"wellen.dsp","c":"ADSR","l":"ADSR()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"ADSR","l":"ADSR(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"Loop","l":"after(int, int)","u":"after(int,int)"},{"p":"wellen","c":"Loop","l":"after(int, int, int)","u":"after(int,int,int)"},{"p":"wellen","c":"InstrumentDSP","l":"always_interpolate_frequency_amplitude_changes"},{"p":"wellen","c":"WAVConverter","l":"appendData(float[][])"},{"p":"wellen","c":"Arpeggiator","l":"Arpeggiator(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"ToneEngineDSP","l":"audioblock(float[])"},{"p":"wellen","c":"ToneEngineDSP","l":"audioblock(float[], float[])","u":"audioblock(float[],float[])"},{"p":"wellen","c":"ToneEngineDSP.AudioOutputCallback","l":"audioblock(float[][])"},{"p":"wellen","c":"AudioBufferRenderer","l":"audioblock(float[][], float[][])","u":"audioblock(float[][],float[][])"},{"p":"wellen.dsp","c":"DSP","l":"audioblock(float[][], float[][])","u":"audioblock(float[][],float[][])"},{"p":"wellen","c":"ToneEngineDSP","l":"audioblock(float[][], float[][])","u":"audioblock(float[][],float[][])"},{"p":"wellen","c":"AudioBufferManager","l":"AudioBufferManager(AudioBufferRenderer, AudioDeviceConfiguration)","u":"%3Cinit%3E(wellen.AudioBufferRenderer,wellen.AudioDeviceConfiguration)"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"AudioDeviceConfiguration()","u":"%3Cinit%3E()"},{"p":"wellen","c":"AudioDeviceImplDesktop","l":"AudioDeviceImplDesktop(AudioBufferRenderer, AudioDeviceConfiguration)","u":"%3Cinit%3E(wellen.AudioBufferRenderer,wellen.AudioDeviceConfiguration)"},{"p":"wellen","c":"MidiIn","l":"availableInputs()"},{"p":"wellen","c":"MidiOut","l":"availableOutputs()"},{"p":"wellen","c":"FFT","l":"avgSize()"},{"p":"wellen.analysis","c":"FFT","l":"backwardsTransform(float[])"},{"p":"wellen","c":"BeatMIDI","l":"beat_count()"},{"p":"wellen","c":"BeatListener","l":"beat(int)"},{"p":"wellen","c":"Track","l":"beat(int, int)","u":"beat(int,int)"},{"p":"wellen","c":"Beat","l":"Beat(Object)","u":"%3Cinit%3E(java.lang.Object)"},{"p":"wellen","c":"Beat","l":"Beat(Object, int)","u":"%3Cinit%3E(java.lang.Object,int)"},{"p":"wellen.analysis","c":"BeatDetection","l":"BeatDetection()","u":"%3Cinit%3E()"},{"p":"wellen.analysis","c":"BeatDetection","l":"BeatDetection(float, int)","u":"%3Cinit%3E(float,int)"},{"p":"wellen.analysis","c":"BeatDetection","l":"BeatDetection(float, int, double, double)","u":"%3Cinit%3E(float,int,double,double)"},{"p":"wellen.dsp","c":"BeatDSP","l":"BeatDSP()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"BeatDSP","l":"BeatDSP(Object)","u":"%3Cinit%3E(java.lang.Object)"},{"p":"wellen.dsp","c":"BeatDSP","l":"BeatDSP(Object, int)","u":"%3Cinit%3E(java.lang.Object,int)"},{"p":"wellen","c":"Loop","l":"before(int, int)","u":"before(int,int)"},{"p":"wellen","c":"Loop","l":"before(int, int, int)","u":"before(int,int,int)"},{"p":"wellen","c":"InstrumentDSPLibrary.BELL","l":"BELL(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.analysis","c":"FFT","l":"binToHz(int, float)","u":"binToHz(int,float)"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"bits_per_sample"},{"p":"wellen","c":"WAVConverter.Info","l":"bits_per_sample"},{"p":"wellen","c":"Wellen","l":"BITS_PER_SAMPLE_16"},{"p":"wellen","c":"Wellen","l":"BITS_PER_SAMPLE_24"},{"p":"wellen","c":"Wellen","l":"BITS_PER_SAMPLE_32"},{"p":"wellen","c":"Wellen","l":"BITS_PER_SAMPLE_8"},{"p":"wellen","c":"SpeechSynthesis","l":"blocking(boolean)"},{"p":"wellen","c":"BeatMIDI","l":"bpm()"},{"p":"wellen","c":"AudioDevice","l":"buffer_size()"},{"p":"wellen","c":"AudioDeviceImplDesktop","l":"buffer_size()"},{"p":"wellen","c":"Wellen","l":"bytes_to_floatIEEE(byte[])"},{"p":"wellen","c":"Wellen","l":"bytes_to_floatIEEE(byte[], boolean)","u":"bytes_to_floatIEEE(byte[],boolean)"},{"p":"wellen","c":"Wellen","l":"bytes_to_floatIEEE(byte[], int, int, boolean)","u":"bytes_to_floatIEEE(byte[],int,int,boolean)"},{"p":"wellen","c":"Wellen","l":"bytes_to_floatIEEEs(byte[])"},{"p":"wellen","c":"Wellen","l":"bytes_to_floatIEEEs(byte[], float[], boolean)","u":"bytes_to_floatIEEEs(byte[],float[],boolean)"},{"p":"wellen","c":"Wellen","l":"bytes_to_floats(byte[], float[], int)","u":"bytes_to_floats(byte[],float[],int)"},{"p":"wellen","c":"Wellen","l":"bytes_to_floats(int, byte[], int)","u":"bytes_to_floats(int,byte[],int)"},{"p":"wellen","c":"FFT","l":"calcAvg(float, float)","u":"calcAvg(float,float)"},{"p":"wellen.dsp","c":"DSP","l":"calculate_RMS(float[])"},{"p":"wellen.dsp","c":"FilterBiquad","l":"calculate()"},{"p":"wellen","c":"WAVConverter.Info","l":"channels"},{"p":"wellen","c":"Wellen","l":"CHECK_DEFAULT_AUDIO_DEVICE_SAMPLE_RATE"},{"p":"wellen","c":"Scale","l":"CHORD_DOMINANT_7"},{"p":"wellen","c":"Scale","l":"CHORD_MAJOR"},{"p":"wellen","c":"Scale","l":"CHORD_MAJOR_7TH"},{"p":"wellen","c":"Scale","l":"CHORD_MINOR"},{"p":"wellen","c":"Scale","l":"CHORD_MINOR_7TH"},{"p":"wellen","c":"Scale","l":"CHROMATIC"},{"p":"wellen","c":"Wellen","l":"clamp(float)"},{"p":"wellen","c":"Wellen","l":"clamp(float, float, float)","u":"clamp(float,float,float)"},{"p":"wellen","c":"Wellen","l":"clamp(int, int, int)","u":"clamp(int,int,int)"},{"p":"wellen","c":"Wellen","l":"clamp127(int)"},{"p":"wellen","c":"Beat","l":"clean_up()"},{"p":"wellen.dsp","c":"Envelope","l":"clear_listeners()"},{"p":"wellen","c":"Arpeggiator","l":"clear_pattern()"},{"p":"wellen.dsp","c":"Envelope","l":"clear_stages()"},{"p":"wellen","c":"BeatEvent","l":"clear()"},{"p":"wellen","c":"BeatMIDI","l":"clock_continue()"},{"p":"wellen","c":"EventReceiverMIDI","l":"clock_continue()"},{"p":"wellen","c":"MidiInListener","l":"clock_continue()"},{"p":"wellen","c":"BeatMIDI","l":"clock_song_position_pointer(int)"},{"p":"wellen","c":"EventReceiverMIDI","l":"clock_song_position_pointer(int)"},{"p":"wellen","c":"MidiInListener","l":"clock_song_position_pointer(int)"},{"p":"wellen","c":"BeatMIDI","l":"clock_start()"},{"p":"wellen","c":"EventReceiverMIDI","l":"clock_start()"},{"p":"wellen","c":"MidiInListener","l":"clock_start()"},{"p":"wellen","c":"BeatMIDI","l":"clock_stop()"},{"p":"wellen","c":"EventReceiverMIDI","l":"clock_stop()"},{"p":"wellen","c":"MidiInListener","l":"clock_stop()"},{"p":"wellen","c":"BeatMIDI","l":"clock_tick()"},{"p":"wellen","c":"EventReceiverMIDI","l":"clock_tick()"},{"p":"wellen","c":"MidiInListener","l":"clock_tick()"},{"p":"wellen","c":"MidiIn","l":"close()"},{"p":"wellen","c":"MidiOut","l":"close()"},{"p":"wellen","c":"Wellen","l":"constrain(int, int, int)","u":"constrain(int,int,int)"},{"p":"wellen","c":"Tone","l":"control_change(int, int)","u":"control_change(int,int)"},{"p":"wellen","c":"ToneEngine","l":"control_change(int, int)","u":"control_change(int,int)"},{"p":"wellen","c":"ToneEngineDSP","l":"control_change(int, int)","u":"control_change(int,int)"},{"p":"wellen","c":"ToneEngineMIDI","l":"control_change(int, int)","u":"control_change(int,int)"},{"p":"wellen","c":"ToneEngineOSC","l":"control_change(int, int)","u":"control_change(int,int)"},{"p":"wellen","c":"WAVConverter","l":"convert_bytes_to_samples(byte[])"},{"p":"wellen","c":"WAVConverter","l":"convert_samples_to_bytes(float[][], int, int, int)","u":"convert_samples_to_bytes(float[][],int,int,int)"},{"p":"wellen","c":"WAVConverter","l":"convert_samples_to_bytes(float[][], int, int, int, int)","u":"convert_samples_to_bytes(float[][],int,int,int,int)"},{"p":"wellen","c":"WAVConverter","l":"convert_samples_to_bytes(WAVConverter.Info)","u":"convert_samples_to_bytes(wellen.WAVConverter.Info)"},{"p":"wellen","c":"SAM","l":"convert_text_to_phonemes(String)","u":"convert_text_to_phonemes(java.lang.String)"},{"p":"wellen.dsp","c":"DSP","l":"COPY_CACHED_BUFFER"},{"p":"wellen","c":"Arpeggiator.NoteStruct","l":"copy()"},{"p":"wellen","c":"Wellen","l":"copy(float[])"},{"p":"wellen","c":"Wellen","l":"copy(float[], float[])","u":"copy(float[],float[])"},{"p":"wellen","c":"Tone","l":"create_instrument(Class, int)","u":"create_instrument(java.lang.Class,int)"},{"p":"wellen.dsp","c":"Signal","l":"create_stereo(float)"},{"p":"wellen","c":"ToneEngineDSP","l":"create_without_audio_output(int)"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"create()"},{"p":"wellen","c":"ToneEngine","l":"create()"},{"p":"wellen.dsp","c":"Signal","l":"create(float)"},{"p":"wellen.dsp","c":"Signal","l":"create(float, float)","u":"create(float,float)"},{"p":"wellen","c":"BeatEvent","l":"create(int)"},{"p":"wellen","c":"ToneEngine","l":"create(String...)","u":"create(java.lang.String...)"},{"p":"wellen.dsp","c":"Crossfader","l":"Crossfader()","u":"%3Cinit%3E()"},{"p":"wellen","c":"BeatEvent","l":"current_beat_count()"},{"p":"wellen.dsp","c":"Wavetable","l":"current()"},{"p":"wellen","c":"SampleDataSNARE","l":"data"},{"p":"wellen","c":"WAVConverter.Info","l":"data"},{"p":"wellen","c":"Sequencer","l":"data()"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"DEFAULT_AMPLITUDE"},{"p":"wellen.dsp","c":"Wavetable","l":"DEFAULT_AMPLITUDE"},{"p":"wellen","c":"Wellen","l":"DEFAULT_ATTACK"},{"p":"wellen","c":"Wellen","l":"DEFAULT_AUDIO_DEVICE"},{"p":"wellen","c":"Wellen","l":"DEFAULT_AUDIOBLOCK_SIZE"},{"p":"wellen","c":"Wellen","l":"DEFAULT_BITS_PER_SAMPLE"},{"p":"wellen","c":"Wellen","l":"DEFAULT_DECAY"},{"p":"wellen","c":"Wellen","l":"DEFAULT_ENCODING"},{"p":"wellen","c":"Wellen","l":"DEFAULT_ENDIANESS"},{"p":"wellen","c":"Wellen","l":"DEFAULT_FILTER_BANDWIDTH"},{"p":"wellen","c":"Wellen","l":"DEFAULT_FILTER_FREQUENCY"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"DEFAULT_FREQUENCY"},{"p":"wellen.dsp","c":"Wavetable","l":"DEFAULT_FREQUENCY"},{"p":"wellen","c":"InstrumentDSP","l":"DEFAULT_FREQUENCY"},{"p":"wellen","c":"Wellen","l":"DEFAULT_INTERPOLATE_AMP_FREQ_DURATION"},{"p":"wellen","c":"Wellen","l":"DEFAULT_NUMBER_OF_INSTRUMENTS"},{"p":"wellen","c":"Wellen","l":"DEFAULT_RELEASE"},{"p":"wellen","c":"Wellen","l":"DEFAULT_SAMPLING_RATE"},{"p":"wellen.analysis","c":"BeatDetection","l":"DEFAULT_SENSITIVITY"},{"p":"wellen","c":"Wellen","l":"DEFAULT_SUSTAIN"},{"p":"wellen.analysis","c":"BeatDetection","l":"DEFAULT_THRESHOLD"},{"p":"wellen","c":"InstrumentDSP","l":"DEFAULT_WAVETABLE_SIZE"},{"p":"wellen","c":"Wellen","l":"DEFAULT_WAVETABLE_SIZE"},{"p":"wellen","c":"InstrumentDSPLibrary.DEFAULT","l":"DEFAULT(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.dsp","c":"Delay","l":"Delay()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"Delay","l":"Delay(float, float, float)","u":"%3Cinit%3E(float,float,float)"},{"p":"wellen.dsp","c":"Sampler","l":"delete_recording()"},{"p":"wellen","c":"Scale","l":"DIMINISHED_7"},{"p":"wellen","c":"Wellen","l":"DISTORTION_BIT_CRUSHING"},{"p":"wellen","c":"Wellen","l":"DISTORTION_FOLDBACK"},{"p":"wellen","c":"Wellen","l":"DISTORTION_FOLDBACK_SINGLE"},{"p":"wellen","c":"Wellen","l":"DISTORTION_FULL_WAVE_RECTIFICATION"},{"p":"wellen","c":"Wellen","l":"DISTORTION_HALF_WAVE_RECTIFICATION"},{"p":"wellen","c":"Wellen","l":"DISTORTION_HARD_CLIPPING"},{"p":"wellen","c":"Wellen","l":"DISTORTION_INFINITE_CLIPPING"},{"p":"wellen","c":"Wellen","l":"DISTORTION_SOFT_CLIPPING_ARC_TANGENT"},{"p":"wellen","c":"Wellen","l":"DISTORTION_SOFT_CLIPPING_CUBIC"},{"p":"wellen.dsp","c":"Distortion","l":"Distortion()","u":"%3Cinit%3E()"},{"p":"wellen","c":"HarmonicTable","l":"DOWN"},{"p":"wellen","c":"HarmonicTable","l":"DOWN_LEFT"},{"p":"wellen","c":"HarmonicTable","l":"DOWN_RIGHT"},{"p":"wellen","c":"Wellen","l":"draw_buffer(PGraphics, float, float, float[])","u":"draw_buffer(processing.core.PGraphics,float,float,float[])"},{"p":"wellen","c":"Wellen","l":"draw_buffer(PGraphics, float, float, float[], int)","u":"draw_buffer(processing.core.PGraphics,float,float,float[],int)"},{"p":"wellen.dsp","c":"DSP","l":"draw_buffers(PGraphics, float, float)","u":"draw_buffers(processing.core.PGraphics,float,float)"},{"p":"wellen","c":"Wellen","l":"draw_buffers(PGraphics, float, float, float[]...)","u":"draw_buffers(processing.core.PGraphics,float,float,float[]...)"},{"p":"wellen.dsp","c":"Sampler","l":"draw_sampler_buffer_circular(Sampler, PGraphics, float, float, int)","u":"draw_sampler_buffer_circular(wellen.dsp.Sampler,processing.core.PGraphics,float,float,int)"},{"p":"wellen.dsp","c":"Sampler","l":"draw_sampler_position_circular(Sampler, PGraphics, float, float)","u":"draw_sampler_position_circular(wellen.dsp.Sampler,processing.core.PGraphics,float,float)"},{"p":"wellen","c":"Wellen","l":"draw_tone_stereo(PGraphics, float, float)","u":"draw_tone_stereo(processing.core.PGraphics,float,float)"},{"p":"wellen","c":"Wellen","l":"draw_tone(PGraphics, float, float)","u":"draw_tone(processing.core.PGraphics,float,float)"},{"p":"wellen.analysis","c":"FrequencyDistribution","l":"draw()"},{"p":"wellen.analysis","c":"Sonogram","l":"draw()"},{"p":"wellen.dsp","c":"DSP","l":"DSP(Object, int, int)","u":"%3Cinit%3E(java.lang.Object,int,int)"},{"p":"wellen","c":"Wellen","l":"dumpAudioInputAndOutputDevices()"},{"p":"wellen","c":"Wellen","l":"dumpAudioInputAndOutputDevices(boolean)"},{"p":"wellen","c":"Wellen","l":"dumpMidiInputDevices()"},{"p":"wellen","c":"Wellen","l":"dumpMidiOutputDevices()"},{"p":"wellen.dsp","c":"Envelope.Stage","l":"duration"},{"p":"wellen","c":"MidiUtilities","l":"emit_MIDI_note_constants()"},{"p":"wellen","c":"MidiUtilities","l":"emit_MIDI_note_table()"},{"p":"wellen","c":"Instrument","l":"enable_additional_oscillator(boolean)"},{"p":"wellen","c":"Instrument","l":"enable_ADSR(boolean)"},{"p":"wellen","c":"Instrument","l":"enable_amplitude_LFO(boolean)"},{"p":"wellen","c":"Instrument","l":"enable_detune(boolean)"},{"p":"wellen","c":"Instrument","l":"enable_frequency_LFO(boolean)"},{"p":"wellen.dsp","c":"Wavetable","l":"enable_jitter(boolean)"},{"p":"wellen.dsp","c":"Envelope","l":"enable_loop(boolean)"},{"p":"wellen.dsp","c":"Sampler","l":"enable_loop(boolean)"},{"p":"wellen","c":"Instrument","l":"enable_LPF_envelope_cutoff(boolean)"},{"p":"wellen","c":"Instrument","l":"enable_LPF_envelope_resonance(boolean)"},{"p":"wellen","c":"Instrument","l":"enable_LPF(boolean)"},{"p":"wellen","c":"ToneEngineDSP","l":"enable_reverb(boolean)"},{"p":"wellen","c":"Tone","l":"enable_reverb(float, float, float)","u":"enable_reverb(float,float,float)"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"encoding"},{"p":"wellen","c":"Wellen","l":"ENCODING_ALAW"},{"p":"wellen","c":"Wellen","l":"ENCODING_PCM_FLOAT"},{"p":"wellen","c":"Wellen","l":"ENCODING_PCM_SIGNED"},{"p":"wellen","c":"Wellen","l":"ENCODING_PCM_UNSIGNED"},{"p":"wellen","c":"Wellen","l":"ENCODING_ULAW"},{"p":"wellen.dsp","c":"Sampler","l":"end_recording()"},{"p":"wellen","c":"Wellen","l":"ENDIANESS_BIG_ENDIAN"},{"p":"wellen","c":"Wellen","l":"ENDIANESS_LITTLE_ENDIAN"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_BLACKMAN"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_BLACKMAN_HARRIS"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_COSINE"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_COSINE_SQUARED"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_DOWNWARD_TRIANGLE"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_EXPONENTIAL_DECAY"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_EXPONENTIAL_INCREASE"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_GAUSSIAN"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_HANNING"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_LANCZOS"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_RECTANGULAR"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_TRIANGLE"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_UPWARD_TRIANGLE"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_WELCH"},{"p":"wellen.dsp","c":"Envelope","l":"Envelope()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"Envelope","l":"Envelope(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.analysis","c":"EnvelopeFollower","l":"EnvelopeFollower()","u":"%3Cinit%3E()"},{"p":"wellen.analysis","c":"EnvelopeFollower","l":"EnvelopeFollower(float)","u":"%3Cinit%3E(float)"},{"p":"wellen.analysis","c":"EnvelopeFollower","l":"EnvelopeFollower(float, float, float)","u":"%3Cinit%3E(float,float,float)"},{"p":"wellen","c":"Wellen","l":"EVENT_CHANNEL"},{"p":"wellen","c":"Wellen","l":"EVENT_CONTROLCHANGE"},{"p":"wellen","c":"Grid","l":"event_count(int, float)","u":"event_count(int,float)"},{"p":"wellen.dsp","c":"Trigger","l":"EVENT_FALLING_EDGE"},{"p":"wellen","c":"Wellen","l":"EVENT_NOTE"},{"p":"wellen","c":"Wellen","l":"EVENT_NOTE_OFF"},{"p":"wellen","c":"Wellen","l":"EVENT_NOTE_ON"},{"p":"wellen","c":"Grid","l":"event_phase_count(int, int, int)","u":"event_phase_count(int,int,int)"},{"p":"wellen","c":"Grid","l":"event_phase(int, int, int)","u":"event_phase(int,int,int)"},{"p":"wellen","c":"Wellen","l":"EVENT_PITCHBEND"},{"p":"wellen","c":"Wellen","l":"EVENT_PROGRAMCHANGE"},{"p":"wellen.dsp","c":"Trigger","l":"EVENT_RISING_EDGE"},{"p":"wellen","c":"Wellen","l":"EVENT_UNDEFINED"},{"p":"wellen","c":"Wellen","l":"EVENT_VELOCITY"},{"p":"wellen","c":"Grid","l":"event(int, float)","u":"event(int,float)"},{"p":"wellen","c":"Loop","l":"event(int, int)","u":"event(int,int)"},{"p":"wellen","c":"Pattern","l":"event(int, int)","u":"event(int,int)"},{"p":"wellen","c":"Loop","l":"event(int, int, int)","u":"event(int,int,int)"},{"p":"wellen","c":"EventReceiverMIDI","l":"EventReceiverMIDI(Object)","u":"%3Cinit%3E(java.lang.Object)"},{"p":"wellen","c":"EventReceiverOSC","l":"EventReceiverOSC(Object, int)","u":"%3Cinit%3E(java.lang.Object,int)"},{"p":"wellen","c":"AudioBufferManager","l":"exit()"},{"p":"wellen","c":"AudioDevice","l":"exit()"},{"p":"wellen","c":"AudioDeviceImplDesktop","l":"exit()"},{"p":"wellen","c":"Wellen","l":"exportWAV(PApplet, String, float[], int, int)","u":"exportWAV(processing.core.PApplet,java.lang.String,float[],int,int)"},{"p":"wellen","c":"Wellen","l":"exportWAV(PApplet, String, float[][], int, int)","u":"exportWAV(processing.core.PApplet,java.lang.String,float[][],int,int)"},{"p":"wellen","c":"Wellen","l":"exportWAV(PApplet, String, float[][], int, int, int)","u":"exportWAV(processing.core.PApplet,java.lang.String,float[][],int,int,int)"},{"p":"wellen","c":"Wellen","l":"exportWAVInfo(PApplet, String, WAVConverter.Info)","u":"exportWAVInfo(processing.core.PApplet,java.lang.String,wellen.WAVConverter.Info)"},{"p":"wellen","c":"InstrumentDSPLibrary.FAT_LEAD","l":"FAT_LEAD(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.analysis","c":"FFT","l":"FFT(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"FFT","l":"FFT(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"wellen","c":"Scale","l":"FIBONACCI"},{"p":"wellen","c":"Scale","l":"FIFTH"},{"p":"wellen","c":"Wellen","l":"fill_envelope(float[], int)","u":"fill_envelope(float[],int)"},{"p":"wellen.dsp","c":"Wavetable","l":"fill(float[], int)","u":"fill(float[],int)"},{"p":"wellen.dsp","c":"Wavetable","l":"fill(float[], int, int)","u":"fill(float[],int,int)"},{"p":"wellen","c":"Wellen","l":"FILTER_MODE_BAND_PASS"},{"p":"wellen","c":"Wellen","l":"FILTER_MODE_BAND_REJECT"},{"p":"wellen","c":"Wellen","l":"FILTER_MODE_HIGH_PASS"},{"p":"wellen","c":"Wellen","l":"FILTER_MODE_HIGHSHELF"},{"p":"wellen","c":"Wellen","l":"FILTER_MODE_LOW_PASS"},{"p":"wellen","c":"Wellen","l":"FILTER_MODE_LOWSHELF"},{"p":"wellen","c":"Wellen","l":"FILTER_MODE_NOTCH"},{"p":"wellen","c":"Wellen","l":"FILTER_MODE_PEAK"},{"p":"wellen.dsp","c":"FilterBalance","l":"FilterBalance()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"FilterBalance","l":"FilterBalance(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.dsp","c":"FilterBandPass","l":"FilterBandPass()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"FilterBandPass","l":"FilterBandPass(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.dsp","c":"FilterBiquad","l":"FilterBiquad()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"FilterBiquad","l":"FilterBiquad(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.dsp","c":"FilterButterworth","l":"FilterButterworth()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"FilterButterworth","l":"FilterButterworth(float)","u":"%3Cinit%3E(float)"},{"p":"wellen.dsp","c":"FilterHighLowBandPass","l":"FilterHighLowBandPass()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"FilterHighLowBandPass","l":"FilterHighLowBandPass(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.dsp","c":"FilterHighPass","l":"FilterHighPass()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"FilterHighPass","l":"FilterHighPass(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.dsp","c":"FilterLowPass","l":"FilterLowPass()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"FilterLowPass","l":"FilterLowPass(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.dsp","c":"FilterMoogLadderLowPass","l":"FilterMoogLadderLowPass()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"FilterMoogLadderLowPass","l":"FilterMoogLadderLowPass(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.dsp","c":"FilterResonator","l":"FilterResonator()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"FilterResonator","l":"FilterResonator(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.dsp","c":"FilterVowelFormant","l":"FilterVowelFormant()","u":"%3Cinit%3E()"},{"p":"wellen","c":"Wellen","l":"find_zero_crossings(float[], int, int)","u":"find_zero_crossings(float[],int,int)"},{"p":"wellen","c":"EnvelopeListener","l":"finished_envelope(Envelope)","u":"finished_envelope(wellen.dsp.Envelope)"},{"p":"wellen","c":"EnvelopeListener","l":"finished_stage(Envelope, int)","u":"finished_stage(wellen.dsp.Envelope,int)"},{"p":"wellen","c":"Wellen","l":"flip(float)"},{"p":"wellen","c":"Wellen","l":"floatIEEE_to_bytes(float)"},{"p":"wellen","c":"Wellen","l":"floatIEEEs_to_bytes(float[])"},{"p":"wellen","c":"Wellen","l":"floatIEEEs_to_bytes(float[], boolean)","u":"floatIEEEs_to_bytes(float[],boolean)"},{"p":"wellen","c":"Wellen","l":"floats_to_bytes(byte[], float[], int)","u":"floats_to_bytes(byte[],float[],int)"},{"p":"wellen.dsp","c":"FMSynthesis","l":"FMSynthesis()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"FMSynthesis","l":"FMSynthesis(Wavetable, Wavetable)","u":"%3Cinit%3E(wellen.dsp.Wavetable,wellen.dsp.Wavetable)"},{"p":"wellen","c":"WAVConverter.Info","l":"format"},{"p":"wellen.dsp","c":"Sampler","l":"forward()"},{"p":"wellen","c":"FFT","l":"forward(float[])"},{"p":"wellen","c":"FFT","l":"forward(float[], float[])","u":"forward(float[],float[])"},{"p":"wellen","c":"FFT","l":"forward(float[], int)","u":"forward(float[],int)"},{"p":"wellen.analysis","c":"FFT","l":"forwardTransform(float[])"},{"p":"wellen","c":"FFT","l":"freqToIndex(float)"},{"p":"wellen","c":"Note","l":"frequency_to_note_f(float)"},{"p":"wellen","c":"Note","l":"frequency_to_note_f(float, float, float)","u":"frequency_to_note_f(float,float,float)"},{"p":"wellen","c":"Note","l":"frequency_to_note(float)"},{"p":"wellen","c":"Note","l":"frequency_to_note(float, float, int)","u":"frequency_to_note(float,float,int)"},{"p":"wellen.analysis","c":"FrequencyDistribution","l":"FrequencyDistribution(PGraphics)","u":"%3Cinit%3E(processing.core.PGraphics)"},{"p":"wellen.dsp","c":"Gain","l":"Gain()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"Distortion","l":"get_amplification()"},{"p":"wellen","c":"Instrument","l":"get_amplitude_LFO_amplitude()"},{"p":"wellen","c":"InstrumentDSP","l":"get_amplitude_LFO_amplitude()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_amplitude_LFO_amplitude()"},{"p":"wellen","c":"InstrumentOSC","l":"get_amplitude_LFO_amplitude()"},{"p":"wellen","c":"Instrument","l":"get_amplitude_LFO_frequency()"},{"p":"wellen","c":"InstrumentDSP","l":"get_amplitude_LFO_frequency()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_amplitude_LFO_frequency()"},{"p":"wellen","c":"InstrumentOSC","l":"get_amplitude_LFO_frequency()"},{"p":"wellen.dsp","c":"FMSynthesis","l":"get_amplitude()"},{"p":"wellen.dsp","c":"Noise","l":"get_amplitude()"},{"p":"wellen.dsp","c":"Oscillator","l":"get_amplitude()"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"get_amplitude()"},{"p":"wellen.dsp","c":"Wavetable","l":"get_amplitude()"},{"p":"wellen","c":"Instrument","l":"get_amplitude()"},{"p":"wellen","c":"InstrumentDSP","l":"get_amplitude()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_amplitude()"},{"p":"wellen","c":"InstrumentOSC","l":"get_amplitude()"},{"p":"wellen.analysis","c":"EnvelopeFollower","l":"get_attack()"},{"p":"wellen.dsp","c":"ADSR","l":"get_attack()"},{"p":"wellen","c":"Instrument","l":"get_attack()"},{"p":"wellen","c":"InstrumentDSPLibrary.BELL","l":"get_attack()"},{"p":"wellen.dsp","c":"FilterBandPass","l":"get_bandwidth()"},{"p":"wellen.dsp","c":"FilterButterworth","l":"get_bandwidth()"},{"p":"wellen.dsp","c":"FilterResonator","l":"get_bandwidth()"},{"p":"wellen","c":"Beat","l":"get_beat_count()"},{"p":"wellen.dsp","c":"BeatDSP","l":"get_beat_count()"},{"p":"wellen.dsp","c":"Distortion","l":"get_bits()"},{"p":"wellen","c":"Beat","l":"get_bpm()"},{"p":"wellen","c":"Tone","l":"get_buffer_left()"},{"p":"wellen","c":"ToneEngine","l":"get_buffer_left()"},{"p":"wellen","c":"ToneEngineDSP","l":"get_buffer_left()"},{"p":"wellen","c":"Tone","l":"get_buffer_right()"},{"p":"wellen","c":"ToneEngine","l":"get_buffer_right()"},{"p":"wellen","c":"ToneEngineDSP","l":"get_buffer_right()"},{"p":"wellen","c":"AudioBufferManager","l":"get_buffer_size()"},{"p":"wellen.dsp","c":"DSP","l":"get_buffer_size()"},{"p":"wellen.dsp","c":"Sampler","l":"get_buffer()"},{"p":"wellen","c":"SAM","l":"get_buffer()"},{"p":"wellen","c":"Tone","l":"get_buffer()"},{"p":"wellen","c":"ToneEngine","l":"get_buffer()"},{"p":"wellen.dsp","c":"FMSynthesis","l":"get_carrier()"},{"p":"wellen","c":"InstrumentDSP","l":"get_channels()"},{"p":"wellen.dsp","c":"Distortion","l":"get_clip()"},{"p":"wellen.dsp","c":"Envelope","l":"get_current_value()"},{"p":"wellen","c":"Sequencer","l":"get_current()"},{"p":"wellen.dsp","c":"ADSR","l":"get_decay()"},{"p":"wellen","c":"Instrument","l":"get_decay()"},{"p":"wellen","c":"Instrument","l":"get_detune_amplitude()"},{"p":"wellen","c":"InstrumentDSP","l":"get_detune_amplitude()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_detune_amplitude()"},{"p":"wellen","c":"InstrumentOSC","l":"get_detune_amplitude()"},{"p":"wellen","c":"InstrumentDSP","l":"get_detune_oscillator_type()"},{"p":"wellen","c":"InstrumentDSP","l":"get_detune_VCO()"},{"p":"wellen","c":"Instrument","l":"get_detune()"},{"p":"wellen","c":"InstrumentDSP","l":"get_detune()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_detune()"},{"p":"wellen","c":"InstrumentOSC","l":"get_detune()"},{"p":"wellen","c":"Tone","l":"get_DSP_engine()"},{"p":"wellen.dsp","c":"Sampler","l":"get_duration()"},{"p":"wellen.dsp","c":"Sampler","l":"get_edge_fading()"},{"p":"wellen","c":"Wellen","l":"get_extremum(float[])"},{"p":"wellen","c":"Instrument","l":"get_filter_frequency()"},{"p":"wellen","c":"InstrumentDSP","l":"get_filter_frequency()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_filter_frequency()"},{"p":"wellen","c":"InstrumentOSC","l":"get_filter_frequency()"},{"p":"wellen","c":"Instrument","l":"get_filter_resonance()"},{"p":"wellen","c":"InstrumentDSP","l":"get_filter_resonance()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_filter_resonance()"},{"p":"wellen","c":"InstrumentOSC","l":"get_filter_resonance()"},{"p":"wellen","c":"Instrument","l":"get_frequency_LFO_amplitude()"},{"p":"wellen","c":"InstrumentDSP","l":"get_frequency_LFO_amplitude()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_frequency_LFO_amplitude()"},{"p":"wellen","c":"InstrumentOSC","l":"get_frequency_LFO_amplitude()"},{"p":"wellen","c":"Instrument","l":"get_frequency_LFO_frequency()"},{"p":"wellen","c":"InstrumentDSP","l":"get_frequency_LFO_frequency()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_frequency_LFO_frequency()"},{"p":"wellen","c":"InstrumentOSC","l":"get_frequency_LFO_frequency()"},{"p":"wellen.dsp","c":"FilterBalance","l":"get_frequency()"},{"p":"wellen.dsp","c":"FilterBandPass","l":"get_frequency()"},{"p":"wellen.dsp","c":"FilterBiquad","l":"get_frequency()"},{"p":"wellen.dsp","c":"FilterButterworth","l":"get_frequency()"},{"p":"wellen.dsp","c":"FilterHighLowBandPass","l":"get_frequency()"},{"p":"wellen.dsp","c":"FilterHighPass","l":"get_frequency()"},{"p":"wellen.dsp","c":"FilterLowPass","l":"get_frequency()"},{"p":"wellen.dsp","c":"FilterMoogLadderLowPass","l":"get_frequency()"},{"p":"wellen.dsp","c":"FilterResonator","l":"get_frequency()"},{"p":"wellen.dsp","c":"Oscillator","l":"get_frequency()"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"get_frequency()"},{"p":"wellen.dsp","c":"Wavetable","l":"get_frequency()"},{"p":"wellen","c":"Instrument","l":"get_frequency()"},{"p":"wellen","c":"InstrumentDSP","l":"get_frequency()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_frequency()"},{"p":"wellen","c":"InstrumentOSC","l":"get_frequency()"},{"p":"wellen","c":"FFT","l":"get_frequency(float)"},{"p":"wellen.dsp","c":"Gain","l":"get_gain()"},{"p":"wellen","c":"ToneEngineDSP","l":"get_gain()"},{"p":"wellen.analysis","c":"FrequencyDistribution","l":"get_graphics()"},{"p":"wellen.analysis","c":"Sonogram","l":"get_graphics()"},{"p":"wellen","c":"Loopable","l":"get_in_point()"},{"p":"wellen","c":"Pattern","l":"get_in_point()"},{"p":"wellen","c":"Track","l":"get_in_point()"},{"p":"wellen.dsp","c":"Sampler","l":"get_in()"},{"p":"wellen.dsp","c":"DSP","l":"get_input_buffer_left()"},{"p":"wellen.dsp","c":"DSP","l":"get_input_buffer_right()"},{"p":"wellen.dsp","c":"Wavetable","l":"get_jitter_range()"},{"p":"wellen.dsp","c":"Sampler","l":"get_length_recording()"},{"p":"wellen","c":"Loop","l":"get_length()"},{"p":"wellen","c":"Track","l":"get_length()"},{"p":"wellen.analysis","c":"SoundLevelPressure","l":"get_level()"},{"p":"wellen.dsp","c":"Envelope","l":"get_listeners()"},{"p":"wellen","c":"Loop","l":"get_loop_count(int)"},{"p":"wellen","c":"Pattern","l":"get_loop_count(int)"},{"p":"wellen","c":"Track","l":"get_loop_count(int)"},{"p":"wellen","c":"Loopable","l":"get_loop_count(Loopable, int)","u":"get_loop_count(wellen.Loopable,int)"},{"p":"wellen.dsp","c":"Sampler","l":"get_loop_in_normalized()"},{"p":"wellen.dsp","c":"Sampler","l":"get_loop_in()"},{"p":"wellen.dsp","c":"Sampler","l":"get_loop_out_normalized()"},{"p":"wellen.dsp","c":"Sampler","l":"get_loop_out()"},{"p":"wellen","c":"Loopable","l":"get_loop()"},{"p":"wellen","c":"Pattern","l":"get_loop()"},{"p":"wellen","c":"Track","l":"get_loop()"},{"p":"wellen","c":"Instrument","l":"get_LPF_envelope_cutoff_max()"},{"p":"wellen","c":"InstrumentDSP","l":"get_LPF_envelope_cutoff_max()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_LPF_envelope_cutoff_max()"},{"p":"wellen","c":"InstrumentOSC","l":"get_LPF_envelope_cutoff_max()"},{"p":"wellen","c":"Instrument","l":"get_LPF_envelope_cutoff_min()"},{"p":"wellen","c":"InstrumentDSP","l":"get_LPF_envelope_cutoff_min()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_LPF_envelope_cutoff_min()"},{"p":"wellen","c":"InstrumentOSC","l":"get_LPF_envelope_cutoff_min()"},{"p":"wellen","c":"Instrument","l":"get_LPF_envelope_cutoff()"},{"p":"wellen","c":"InstrumentDSP","l":"get_LPF_envelope_cutoff()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_LPF_envelope_cutoff()"},{"p":"wellen","c":"InstrumentOSC","l":"get_LPF_envelope_cutoff()"},{"p":"wellen","c":"Instrument","l":"get_LPF_envelope_resonance_max()"},{"p":"wellen","c":"InstrumentDSP","l":"get_LPF_envelope_resonance_max()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_LPF_envelope_resonance_max()"},{"p":"wellen","c":"InstrumentOSC","l":"get_LPF_envelope_resonance_max()"},{"p":"wellen","c":"Instrument","l":"get_LPF_envelope_resonance_min()"},{"p":"wellen","c":"InstrumentDSP","l":"get_LPF_envelope_resonance_min()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_LPF_envelope_resonance_min()"},{"p":"wellen","c":"InstrumentOSC","l":"get_LPF_envelope_resonance_min()"},{"p":"wellen","c":"Instrument","l":"get_LPF_envelope_resonance()"},{"p":"wellen","c":"InstrumentDSP","l":"get_LPF_envelope_resonance()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_LPF_envelope_resonance()"},{"p":"wellen","c":"InstrumentOSC","l":"get_LPF_envelope_resonance()"},{"p":"wellen","c":"Tone","l":"get_midi_engine()"},{"p":"wellen.dsp","c":"FilterButterworth","l":"get_mode()"},{"p":"wellen.dsp","c":"FMSynthesis","l":"get_modulation_depth()"},{"p":"wellen.dsp","c":"FMSynthesis","l":"get_modulator()"},{"p":"wellen","c":"HarmonicTable","l":"get_note()"},{"p":"wellen","c":"Scale","l":"get_note(int[], int, int)","u":"get_note(int[],int,int)"},{"p":"wellen.dsp","c":"Oscillator","l":"get_offset()"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"get_offset()"},{"p":"wellen.dsp","c":"Wavetable","l":"get_offset()"},{"p":"wellen","c":"Loop","l":"get_offset()"},{"p":"wellen","c":"Instrument","l":"get_oscillator_type()"},{"p":"wellen","c":"InstrumentDSP","l":"get_oscillator_type()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_oscillator_type()"},{"p":"wellen","c":"InstrumentOSC","l":"get_oscillator_type()"},{"p":"wellen","c":"Loopable","l":"get_out_point()"},{"p":"wellen","c":"Pattern","l":"get_out_point()"},{"p":"wellen","c":"Track","l":"get_out_point()"},{"p":"wellen.dsp","c":"Sampler","l":"get_out()"},{"p":"wellen.dsp","c":"DSP","l":"get_output_buffer_left()"},{"p":"wellen","c":"Tone","l":"get_output_buffer_left()"},{"p":"wellen.dsp","c":"DSP","l":"get_output_buffer_right()"},{"p":"wellen","c":"Tone","l":"get_output_buffer_right()"},{"p":"wellen.dsp","c":"DSP","l":"get_output_buffer()"},{"p":"wellen","c":"Instrument","l":"get_pan()"},{"p":"wellen","c":"Pan","l":"get_panning()"},{"p":"wellen.dsp","c":"FilterBiquad","l":"get_peak_gain()"},{"p":"wellen.dsp","c":"Wavetable","l":"get_phase_offset()"},{"p":"wellen","c":"SAM","l":"get_pitch_from_MIDI_note(int)"},{"p":"wellen.analysis","c":"PitchDetection","l":"get_pitch()"},{"p":"wellen.dsp","c":"Sampler","l":"get_position_fractional_part()"},{"p":"wellen.dsp","c":"Sampler","l":"get_position_normalized()"},{"p":"wellen.dsp","c":"Sampler","l":"get_position()"},{"p":"wellen","c":"Grid","l":"get_PPQN()"},{"p":"wellen.analysis","c":"PitchDetection","l":"get_probability()"},{"p":"wellen","c":"ToneEngineMIDI","l":"get_proper_device_name(String)","u":"get_proper_device_name(java.lang.String)"},{"p":"wellen","c":"Pattern","l":"get_relative_position(int)"},{"p":"wellen","c":"Track","l":"get_relative_position(int)"},{"p":"wellen","c":"Loopable","l":"get_relative_position(Loopable, int)","u":"get_relative_position(wellen.Loopable,int)"},{"p":"wellen.analysis","c":"EnvelopeFollower","l":"get_release()"},{"p":"wellen.dsp","c":"ADSR","l":"get_release()"},{"p":"wellen","c":"Instrument","l":"get_release()"},{"p":"wellen.dsp","c":"FilterBiquad","l":"get_resonance()"},{"p":"wellen.dsp","c":"FilterHighLowBandPass","l":"get_resonance()"},{"p":"wellen.dsp","c":"FilterMoogLadderLowPass","l":"get_resonance()"},{"p":"wellen","c":"Wellen","l":"get_resource_path()"},{"p":"wellen","c":"ToneEngineDSP","l":"get_reverb()"},{"p":"wellen.analysis","c":"RootMeanSquare","l":"get_RMS()"},{"p":"wellen","c":"AudioBufferManager","l":"get_sample_rate()"},{"p":"wellen.dsp","c":"DSP","l":"get_sample_rate()"},{"p":"wellen","c":"SAM","l":"get_samples()"},{"p":"wellen.analysis","c":"BeatDetection","l":"get_sensitivity()"},{"p":"wellen","c":"FFT","l":"get_spectrum()"},{"p":"wellen.dsp","c":"Sampler","l":"get_speed()"},{"p":"wellen.dsp","c":"Noise","l":"get_step()"},{"p":"wellen","c":"Sequencer","l":"get_step()"},{"p":"wellen.dsp","c":"ADSR","l":"get_sustain()"},{"p":"wellen","c":"Instrument","l":"get_sustain()"},{"p":"wellen.analysis","c":"BeatDetection","l":"get_threshold()"},{"p":"wellen.dsp","c":"Envelope","l":"get_time_scale()"},{"p":"wellen.analysis","c":"BeatDetection","l":"get_time_stamp()"},{"p":"wellen.dsp","c":"Distortion","l":"get_type()"},{"p":"wellen.dsp","c":"Noise","l":"get_type()"},{"p":"wellen.dsp","c":"Waveshaper","l":"get_type()"},{"p":"wellen","c":"InstrumentDSP","l":"get_VCO()"},{"p":"wellen","c":"Patch","l":"get_volume()"},{"p":"wellen","c":"Track","l":"get_volume()"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"get_waveform()"},{"p":"wellen.dsp","c":"Wavetable","l":"get_wavetable()"},{"p":"wellen.dsp","c":"Reverb","l":"get_wet()"},{"p":"wellen","c":"Sequencer","l":"get(int)"},{"p":"wellen","c":"FFT","l":"getAverageCenterFrequency(int)"},{"p":"wellen","c":"FFT","l":"getAvg(int)"},{"p":"wellen","c":"FFT","l":"getBand(int)"},{"p":"wellen","c":"FFT","l":"getBandWidth()"},{"p":"wellen","c":"WAVConverter","l":"getByteData()"},{"p":"wellen","c":"FFT","l":"getFreq(float)"},{"p":"wellen","c":"FFT","l":"getImaginaryPart()"},{"p":"wellen","c":"FFT","l":"getRealPart()"},{"p":"wellen","c":"FFT","l":"getSpectrum()"},{"p":"wellen","c":"Grid","l":"Grid()","u":"%3Cinit%3E()"},{"p":"wellen","c":"Grid","l":"Grid(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"Scale","l":"HALF_TONE"},{"p":"wellen","c":"FFT","l":"HAMMING"},{"p":"wellen","c":"HarmonicTable","l":"HarmonicTable()","u":"%3Cinit%3E()"},{"p":"wellen","c":"InstrumentDSPLibrary.HI_HAT","l":"HI_HAT(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"Patch","l":"ID"},{"p":"wellen","c":"Track","l":"ID"},{"p":"wellen","c":"Scale","l":"ID_CHORD_DOMINANT_7"},{"p":"wellen","c":"Scale","l":"ID_CHORD_MAJOR"},{"p":"wellen","c":"Scale","l":"ID_CHORD_MAJOR_7TH"},{"p":"wellen","c":"Scale","l":"ID_CHORD_MINOR"},{"p":"wellen","c":"Scale","l":"ID_CHORD_MINOR_7TH"},{"p":"wellen","c":"Scale","l":"ID_CHROMATIC"},{"p":"wellen","c":"Scale","l":"ID_DIMINISHED_7"},{"p":"wellen","c":"Scale","l":"ID_FIBONACCI"},{"p":"wellen","c":"Scale","l":"ID_FIFTH"},{"p":"wellen","c":"Scale","l":"ID_HALF_TONE"},{"p":"wellen","c":"Scale","l":"ID_MAJOR"},{"p":"wellen","c":"Scale","l":"ID_MAJOR_PENTATONIC"},{"p":"wellen","c":"Scale","l":"ID_MINOR"},{"p":"wellen","c":"Scale","l":"ID_MINOR_PENTATONIC"},{"p":"wellen","c":"Scale","l":"ID_OCTAVE"},{"p":"wellen","c":"Instrument","l":"ID()"},{"p":"wellen","c":"Scale","l":"id(int)"},{"p":"wellen","c":"Wellen","l":"importWAV(PApplet, String)","u":"importWAV(processing.core.PApplet,java.lang.String)"},{"p":"wellen","c":"Wellen","l":"importWAVInfo(PApplet, String)","u":"importWAVInfo(processing.core.PApplet,java.lang.String)"},{"p":"wellen","c":"FFT","l":"indexToFreq(int)"},{"p":"wellen","c":"WAVConverter.Info","l":"Info()","u":"%3Cinit%3E()"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"input_device_ID"},{"p":"wellen.dsp","c":"DSPNodeInputSignal","l":"input_signal(Signal)","u":"input_signal(wellen.dsp.Signal)"},{"p":"wellen.dsp","c":"BeatDSP","l":"input(float)"},{"p":"wellen.dsp","c":"DSPNodeInput","l":"input(float)"},{"p":"wellen.dsp","c":"Trigger","l":"input(float)"},{"p":"wellen","c":"Beat","l":"instance()"},{"p":"wellen","c":"FFT","l":"instance()"},{"p":"wellen","c":"Tone","l":"instance()"},{"p":"wellen","c":"ToneEngine","l":"INSTRUMENT_EMPTY"},{"p":"wellen","c":"ToneEngine","l":"INSTRUMENT_WITH_OSCILLATOR"},{"p":"wellen","c":"ToneEngine","l":"INSTRUMENT_WITH_OSCILLATOR_ADSR"},{"p":"wellen","c":"ToneEngine","l":"INSTRUMENT_WITH_OSCILLATOR_ADSR_FILTER_LFO"},{"p":"wellen","c":"Tone","l":"instrument()"},{"p":"wellen","c":"ToneEngine","l":"instrument()"},{"p":"wellen","c":"ToneEngineDSP","l":"instrument()"},{"p":"wellen","c":"ToneEngineMIDI","l":"instrument()"},{"p":"wellen","c":"ToneEngineOSC","l":"instrument()"},{"p":"wellen","c":"Tone","l":"instrument(int)"},{"p":"wellen","c":"ToneEngine","l":"instrument(int)"},{"p":"wellen","c":"ToneEngineDSP","l":"instrument(int)"},{"p":"wellen","c":"ToneEngineMIDI","l":"instrument(int)"},{"p":"wellen","c":"ToneEngineOSC","l":"instrument(int)"},{"p":"wellen","c":"Instrument","l":"Instrument(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"InstrumentDSP","l":"InstrumentDSP(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"InstrumentDSP","l":"InstrumentDSP(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"wellen","c":"InstrumentDSP","l":"InstrumentDSP(int, int, int)","u":"%3Cinit%3E(int,int,int)"},{"p":"wellen","c":"InstrumentDSPLibrary","l":"InstrumentDSPLibrary()","u":"%3Cinit%3E()"},{"p":"wellen","c":"InstrumentMIDI","l":"InstrumentMIDI(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"InstrumentOSC","l":"InstrumentOSC(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"Tone","l":"instruments()"},{"p":"wellen","c":"ToneEngine","l":"instruments()"},{"p":"wellen","c":"ToneEngineDSP","l":"instruments()"},{"p":"wellen","c":"ToneEngineMIDI","l":"instruments()"},{"p":"wellen","c":"ToneEngineOSC","l":"instruments()"},{"p":"wellen.dsp","c":"Sampler","l":"interpolate_samples()"},{"p":"wellen.dsp","c":"Sampler","l":"interpolate_samples(boolean)"},{"p":"wellen","c":"FFT","l":"inverse(float[])"},{"p":"wellen","c":"FFT","l":"inverse(float[], float[], float[])","u":"inverse(float[],float[],float[])"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"is_big_endian"},{"p":"wellen","c":"SamplerListener","l":"is_done(Sampler)","u":"is_done(wellen.dsp.Sampler)"},{"p":"wellen","c":"Grid","l":"is_eighth(int)"},{"p":"wellen","c":"Grid","l":"is_half(int)"},{"p":"wellen","c":"MidiOut","l":"is_initialized()"},{"p":"wellen","c":"ToneEngineMIDI","l":"is_initialized()"},{"p":"wellen.dsp","c":"Sampler","l":"is_looping()"},{"p":"wellen.dsp","c":"Signal","l":"is_mono()"},{"p":"wellen","c":"AudioBufferManager","l":"is_paused()"},{"p":"wellen","c":"AudioDeviceImplDesktop","l":"is_paused()"},{"p":"wellen.dsp","c":"DSP","l":"is_paused()"},{"p":"wellen.analysis","c":"PitchDetection","l":"is_pitched()"},{"p":"wellen.dsp","c":"Sampler","l":"is_playing()"},{"p":"wellen","c":"Instrument","l":"is_playing()"},{"p":"wellen","c":"Tone","l":"is_playing()"},{"p":"wellen","c":"ToneEngine","l":"is_playing()"},{"p":"wellen","c":"ToneEngineDSP","l":"is_playing()"},{"p":"wellen","c":"ToneEngineMIDI","l":"is_playing()"},{"p":"wellen","c":"ToneEngineOSC","l":"is_playing()"},{"p":"wellen","c":"Grid","l":"is_quarter(int)"},{"p":"wellen.dsp","c":"Sampler","l":"is_recording()"},{"p":"wellen","c":"Grid","l":"is_sixteenth(int)"},{"p":"wellen.dsp","c":"Signal","l":"is_stereo()"},{"p":"wellen","c":"Grid","l":"is_whole(int)"},{"p":"wellen","c":"Wellen","l":"isMidiDeviceAvailable(String)","u":"isMidiDeviceAvailable(java.lang.String)"},{"p":"wellen","c":"InstrumentDSPLibrary.KICK_DRUM","l":"KICK_DRUM(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"HarmonicTable","l":"LEFT"},{"p":"wellen.dsp","c":"Signal","l":"left_add(float)"},{"p":"wellen.dsp","c":"Signal","l":"left_mult(float)"},{"p":"wellen.dsp","c":"Signal","l":"left()"},{"p":"wellen.dsp","c":"Signal","l":"left(float)"},{"p":"wellen.dsp","c":"FilterVowelFormant","l":"lerp_vowel(int, int, float)","u":"lerp_vowel(int,int,float)"},{"p":"wellen","c":"FFT","l":"linAverages(int)"},{"p":"wellen.dsp","c":"DSP","l":"linear_to_decibel(float)"},{"p":"wellen","c":"SpeechSynthesis","l":"list()"},{"p":"wellen","c":"Beat","l":"listeners()"},{"p":"wellen.dsp","c":"BeatDSP","l":"listeners()"},{"p":"wellen.dsp","c":"Trigger","l":"listeners()"},{"p":"wellen","c":"Tone","l":"load_sample(byte[])"},{"p":"wellen","c":"ToneEngine","l":"load_sample(byte[])"},{"p":"wellen","c":"ToneEngineDSP","l":"load_sample(byte[])"},{"p":"wellen","c":"ToneEngineMIDI","l":"load_sample(byte[])"},{"p":"wellen","c":"ToneEngineOSC","l":"load_sample(byte[])"},{"p":"wellen","c":"Tone","l":"load_sample(PApplet, String)","u":"load_sample(processing.core.PApplet,java.lang.String)"},{"p":"wellen","c":"ToneEngine","l":"load_sample(PApplet, String)","u":"load_sample(processing.core.PApplet,java.lang.String)"},{"p":"wellen","c":"ToneEngineDSP","l":"load_sample(PApplet, String)","u":"load_sample(processing.core.PApplet,java.lang.String)"},{"p":"wellen","c":"ToneEngineMIDI","l":"load_sample(PApplet, String)","u":"load_sample(processing.core.PApplet,java.lang.String)"},{"p":"wellen","c":"ToneEngineOSC","l":"load_sample(PApplet, String)","u":"load_sample(processing.core.PApplet,java.lang.String)"},{"p":"wellen.dsp","c":"Sampler","l":"load(byte[])"},{"p":"wellen.dsp","c":"Sampler","l":"load(byte[], boolean)","u":"load(byte[],boolean)"},{"p":"wellen","c":"FFT","l":"logAverages(int, int)","u":"logAverages(int,int)"},{"p":"wellen","c":"Wellen","l":"LOOP_INFINITE"},{"p":"wellen","c":"Loop","l":"Loop()","u":"%3Cinit%3E()"},{"p":"wellen","c":"Grid","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"wellen","c":"Loop","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"wellen","c":"MidiUtilities","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"wellen","c":"Pattern","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"wellen","c":"SAM","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"wellen","c":"Scale","l":"MAJOR"},{"p":"wellen","c":"Scale","l":"MAJOR_PENTATONIC"},{"p":"wellen","c":"MIDI","l":"MIDI_CLOCK_CONTINUE"},{"p":"wellen","c":"MIDI","l":"MIDI_CLOCK_START"},{"p":"wellen","c":"MIDI","l":"MIDI_CLOCK_STOP"},{"p":"wellen","c":"MIDI","l":"MIDI_CLOCK_TICK"},{"p":"wellen","c":"MIDI","l":"MIDI_SONG_POSITION_POINTER"},{"p":"wellen","c":"MidiIn","l":"MidiIn(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"MidiIn","l":"MidiIn(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"wellen","c":"MidiOut","l":"MidiOut(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"MidiOut","l":"MidiOut(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"wellen","c":"MidiUtilities","l":"MidiUtilities()","u":"%3Cinit%3E()"},{"p":"wellen","c":"Wellen","l":"millis_to_samples(float)"},{"p":"wellen","c":"Wellen","l":"millis_to_samples(float, float)","u":"millis_to_samples(float,float)"},{"p":"wellen","c":"Scale","l":"MINOR"},{"p":"wellen","c":"Scale","l":"MINOR_PENTATONIC"},{"p":"wellen","c":"ToneEngineMIDI","l":"mMidiOut"},{"p":"wellen.analysis","c":"FFT","l":"modulus(float[], float[])","u":"modulus(float[],float[])"},{"p":"wellen.analysis","c":"FFT","l":"modulus(float[], int)","u":"modulus(float[],int)"},{"p":"wellen","c":"Wellen","l":"MONO"},{"p":"wellen.dsp","c":"Signal","l":"mono()"},{"p":"wellen.dsp","c":"Signal","l":"mult(float)"},{"p":"wellen.dsp","c":"Signal","l":"mult(Signal)","u":"mult(wellen.dsp.Signal)"},{"p":"wellen","c":"Wellen","l":"NO_AUDIO_DEVICE"},{"p":"wellen","c":"Wellen","l":"NO_CHANNELS"},{"p":"wellen","c":"Wellen","l":"NO_EVENT"},{"p":"wellen","c":"Wellen","l":"NO_INPOINT"},{"p":"wellen","c":"Wellen","l":"NO_LOOP"},{"p":"wellen","c":"Wellen","l":"NO_LOOP_COUNT"},{"p":"wellen.dsp","c":"Sampler","l":"NO_LOOP_POINT"},{"p":"wellen","c":"Wellen","l":"NO_OUTPOINT"},{"p":"wellen","c":"ToneEngineDSP","l":"no_output()"},{"p":"wellen","c":"Wellen","l":"NO_POSITION"},{"p":"wellen","c":"Wellen","l":"NO_VALUE"},{"p":"wellen","c":"FFT","l":"noAverages()"},{"p":"wellen","c":"Wellen","l":"NOISE_GAUSSIAN_WHITE"},{"p":"wellen","c":"Wellen","l":"NOISE_GAUSSIAN_WHITE2"},{"p":"wellen","c":"Wellen","l":"NOISE_PINK"},{"p":"wellen","c":"Wellen","l":"NOISE_PINK2"},{"p":"wellen","c":"Wellen","l":"NOISE_PINK3"},{"p":"wellen","c":"Wellen","l":"NOISE_SIMPLEX"},{"p":"wellen","c":"Wellen","l":"NOISE_WHITE"},{"p":"wellen.dsp","c":"Noise","l":"Noise()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"Wavetable","l":"noise(float[])"},{"p":"wellen","c":"FFT","l":"NONE"},{"p":"wellen","c":"MIDI","l":"NOTE_A0"},{"p":"wellen","c":"MIDI","l":"NOTE_A1"},{"p":"wellen","c":"MIDI","l":"NOTE_A2"},{"p":"wellen","c":"MIDI","l":"NOTE_A3"},{"p":"wellen","c":"MIDI","l":"NOTE_A4"},{"p":"wellen","c":"MIDI","l":"NOTE_A5"},{"p":"wellen","c":"MIDI","l":"NOTE_A6"},{"p":"wellen","c":"MIDI","l":"NOTE_A7"},{"p":"wellen","c":"MIDI","l":"NOTE_A8"},{"p":"wellen","c":"MIDI","l":"NOTE_B0"},{"p":"wellen","c":"MIDI","l":"NOTE_B1"},{"p":"wellen","c":"MIDI","l":"NOTE_B2"},{"p":"wellen","c":"MIDI","l":"NOTE_B3"},{"p":"wellen","c":"MIDI","l":"NOTE_B4"},{"p":"wellen","c":"MIDI","l":"NOTE_B5"},{"p":"wellen","c":"MIDI","l":"NOTE_B6"},{"p":"wellen","c":"MIDI","l":"NOTE_B7"},{"p":"wellen","c":"MIDI","l":"NOTE_B8"},{"p":"wellen","c":"MIDI","l":"NOTE_C1"},{"p":"wellen","c":"MIDI","l":"NOTE_C2"},{"p":"wellen","c":"MIDI","l":"NOTE_C3"},{"p":"wellen","c":"MIDI","l":"NOTE_C4"},{"p":"wellen","c":"MIDI","l":"NOTE_C5"},{"p":"wellen","c":"MIDI","l":"NOTE_C6"},{"p":"wellen","c":"MIDI","l":"NOTE_C7"},{"p":"wellen","c":"MIDI","l":"NOTE_C8"},{"p":"wellen","c":"MIDI","l":"NOTE_C9"},{"p":"wellen","c":"MIDI","l":"NOTE_D1"},{"p":"wellen","c":"MIDI","l":"NOTE_D2"},{"p":"wellen","c":"MIDI","l":"NOTE_D3"},{"p":"wellen","c":"MIDI","l":"NOTE_D4"},{"p":"wellen","c":"MIDI","l":"NOTE_D5"},{"p":"wellen","c":"MIDI","l":"NOTE_D6"},{"p":"wellen","c":"MIDI","l":"NOTE_D7"},{"p":"wellen","c":"MIDI","l":"NOTE_D8"},{"p":"wellen","c":"MIDI","l":"NOTE_D9"},{"p":"wellen","c":"MIDI","l":"NOTE_E1"},{"p":"wellen","c":"MIDI","l":"NOTE_E2"},{"p":"wellen","c":"MIDI","l":"NOTE_E3"},{"p":"wellen","c":"MIDI","l":"NOTE_E4"},{"p":"wellen","c":"MIDI","l":"NOTE_E5"},{"p":"wellen","c":"MIDI","l":"NOTE_E6"},{"p":"wellen","c":"MIDI","l":"NOTE_E7"},{"p":"wellen","c":"MIDI","l":"NOTE_E8"},{"p":"wellen","c":"MIDI","l":"NOTE_E9"},{"p":"wellen","c":"Wellen","l":"NOTE_EIGHTH"},{"p":"wellen","c":"MIDI","l":"NOTE_F1"},{"p":"wellen","c":"MIDI","l":"NOTE_F2"},{"p":"wellen","c":"MIDI","l":"NOTE_F3"},{"p":"wellen","c":"MIDI","l":"NOTE_F4"},{"p":"wellen","c":"MIDI","l":"NOTE_F5"},{"p":"wellen","c":"MIDI","l":"NOTE_F6"},{"p":"wellen","c":"MIDI","l":"NOTE_F7"},{"p":"wellen","c":"MIDI","l":"NOTE_F8"},{"p":"wellen","c":"MIDI","l":"NOTE_F9"},{"p":"wellen","c":"MIDI","l":"NOTE_G1"},{"p":"wellen","c":"MIDI","l":"NOTE_G2"},{"p":"wellen","c":"MIDI","l":"NOTE_G3"},{"p":"wellen","c":"MIDI","l":"NOTE_G4"},{"p":"wellen","c":"MIDI","l":"NOTE_G5"},{"p":"wellen","c":"MIDI","l":"NOTE_G6"},{"p":"wellen","c":"MIDI","l":"NOTE_G7"},{"p":"wellen","c":"MIDI","l":"NOTE_G8"},{"p":"wellen","c":"MIDI","l":"NOTE_G9"},{"p":"wellen","c":"Wellen","l":"NOTE_HALF"},{"p":"wellen.dsp","c":"Sampler","l":"note_off()"},{"p":"wellen","c":"Instrument","l":"note_off()"},{"p":"wellen","c":"InstrumentDSP","l":"note_off()"},{"p":"wellen","c":"InstrumentDSPLibrary.BELL","l":"note_off()"},{"p":"wellen","c":"InstrumentDSPLibrary.KICK_DRUM","l":"note_off()"},{"p":"wellen","c":"InstrumentDSPLibrary.SAMPLER","l":"note_off()"},{"p":"wellen","c":"InstrumentMIDI","l":"note_off()"},{"p":"wellen","c":"InstrumentOSC","l":"note_off()"},{"p":"wellen","c":"Tone","l":"note_off()"},{"p":"wellen","c":"ToneEngine","l":"note_off()"},{"p":"wellen","c":"ToneEngineDSP","l":"note_off()"},{"p":"wellen","c":"ToneEngineMIDI","l":"note_off()"},{"p":"wellen","c":"ToneEngineOSC","l":"note_off()"},{"p":"wellen","c":"Tone","l":"note_off(int)"},{"p":"wellen","c":"ToneEngine","l":"note_off(int)"},{"p":"wellen","c":"ToneEngineDSP","l":"note_off(int)"},{"p":"wellen","c":"ToneEngineMIDI","l":"note_off(int)"},{"p":"wellen","c":"ToneEngineOSC","l":"note_off(int)"},{"p":"wellen.dsp","c":"Sampler","l":"note_on()"},{"p":"wellen.dsp","c":"Sampler","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"Instrument","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"InstrumentDSP","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"InstrumentDSPLibrary.BELL","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"InstrumentDSPLibrary.KICK_DRUM","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"InstrumentDSPLibrary.SAMPLER","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"InstrumentMIDI","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"InstrumentOSC","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"Tone","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"ToneEngine","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"ToneEngineDSP","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"ToneEngineMIDI","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"ToneEngineOSC","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"Tone","l":"note_on(int, int, float)","u":"note_on(int,int,float)"},{"p":"wellen","c":"ToneEngine","l":"note_on(int, int, float)","u":"note_on(int,int,float)"},{"p":"wellen","c":"Wellen","l":"NOTE_QUARTER"},{"p":"wellen","c":"Wellen","l":"NOTE_SIXTEENTH"},{"p":"wellen","c":"Wellen","l":"NOTE_THIRTYSECOND"},{"p":"wellen","c":"MidiUtilities","l":"note_to_frequency(int)"},{"p":"wellen","c":"Note","l":"note_to_frequency(int)"},{"p":"wellen","c":"Note","l":"note_to_frequency(int, float)","u":"note_to_frequency(int,float)"},{"p":"wellen","c":"MidiUtilities","l":"note_to_string(int)"},{"p":"wellen","c":"Note","l":"note_to_string(int)"},{"p":"wellen","c":"Wellen","l":"NOTE_WHOLE"},{"p":"wellen","c":"Arpeggiator","l":"note()"},{"p":"wellen","c":"Note","l":"Note()","u":"%3Cinit%3E()"},{"p":"wellen","c":"Arpeggiator.NoteStruct","l":"NoteStruct()","u":"%3Cinit%3E()"},{"p":"wellen","c":"Arpeggiator.NoteStruct","l":"NoteStruct(boolean, int, float)","u":"%3Cinit%3E(boolean,int,float)"},{"p":"wellen","c":"Wellen","l":"now()"},{"p":"wellen.dsp","c":"Signal","l":"num_channels()"},{"p":"wellen","c":"Wellen","l":"NUM_ENVELOPE_FORM"},{"p":"wellen.dsp","c":"FilterVowelFormant","l":"NUM_OF_VOWELS"},{"p":"wellen","c":"Wellen","l":"NUM_OF_WAVESHAPER_FORMS"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"number_of_input_channels"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"number_of_output_channels"},{"p":"wellen","c":"Scale","l":"NUMBER_OF_SCALES"},{"p":"wellen","c":"Scale","l":"OCTAVE"},{"p":"wellen","c":"ToneEngineOSC","l":"OSC_ADDR_PATTERN_CONTROLCHANGE"},{"p":"wellen","c":"ToneEngineOSC","l":"OSC_ADDR_PATTERN_NOTE_OFF"},{"p":"wellen","c":"ToneEngineOSC","l":"OSC_ADDR_PATTERN_NOTE_ON"},{"p":"wellen","c":"ToneEngineOSC","l":"OSC_ADDR_PATTERN_PITCHBEND"},{"p":"wellen","c":"ToneEngineOSC","l":"OSC_ADDR_PATTERN_PROGRAMCHANGE"},{"p":"wellen","c":"Wellen","l":"OSC_SAWTOOTH"},{"p":"wellen","c":"Wellen","l":"OSC_SINE"},{"p":"wellen","c":"Wellen","l":"OSC_SQUARE"},{"p":"wellen","c":"Wellen","l":"OSC_TRIANGLE"},{"p":"wellen","c":"EventReceiverOSC","l":"oscEvent(OscMessage)","u":"oscEvent(oscP5.OscMessage)"},{"p":"wellen.dsp","c":"Oscillator","l":"Oscillator()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"OscillatorFunction()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"OscillatorFunction(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.dsp","c":"EffectMono","l":"out(float[])"},{"p":"wellen.dsp","c":"Gain","l":"out(float[])"},{"p":"wellen.dsp","c":"EffectStereo","l":"out(float[], float[])","u":"out(float[],float[])"},{"p":"wellen.dsp","c":"Gain","l":"out(float[], float[])","u":"out(float[],float[])"},{"p":"wellen.dsp","c":"Reverb","l":"out(float[], float[])","u":"out(float[],float[])"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"output_device_ID"},{"p":"wellen","c":"Patch","l":"output_signal_update()"},{"p":"wellen","c":"Track","l":"output_signal_update()"},{"p":"wellen.dsp","c":"DSPNodeOutputSignal","l":"output_signal()"},{"p":"wellen","c":"InstrumentDSP","l":"output_signal()"},{"p":"wellen","c":"InstrumentDSPLibrary.BELL","l":"output_signal()"},{"p":"wellen","c":"InstrumentDSPLibrary.FAT_LEAD","l":"output_signal()"},{"p":"wellen","c":"InstrumentDSPLibrary.HI_HAT","l":"output_signal()"},{"p":"wellen","c":"InstrumentDSPLibrary.KICK_DRUM","l":"output_signal()"},{"p":"wellen","c":"InstrumentDSPLibrary.SAMPLER","l":"output_signal()"},{"p":"wellen","c":"Patch","l":"output_signal()"},{"p":"wellen","c":"ToneEngineDSP","l":"output_signal()"},{"p":"wellen","c":"Track","l":"output_signal()"},{"p":"wellen.dsp","c":"ADSR","l":"output()"},{"p":"wellen.dsp","c":"Crossfader","l":"output()"},{"p":"wellen.dsp","c":"DSPNodeOutput","l":"output()"},{"p":"wellen.dsp","c":"Envelope","l":"output()"},{"p":"wellen.dsp","c":"FMSynthesis","l":"output()"},{"p":"wellen.dsp","c":"Noise","l":"output()"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"output()"},{"p":"wellen.dsp","c":"Sampler","l":"output()"},{"p":"wellen.dsp","c":"Wavetable","l":"output()"},{"p":"wellen","c":"SAM","l":"output()"},{"p":"wellen","c":"ToneEngineDSP","l":"output()"},{"p":"wellen","c":"Wellen","l":"PAN_LINEAR"},{"p":"wellen","c":"Wellen","l":"PAN_SINE_LAW"},{"p":"wellen","c":"Wellen","l":"PAN_SQUARE_LAW"},{"p":"wellen","c":"Patch","l":"pan()"},{"p":"wellen","c":"Track","l":"pan()"},{"p":"wellen","c":"Pan","l":"Pan()","u":"%3Cinit%3E()"},{"p":"wellen","c":"Patch","l":"Patch()","u":"%3Cinit%3E()"},{"p":"wellen","c":"Patch","l":"Patch(float)","u":"%3Cinit%3E(float)"},{"p":"wellen","c":"Patch","l":"patch(int)"},{"p":"wellen","c":"Patch","l":"patchs()"},{"p":"wellen","c":"Arpeggiator","l":"pattern_16(int, int, float)","u":"pattern_16(int,int,float)"},{"p":"wellen","c":"Arpeggiator","l":"pattern_32(int, int, float)","u":"pattern_32(int,int,float)"},{"p":"wellen","c":"Arpeggiator","l":"pattern_4(int, int, float)","u":"pattern_4(int,int,float)"},{"p":"wellen","c":"Arpeggiator","l":"pattern_8(int, int, float)","u":"pattern_8(int,int,float)"},{"p":"wellen","c":"Pattern","l":"Pattern()","u":"%3Cinit%3E()"},{"p":"wellen","c":"Arpeggiator","l":"pattern(int, int, float)","u":"pattern(int,int,float)"},{"p":"wellen","c":"Pattern","l":"Pattern(int, int, int)","u":"%3Cinit%3E(int,int,int)"},{"p":"wellen","c":"Arpeggiator","l":"pattern(int, int, int, float)","u":"pattern(int,int,int,float)"},{"p":"wellen.dsp","c":"Sampler","l":"pause_recording()"},{"p":"wellen.dsp","c":"Sampler","l":"pause()"},{"p":"wellen","c":"AudioBufferManager","l":"pause(boolean)"},{"p":"wellen","c":"AudioDeviceImplDesktop","l":"pause(boolean)"},{"p":"wellen.dsp","c":"DSP","l":"pause(boolean)"},{"p":"wellen","c":"FFT","l":"perform_forward_transform(float[])"},{"p":"wellen","c":"Instrument","l":"pitch_bend(float)"},{"p":"wellen","c":"InstrumentDSP","l":"pitch_bend(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"pitch_bend(float)"},{"p":"wellen","c":"InstrumentOSC","l":"pitch_bend(float)"},{"p":"wellen","c":"Tone","l":"pitch_bend(int)"},{"p":"wellen","c":"ToneEngine","l":"pitch_bend(int)"},{"p":"wellen","c":"ToneEngineDSP","l":"pitch_bend(int)"},{"p":"wellen","c":"ToneEngineMIDI","l":"pitch_bend(int)"},{"p":"wellen","c":"ToneEngineOSC","l":"pitch_bend(int)"},{"p":"wellen.analysis","c":"PitchDetection","l":"PitchDetection()","u":"%3Cinit%3E()"},{"p":"wellen.analysis","c":"PitchDetection","l":"PitchDetection(float, int)","u":"%3Cinit%3E(float,int)"},{"p":"wellen.analysis","c":"PitchDetection","l":"PitchDetection(float, int, double)","u":"%3Cinit%3E(float,int,double)"},{"p":"wellen.dsp","c":"Sampler","l":"play()"},{"p":"wellen","c":"Arpeggiator","l":"play(int, int)","u":"play(int,int)"},{"p":"wellen.analysis","c":"FFT","l":"powerAndPhaseFromFFT(float[], float[], float[])","u":"powerAndPhaseFromFFT(float[],float[],float[])"},{"p":"wellen","c":"MIDI","l":"PPQN"},{"p":"wellen","c":"Pattern","l":"print(String)","u":"print(java.lang.String)"},{"p":"wellen","c":"Pattern","l":"println()"},{"p":"wellen","c":"Pattern","l":"println(String)","u":"println(java.lang.String)"},{"p":"wellen","c":"Track","l":"println(String)","u":"println(java.lang.String)"},{"p":"wellen.dsp","c":"Delay","l":"process_signal(Signal)","u":"process_signal(wellen.dsp.Signal)"},{"p":"wellen.dsp","c":"DSPNodeProcessSignal","l":"process_signal(Signal)","u":"process_signal(wellen.dsp.Signal)"},{"p":"wellen.dsp","c":"Reverb","l":"process_signal(Signal)","u":"process_signal(wellen.dsp.Signal)"},{"p":"wellen","c":"Pan","l":"process_signal(Signal)","u":"process_signal(wellen.dsp.Signal)"},{"p":"wellen.dsp","c":"Delay","l":"process(float)"},{"p":"wellen.dsp","c":"Distortion","l":"process(float)"},{"p":"wellen.dsp","c":"DSPNodeProcess","l":"process(float)"},{"p":"wellen.dsp","c":"FilterBalance","l":"process(float)"},{"p":"wellen.dsp","c":"FilterBandPass","l":"process(float)"},{"p":"wellen.dsp","c":"FilterBiquad","l":"process(float)"},{"p":"wellen.dsp","c":"FilterButterworth","l":"process(float)"},{"p":"wellen.dsp","c":"FilterHighLowBandPass","l":"process(float)"},{"p":"wellen.dsp","c":"FilterHighPass","l":"process(float)"},{"p":"wellen.dsp","c":"FilterLowPass","l":"process(float)"},{"p":"wellen.dsp","c":"FilterMoogLadderLowPass","l":"process(float)"},{"p":"wellen.dsp","c":"FilterResonator","l":"process(float)"},{"p":"wellen.dsp","c":"FilterVowelFormant","l":"process(float)"},{"p":"wellen.dsp","c":"Reverb","l":"process(float)"},{"p":"wellen.dsp","c":"Waveshaper","l":"process(float)"},{"p":"wellen","c":"Pan","l":"process(float)"},{"p":"wellen.dsp","c":"Vocoder","l":"process(float, float)","u":"process(float,float)"},{"p":"wellen.analysis","c":"BeatDetection","l":"process(float[])"},{"p":"wellen.analysis","c":"EnvelopeFollower","l":"process(float[])"},{"p":"wellen.analysis","c":"FrequencyDistribution","l":"process(float[])"},{"p":"wellen.analysis","c":"PitchDetection","l":"process(float[])"},{"p":"wellen.analysis","c":"RootMeanSquare","l":"process(float[])"},{"p":"wellen.analysis","c":"Sonogram","l":"process(float[])"},{"p":"wellen.analysis","c":"SoundLevelPressure","l":"process(float[])"},{"p":"wellen.dsp","c":"FilterBiquad","l":"process(float[])"},{"p":"wellen.dsp","c":"Waveshaper","l":"process(float[])"},{"p":"wellen.dsp","c":"Vocoder","l":"process(float[], float[], float[])","u":"process(float[],float[],float[])"},{"p":"wellen.dsp","c":"Reverb","l":"process(float[], float[], float[], float[])","u":"process(float[],float[],float[],float[])"},{"p":"wellen.dsp","c":"Wavetable","l":"pulse(float[], float)","u":"pulse(float[],float)"},{"p":"wellen","c":"Wellen","l":"queryAudioInputAndOutputDevices(String, boolean, boolean)","u":"queryAudioInputAndOutputDevices(java.lang.String,boolean,boolean)"},{"p":"wellen.dsp","c":"Envelope","l":"ramp_to(float, float)","u":"ramp_to(float,float)"},{"p":"wellen.dsp","c":"Envelope","l":"ramp(float, float, float)","u":"ramp(float,float,float)"},{"p":"wellen","c":"Wellen","l":"random(float, float)","u":"random(float,float)"},{"p":"wellen.dsp","c":"Crossfader","l":"ratio"},{"p":"wellen","c":"BeatMIDI","l":"receiveControlChange(int, int, int)","u":"receiveControlChange(int,int,int)"},{"p":"wellen","c":"EventReceiverMIDI","l":"receiveControlChange(int, int, int)","u":"receiveControlChange(int,int,int)"},{"p":"wellen","c":"MidiInListener","l":"receiveControlChange(int, int, int)","u":"receiveControlChange(int,int,int)"},{"p":"wellen","c":"BeatMIDI","l":"receiveNoteOff(int, int)","u":"receiveNoteOff(int,int)"},{"p":"wellen","c":"EventReceiverMIDI","l":"receiveNoteOff(int, int)","u":"receiveNoteOff(int,int)"},{"p":"wellen","c":"MidiInListener","l":"receiveNoteOff(int, int)","u":"receiveNoteOff(int,int)"},{"p":"wellen","c":"BeatMIDI","l":"receiveNoteOn(int, int, int)","u":"receiveNoteOn(int,int,int)"},{"p":"wellen","c":"EventReceiverMIDI","l":"receiveNoteOn(int, int, int)","u":"receiveNoteOn(int,int,int)"},{"p":"wellen","c":"MidiInListener","l":"receiveNoteOn(int, int, int)","u":"receiveNoteOn(int,int,int)"},{"p":"wellen","c":"BeatMIDI","l":"receiveProgramChange(int, int, int)","u":"receiveProgramChange(int,int,int)"},{"p":"wellen","c":"EventReceiverMIDI","l":"receiveProgramChange(int, int, int)","u":"receiveProgramChange(int,int,int)"},{"p":"wellen","c":"MidiInListener","l":"receiveProgramChange(int, int, int)","u":"receiveProgramChange(int,int,int)"},{"p":"wellen.dsp","c":"Sampler","l":"record(float)"},{"p":"wellen.dsp","c":"Sampler","l":"record(float[])"},{"p":"wellen","c":"ToneEngineDSP","l":"register_audioblock_callback(ToneEngineDSP.AudioOutputCallback)","u":"register_audioblock_callback(wellen.ToneEngineDSP.AudioOutputCallback)"},{"p":"wellen","c":"ToneEngineDSP","l":"remove_effect(EffectStereo)","u":"remove_effect(wellen.dsp.EffectStereo)"},{"p":"wellen.dsp","c":"Envelope","l":"remove_listener(EnvelopeListener)","u":"remove_listener(wellen.EnvelopeListener)"},{"p":"wellen.dsp","c":"Sampler","l":"remove_listener(SamplerListener)","u":"remove_listener(wellen.SamplerListener)"},{"p":"wellen","c":"Tone","l":"remove_sample(Sampler)","u":"remove_sample(wellen.dsp.Sampler)"},{"p":"wellen","c":"ToneEngine","l":"remove_sample(Sampler)","u":"remove_sample(wellen.dsp.Sampler)"},{"p":"wellen","c":"ToneEngineDSP","l":"remove_sample(Sampler)","u":"remove_sample(wellen.dsp.Sampler)"},{"p":"wellen","c":"ToneEngineMIDI","l":"remove_sample(Sampler)","u":"remove_sample(wellen.dsp.Sampler)"},{"p":"wellen","c":"ToneEngineOSC","l":"remove_sample(Sampler)","u":"remove_sample(wellen.dsp.Sampler)"},{"p":"wellen","c":"Beat","l":"remove(Beat.Listener)","u":"remove(wellen.Beat.Listener)"},{"p":"wellen.dsp","c":"BeatDSP","l":"remove(Trigger.Listener)","u":"remove(wellen.dsp.Trigger.Listener)"},{"p":"wellen.dsp","c":"Trigger","l":"remove(Trigger.Listener)","u":"remove(wellen.dsp.Trigger.Listener)"},{"p":"wellen","c":"MidiIn","l":"removeListener(MidiInListener)","u":"removeListener(wellen.MidiInListener)"},{"p":"wellen","c":"Tone","l":"replace_instrument(Class, int)","u":"replace_instrument(java.lang.Class,int)"},{"p":"wellen","c":"Tone","l":"replace_instrument(Instrument)","u":"replace_instrument(wellen.Instrument)"},{"p":"wellen","c":"ToneEngine","l":"replace_instrument(Instrument)","u":"replace_instrument(wellen.Instrument)"},{"p":"wellen","c":"ToneEngineDSP","l":"replace_instrument(Instrument)","u":"replace_instrument(wellen.Instrument)"},{"p":"wellen","c":"ToneEngineMIDI","l":"replace_instrument(Instrument)","u":"replace_instrument(wellen.Instrument)"},{"p":"wellen","c":"ToneEngineOSC","l":"replace_instrument(Instrument)","u":"replace_instrument(wellen.Instrument)"},{"p":"wellen","c":"Arpeggiator","l":"replace_pattern(Arpeggiator.NoteStruct[])","u":"replace_pattern(wellen.Arpeggiator.NoteStruct[])"},{"p":"wellen","c":"BeatMIDI","l":"reset_beat_counter_at_stop(boolean)"},{"p":"wellen.dsp","c":"Vocoder","l":"reset_history()"},{"p":"wellen","c":"Arpeggiator","l":"reset()"},{"p":"wellen","c":"BeatEvent","l":"reset()"},{"p":"wellen.dsp","c":"FilterHighLowBandPass","l":"reset()"},{"p":"wellen.dsp","c":"Wavetable","l":"reset()"},{"p":"wellen","c":"Sequencer","l":"reset()"},{"p":"wellen.dsp","c":"Sampler","l":"resume_recording()"},{"p":"wellen.dsp","c":"Reverb","l":"Reverb()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"Sampler","l":"rewind()"},{"p":"wellen","c":"SAM","l":"rewind()"},{"p":"wellen","c":"HarmonicTable","l":"RIGHT"},{"p":"wellen.dsp","c":"Signal","l":"right_add(float)"},{"p":"wellen.dsp","c":"Signal","l":"right_mult(float)"},{"p":"wellen.dsp","c":"Signal","l":"right()"},{"p":"wellen.dsp","c":"Signal","l":"right(float)"},{"p":"wellen.analysis","c":"RootMeanSquare","l":"RootMeanSquare()","u":"%3Cinit%3E()"},{"p":"wellen","c":"Wellen","l":"run_sketch_with_resources(Class)","u":"run_sketch_with_resources(java.lang.Class)"},{"p":"wellen","c":"Pattern","l":"run_test()"},{"p":"wellen","c":"Track","l":"run_test()"},{"p":"wellen","c":"AudioDeviceImplDesktop","l":"run()"},{"p":"wellen","c":"BeatMIDI","l":"running()"},{"p":"wellen","c":"SAM","l":"SAM()","u":"%3Cinit%3E()"},{"p":"wellen","c":"SAM","l":"SAM(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"sample_buffer_size"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"sample_rate"},{"p":"wellen","c":"WAVConverter.Info","l":"sample_rate"},{"p":"wellen","c":"AudioDevice","l":"sample_rate()"},{"p":"wellen","c":"AudioDeviceImplDesktop","l":"sample_rate()"},{"p":"wellen.dsp","c":"Sampler","l":"Sampler()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"Sampler","l":"Sampler(float[])","u":"%3Cinit%3E(float[])"},{"p":"wellen.dsp","c":"Sampler","l":"Sampler(float[], float)","u":"%3Cinit%3E(float[],float)"},{"p":"wellen.dsp","c":"Sampler","l":"Sampler(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"InstrumentDSPLibrary.SAMPLER","l":"SAMPLER(int, float[])","u":"%3Cinit%3E(int,float[])"},{"p":"wellen","c":"WAVConverter.Info","l":"samples"},{"p":"wellen","c":"Wellen","l":"samples_to_millis(int)"},{"p":"wellen","c":"Wellen","l":"samples_to_millis(int, float)","u":"samples_to_millis(int,float)"},{"p":"wellen","c":"Wellen","l":"samples_to_seconds(int)"},{"p":"wellen","c":"Wellen","l":"samples_to_seconds(int, float)","u":"samples_to_seconds(int,float)"},{"p":"wellen.dsp","c":"Wavetable","l":"sawtooth(float[])"},{"p":"wellen.dsp","c":"Wavetable","l":"sawtooth(float[], boolean)","u":"sawtooth(float[],boolean)"},{"p":"wellen.dsp","c":"Wavetable","l":"sawtooth(float[], int)","u":"sawtooth(float[],int)"},{"p":"wellen","c":"SAM","l":"say(String)","u":"say(java.lang.String)"},{"p":"wellen","c":"SpeechSynthesis","l":"say(String)","u":"say(java.lang.String)"},{"p":"wellen","c":"SAM","l":"say(String, boolean)","u":"say(java.lang.String,boolean)"},{"p":"wellen","c":"SpeechSynthesis","l":"say(String, String)","u":"say(java.lang.String,java.lang.String)"},{"p":"wellen","c":"SpeechSynthesis","l":"say(String, String, boolean, int, String)","u":"say(java.lang.String,java.lang.String,boolean,int,java.lang.String)"},{"p":"wellen","c":"Scale","l":"Scale()","u":"%3Cinit%3E()"},{"p":"wellen","c":"FFT","l":"scaleBand(int, float)","u":"scaleBand(int,float)"},{"p":"wellen","c":"FFT","l":"scaleFreq(float, float)","u":"scaleFreq(float,float)"},{"p":"wellen","c":"Wellen","l":"seconds_to_samples(float)"},{"p":"wellen","c":"Wellen","l":"seconds_to_samples(float, float)","u":"seconds_to_samples(float,float)"},{"p":"wellen","c":"ToneEngineMIDI","l":"SEND_NOTE_OFF_TO_ALL"},{"p":"wellen","c":"MidiIn","l":"send(MidiMessage, long)","u":"send(javax.sound.midi.MidiMessage,long)"},{"p":"wellen","c":"MidiOut","l":"sendControllerChange(int, int, int)","u":"sendControllerChange(int,int,int)"},{"p":"wellen","c":"MidiOut","l":"sendMessage(int, int, int, int)","u":"sendMessage(int,int,int,int)"},{"p":"wellen","c":"MidiOut","l":"sendNoteOff(int, int, int)","u":"sendNoteOff(int,int,int)"},{"p":"wellen","c":"MidiOut","l":"sendNoteOn(int, int, int)","u":"sendNoteOn(int,int,int)"},{"p":"wellen","c":"MidiOut","l":"sendPitchBend(int, int, int)","u":"sendPitchBend(int,int,int)"},{"p":"wellen","c":"Sequencer","l":"Sequencer(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"Sequencer","l":"Sequencer(T...)","u":"%3Cinit%3E(T...)"},{"p":"wellen.dsp","c":"ADSR","l":"set_adsr(float, float, float, float)","u":"set_adsr(float,float,float,float)"},{"p":"wellen","c":"Instrument","l":"set_adsr(float, float, float, float)","u":"set_adsr(float,float,float,float)"},{"p":"wellen.dsp","c":"Waveshaper","l":"set_amount(float)"},{"p":"wellen.dsp","c":"Distortion","l":"set_amplification(float)"},{"p":"wellen","c":"InstrumentDSPLibrary.BELL","l":"set_amplification(float)"},{"p":"wellen","c":"InstrumentDSPLibrary.BELL","l":"set_amplitude_falloff(float)"},{"p":"wellen","c":"Instrument","l":"set_amplitude_LFO_amplitude(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_amplitude_LFO_amplitude(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_amplitude_LFO_amplitude(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_amplitude_LFO_amplitude(float)"},{"p":"wellen","c":"Instrument","l":"set_amplitude_LFO_frequency(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_amplitude_LFO_frequency(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_amplitude_LFO_frequency(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_amplitude_LFO_frequency(float)"},{"p":"wellen.dsp","c":"FMSynthesis","l":"set_amplitude(float)"},{"p":"wellen.dsp","c":"Noise","l":"set_amplitude(float)"},{"p":"wellen.dsp","c":"Oscillator","l":"set_amplitude(float)"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"set_amplitude(float)"},{"p":"wellen.dsp","c":"Sampler","l":"set_amplitude(float)"},{"p":"wellen.dsp","c":"Wavetable","l":"set_amplitude(float)"},{"p":"wellen","c":"Instrument","l":"set_amplitude(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_amplitude(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_amplitude(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_amplitude(float)"},{"p":"wellen.dsp","c":"Wavetable","l":"set_amplitude(float, int)","u":"set_amplitude(float,int)"},{"p":"wellen","c":"Instrument","l":"set_amplitude(float, int)","u":"set_amplitude(float,int)"},{"p":"wellen","c":"InstrumentDSP","l":"set_amplitude(float, int)","u":"set_amplitude(float,int)"},{"p":"wellen.analysis","c":"EnvelopeFollower","l":"set_attack_sec(float)"},{"p":"wellen.analysis","c":"EnvelopeFollower","l":"set_attack(float)"},{"p":"wellen.dsp","c":"ADSR","l":"set_attack(float)"},{"p":"wellen","c":"Instrument","l":"set_attack(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_attack(float)"},{"p":"wellen","c":"InstrumentDSPLibrary.BELL","l":"set_attack(float)"},{"p":"wellen.dsp","c":"FilterBandPass","l":"set_bandwidth(float)"},{"p":"wellen.dsp","c":"FilterButterworth","l":"set_bandwidth(float)"},{"p":"wellen.dsp","c":"FilterResonator","l":"set_bandwidth(float)"},{"p":"wellen","c":"BeatEvent","l":"set_beat_count(int)"},{"p":"wellen.dsp","c":"Waveshaper","l":"set_bias(float)"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"set_bits_per_sample(int)"},{"p":"wellen.dsp","c":"Distortion","l":"set_bits(int)"},{"p":"wellen","c":"Beat","l":"set_bpm(float)"},{"p":"wellen","c":"BeatEvent","l":"set_bpm(float)"},{"p":"wellen.dsp","c":"BeatDSP","l":"set_bpm(float)"},{"p":"wellen.dsp","c":"Sampler","l":"set_buffer(float[])"},{"p":"wellen.dsp","c":"FMSynthesis","l":"set_carrier(Wavetable)","u":"set_carrier(wellen.dsp.Wavetable)"},{"p":"wellen","c":"InstrumentDSP","l":"set_channels(int)"},{"p":"wellen.dsp","c":"Distortion","l":"set_clip(float)"},{"p":"wellen.dsp","c":"FilterBalance","l":"set_comparator_signal(float)"},{"p":"wellen.dsp","c":"Envelope","l":"set_current_value(float)"},{"p":"wellen","c":"Sequencer","l":"set_current(T)"},{"p":"wellen.dsp","c":"Reverb","l":"set_damp(float)"},{"p":"wellen.dsp","c":"Delay","l":"set_decay_rate(float)"},{"p":"wellen.dsp","c":"ADSR","l":"set_decay(float)"},{"p":"wellen","c":"Instrument","l":"set_decay(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_decay(float)"},{"p":"wellen","c":"Instrument","l":"set_detune_amplitude(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_detune_amplitude(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_detune_amplitude(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_detune_amplitude(float)"},{"p":"wellen","c":"Instrument","l":"set_detune_oscillator_type(int)"},{"p":"wellen","c":"InstrumentDSP","l":"set_detune_oscillator_type(int)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_detune_oscillator_type(int)"},{"p":"wellen","c":"InstrumentOSC","l":"set_detune_oscillator_type(int)"},{"p":"wellen","c":"Instrument","l":"set_detune(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_detune(float)"},{"p":"wellen","c":"InstrumentDSPLibrary.BELL","l":"set_detune(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_detune(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_detune(float)"},{"p":"wellen.dsp","c":"Sampler","l":"set_duration(float)"},{"p":"wellen.dsp","c":"Delay","l":"set_echo_length(float)"},{"p":"wellen.dsp","c":"Sampler","l":"set_edge_fading(int)"},{"p":"wellen","c":"Tone","l":"set_engine(ToneEngine)","u":"set_engine(wellen.ToneEngine)"},{"p":"wellen","c":"Instrument","l":"set_filter_frequency(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_filter_frequency(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_filter_frequency(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_filter_frequency(float)"},{"p":"wellen","c":"Instrument","l":"set_filter_resonance(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_filter_resonance(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_filter_resonance(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_filter_resonance(float)"},{"p":"wellen.dsp","c":"Vocoder","l":"set_formant_shift(float)"},{"p":"wellen","c":"Instrument","l":"set_frequency_LFO_amplitude(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_frequency_LFO_amplitude(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_frequency_LFO_amplitude(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_frequency_LFO_amplitude(float)"},{"p":"wellen","c":"Instrument","l":"set_frequency_LFO_frequency(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_frequency_LFO_frequency(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_frequency_LFO_frequency(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_frequency_LFO_frequency(float)"},{"p":"wellen.dsp","c":"FilterBalance","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"FilterBandPass","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"FilterBiquad","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"FilterButterworth","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"FilterHighLowBandPass","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"FilterHighPass","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"FilterLowPass","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"FilterMoogLadderLowPass","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"FilterResonator","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"Oscillator","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"Sampler","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"Wavetable","l":"set_frequency(float)"},{"p":"wellen","c":"Instrument","l":"set_frequency(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_frequency(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_frequency(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"Wavetable","l":"set_frequency(float, int)","u":"set_frequency(float,int)"},{"p":"wellen","c":"Instrument","l":"set_frequency(float, int)","u":"set_frequency(float,int)"},{"p":"wellen","c":"InstrumentDSP","l":"set_frequency(float, int)","u":"set_frequency(float,int)"},{"p":"wellen.dsp","c":"Gain","l":"set_gain(float)"},{"p":"wellen","c":"ToneEngineDSP","l":"set_gain(float)"},{"p":"wellen","c":"Track","l":"set_in_out_point(int, int)","u":"set_in_out_point(int,int)"},{"p":"wellen","c":"Pattern","l":"set_in_point(int)"},{"p":"wellen","c":"Track","l":"set_in_point(int)"},{"p":"wellen.dsp","c":"Sampler","l":"set_in(int)"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"set_input_device(int)"},{"p":"wellen.dsp","c":"Wavetable","l":"set_interpolation(int)"},{"p":"wellen.dsp","c":"BeatDSP","l":"set_interval_sec(float)"},{"p":"wellen.dsp","c":"BeatDSP","l":"set_interval(float)"},{"p":"wellen.dsp","c":"Wavetable","l":"set_jitter_range(float)"},{"p":"wellen","c":"Loop","l":"set_length(int)"},{"p":"wellen","c":"Pattern","l":"set_length(int)"},{"p":"wellen","c":"Track","l":"set_length(int)"},{"p":"wellen.dsp","c":"Sampler","l":"set_loop_all()"},{"p":"wellen.dsp","c":"Sampler","l":"set_loop_in_normalized(float)"},{"p":"wellen.dsp","c":"Sampler","l":"set_loop_in(int)"},{"p":"wellen.dsp","c":"Sampler","l":"set_loop_out_normalized(float)"},{"p":"wellen.dsp","c":"Sampler","l":"set_loop_out(int)"},{"p":"wellen","c":"Pattern","l":"set_loop(int)"},{"p":"wellen","c":"Track","l":"set_loop(int)"},{"p":"wellen","c":"Instrument","l":"set_LPF_envelope_cutoff_max(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_LPF_envelope_cutoff_max(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_LPF_envelope_cutoff_max(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_LPF_envelope_cutoff_max(float)"},{"p":"wellen","c":"Instrument","l":"set_LPF_envelope_cutoff_min(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_LPF_envelope_cutoff_min(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_LPF_envelope_cutoff_min(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_LPF_envelope_cutoff_min(float)"},{"p":"wellen","c":"Instrument","l":"set_LPF_envelope_resonance_max(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_LPF_envelope_resonance_max(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_LPF_envelope_resonance_max(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_LPF_envelope_resonance_max(float)"},{"p":"wellen","c":"Instrument","l":"set_LPF_envelope_resonance_min(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_LPF_envelope_resonance_min(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_LPF_envelope_resonance_min(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_LPF_envelope_resonance_min(float)"},{"p":"wellen.analysis","c":"FrequencyDistribution","l":"set_maximum_frequency(float)"},{"p":"wellen.analysis","c":"Sonogram","l":"set_maximum_frequency(float)"},{"p":"wellen.dsp","c":"FilterBiquad","l":"set_mode(int)"},{"p":"wellen.dsp","c":"FilterButterworth","l":"set_mode(int)"},{"p":"wellen.dsp","c":"FilterHighLowBandPass","l":"set_mode(int)"},{"p":"wellen.dsp","c":"FMSynthesis","l":"set_modulation_depth(float)"},{"p":"wellen.dsp","c":"FMSynthesis","l":"set_modulator(Wavetable)","u":"set_modulator(wellen.dsp.Wavetable)"},{"p":"wellen","c":"SAM","l":"set_mouth(int)"},{"p":"wellen","c":"HarmonicTable","l":"set_note(int)"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"set_number_of_input_channels(int)"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"set_number_of_output_channels(int)"},{"p":"wellen.dsp","c":"Oscillator","l":"set_offset(float)"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"set_offset(float)"},{"p":"wellen.dsp","c":"Wavetable","l":"set_offset(float)"},{"p":"wellen","c":"Loop","l":"set_offset(int)"},{"p":"wellen.dsp","c":"Oscillator","l":"set_oscillation_range(float, float)","u":"set_oscillation_range(float,float)"},{"p":"wellen.dsp","c":"Oscillator","l":"set_oscillation_speed(float)"},{"p":"wellen","c":"Instrument","l":"set_oscillator_type(int)"},{"p":"wellen","c":"InstrumentDSP","l":"set_oscillator_type(int)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_oscillator_type(int)"},{"p":"wellen","c":"InstrumentOSC","l":"set_oscillator_type(int)"},{"p":"wellen","c":"Pattern","l":"set_out_point(int)"},{"p":"wellen","c":"Track","l":"set_out_point(int)"},{"p":"wellen.dsp","c":"Sampler","l":"set_out(int)"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"set_output_device(int)"},{"p":"wellen.dsp","c":"Waveshaper","l":"set_output_gain(float)"},{"p":"wellen","c":"Pan","l":"set_pan_type(int)"},{"p":"wellen","c":"Instrument","l":"set_pan(float)"},{"p":"wellen","c":"Pan","l":"set_panning(float)"},{"p":"wellen.dsp","c":"FilterBiquad","l":"set_peak_gain(float)"},{"p":"wellen.dsp","c":"Wavetable","l":"set_phase_offset(float)"},{"p":"wellen","c":"SAM","l":"set_pitch(int)"},{"p":"wellen","c":"Grid","l":"set_PPQN(int)"},{"p":"wellen.dsp","c":"Vocoder","l":"set_reaction_time(float)"},{"p":"wellen.analysis","c":"EnvelopeFollower","l":"set_release_sec(float)"},{"p":"wellen.analysis","c":"EnvelopeFollower","l":"set_release(float)"},{"p":"wellen.dsp","c":"ADSR","l":"set_release(float)"},{"p":"wellen","c":"Instrument","l":"set_release(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_release(float)"},{"p":"wellen.dsp","c":"FilterBiquad","l":"set_resonance(float)"},{"p":"wellen.dsp","c":"FilterHighLowBandPass","l":"set_resonance(float)"},{"p":"wellen.dsp","c":"FilterMoogLadderLowPass","l":"set_resonance(float)"},{"p":"wellen.dsp","c":"Reverb","l":"set_roomsize(float)"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"set_sample_buffer_size(int)"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"set_sample_rate(int)"},{"p":"wellen","c":"SAM","l":"set_sample_speed(float)"},{"p":"wellen.analysis","c":"BeatDetection","l":"set_sensitivity(double)"},{"p":"wellen","c":"SAM","l":"set_sing_mode(boolean)"},{"p":"wellen.dsp","c":"Sampler","l":"set_speed(float)"},{"p":"wellen","c":"SAM","l":"set_speed(int)"},{"p":"wellen.dsp","c":"Noise","l":"set_step(float)"},{"p":"wellen","c":"Sequencer","l":"set_step(int)"},{"p":"wellen","c":"InstrumentDSPLibrary.BELL","l":"set_sustain_falloff(float)"},{"p":"wellen.dsp","c":"ADSR","l":"set_sustain(float)"},{"p":"wellen","c":"Instrument","l":"set_sustain(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_sustain(float)"},{"p":"wellen","c":"InstrumentDSPLibrary.BELL","l":"set_sustain(float)"},{"p":"wellen.analysis","c":"BeatDetection","l":"set_threshold(double)"},{"p":"wellen","c":"SAM","l":"set_throat(int)"},{"p":"wellen.dsp","c":"Envelope","l":"set_time_scale(float)"},{"p":"wellen.dsp","c":"Distortion","l":"set_type(int)"},{"p":"wellen.dsp","c":"Noise","l":"set_type(int)"},{"p":"wellen.dsp","c":"Waveshaper","l":"set_type(int)"},{"p":"wellen.dsp","c":"Vocoder","l":"set_volume(float)"},{"p":"wellen","c":"Patch","l":"set_volume(float)"},{"p":"wellen","c":"Track","l":"set_volume(float)"},{"p":"wellen.dsp","c":"FilterVowelFormant","l":"set_vowel(int)"},{"p":"wellen.dsp","c":"Oscillator","l":"set_waveform(int)"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"set_waveform(int)"},{"p":"wellen.dsp","c":"Wavetable","l":"set_waveform(int)"},{"p":"wellen.dsp","c":"Wavetable","l":"set_waveform(int, int)","u":"set_waveform(int,int)"},{"p":"wellen.dsp","c":"Reverb","l":"set_wet(float)"},{"p":"wellen","c":"Arpeggiator","l":"set(Arpeggiator.NoteStruct[], int, int, float)","u":"set(wellen.Arpeggiator.NoteStruct[],int,int,float)"},{"p":"wellen","c":"Arpeggiator","l":"set(Arpeggiator.NoteStruct[], int, int, int, float)","u":"set(wellen.Arpeggiator.NoteStruct[],int,int,int,float)"},{"p":"wellen.dsp","c":"Signal","l":"set(float)"},{"p":"wellen.dsp","c":"Signal","l":"set(float, float)","u":"set(float,float)"},{"p":"wellen","c":"Sequencer","l":"set(int, T)","u":"set(int,T)"},{"p":"wellen.dsp","c":"Signal","l":"set(Signal)","u":"set(wellen.dsp.Signal)"},{"p":"wellen","c":"FFT","l":"setBand(int, float)","u":"setBand(int,float)"},{"p":"wellen","c":"SpeechSynthesis","l":"setFileName(String)","u":"setFileName(java.lang.String)"},{"p":"wellen","c":"FFT","l":"setFreq(float, float)","u":"setFreq(float,float)"},{"p":"wellen","c":"SpeechSynthesis","l":"setWordsPerMinute(int)"},{"p":"wellen","c":"Wellen","l":"SIG_INT16_BIG_ENDIAN"},{"p":"wellen","c":"Wellen","l":"SIG_INT16_LITTLE_ENDIAN"},{"p":"wellen","c":"Wellen","l":"SIG_INT24_3_BIG_ENDIAN"},{"p":"wellen","c":"Wellen","l":"SIG_INT24_3_LITTLE_ENDIAN"},{"p":"wellen","c":"Wellen","l":"SIG_INT24_4_BIG_ENDIAN"},{"p":"wellen","c":"Wellen","l":"SIG_INT24_4_LITTLE_ENDIAN"},{"p":"wellen","c":"Wellen","l":"SIG_INT32_BIG_ENDIAN"},{"p":"wellen","c":"Wellen","l":"SIG_INT32_LITTLE_ENDIAN"},{"p":"wellen","c":"Wellen","l":"SIG_INT8"},{"p":"wellen","c":"Wellen","l":"SIG_UINT8"},{"p":"wellen.dsp","c":"Signal","l":"signal"},{"p":"wellen.dsp","c":"Crossfader","l":"signal_a"},{"p":"wellen.dsp","c":"Crossfader","l":"signal_b"},{"p":"wellen","c":"Wellen","l":"SIGNAL_LEFT"},{"p":"wellen","c":"Wellen","l":"SIGNAL_MAX"},{"p":"wellen","c":"Wellen","l":"SIGNAL_MIN"},{"p":"wellen","c":"Wellen","l":"SIGNAL_MONO"},{"p":"wellen","c":"Wellen","l":"SIGNAL_PROCESSING_IGNORE_IN_OUTPOINTS"},{"p":"wellen","c":"Wellen","l":"SIGNAL_RIGHT"},{"p":"wellen","c":"Wellen","l":"SIGNAL_STEREO"},{"p":"wellen.dsp","c":"Signal","l":"signal()"},{"p":"wellen.dsp","c":"Signal","l":"Signal()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"Signal","l":"Signal(float)","u":"%3Cinit%3E(float)"},{"p":"wellen.dsp","c":"Signal","l":"Signal(float, float)","u":"%3Cinit%3E(float,float)"},{"p":"wellen.dsp","c":"Signal","l":"Signal(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.dsp","c":"Signal","l":"Signal(Signal)","u":"%3Cinit%3E(wellen.dsp.Signal)"},{"p":"wellen.dsp","c":"Wavetable","l":"sine(float[])"},{"p":"wellen","c":"InstrumentDSPLibrary.SNARE","l":"SNARE(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.analysis","c":"Sonogram","l":"Sonogram(PGraphics)","u":"%3Cinit%3E(processing.core.PGraphics)"},{"p":"wellen.dsp","c":"DSP","l":"sound_pressure_level(float[])"},{"p":"wellen.analysis","c":"SoundLevelPressure","l":"SoundLevelPressure()","u":"%3Cinit%3E()"},{"p":"wellen","c":"FFT","l":"specSize()"},{"p":"wellen","c":"SpeechSynthesis","l":"SpeechSynthesis()","u":"%3Cinit%3E()"},{"p":"wellen","c":"SpeechSynthesis","l":"SpeechSynthesis(boolean, boolean)","u":"%3Cinit%3E(boolean,boolean)"},{"p":"wellen.dsp","c":"Wavetable","l":"square(float[])"},{"p":"wellen.dsp","c":"Wavetable","l":"square(float[], int)","u":"square(float[],int)"},{"p":"wellen.dsp","c":"Envelope","l":"stages()"},{"p":"wellen.dsp","c":"Sampler","l":"start_recording()"},{"p":"wellen","c":"BeatMIDI","l":"start()"},{"p":"wellen.dsp","c":"ADSR","l":"start()"},{"p":"wellen.dsp","c":"Envelope","l":"start()"},{"p":"wellen","c":"Tone","l":"start(int)"},{"p":"wellen","c":"Beat","l":"start(Object)","u":"start(java.lang.Object)"},{"p":"wellen.dsp","c":"BeatDSP","l":"start(Object)","u":"start(java.lang.Object)"},{"p":"wellen.dsp","c":"DSP","l":"start(Object)","u":"start(java.lang.Object)"},{"p":"wellen.dsp","c":"Trigger","l":"start(Object)","u":"start(java.lang.Object)"},{"p":"wellen","c":"EventReceiverOSC","l":"start(Object)","u":"start(java.lang.Object)"},{"p":"wellen.dsp","c":"DSP","l":"start(Object, AudioDeviceConfiguration)","u":"start(java.lang.Object,wellen.AudioDeviceConfiguration)"},{"p":"wellen","c":"Beat","l":"start(Object, int)","u":"start(java.lang.Object,int)"},{"p":"wellen.dsp","c":"BeatDSP","l":"start(Object, int)","u":"start(java.lang.Object,int)"},{"p":"wellen.dsp","c":"DSP","l":"start(Object, int)","u":"start(java.lang.Object,int)"},{"p":"wellen","c":"EventReceiverMIDI","l":"start(Object, int)","u":"start(java.lang.Object,int)"},{"p":"wellen","c":"EventReceiverOSC","l":"start(Object, int)","u":"start(java.lang.Object,int)"},{"p":"wellen.dsp","c":"DSP","l":"start(Object, int, int)","u":"start(java.lang.Object,int,int)"},{"p":"wellen.dsp","c":"DSP","l":"start(Object, int, int, int, int)","u":"start(java.lang.Object,int,int,int,int)"},{"p":"wellen.dsp","c":"DSP","l":"start(Object, int, int, int, int, int, int)","u":"start(java.lang.Object,int,int,int,int,int,int)"},{"p":"wellen","c":"BeatMIDI","l":"start(Object, String)","u":"start(java.lang.Object,java.lang.String)"},{"p":"wellen","c":"EventReceiverMIDI","l":"start(Object, String)","u":"start(java.lang.Object,java.lang.String)"},{"p":"wellen.dsp","c":"DSP","l":"start(Object, String, int, String, int, int, int)","u":"start(java.lang.Object,java.lang.String,int,java.lang.String,int,int,int)"},{"p":"wellen","c":"Tone","l":"start(String, int)","u":"start(java.lang.String,int)"},{"p":"wellen","c":"Tone","l":"start(String, int, int)","u":"start(java.lang.String,int,int)"},{"p":"wellen","c":"Tone","l":"start(String, int, int, int)","u":"start(java.lang.String,int,int,int)"},{"p":"wellen","c":"Tone","l":"start(String...)","u":"start(java.lang.String...)"},{"p":"wellen","c":"Arpeggiator","l":"step()"},{"p":"wellen","c":"Sequencer","l":"step()"},{"p":"wellen","c":"HarmonicTable","l":"step(int)"},{"p":"wellen","c":"Wellen","l":"STEREO"},{"p":"wellen","c":"Beat","l":"stop()"},{"p":"wellen","c":"BeatEvent","l":"stop()"},{"p":"wellen","c":"BeatMIDI","l":"stop()"},{"p":"wellen.dsp","c":"ADSR","l":"stop()"},{"p":"wellen.dsp","c":"DSP","l":"stop()"},{"p":"wellen.dsp","c":"Envelope","l":"stop()"},{"p":"wellen.dsp","c":"Sampler","l":"stop()"},{"p":"wellen","c":"Tone","l":"stop()"},{"p":"wellen","c":"ToneEngine","l":"stop()"},{"p":"wellen","c":"ToneEngineDSP","l":"stop()"},{"p":"wellen","c":"ToneEngineMIDI","l":"stop()"},{"p":"wellen","c":"ToneEngineOSC","l":"stop()"},{"p":"wellen.dsp","c":"BeatDSP","l":"tick()"},{"p":"wellen","c":"FFT","l":"timeSize()"},{"p":"wellen","c":"Wellen","l":"to_millis(float)"},{"p":"wellen","c":"Wellen","l":"to_sec(int)"},{"p":"wellen","c":"Wellen","l":"TONE_ENGINE_INTERNAL"},{"p":"wellen","c":"Wellen","l":"TONE_ENGINE_INTERNAL_WITH_NO_OUTPUT"},{"p":"wellen","c":"Wellen","l":"TONE_ENGINE_MIDI"},{"p":"wellen","c":"Wellen","l":"TONE_ENGINE_OSC"},{"p":"wellen","c":"ToneEngineDSP","l":"ToneEngineDSP()","u":"%3Cinit%3E()"},{"p":"wellen","c":"ToneEngineDSP","l":"ToneEngineDSP(int, int, int, int, int)","u":"%3Cinit%3E(int,int,int,int,int)"},{"p":"wellen","c":"ToneEngineMIDI","l":"ToneEngineMIDI(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"ToneEngineMIDI","l":"ToneEngineMIDI(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"wellen","c":"ToneEngineOSC","l":"ToneEngineOSC()","u":"%3Cinit%3E()"},{"p":"wellen","c":"ToneEngineOSC","l":"ToneEngineOSC(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"wellen","c":"ToneEngineOSC","l":"ToneEngineOSC(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"wellen","c":"Track","l":"Track()","u":"%3Cinit%3E()"},{"p":"wellen","c":"Track","l":"Track(float, int, int)","u":"%3Cinit%3E(float,int,int)"},{"p":"wellen","c":"Track","l":"track(int)"},{"p":"wellen","c":"Track","l":"tracks()"},{"p":"wellen.dsp","c":"Wavetable","l":"triangle(float[])"},{"p":"wellen.dsp","c":"Wavetable","l":"triangle(float[], int)","u":"triangle(float[],int)"},{"p":"wellen.dsp","c":"Trigger","l":"trigger_falling_edge(boolean)"},{"p":"wellen.dsp","c":"Trigger","l":"trigger_rising_edge(boolean)"},{"p":"wellen","c":"Arpeggiator","l":"trigger()"},{"p":"wellen.dsp","c":"Sampler","l":"trigger()"},{"p":"wellen.dsp","c":"Trigger","l":"Trigger()","u":"%3Cinit%3E()"},{"p":"wellen","c":"Beat.Listener","l":"trigger(int)"},{"p":"wellen.dsp","c":"BeatDSP.Listener","l":"trigger(int)"},{"p":"wellen.dsp","c":"Trigger.Listener","l":"trigger(int)"},{"p":"wellen.dsp","c":"Trigger","l":"Trigger(Object)","u":"%3Cinit%3E(java.lang.Object)"},{"p":"wellen.dsp","c":"Sampler","l":"tune_frequency_to(float)"},{"p":"wellen","c":"Wellen","l":"TWO_PI"},{"p":"wellen","c":"HarmonicTable","l":"UP"},{"p":"wellen","c":"HarmonicTable","l":"UP_LEFT"},{"p":"wellen","c":"HarmonicTable","l":"UP_RIGHT"},{"p":"wellen","c":"Track","l":"update(int)"},{"p":"wellen","c":"Track","l":"update(int, int)","u":"update(int,int)"},{"p":"wellen","c":"ToneEngineDSP","l":"USE_AMP_FRACTION"},{"p":"wellen.dsp","c":"Envelope.Stage","l":"value"},{"p":"wellen","c":"Arpeggiator","l":"velocity()"},{"p":"wellen","c":"AudioDeviceImplDesktop","l":"VERBOSE"},{"p":"wellen","c":"BeatMIDI","l":"VERBOSE"},{"p":"wellen.dsp","c":"Signal","l":"VERBOSE"},{"p":"wellen","c":"MidiIn","l":"VERBOSE"},{"p":"wellen","c":"Patch","l":"VERBOSE"},{"p":"wellen","c":"ToneEngineDSP","l":"VERBOSE"},{"p":"wellen","c":"Track","l":"VERBOSE"},{"p":"wellen","c":"WAVConverter","l":"VERBOSE"},{"p":"wellen","c":"Wellen","l":"VERSION_MAJOR"},{"p":"wellen","c":"Wellen","l":"VERSION_MINOR"},{"p":"wellen","c":"Wellen","l":"version_string()"},{"p":"wellen.dsp","c":"Vocoder","l":"Vocoder(int, int, int, int)","u":"%3Cinit%3E(int,int,int,int)"},{"p":"wellen.dsp","c":"FilterVowelFormant","l":"VOWEL_A"},{"p":"wellen.dsp","c":"FilterVowelFormant","l":"VOWEL_E"},{"p":"wellen.dsp","c":"FilterVowelFormant","l":"VOWEL_I"},{"p":"wellen.dsp","c":"FilterVowelFormant","l":"VOWEL_O"},{"p":"wellen.dsp","c":"FilterVowelFormant","l":"VOWEL_U"},{"p":"wellen","c":"Wellen","l":"WAV_FORMAT_IEEE_FLOAT_32BIT"},{"p":"wellen","c":"Wellen","l":"WAV_FORMAT_PCM"},{"p":"wellen","c":"WAVConverter","l":"WAVConverter(int, int, int, int)","u":"%3Cinit%3E(int,int,int,int)"},{"p":"wellen","c":"WAVConverter","l":"WAVConverter(WAVConverter.Info)","u":"%3Cinit%3E(wellen.WAVConverter.Info)"},{"p":"wellen","c":"Wellen","l":"WAVEFORM_NOISE"},{"p":"wellen","c":"Wellen","l":"WAVEFORM_SAWTOOTH"},{"p":"wellen","c":"Wellen","l":"WAVEFORM_SINE"},{"p":"wellen","c":"Wellen","l":"WAVEFORM_SQUARE"},{"p":"wellen","c":"Wellen","l":"WAVEFORM_TRIANGLE"},{"p":"wellen","c":"Wellen","l":"WAVESHAPE_INTERPOLATE_CUBIC"},{"p":"wellen","c":"Wellen","l":"WAVESHAPE_INTERPOLATE_LINEAR"},{"p":"wellen","c":"Wellen","l":"WAVESHAPE_INTERPOLATE_NONE"},{"p":"wellen","c":"Wellen","l":"WAVESHAPER_ATAN"},{"p":"wellen","c":"Wellen","l":"WAVESHAPER_CUBIC"},{"p":"wellen","c":"Wellen","l":"WAVESHAPER_HARDCLIP"},{"p":"wellen","c":"Wellen","l":"WAVESHAPER_SIN"},{"p":"wellen","c":"Wellen","l":"WAVESHAPER_TAN_H"},{"p":"wellen.dsp","c":"Waveshaper","l":"Waveshaper()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"Wavetable","l":"Wavetable()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"Wavetable","l":"Wavetable(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.dsp","c":"Wavetable","l":"Wavetable(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"wellen","c":"Wellen","l":"Wellen()","u":"%3Cinit%3E()"},{"p":"wellen","c":"FFT","l":"window(int)"},{"p":"wellen","c":"WAVConverter","l":"writeHeader()"}];updateSearchResults(); \ No newline at end of file diff --git a/docs/script.js b/docs/script.js index 864989c..73cd8fa 100644 --- a/docs/script.js +++ b/docs/script.js @@ -63,7 +63,7 @@ function show(tableId, selected, columns) { } function updateTabs(tableId, selected) { - document.querySelector('div#' + tableId +' .summary-table') + document.getElementById(tableId + '.tabpanel') .setAttribute('aria-labelledby', selected); document.querySelectorAll('button[id^="' + tableId + '"]') .forEach(function(tab, index) { diff --git a/docs/type-search-index.js b/docs/type-search-index.js index 35206ef..9d24a4e 100644 --- a/docs/type-search-index.js +++ b/docs/type-search-index.js @@ -1 +1 @@ -typeSearchIndex = [{"p":"wellen.dsp","l":"ADSR"},{"l":"All Classes and Interfaces","u":"allclasses-index.html"},{"p":"wellen","l":"Arpeggiator"},{"p":"wellen","l":"AudioBufferManager"},{"p":"wellen","l":"AudioBufferRenderer"},{"p":"wellen","l":"AudioDevice"},{"p":"wellen","l":"AudioDeviceConfiguration"},{"p":"wellen","l":"AudioDeviceImplDesktop"},{"p":"wellen","l":"ToneEngineDSP.AudioOutputCallback"},{"p":"wellen","l":"Beat"},{"p":"wellen.analysis","l":"BeatDetection"},{"p":"wellen.dsp","l":"BeatDSP"},{"p":"wellen","l":"BeatEvent"},{"p":"wellen","l":"BeatListener"},{"p":"wellen","l":"BeatMIDI"},{"p":"wellen","l":"InstrumentDSPLibrary.BELL"},{"p":"wellen.dsp","l":"Crossfader"},{"p":"wellen.dsp","l":"Delay"},{"p":"wellen.dsp","l":"Distortion"},{"p":"wellen.dsp","l":"DSP"},{"p":"wellen.dsp","l":"DSPNodeInput"},{"p":"wellen.dsp","l":"DSPNodeInputSignal"},{"p":"wellen.dsp","l":"DSPNodeOutput"},{"p":"wellen.dsp","l":"DSPNodeOutputSignal"},{"p":"wellen.dsp","l":"DSPNodeProcess"},{"p":"wellen.dsp","l":"DSPNodeProcessSignal"},{"p":"wellen.dsp","l":"EffectMono"},{"p":"wellen.dsp","l":"EffectStereo"},{"p":"wellen.dsp","l":"Envelope"},{"p":"wellen.analysis","l":"EnvelopeFollower"},{"p":"wellen","l":"EnvelopeListener"},{"p":"wellen","l":"EventReceiverMIDI"},{"p":"wellen","l":"EventReceiverOSC"},{"p":"wellen","l":"InstrumentDSPLibrary.FAT_LEAD"},{"p":"wellen.analysis","l":"FFT"},{"p":"wellen","l":"FFT"},{"p":"wellen.dsp","l":"FilterBalance"},{"p":"wellen.dsp","l":"FilterBandPass"},{"p":"wellen.dsp","l":"FilterBiquad"},{"p":"wellen.dsp","l":"FilterButterworth"},{"p":"wellen.dsp","l":"FilterHighLowBandPass"},{"p":"wellen.dsp","l":"FilterHighPass"},{"p":"wellen.dsp","l":"FilterLowPass"},{"p":"wellen.dsp","l":"FilterMoogLadderLowPass"},{"p":"wellen.dsp","l":"FilterResonator"},{"p":"wellen.dsp","l":"FilterVowelFormant"},{"p":"wellen.dsp","l":"FMSynthesis"},{"p":"wellen.analysis","l":"FrequencyDistribution"},{"p":"wellen.dsp","l":"Gain"},{"p":"wellen","l":"Grid"},{"p":"wellen","l":"HarmonicTable"},{"p":"wellen","l":"InstrumentDSPLibrary.HI_HAT"},{"p":"wellen","l":"WAVConverter.Info"},{"p":"wellen","l":"Instrument"},{"p":"wellen","l":"InstrumentDSP"},{"p":"wellen","l":"InstrumentDSPLibrary"},{"p":"wellen","l":"InstrumentMIDI"},{"p":"wellen","l":"InstrumentOSC"},{"p":"wellen","l":"InstrumentDSPLibrary.KICK_DRUM"},{"p":"wellen","l":"Beat.Listener"},{"p":"wellen.dsp","l":"BeatDSP.Listener"},{"p":"wellen.dsp","l":"Trigger.Listener"},{"p":"wellen","l":"Loop"},{"p":"wellen","l":"Loopable"},{"p":"wellen","l":"MIDI"},{"p":"wellen","l":"MidiIn"},{"p":"wellen","l":"MidiInListener"},{"p":"wellen","l":"MidiOut"},{"p":"wellen","l":"MidiUtilities"},{"p":"wellen.dsp","l":"Noise"},{"p":"wellen","l":"Note"},{"p":"wellen","l":"Arpeggiator.NoteStruct"},{"p":"wellen.dsp","l":"Oscillator"},{"p":"wellen.dsp","l":"OscillatorFunction"},{"p":"wellen","l":"Pan"},{"p":"wellen","l":"Patch"},{"p":"wellen","l":"Pattern"},{"p":"wellen.analysis","l":"PitchDetection"},{"p":"wellen.dsp","l":"Reverb"},{"p":"wellen.analysis","l":"RootMeanSquare"},{"p":"wellen","l":"SAM"},{"p":"wellen","l":"SampleDataSNARE"},{"p":"wellen.dsp","l":"Sampler"},{"p":"wellen","l":"InstrumentDSPLibrary.SAMPLER"},{"p":"wellen","l":"SamplerListener"},{"p":"wellen","l":"Scale"},{"p":"wellen","l":"Sequencer"},{"p":"wellen.dsp","l":"Signal"},{"p":"wellen.analysis","l":"Sonogram"},{"p":"wellen.analysis","l":"SoundLevelPressure"},{"p":"wellen","l":"SpeechSynthesis"},{"p":"wellen.dsp","l":"Envelope.Stage"},{"p":"wellen","l":"Tone"},{"p":"wellen","l":"ToneEngine"},{"p":"wellen","l":"ToneEngineDSP"},{"p":"wellen","l":"ToneEngineMIDI"},{"p":"wellen","l":"ToneEngineOSC"},{"p":"wellen","l":"Track"},{"p":"wellen.dsp","l":"Trigger"},{"p":"wellen.dsp","l":"Vocoder"},{"p":"wellen","l":"WAVConverter"},{"p":"wellen.dsp","l":"Waveshaper"},{"p":"wellen.dsp","l":"Wavetable"},{"p":"wellen","l":"Wellen"}];updateSearchResults(); \ No newline at end of file +typeSearchIndex = [{"p":"wellen.dsp","l":"ADSR"},{"l":"All Classes and Interfaces","u":"allclasses-index.html"},{"p":"wellen","l":"Arpeggiator"},{"p":"wellen","l":"AudioBufferManager"},{"p":"wellen","l":"AudioBufferRenderer"},{"p":"wellen","l":"AudioDevice"},{"p":"wellen","l":"AudioDeviceConfiguration"},{"p":"wellen","l":"AudioDeviceImplDesktop"},{"p":"wellen","l":"ToneEngineDSP.AudioOutputCallback"},{"p":"wellen","l":"Beat"},{"p":"wellen.analysis","l":"BeatDetection"},{"p":"wellen.dsp","l":"BeatDSP"},{"p":"wellen","l":"BeatEvent"},{"p":"wellen","l":"BeatListener"},{"p":"wellen","l":"BeatMIDI"},{"p":"wellen","l":"InstrumentDSPLibrary.BELL"},{"p":"wellen.dsp","l":"Crossfader"},{"p":"wellen","l":"InstrumentDSPLibrary.DEFAULT"},{"p":"wellen.dsp","l":"Delay"},{"p":"wellen.dsp","l":"Distortion"},{"p":"wellen.dsp","l":"DSP"},{"p":"wellen.dsp","l":"DSPNodeInput"},{"p":"wellen.dsp","l":"DSPNodeInputSignal"},{"p":"wellen.dsp","l":"DSPNodeOutput"},{"p":"wellen.dsp","l":"DSPNodeOutputSignal"},{"p":"wellen.dsp","l":"DSPNodeProcess"},{"p":"wellen.dsp","l":"DSPNodeProcessSignal"},{"p":"wellen.dsp","l":"EffectMono"},{"p":"wellen.dsp","l":"EffectStereo"},{"p":"wellen.dsp","l":"Envelope"},{"p":"wellen.analysis","l":"EnvelopeFollower"},{"p":"wellen","l":"EnvelopeListener"},{"p":"wellen","l":"EventReceiverMIDI"},{"p":"wellen","l":"EventReceiverOSC"},{"p":"wellen","l":"InstrumentDSPLibrary.FAT_LEAD"},{"p":"wellen.analysis","l":"FFT"},{"p":"wellen","l":"FFT"},{"p":"wellen.dsp","l":"FilterBalance"},{"p":"wellen.dsp","l":"FilterBandPass"},{"p":"wellen.dsp","l":"FilterBiquad"},{"p":"wellen.dsp","l":"FilterButterworth"},{"p":"wellen.dsp","l":"FilterHighLowBandPass"},{"p":"wellen.dsp","l":"FilterHighPass"},{"p":"wellen.dsp","l":"FilterLowPass"},{"p":"wellen.dsp","l":"FilterMoogLadderLowPass"},{"p":"wellen.dsp","l":"FilterResonator"},{"p":"wellen.dsp","l":"FilterVowelFormant"},{"p":"wellen.dsp","l":"FMSynthesis"},{"p":"wellen.analysis","l":"FrequencyDistribution"},{"p":"wellen.dsp","l":"Gain"},{"p":"wellen","l":"Grid"},{"p":"wellen","l":"HarmonicTable"},{"p":"wellen","l":"InstrumentDSPLibrary.HI_HAT"},{"p":"wellen","l":"WAVConverter.Info"},{"p":"wellen","l":"Instrument"},{"p":"wellen","l":"InstrumentDSP"},{"p":"wellen","l":"InstrumentDSPLibrary"},{"p":"wellen","l":"InstrumentMIDI"},{"p":"wellen","l":"InstrumentOSC"},{"p":"wellen","l":"InstrumentDSPLibrary.KICK_DRUM"},{"p":"wellen","l":"Beat.Listener"},{"p":"wellen.dsp","l":"BeatDSP.Listener"},{"p":"wellen.dsp","l":"Trigger.Listener"},{"p":"wellen","l":"Loop"},{"p":"wellen","l":"Loopable"},{"p":"wellen","l":"MIDI"},{"p":"wellen","l":"MidiIn"},{"p":"wellen","l":"MidiInListener"},{"p":"wellen","l":"MidiOut"},{"p":"wellen","l":"MidiUtilities"},{"p":"wellen.dsp","l":"Noise"},{"p":"wellen","l":"Note"},{"p":"wellen","l":"Arpeggiator.NoteStruct"},{"p":"wellen.dsp","l":"Oscillator"},{"p":"wellen.dsp","l":"OscillatorFunction"},{"p":"wellen","l":"Pan"},{"p":"wellen","l":"Patch"},{"p":"wellen","l":"Pattern"},{"p":"wellen.analysis","l":"PitchDetection"},{"p":"wellen.dsp","l":"Reverb"},{"p":"wellen.analysis","l":"RootMeanSquare"},{"p":"wellen","l":"SAM"},{"p":"wellen","l":"SampleDataSNARE"},{"p":"wellen.dsp","l":"Sampler"},{"p":"wellen","l":"InstrumentDSPLibrary.SAMPLER"},{"p":"wellen","l":"SamplerListener"},{"p":"wellen","l":"Scale"},{"p":"wellen","l":"Sequencer"},{"p":"wellen.dsp","l":"Signal"},{"p":"wellen","l":"InstrumentDSPLibrary.SNARE"},{"p":"wellen.analysis","l":"Sonogram"},{"p":"wellen.analysis","l":"SoundLevelPressure"},{"p":"wellen","l":"SpeechSynthesis"},{"p":"wellen.dsp","l":"Envelope.Stage"},{"p":"wellen","l":"Tone"},{"p":"wellen","l":"ToneEngine"},{"p":"wellen","l":"ToneEngineDSP"},{"p":"wellen","l":"ToneEngineMIDI"},{"p":"wellen","l":"ToneEngineOSC"},{"p":"wellen","l":"Track"},{"p":"wellen.dsp","l":"Trigger"},{"p":"wellen.dsp","l":"Vocoder"},{"p":"wellen","l":"WAVConverter"},{"p":"wellen.dsp","l":"Waveshaper"},{"p":"wellen.dsp","l":"Wavetable"},{"p":"wellen","l":"Wellen"}];updateSearchResults(); \ No newline at end of file diff --git a/docs/wellen/Arpeggiator.NoteStruct.html b/docs/wellen/Arpeggiator.NoteStruct.html index e613582..a877967 100644 --- a/docs/wellen/Arpeggiator.NoteStruct.html +++ b/docs/wellen/Arpeggiator.NoteStruct.html @@ -71,8 +71,8 @@

Constructor Summary

Method Summary

-
-
+
+
Modifier and Type
Method
Description
diff --git a/docs/wellen/Arpeggiator.html b/docs/wellen/Arpeggiator.html index ca1c799..c9c4b0e 100644 --- a/docs/wellen/Arpeggiator.html +++ b/docs/wellen/Arpeggiator.html @@ -80,8 +80,8 @@

Constructor Summary

Method Summary

-
-
+
+
Modifier and Type
Method
Description
diff --git a/docs/wellen/AudioBufferManager.html b/docs/wellen/AudioBufferManager.html index 22778aa..7f945dc 100644 --- a/docs/wellen/AudioBufferManager.html +++ b/docs/wellen/AudioBufferManager.html @@ -64,8 +64,8 @@

Constructor Summary

Method Summary

-
-
+
+
Modifier and Type
Method
Description
diff --git a/docs/wellen/AudioBufferRenderer.html b/docs/wellen/AudioBufferRenderer.html index 1b4d8be..ce7aebb 100644 --- a/docs/wellen/AudioBufferRenderer.html +++ b/docs/wellen/AudioBufferRenderer.html @@ -50,8 +50,8 @@

Interface AudioBufferRen

Method Summary

-
-
+
+
Modifier and Type
Method
Description
diff --git a/docs/wellen/AudioDevice.html b/docs/wellen/AudioDevice.html index a2b65d5..c215bba 100644 --- a/docs/wellen/AudioDevice.html +++ b/docs/wellen/AudioDevice.html @@ -49,8 +49,8 @@

Interface AudioDevice

Method Summary

-
-
+
+
Modifier and Type
Method
Description
diff --git a/docs/wellen/AudioDeviceConfiguration.html b/docs/wellen/AudioDeviceConfiguration.html index 648a132..0a39981 100644 --- a/docs/wellen/AudioDeviceConfiguration.html +++ b/docs/wellen/AudioDeviceConfiguration.html @@ -101,8 +101,8 @@

Constructor Summary

Method Summary

-
-
+
+
Modifier and Type
Method
Description
diff --git a/docs/wellen/AudioDeviceImplDesktop.html b/docs/wellen/AudioDeviceImplDesktop.html index 1741583..4520f3b 100644 --- a/docs/wellen/AudioDeviceImplDesktop.html +++ b/docs/wellen/AudioDeviceImplDesktop.html @@ -97,8 +97,8 @@

Constructor Summary

Method Summary

-
-
+
+
Modifier and Type
Method
Description
diff --git a/docs/wellen/Beat.Listener.html b/docs/wellen/Beat.Listener.html index 13c6675..4176934 100644 --- a/docs/wellen/Beat.Listener.html +++ b/docs/wellen/Beat.Listener.html @@ -49,8 +49,8 @@

Interface Beat.Listener

Method Summary

-
-
+
+
Modifier and Type
Method
Description
diff --git a/docs/wellen/Beat.html b/docs/wellen/Beat.html index 9ca1825..3bef86f 100644 --- a/docs/wellen/Beat.html +++ b/docs/wellen/Beat.html @@ -81,8 +81,8 @@

Constructor Summary

Method Summary

-
-
+
+
Modifier and Type
Method
Description
diff --git a/docs/wellen/BeatEvent.html b/docs/wellen/BeatEvent.html index fa816d5..43d67dd 100644 --- a/docs/wellen/BeatEvent.html +++ b/docs/wellen/BeatEvent.html @@ -50,8 +50,8 @@

Class BeatEvent

Method Summary

-
-
+
+
Modifier and Type
Method
Description
diff --git a/docs/wellen/BeatListener.html b/docs/wellen/BeatListener.html index 4379c6a..b3b7c51 100644 --- a/docs/wellen/BeatListener.html +++ b/docs/wellen/BeatListener.html @@ -46,8 +46,8 @@

Interface BeatListener

Method Summary

-
-
+
+
Modifier and Type
Method
Description
diff --git a/docs/wellen/BeatMIDI.html b/docs/wellen/BeatMIDI.html index e323cb6..b998360 100644 --- a/docs/wellen/BeatMIDI.html +++ b/docs/wellen/BeatMIDI.html @@ -70,8 +70,8 @@

Field Summary

Method Summary

-
-
+
+
Modifier and Type
Method
Description
diff --git a/docs/wellen/EnvelopeListener.html b/docs/wellen/EnvelopeListener.html index 9898e9c..46e452b 100644 --- a/docs/wellen/EnvelopeListener.html +++ b/docs/wellen/EnvelopeListener.html @@ -46,8 +46,8 @@

Interface EnvelopeListener<

Method Summary

-
-
+
+
Modifier and Type
Method
Description
diff --git a/docs/wellen/EventReceiverMIDI.html b/docs/wellen/EventReceiverMIDI.html index 9fb0281..88b857c 100644 --- a/docs/wellen/EventReceiverMIDI.html +++ b/docs/wellen/EventReceiverMIDI.html @@ -83,8 +83,8 @@

Constructor Summary

Method Summary

-
-
+
+
Modifier and Type
Method
Description
diff --git a/docs/wellen/EventReceiverOSC.html b/docs/wellen/EventReceiverOSC.html index 930d757..3e02001 100644 --- a/docs/wellen/EventReceiverOSC.html +++ b/docs/wellen/EventReceiverOSC.html @@ -64,8 +64,8 @@

Constructor Summary

Method Summary

-
-
+
+
Modifier and Type
Method
Description
diff --git a/docs/wellen/FFT.html b/docs/wellen/FFT.html index 40a0f23..714debb 100644 --- a/docs/wellen/FFT.html +++ b/docs/wellen/FFT.html @@ -106,8 +106,8 @@

Constructor Summary

Method Summary

-
-
+
+
Modifier and Type
Method
Description
diff --git a/docs/wellen/Grid.html b/docs/wellen/Grid.html index 0fbce8f..1ba7c85 100644 --- a/docs/wellen/Grid.html +++ b/docs/wellen/Grid.html @@ -106,8 +106,8 @@

Constructor Summary

Method Summary

-
-
+
+
Modifier and Type
Method
Description
diff --git a/docs/wellen/HarmonicTable.html b/docs/wellen/HarmonicTable.html index 696da85..d451620 100644 --- a/docs/wellen/HarmonicTable.html +++ b/docs/wellen/HarmonicTable.html @@ -102,8 +102,8 @@

Constructor Summary

Method Summary

-
-
+
+
Modifier and Type
Method
Description
diff --git a/docs/wellen/Instrument.html b/docs/wellen/Instrument.html index 8db394f..8f47351 100644 --- a/docs/wellen/Instrument.html +++ b/docs/wellen/Instrument.html @@ -67,8 +67,8 @@

Constructor Summary

Method Summary

-
-
+
+
Modifier and Type
Method
Description
diff --git a/docs/wellen/InstrumentDSP.html b/docs/wellen/InstrumentDSP.html index fce3e92..b81f694 100644 --- a/docs/wellen/InstrumentDSP.html +++ b/docs/wellen/InstrumentDSP.html @@ -45,7 +45,7 @@

Class InstrumentDSP

Direct Known Subclasses:
-
InstrumentDSPLibrary.BELL, InstrumentDSPLibrary.FAT_LEAD, InstrumentDSPLibrary.HI_HAT, InstrumentDSPLibrary.KICK_DRUM, InstrumentDSPLibrary.SAMPLER
+
InstrumentDSPLibrary.BELL, InstrumentDSPLibrary.DEFAULT, InstrumentDSPLibrary.FAT_LEAD, InstrumentDSPLibrary.HI_HAT, InstrumentDSPLibrary.KICK_DRUM, InstrumentDSPLibrary.SAMPLER

public class InstrumentDSP @@ -102,8 +102,8 @@

Constructor Summary

Method Summary

-
-
+
+
Modifier and Type
Method
Description
diff --git a/docs/wellen/InstrumentDSPLibrary.BELL.html b/docs/wellen/InstrumentDSPLibrary.BELL.html index 0e5a618..141063d 100644 --- a/docs/wellen/InstrumentDSPLibrary.BELL.html +++ b/docs/wellen/InstrumentDSPLibrary.BELL.html @@ -83,8 +83,8 @@

Constructor Summary

Method Summary

-
-
+
+
Modifier and Type
Method
Description
diff --git a/docs/wellen/InstrumentDSPLibrary.DEFAULT.html b/docs/wellen/InstrumentDSPLibrary.DEFAULT.html new file mode 100644 index 0000000..a3da7c4 --- /dev/null +++ b/docs/wellen/InstrumentDSPLibrary.DEFAULT.html @@ -0,0 +1,116 @@ + + + + +InstrumentDSPLibrary.DEFAULT + + + + + + + + + + + + + + +
+ +
+
+ +
+
Package wellen
+

Class InstrumentDSPLibrary.DEFAULT

+
+
java.lang.Object +
wellen.Instrument +
wellen.InstrumentDSP +
wellen.InstrumentDSPLibrary.DEFAULT
+
+
+
+
+
+
All Implemented Interfaces:
+
DSPNodeOutputSignal
+
+
+
Enclosing class:
+
InstrumentDSPLibrary
+
+
+
public static class InstrumentDSPLibrary.DEFAULT +extends InstrumentDSP
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      DEFAULT

      +
      public DEFAULT(int pID)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/docs/wellen/InstrumentDSPLibrary.FAT_LEAD.html b/docs/wellen/InstrumentDSPLibrary.FAT_LEAD.html index d5b902b..5297950 100644 --- a/docs/wellen/InstrumentDSPLibrary.FAT_LEAD.html +++ b/docs/wellen/InstrumentDSPLibrary.FAT_LEAD.html @@ -83,8 +83,8 @@

Constructor Summary

Method Summary

-
-
+
+
Modifier and Type
Method
Description
diff --git a/docs/wellen/InstrumentDSPLibrary.HI_HAT.html b/docs/wellen/InstrumentDSPLibrary.HI_HAT.html index a97d638..5930674 100644 --- a/docs/wellen/InstrumentDSPLibrary.HI_HAT.html +++ b/docs/wellen/InstrumentDSPLibrary.HI_HAT.html @@ -83,8 +83,8 @@

Constructor Summary

Method Summary

-
-
+
+
Modifier and Type
Method
Description
diff --git a/docs/wellen/InstrumentDSPLibrary.KICK_DRUM.html b/docs/wellen/InstrumentDSPLibrary.KICK_DRUM.html index a7fa0b9..30297e3 100644 --- a/docs/wellen/InstrumentDSPLibrary.KICK_DRUM.html +++ b/docs/wellen/InstrumentDSPLibrary.KICK_DRUM.html @@ -83,8 +83,8 @@

Constructor Summary

Method Summary

-
-
+
+
Modifier and Type
Method
Description
diff --git a/docs/wellen/InstrumentDSPLibrary.SAMPLER.html b/docs/wellen/InstrumentDSPLibrary.SAMPLER.html index de033b7..793a697 100644 --- a/docs/wellen/InstrumentDSPLibrary.SAMPLER.html +++ b/docs/wellen/InstrumentDSPLibrary.SAMPLER.html @@ -46,6 +46,10 @@

Class InstrumentDSP
DSPNodeOutputSignal
+
Direct Known Subclasses:
+
InstrumentDSPLibrary.SNARE
+
+
Enclosing class:
InstrumentDSPLibrary
@@ -84,8 +88,8 @@

Constructor Summary

Method Summary

-
-
+
+
Modifier and Type
Method
Description
diff --git a/docs/wellen/InstrumentDSPLibrary.SNARE.html b/docs/wellen/InstrumentDSPLibrary.SNARE.html new file mode 100644 index 0000000..6500449 --- /dev/null +++ b/docs/wellen/InstrumentDSPLibrary.SNARE.html @@ -0,0 +1,121 @@ + + + + +InstrumentDSPLibrary.SNARE + + + + + + + + + + + + + + +
+ +
+
+ +
+
Package wellen
+

Class InstrumentDSPLibrary.SNARE

+
+ +
+
+
All Implemented Interfaces:
+
DSPNodeOutputSignal
+
+
+
Enclosing class:
+
InstrumentDSPLibrary
+
+
+
public static class InstrumentDSPLibrary.SNARE +extends InstrumentDSPLibrary.SAMPLER
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      SNARE

      +
      public SNARE(int pID)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/docs/wellen/InstrumentDSPLibrary.html b/docs/wellen/InstrumentDSPLibrary.html index e6bdb7f..004d00b 100644 --- a/docs/wellen/InstrumentDSPLibrary.html +++ b/docs/wellen/InstrumentDSPLibrary.html @@ -42,7 +42,7 @@

Class InstrumentDSPLibrary< method Tone.replace_instrument(InstrumentDSP).

- all instruments are extended from InstrumentDSP, however some the original functionality is extended, changed + all instruments are extended from InstrumentDSP, however some of the original functionality is extended, changed or even removed.

note that these instruments only work with the internal tone engine. however, due to the modular nature of the @@ -63,16 +63,22 @@

Nested Class Summary

 
static class 
- +
 
static class 
- +
 
static class 
- +
 
static class 
- + +
 
+
static class 
+ +
 
+
static class 
+
 
diff --git a/docs/wellen/InstrumentMIDI.html b/docs/wellen/InstrumentMIDI.html index e5db596..48cc679 100644 --- a/docs/wellen/InstrumentMIDI.html +++ b/docs/wellen/InstrumentMIDI.html @@ -64,8 +64,8 @@

Constructor Summary

Method Summary

-
-
+
+
Modifier and Type
Method
Description
diff --git a/docs/wellen/InstrumentOSC.html b/docs/wellen/InstrumentOSC.html index 51c68ee..08af4bb 100644 --- a/docs/wellen/InstrumentOSC.html +++ b/docs/wellen/InstrumentOSC.html @@ -64,8 +64,8 @@

Constructor Summary

Method Summary

-
-
+
+
Modifier and Type
Method
Description
diff --git a/docs/wellen/Loop.html b/docs/wellen/Loop.html index b326e7b..6414633 100644 --- a/docs/wellen/Loop.html +++ b/docs/wellen/Loop.html @@ -66,8 +66,8 @@

Constructor Summary

Method Summary

-
-
+
+
Modifier and Type
Method
Description
diff --git a/docs/wellen/Loopable.html b/docs/wellen/Loopable.html index 0888579..f4a7869 100644 --- a/docs/wellen/Loopable.html +++ b/docs/wellen/Loopable.html @@ -49,8 +49,8 @@

Interface Loopable

Method Summary

-
-
+
+
Modifier and Type
Method
Description
diff --git a/docs/wellen/MidiIn.html b/docs/wellen/MidiIn.html index f9af09f..90cef5f 100644 --- a/docs/wellen/MidiIn.html +++ b/docs/wellen/MidiIn.html @@ -85,8 +85,8 @@

Constructor Summary

Method Summary

-
-
+
+
Modifier and Type
Method
Description
diff --git a/docs/wellen/MidiInListener.html b/docs/wellen/MidiInListener.html index 87eb402..0467c3a 100644 --- a/docs/wellen/MidiInListener.html +++ b/docs/wellen/MidiInListener.html @@ -50,8 +50,8 @@

Interface MidiInListener

Method Summary

-
-
+
+
Modifier and Type
Method
Description
diff --git a/docs/wellen/MidiOut.html b/docs/wellen/MidiOut.html index e1a3790..739fd1c 100644 --- a/docs/wellen/MidiOut.html +++ b/docs/wellen/MidiOut.html @@ -65,8 +65,8 @@

Constructor Summary

Method Summary

-
-
+
+
Modifier and Type
Method
Description
diff --git a/docs/wellen/MidiUtilities.html b/docs/wellen/MidiUtilities.html index d37af5f..d5c0bea 100644 --- a/docs/wellen/MidiUtilities.html +++ b/docs/wellen/MidiUtilities.html @@ -62,8 +62,8 @@

Constructor Summary

Method Summary

-
-
+
+
Modifier and Type
Method
Description
diff --git a/docs/wellen/Note.html b/docs/wellen/Note.html index 041a80b..57d48ac 100644 --- a/docs/wellen/Note.html +++ b/docs/wellen/Note.html @@ -77,8 +77,8 @@

Constructor Summary

Method Summary

-
-
+
+
Modifier and Type
Method
Description
diff --git a/docs/wellen/Pan.html b/docs/wellen/Pan.html index 05f8b94..f100f93 100644 --- a/docs/wellen/Pan.html +++ b/docs/wellen/Pan.html @@ -68,8 +68,8 @@

Constructor Summary

Method Summary

-
-
+
+
Modifier and Type
Method
Description
diff --git a/docs/wellen/Patch.html b/docs/wellen/Patch.html index 38ec610..4cee146 100644 --- a/docs/wellen/Patch.html +++ b/docs/wellen/Patch.html @@ -89,8 +89,8 @@

Constructor Summary

Method Summary

-
-
+
+
Modifier and Type
Method
Description
diff --git a/docs/wellen/Pattern.html b/docs/wellen/Pattern.html index 11f2ade..b8f1aef 100644 --- a/docs/wellen/Pattern.html +++ b/docs/wellen/Pattern.html @@ -73,8 +73,8 @@

Constructor Summary

Method Summary

-
-
+
+
Modifier and Type
Method
Description
diff --git a/docs/wellen/SAM.html b/docs/wellen/SAM.html index bbbf262..0c144cd 100644 --- a/docs/wellen/SAM.html +++ b/docs/wellen/SAM.html @@ -70,8 +70,8 @@

Constructor Summary

Method Summary

-
-
+
+
Modifier and Type
Method
Description
diff --git a/docs/wellen/SamplerListener.html b/docs/wellen/SamplerListener.html index 37e952a..f431d23 100644 --- a/docs/wellen/SamplerListener.html +++ b/docs/wellen/SamplerListener.html @@ -45,13 +45,13 @@

Interface SamplerListenerMethod Summary

-
-
+
+
Modifier and Type
Method
Description
void
- +
is_done(Sampler pSampler)
 
@@ -68,9 +68,9 @@

Method Summary

Method Details

  • -
    +

    is_done

    -
    void is_done()
    +
    void is_done(Sampler pSampler)
diff --git a/docs/wellen/Scale.html b/docs/wellen/Scale.html index e6749a4..d051b91 100644 --- a/docs/wellen/Scale.html +++ b/docs/wellen/Scale.html @@ -168,8 +168,8 @@

Constructor Summary

Method Summary

-
-
+
+
Modifier and Type
Method
Description
diff --git a/docs/wellen/Sequencer.html b/docs/wellen/Sequencer.html index 47839d0..b619ae3 100644 --- a/docs/wellen/Sequencer.html +++ b/docs/wellen/Sequencer.html @@ -70,8 +70,8 @@

Constructor Summary

Method Summary

-
-
+
+
Modifier and Type
Method
Description
diff --git a/docs/wellen/SpeechSynthesis.html b/docs/wellen/SpeechSynthesis.html index f6fe6b3..6d6527e 100644 --- a/docs/wellen/SpeechSynthesis.html +++ b/docs/wellen/SpeechSynthesis.html @@ -66,8 +66,8 @@

Constructor Summary

Method Summary

-
-
+
+
Modifier and Type
Method
Description
diff --git a/docs/wellen/Tone.html b/docs/wellen/Tone.html index 7682100..18ac8a3 100644 --- a/docs/wellen/Tone.html +++ b/docs/wellen/Tone.html @@ -50,8 +50,8 @@

Class Tone

Method Summary

-
-
+
+
Modifier and Type
Method
Description
@@ -83,6 +83,12 @@

Method Summary

 
+
static float[]
+ +
 
+
static float[]
+ +
 
static ToneEngine
 
@@ -98,6 +104,13 @@

Method Summary

static boolean
 
+
static Sampler
+
load_sample(byte[] sample_buffer)
+
 
+
static Sampler
+
load_sample(processing.core.PApplet p, + String sample_filename)
+
 
static void
 
@@ -116,40 +129,43 @@

Method Summary

static void
pitch_bend(int value)
 
-
static void
-
replace_instrument(Class<? extends Instrument> instrument_class, - int ID)
+
static boolean
+
 
static void
- +
replace_instrument(Class<? extends Instrument> instrument_class, + int ID)
 
static void
-
set_engine(ToneEngine tone_engine)
+
 
- -
start(int configuration)
+
static void
+
set_engine(ToneEngine tone_engine)
 
-
static void
-
start(String... tone_enginge_name)
+ +
start(int configuration)
 
static void
-
start(String tone_enginge_name, - int parameter)
+
start(String... tone_enginge_name)
 
static void
-
start(String tone_enginge_name, - int parameterA, - int parameterB)
+
start(String tone_enginge_name, + int parameter)
 
static void
-
start(String tone_enginge_name, +
start(String tone_enginge_name, int parameterA, - int parameterB, - int parameterC)
+ int parameterB)
 
static void
- +
start(String tone_enginge_name, + int parameterA, + int parameterB, + int parameterC)
 
+
static void
+ +
 
@@ -208,6 +224,26 @@

get_buffer

  • +
    +

    get_output_buffer_left

    +
    public static float[] get_output_buffer_left()
    +
    +
    Returns:
    +
    reference to left output buffer
    +
    +
    +
  • +
  • +
    +

    get_output_buffer_right

    +
    public static float[] get_output_buffer_right()
    +
    +
    Returns:
    +
    reference to right output buffer
    +
    +
    +
  • +
  • get_buffer_left

    public static float[] get_buffer_left()
    @@ -302,6 +338,25 @@

    replace_instrument

  • +
    +

    load_sample

    +
    public static Sampler load_sample(processing.core.PApplet p, + String sample_filename)
    +
    +
  • +
  • +
    +

    load_sample

    +
    public static Sampler load_sample(byte[] sample_buffer)
    +
    +
  • +
  • +
    +

    remove_sample

    +
    public static boolean remove_sample(Sampler sampler)
    +
    +
  • +
  • set_engine

    public static void set_engine(ToneEngine tone_engine)
    diff --git a/docs/wellen/ToneEngine.html b/docs/wellen/ToneEngine.html index 5d9b4fc..273b687 100644 --- a/docs/wellen/ToneEngine.html +++ b/docs/wellen/ToneEngine.html @@ -78,8 +78,8 @@

    Field Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    @@ -114,6 +114,13 @@

    Method Summary

    abstract boolean
     
    +
    abstract Sampler
    +
    load_sample(byte[] sampleBuffer)
    +
     
    +
    abstract Sampler
    +
    load_sample(processing.core.PApplet p, + String sampleFilename)
    +
     
    abstract void
    @@ -140,12 +147,15 @@

    Method Summary

    abstract void
    pitch_bend(int pValue)
     
    -
    abstract void
    - +
    abstract boolean
    +
     
    -
    void
    - -
     
    +
    abstract void
    + +
     
    +
    void
    + +
     
    @@ -352,6 +362,25 @@

    get_buffer_right

    public float[] get_buffer_right()
  • +
  • +
    +

    load_sample

    +
    public abstract Sampler load_sample(processing.core.PApplet p, + String sampleFilename)
    +
    +
  • +
  • +
    +

    load_sample

    +
    public abstract Sampler load_sample(byte[] sampleBuffer)
    +
    +
  • +
  • +
    +

    remove_sample

    +
    public abstract boolean remove_sample(Sampler sampler)
    +
    +
  • diff --git a/docs/wellen/ToneEngineDSP.AudioOutputCallback.html b/docs/wellen/ToneEngineDSP.AudioOutputCallback.html index 5cf701a..a288d46 100644 --- a/docs/wellen/ToneEngineDSP.AudioOutputCallback.html +++ b/docs/wellen/ToneEngineDSP.AudioOutputCallback.html @@ -49,8 +49,8 @@

    Interface

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/docs/wellen/ToneEngineDSP.html b/docs/wellen/ToneEngineDSP.html index 2aec166..0b95b7a 100644 --- a/docs/wellen/ToneEngineDSP.html +++ b/docs/wellen/ToneEngineDSP.html @@ -112,8 +112,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    @@ -165,6 +165,13 @@

    Method Summary

    boolean
     
    + +
    load_sample(byte[] sampleBuffer)
    +
     
    + +
    load_sample(processing.core.PApplet p, + String sampleFilename)
    +
     
     
    @@ -201,15 +208,18 @@

    Method Summary

    boolean
     
    -
    void
    - +
    boolean
    +
     
    void
    -
    set_gain(float gain)
    +
     
    void
    - +
    set_gain(float gain)
     
    +
    void
    + +
     
    @@ -532,6 +542,37 @@

    register_audioblock_callback

    public void register_audioblock_callback(ToneEngineDSP.AudioOutputCallback audioblock_callback)
    +
  • +
    +

    load_sample

    +
    public Sampler load_sample(processing.core.PApplet p, + String sampleFilename)
    +
    +
    Specified by:
    +
    load_sample in class ToneEngine
    +
    +
    +
  • +
  • +
    +

    load_sample

    +
    public Sampler load_sample(byte[] sampleBuffer)
    +
    +
    Specified by:
    +
    load_sample in class ToneEngine
    +
    +
    +
  • +
  • +
    +

    remove_sample

    +
    public boolean remove_sample(Sampler sampler)
    +
    +
    Specified by:
    +
    remove_sample in class ToneEngine
    +
    +
    +
  • diff --git a/docs/wellen/ToneEngineMIDI.html b/docs/wellen/ToneEngineMIDI.html index c5200ed..fb05ac4 100644 --- a/docs/wellen/ToneEngineMIDI.html +++ b/docs/wellen/ToneEngineMIDI.html @@ -88,8 +88,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    @@ -115,6 +115,13 @@

    Method Summary

    boolean
     
    + +
    load_sample(byte[] sampleBuffer)
    +
     
    + +
    load_sample(processing.core.PApplet p, + String sampleFilename)
    +
     
    void
    @@ -134,12 +141,15 @@

    Method Summary

    void
    pitch_bend(int pValue)
     
    -
    void
    - +
    boolean
    +
     
    void
    - +
     
    +
    void
    + +
     
    @@ -335,6 +345,37 @@

    replace_instrument

    +
  • +
    +

    load_sample

    +
    public Sampler load_sample(processing.core.PApplet p, + String sampleFilename)
    +
    +
    Specified by:
    +
    load_sample in class ToneEngine
    +
    +
    +
  • +
  • +
    +

    load_sample

    +
    public Sampler load_sample(byte[] sampleBuffer)
    +
    +
    Specified by:
    +
    load_sample in class ToneEngine
    +
    +
    +
  • +
  • +
    +

    remove_sample

    +
    public boolean remove_sample(Sampler sampler)
    +
    +
    Specified by:
    +
    remove_sample in class ToneEngine
    +
    +
    +
  • diff --git a/docs/wellen/ToneEngineOSC.html b/docs/wellen/ToneEngineOSC.html index 7b37042..55190fd 100644 --- a/docs/wellen/ToneEngineOSC.html +++ b/docs/wellen/ToneEngineOSC.html @@ -100,8 +100,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    @@ -121,6 +121,13 @@

    Method Summary

    boolean
     
    + +
    load_sample(byte[] sampleBuffer)
    +
     
    + +
    load_sample(processing.core.PApplet p, + String sampleFilename)
    +
     
    void
    @@ -140,12 +147,15 @@

    Method Summary

    void
    pitch_bend(int pValue)
     
    -
    void
    - +
    boolean
    +
     
    void
    - +
     
    +
    void
    + +
     
    @@ -394,6 +404,37 @@

    replace_instrument

    +
  • +
    +

    load_sample

    +
    public Sampler load_sample(processing.core.PApplet p, + String sampleFilename)
    +
    +
    Specified by:
    +
    load_sample in class ToneEngine
    +
    +
    +
  • +
  • +
    +

    load_sample

    +
    public Sampler load_sample(byte[] sampleBuffer)
    +
    +
    Specified by:
    +
    load_sample in class ToneEngine
    +
    +
    +
  • +
  • +
    +

    remove_sample

    +
    public boolean remove_sample(Sampler sampler)
    +
    +
    Specified by:
    +
    remove_sample in class ToneEngine
    +
    +
    +
  • diff --git a/docs/wellen/Track.html b/docs/wellen/Track.html index 4c24c69..98549db 100644 --- a/docs/wellen/Track.html +++ b/docs/wellen/Track.html @@ -106,8 +106,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/docs/wellen/WAVConverter.html b/docs/wellen/WAVConverter.html index 9fb1625..6b4f2ae 100644 --- a/docs/wellen/WAVConverter.html +++ b/docs/wellen/WAVConverter.html @@ -98,8 +98,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/docs/wellen/Wellen.html b/docs/wellen/Wellen.html index 8c53659..f1e18a9 100644 --- a/docs/wellen/Wellen.html +++ b/docs/wellen/Wellen.html @@ -495,8 +495,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    @@ -513,161 +513,169 @@

    Method Summary

    int pEnd, boolean pLittleEndian)
     
    -
    static void
    -
    bytes_to_floatIEEEs(byte[] pBytes, - float[] pSignal, - boolean pLittleEndian)
    +
    static float[]
    +
    bytes_to_floatIEEEs(byte[] pBytes)
     
    static void
    -
    bytes_to_floats(byte[] pBytes, +
    bytes_to_floatIEEEs(byte[] pBytes, + float[] pSignal, + boolean pLittleEndian)
    +
     
    +
    static void
    +
    bytes_to_floats(byte[] pBytes, float[] pFloats, int pBitsPerFloat)
    -
     
    -
    static float
    -
    bytes_to_floats(int pFormat, +
    +
    convert byte array to float array.
    +
    +
    static float
    +
    bytes_to_floats(int pFormat, byte[] pInput, int pIndex)
    -
     
    -
    static float
    -
    clamp(float pValue)
     
    static float
    -
    clamp(float pValue, +
    clamp(float pValue)
    +
     
    +
    static float
    +
    clamp(float pValue, float pMin, float pMax)
    -
     
    -
    static int
    -
    clamp(int pValue, - int pMin, - int pMax)
     
    static int
    -
    clamp127(int pValue)
    +
    clamp(int pValue, + int pMin, + int pMax)
     
    static int
    -
    constrain(int value, +
    clamp127(int pValue)
    +
     
    +
    static int
    +
    constrain(int value, int min, int max)
    -
     
    -
    static float[]
    -
    copy(float[] source)
    -
    +
     
    +
    static float[]
    +
    copy(float[] source)
    +
    copy the content of one array to a new array
    -
    static void
    -
    copy(float[] source, +
    static void
    +
    copy(float[] source, float[] destination)
    -
    +
    copy the content of one array to another array of the same length
    -
    static void
    -
    draw_buffer(processing.core.PGraphics g, - float pWidth, - float pHeight, - float[] pBuffer)
    -
     
    static void
    -
    draw_buffer(processing.core.PGraphics g, +
    draw_buffer(processing.core.PGraphics g, float pWidth, float pHeight, - float[] pBuffer, - int pStride)
    + float[] pBuffer)
     
    static void
    -
    draw_buffers(processing.core.PGraphics g, +
    draw_buffer(processing.core.PGraphics g, float pWidth, float pHeight, - float[]... pBuffers)
    + float[] pBuffer, + int pStride)
     
    static void
    -
    draw_tone(processing.core.PGraphics g, +
    draw_buffers(processing.core.PGraphics g, float pWidth, - float pHeight)
    + float pHeight, + float[]... pBuffers)
     
    static void
    -
    draw_tone_stereo(processing.core.PGraphics g, +
    draw_tone(processing.core.PGraphics g, float pWidth, float pHeight)
     
    static void
    - +
    draw_tone_stereo(processing.core.PGraphics g, + float pWidth, + float pHeight)
     
    static void
    -
    dumpAudioInputAndOutputDevices(boolean pPrintFormats)
    +
     
    -
    static String[]
    - +
    static void
    +
    dumpAudioInputAndOutputDevices(boolean pPrintFormats)
     
    static String[]
    - +
     
    -
    static void
    -
    exportWAV(processing.core.PApplet p, +
    static String[]
    + +
     
    +
    static void
    +
    exportWAV(processing.core.PApplet p, String pFilepath, float[][] pBuffer, int pBitsPerSignal, int pSignalRate)
    -
     
    -
    static void
    -
    exportWAV(processing.core.PApplet p, +
     
    +
    static void
    +
    exportWAV(processing.core.PApplet p, String pFilepath, float[][] pBuffer, int pBitsPerSignal, int pSignalRate, int pCompressionType)
    -
     
    -
    static void
    -
    exportWAV(processing.core.PApplet p, +
     
    +
    static void
    +
    exportWAV(processing.core.PApplet p, String pFilepath, float[] pBuffer, int pBitsPerSignal, int pSignalRate)
    -
     
    -
    static void
    -
    exportWAVInfo(processing.core.PApplet p, - String pFilepath, - WAVConverter.Info pWAVInfo)
     
    static void
    -
    fill_envelope(float[] buffer, - int type)
    +
    exportWAVInfo(processing.core.PApplet p, + String pFilepath, + WAVConverter.Info pWAVInfo)
     
    -
    static int[]
    -
    find_zero_crossings(float[] pSampleData, +
    static void
    +
    fill_envelope(float[] buffer, + int type)
    +
     
    +
    static int[]
    +
    find_zero_crossings(float[] pSampleData, int pInPoint, int pOutPoint)
    -
     
    -
    static float
    -
    flip(float pValue)
     
    -
    static byte[]
    - +
    static float
    +
    flip(float pValue)
     
    static byte[]
    -
    floatIEEEs_to_bytes(float[] pFloats)
    +
     
    static byte[]
    -
    floatIEEEs_to_bytes(float[] pFloats, - boolean pLittleEndian)
    +
    floatIEEEs_to_bytes(float[] pFloats)
     
    -
    static void
    -
    floats_to_bytes(byte[] pBytes, +
    static byte[]
    +
    floatIEEEs_to_bytes(float[] pFloats, + boolean pLittleEndian)
    +
     
    +
    static void
    +
    floats_to_bytes(byte[] pBytes, float[] pFloats, int pBitsPerFloat)
    +
     
    +
    static float[]
    +
    get_extremum(float[] pSignal)
     
    -
    static float[]
    -
    get_extremum(float[] pSignal)
    +
    static String
    +
     
    -
    static String
    - +
    static float[][]
    +
    importWAV(processing.core.PApplet p, + String pFilepath)
     
    -
    static float[][]
    -
    importWAV(processing.core.PApplet p, + +
    importWAVInfo(processing.core.PApplet p, String pFilepath)
     
    - -
    importWAVInfo(processing.core.PApplet p, - String pFilepath)
    +
    static boolean
    +
     
    static int
    millis_to_samples(float pMillis)
    @@ -2735,11 +2743,24 @@

    bytes_to_floatIEEEs

  • +
    +

    bytes_to_floatIEEEs

    +
    public static float[] bytes_to_floatIEEEs(byte[] pBytes)
    +
    +
  • +
  • bytes_to_floats

    public static void bytes_to_floats(byte[] pBytes, float[] pFloats, int pBitsPerFloat)
    +
    convert byte array to float array.
    +
    +
    Parameters:
    +
    pBytes - source unsigned byte array
    +
    pFloats - destination float array
    +
    pBitsPerFloat - number of bits per float ( usually 8, 16, 24, or 32-bits )
    +
  • @@ -2869,6 +2890,12 @@

    dumpAudioInputAndOutputDevices

  • +
    +

    isMidiDeviceAvailable

    +
    public static boolean isMidiDeviceAvailable(String pDeviceName)
    +
    +
  • +
  • dumpMidiInputDevices

    public static String[] dumpMidiInputDevices()
    diff --git a/docs/wellen/analysis/BeatDetection.html b/docs/wellen/analysis/BeatDetection.html index a9c418f..36ecc57 100644 --- a/docs/wellen/analysis/BeatDetection.html +++ b/docs/wellen/analysis/BeatDetection.html @@ -125,8 +125,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/docs/wellen/analysis/EnvelopeFollower.html b/docs/wellen/analysis/EnvelopeFollower.html index c9d495d..e9661f8 100644 --- a/docs/wellen/analysis/EnvelopeFollower.html +++ b/docs/wellen/analysis/EnvelopeFollower.html @@ -69,8 +69,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/docs/wellen/analysis/FFT.html b/docs/wellen/analysis/FFT.html index d723c76..816f461 100644 --- a/docs/wellen/analysis/FFT.html +++ b/docs/wellen/analysis/FFT.html @@ -63,8 +63,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/docs/wellen/analysis/FrequencyDistribution.html b/docs/wellen/analysis/FrequencyDistribution.html index a8764e6..c2e2648 100644 --- a/docs/wellen/analysis/FrequencyDistribution.html +++ b/docs/wellen/analysis/FrequencyDistribution.html @@ -62,8 +62,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/docs/wellen/analysis/PitchDetection.html b/docs/wellen/analysis/PitchDetection.html index cd6fba5..7e7c3bb 100644 --- a/docs/wellen/analysis/PitchDetection.html +++ b/docs/wellen/analysis/PitchDetection.html @@ -82,8 +82,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/docs/wellen/analysis/RootMeanSquare.html b/docs/wellen/analysis/RootMeanSquare.html index 3b4ce92..b354b29 100644 --- a/docs/wellen/analysis/RootMeanSquare.html +++ b/docs/wellen/analysis/RootMeanSquare.html @@ -62,8 +62,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/docs/wellen/analysis/Sonogram.html b/docs/wellen/analysis/Sonogram.html index 00b01d9..a734003 100644 --- a/docs/wellen/analysis/Sonogram.html +++ b/docs/wellen/analysis/Sonogram.html @@ -62,8 +62,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/docs/wellen/analysis/SoundLevelPressure.html b/docs/wellen/analysis/SoundLevelPressure.html index b77ca54..9c26b57 100644 --- a/docs/wellen/analysis/SoundLevelPressure.html +++ b/docs/wellen/analysis/SoundLevelPressure.html @@ -62,8 +62,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/docs/wellen/dsp/ADSR.html b/docs/wellen/dsp/ADSR.html index c187cb7..367186d 100644 --- a/docs/wellen/dsp/ADSR.html +++ b/docs/wellen/dsp/ADSR.html @@ -102,8 +102,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/docs/wellen/dsp/BeatDSP.Listener.html b/docs/wellen/dsp/BeatDSP.Listener.html index 8deb5a1..1c7e564 100644 --- a/docs/wellen/dsp/BeatDSP.Listener.html +++ b/docs/wellen/dsp/BeatDSP.Listener.html @@ -49,8 +49,8 @@

    Interface BeatDSP.Listener<

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/docs/wellen/dsp/BeatDSP.html b/docs/wellen/dsp/BeatDSP.html index 859af6c..aa7addf 100644 --- a/docs/wellen/dsp/BeatDSP.html +++ b/docs/wellen/dsp/BeatDSP.html @@ -88,8 +88,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/docs/wellen/dsp/Crossfader.html b/docs/wellen/dsp/Crossfader.html index 2f202a9..547d1b3 100644 --- a/docs/wellen/dsp/Crossfader.html +++ b/docs/wellen/dsp/Crossfader.html @@ -91,8 +91,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/docs/wellen/dsp/DSP.html b/docs/wellen/dsp/DSP.html index 97ac0f2..017989b 100644 --- a/docs/wellen/dsp/DSP.html +++ b/docs/wellen/dsp/DSP.html @@ -88,8 +88,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/docs/wellen/dsp/DSPNodeInput.html b/docs/wellen/dsp/DSPNodeInput.html index a1dcecc..37386c8 100644 --- a/docs/wellen/dsp/DSPNodeInput.html +++ b/docs/wellen/dsp/DSPNodeInput.html @@ -50,8 +50,8 @@

    Interface DSPNodeInput

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/docs/wellen/dsp/DSPNodeInputSignal.html b/docs/wellen/dsp/DSPNodeInputSignal.html index b6be7ec..d732a0c 100644 --- a/docs/wellen/dsp/DSPNodeInputSignal.html +++ b/docs/wellen/dsp/DSPNodeInputSignal.html @@ -48,8 +48,8 @@

    Interface DSPNodeInputSig

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/docs/wellen/dsp/DSPNodeOutput.html b/docs/wellen/dsp/DSPNodeOutput.html index fabb260..301fd1d 100644 --- a/docs/wellen/dsp/DSPNodeOutput.html +++ b/docs/wellen/dsp/DSPNodeOutput.html @@ -50,8 +50,8 @@

    Interface DSPNodeOutput

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/docs/wellen/dsp/DSPNodeOutputSignal.html b/docs/wellen/dsp/DSPNodeOutputSignal.html index 431e178..7d647a5 100644 --- a/docs/wellen/dsp/DSPNodeOutputSignal.html +++ b/docs/wellen/dsp/DSPNodeOutputSignal.html @@ -36,7 +36,7 @@

    Interface DSPNodeOutputS
    All Known Implementing Classes:
    -
    InstrumentDSP, InstrumentDSPLibrary.BELL, InstrumentDSPLibrary.FAT_LEAD, InstrumentDSPLibrary.HI_HAT, InstrumentDSPLibrary.KICK_DRUM, InstrumentDSPLibrary.SAMPLER, Patch, ToneEngineDSP, Track
    +
    InstrumentDSP, InstrumentDSPLibrary.BELL, InstrumentDSPLibrary.DEFAULT, InstrumentDSPLibrary.FAT_LEAD, InstrumentDSPLibrary.HI_HAT, InstrumentDSPLibrary.KICK_DRUM, InstrumentDSPLibrary.SAMPLER, InstrumentDSPLibrary.SNARE, Patch, ToneEngineDSP, Track

    public interface DSPNodeOutputSignal
    @@ -50,8 +50,8 @@

    Interface DSPNodeOutputS

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/docs/wellen/dsp/DSPNodeProcess.html b/docs/wellen/dsp/DSPNodeProcess.html index 1c66d66..c5756b4 100644 --- a/docs/wellen/dsp/DSPNodeProcess.html +++ b/docs/wellen/dsp/DSPNodeProcess.html @@ -50,8 +50,8 @@

    Interface DSPNodeProcess

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/docs/wellen/dsp/DSPNodeProcessSignal.html b/docs/wellen/dsp/DSPNodeProcessSignal.html index 974540e..bb82844 100644 --- a/docs/wellen/dsp/DSPNodeProcessSignal.html +++ b/docs/wellen/dsp/DSPNodeProcessSignal.html @@ -52,8 +52,8 @@

    Interface DSPNodeProces

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/docs/wellen/dsp/Delay.html b/docs/wellen/dsp/Delay.html index f17778c..b6d534a 100644 --- a/docs/wellen/dsp/Delay.html +++ b/docs/wellen/dsp/Delay.html @@ -72,8 +72,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/docs/wellen/dsp/Distortion.html b/docs/wellen/dsp/Distortion.html index a159eba..00b44dc 100644 --- a/docs/wellen/dsp/Distortion.html +++ b/docs/wellen/dsp/Distortion.html @@ -68,8 +68,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/docs/wellen/dsp/EffectMono.html b/docs/wellen/dsp/EffectMono.html index 9b2c676..4cdd0aa 100644 --- a/docs/wellen/dsp/EffectMono.html +++ b/docs/wellen/dsp/EffectMono.html @@ -49,8 +49,8 @@

    Interface EffectMono

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/docs/wellen/dsp/EffectStereo.html b/docs/wellen/dsp/EffectStereo.html index 74efb6c..80985f6 100644 --- a/docs/wellen/dsp/EffectStereo.html +++ b/docs/wellen/dsp/EffectStereo.html @@ -49,8 +49,8 @@

    Interface EffectStereo

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/docs/wellen/dsp/Envelope.html b/docs/wellen/dsp/Envelope.html index c9d2673..f1e6b76 100644 --- a/docs/wellen/dsp/Envelope.html +++ b/docs/wellen/dsp/Envelope.html @@ -120,8 +120,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/docs/wellen/dsp/FMSynthesis.html b/docs/wellen/dsp/FMSynthesis.html index 5cd1980..419cf2a 100644 --- a/docs/wellen/dsp/FMSynthesis.html +++ b/docs/wellen/dsp/FMSynthesis.html @@ -83,8 +83,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/docs/wellen/dsp/FilterBalance.html b/docs/wellen/dsp/FilterBalance.html index c7abf35..cc2c0d7 100644 --- a/docs/wellen/dsp/FilterBalance.html +++ b/docs/wellen/dsp/FilterBalance.html @@ -70,8 +70,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/docs/wellen/dsp/FilterBandPass.html b/docs/wellen/dsp/FilterBandPass.html index 9c1f6f1..8b92342 100644 --- a/docs/wellen/dsp/FilterBandPass.html +++ b/docs/wellen/dsp/FilterBandPass.html @@ -70,8 +70,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/docs/wellen/dsp/FilterBiquad.html b/docs/wellen/dsp/FilterBiquad.html index 755188f..902f99d 100644 --- a/docs/wellen/dsp/FilterBiquad.html +++ b/docs/wellen/dsp/FilterBiquad.html @@ -70,8 +70,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/docs/wellen/dsp/FilterButterworth.html b/docs/wellen/dsp/FilterButterworth.html index 11865f3..d5305b3 100644 --- a/docs/wellen/dsp/FilterButterworth.html +++ b/docs/wellen/dsp/FilterButterworth.html @@ -70,8 +70,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/docs/wellen/dsp/FilterHighLowBandPass.html b/docs/wellen/dsp/FilterHighLowBandPass.html index dbded2a..0ddca58 100644 --- a/docs/wellen/dsp/FilterHighLowBandPass.html +++ b/docs/wellen/dsp/FilterHighLowBandPass.html @@ -70,8 +70,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/docs/wellen/dsp/FilterHighPass.html b/docs/wellen/dsp/FilterHighPass.html index 1b3ff80..a7f66d7 100644 --- a/docs/wellen/dsp/FilterHighPass.html +++ b/docs/wellen/dsp/FilterHighPass.html @@ -70,8 +70,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/docs/wellen/dsp/FilterLowPass.html b/docs/wellen/dsp/FilterLowPass.html index 3b0d73f..8036325 100644 --- a/docs/wellen/dsp/FilterLowPass.html +++ b/docs/wellen/dsp/FilterLowPass.html @@ -70,8 +70,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/docs/wellen/dsp/FilterMoogLadderLowPass.html b/docs/wellen/dsp/FilterMoogLadderLowPass.html index 625e425..27cbc9e 100644 --- a/docs/wellen/dsp/FilterMoogLadderLowPass.html +++ b/docs/wellen/dsp/FilterMoogLadderLowPass.html @@ -70,8 +70,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/docs/wellen/dsp/FilterResonator.html b/docs/wellen/dsp/FilterResonator.html index 6b03d5f..acc626c 100644 --- a/docs/wellen/dsp/FilterResonator.html +++ b/docs/wellen/dsp/FilterResonator.html @@ -70,8 +70,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/docs/wellen/dsp/FilterVowelFormant.html b/docs/wellen/dsp/FilterVowelFormant.html index 08081e1..8da3bd8 100644 --- a/docs/wellen/dsp/FilterVowelFormant.html +++ b/docs/wellen/dsp/FilterVowelFormant.html @@ -97,8 +97,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/docs/wellen/dsp/Gain.html b/docs/wellen/dsp/Gain.html index 1a91624..913b325 100644 --- a/docs/wellen/dsp/Gain.html +++ b/docs/wellen/dsp/Gain.html @@ -67,8 +67,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/docs/wellen/dsp/Noise.html b/docs/wellen/dsp/Noise.html index 4be1d61..52837e7 100644 --- a/docs/wellen/dsp/Noise.html +++ b/docs/wellen/dsp/Noise.html @@ -68,8 +68,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/docs/wellen/dsp/Oscillator.html b/docs/wellen/dsp/Oscillator.html index 3ef8bab..64f5e96 100644 --- a/docs/wellen/dsp/Oscillator.html +++ b/docs/wellen/dsp/Oscillator.html @@ -71,8 +71,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/docs/wellen/dsp/OscillatorFunction.html b/docs/wellen/dsp/OscillatorFunction.html index 0dbf6c2..096b55f 100644 --- a/docs/wellen/dsp/OscillatorFunction.html +++ b/docs/wellen/dsp/OscillatorFunction.html @@ -90,8 +90,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/docs/wellen/dsp/Reverb.html b/docs/wellen/dsp/Reverb.html index 7b35035..df3bdaa 100644 --- a/docs/wellen/dsp/Reverb.html +++ b/docs/wellen/dsp/Reverb.html @@ -68,8 +68,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/docs/wellen/dsp/Sampler.html b/docs/wellen/dsp/Sampler.html index 36366c9..8095939 100644 --- a/docs/wellen/dsp/Sampler.html +++ b/docs/wellen/dsp/Sampler.html @@ -90,8 +90,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    @@ -207,70 +207,76 @@

    Method Summary

    returns the output signal.
    void
    - +
     
    void
    - +
     
    void
    -
    record(float sample)
    +
     
    void
    -
    record(float[] samples)
    +
    record(float sample)
     
    -
    boolean
    -
    remove_listener(SamplerListener sampler_listener)
    +
    void
    +
    record(float[] samples)
    +
     
    +
    boolean
    +
    remove_listener(SamplerListener sampler_listener)
    +
     
    +
    void
    +
     
    void
    - +
     
    void
    - +
    set_amplitude(float amplitude)
     
    void
    -
    set_amplitude(float amplitude)
    +
    set_buffer(float[] buffer)
     
    void
    -
    set_buffer(float[] buffer)
    +
    set_duration(float seconds)
     
    void
    -
    set_duration(float seconds)
    +
    set_edge_fading(int edge_fade_padding)
     
    void
    -
    set_edge_fading(int edge_fade_padding)
    +
    set_frequency(float frequency)
     
    void
    -
    set_frequency(float frequency)
    +
    set_in(int in_point)
     
    void
    -
    set_in(int in_point)
    +
     
    void
    - +
    set_loop_in(int loop_in_point)
     
    void
    -
    set_loop_in(int loop_in_point)
    +
    set_loop_in_normalized(float loop_in_point_normalized)
     
    void
    -
    set_loop_in_normalized(float loop_in_point_normalized)
    +
    set_loop_out(int loop_out_point)
     
    void
    -
    set_loop_out(int loop_out_point)
    +
    set_loop_out_normalized(float loop_out_point_normalized)
     
    void
    -
    set_loop_out_normalized(float loop_out_point_normalized)
    +
    set_out(int out_point)
     
    void
    -
    set_out(int out_point)
    +
    set_speed(float speed)
     
    void
    -
    set_speed(float speed)
    +
     
    void
    - +
     
    void
    - +
     
    void
    tune_frequency_to(float frequency_scale)
    @@ -384,8 +390,7 @@

    load

    -1.0 to 1.0.
    Parameters:
    -
    buffer - raw byte data ( assuming 4 bytes per sample, 32-bit float aka WAVE_FORMAT_IEEE_FLOAT_32BIT - )
    +
    buffer - raw byte data ( assuming 4 bytes per sample, 32-bit float aka WAVE_FORMAT_IEEE_FLOAT_32BIT )
    little_endian - true if byte data is arranged in little endian order
    Returns:
    instance with buffer loaded
    @@ -563,6 +568,12 @@

    play

  • +
    +

    pause

    +
    public void pause()
    +
    +
  • +
  • stop

    public void stop()
    @@ -671,6 +682,12 @@

    set_loop_out_normalized

  • +
    +

    trigger

    +
    public void trigger()
    +
    +
  • +
  • note_on

    public void note_on()
    diff --git a/docs/wellen/dsp/Signal.html b/docs/wellen/dsp/Signal.html index 74f0c67..7c38314 100644 --- a/docs/wellen/dsp/Signal.html +++ b/docs/wellen/dsp/Signal.html @@ -55,6 +55,9 @@

    Field Summary

    final float[]
     
    +
    static boolean
    + +
     
  • @@ -86,11 +89,17 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    + +
    add(float pSignal)
    +
     
    + +
    add(Signal pSignal)
    +
     
    static Signal
    create(float pSignal)
     
    @@ -125,34 +134,37 @@

    Method Summary

    mult(float pSignal)
     
    -
    int
    - + +
    mult(Signal pSignal)
     
    -
    float
    - +
    int
    +
     
    -
    void
    -
    right(float pSignal)
    +
    float
    +
     
    void
    -
    right_add(float pSignal)
    +
    right(float pSignal)
     
    void
    -
    right_mult(float pSignal)
    +
    right_add(float pSignal)
     
    void
    -
    set(float pSignal)
    +
    right_mult(float pSignal)
     
    void
    -
    set(float pSignalLeft, - float pSignalRight)
    +
    set(float pSignal)
     
    void
    -
    set(Signal pSignal)
    +
    set(float pSignalLeft, + float pSignalRight)
     
    -
    float[]
    - +
    void
    +
    set(Signal pSignal)
     
    +
    float[]
    + +
     
    @@ -176,6 +188,12 @@

    signal

    public final float[] signal
    +
  • +
    +

    VERBOSE

    +
    public static boolean VERBOSE
    +
    +
  • @@ -322,6 +340,12 @@

    mult

  • +
    +

    mult

    +
    public Signal mult(Signal pSignal)
    +
    +
  • +
  • left_mult

    public void left_mult(float pSignal)
    @@ -345,6 +369,18 @@

    right_add

    public void right_add(float pSignal)
  • +
  • +
    +

    add

    +
    public Signal add(float pSignal)
    +
    +
  • +
  • +
    +

    add

    +
    public Signal add(Signal pSignal)
    +
    +
  • diff --git a/docs/wellen/dsp/Trigger.Listener.html b/docs/wellen/dsp/Trigger.Listener.html index 7e58f2e..a1d28ed 100644 --- a/docs/wellen/dsp/Trigger.Listener.html +++ b/docs/wellen/dsp/Trigger.Listener.html @@ -49,8 +49,8 @@

    Interface Trigger.Listener<

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/docs/wellen/dsp/Trigger.html b/docs/wellen/dsp/Trigger.html index d323fa7..e3639b4 100644 --- a/docs/wellen/dsp/Trigger.html +++ b/docs/wellen/dsp/Trigger.html @@ -103,8 +103,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/docs/wellen/dsp/Vocoder.html b/docs/wellen/dsp/Vocoder.html index 7f156c0..54bb7a3 100644 --- a/docs/wellen/dsp/Vocoder.html +++ b/docs/wellen/dsp/Vocoder.html @@ -69,8 +69,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/docs/wellen/dsp/Waveshaper.html b/docs/wellen/dsp/Waveshaper.html index 00ae78b..53de41f 100644 --- a/docs/wellen/dsp/Waveshaper.html +++ b/docs/wellen/dsp/Waveshaper.html @@ -62,8 +62,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/docs/wellen/dsp/Wavetable.html b/docs/wellen/dsp/Wavetable.html index 0dc9e72..0a81483 100644 --- a/docs/wellen/dsp/Wavetable.html +++ b/docs/wellen/dsp/Wavetable.html @@ -93,8 +93,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/docs/wellen/dsp/package-summary.html b/docs/wellen/dsp/package-summary.html index dfa5166..d143055 100644 --- a/docs/wellen/dsp/package-summary.html +++ b/docs/wellen/dsp/package-summary.html @@ -51,8 +51,8 @@

    Package wellen.dsp

  • -
    -
    +
    +
    Class
    Description
    diff --git a/docs/wellen/package-summary.html b/docs/wellen/package-summary.html index a1629d5..af376ce 100644 --- a/docs/wellen/package-summary.html +++ b/docs/wellen/package-summary.html @@ -51,8 +51,8 @@

    Package wellen

  • -
    -
    +
    +
    Class
    Description
    @@ -135,13 +135,17 @@

    Package wellen

     
    - + +
     
    + +
     
    +
     
    - +
     
    - +
     
    - +
     
     
    diff --git a/lib/library.properties b/lib/library.properties index 8806ff5..b03051c 100644 --- a/lib/library.properties +++ b/lib/library.properties @@ -4,8 +4,8 @@ url = https://github.com/dennisppaul/wellen categories = Sound sentence = wellen is a framework for exploring and teaching generative music making and algorithmic compositions. paragraph = it facilitates simple ways of playing musical notes, facilitates easy access to low-level digital signal processing (DSP) and supplies rhythm and timing as well as some *standard* muscial mechanics. the library acts as an adapter to various sound in- and outputs like MIDI, OSC, or digital/analog audio. the library is hosted on github [wellen](https://github.com/dennisppaul/wellen). -version = 12 -prettyVersion = 0.12 +version = 13 +prettyVersion = 0.13 minRevision = 246 maxRevision = 0 diff --git a/processing-library/wellen/library.properties b/processing-library/wellen/library.properties index 8806ff5..b03051c 100644 --- a/processing-library/wellen/library.properties +++ b/processing-library/wellen/library.properties @@ -4,8 +4,8 @@ url = https://github.com/dennisppaul/wellen categories = Sound sentence = wellen is a framework for exploring and teaching generative music making and algorithmic compositions. paragraph = it facilitates simple ways of playing musical notes, facilitates easy access to low-level digital signal processing (DSP) and supplies rhythm and timing as well as some *standard* muscial mechanics. the library acts as an adapter to various sound in- and outputs like MIDI, OSC, or digital/analog audio. the library is hosted on github [wellen](https://github.com/dennisppaul/wellen). -version = 12 -prettyVersion = 0.12 +version = 13 +prettyVersion = 0.13 minRevision = 246 maxRevision = 0 diff --git a/processing-library/wellen/reference/allclasses-index.html b/processing-library/wellen/reference/allclasses-index.html index a406f3b..fe32ec0 100644 --- a/processing-library/wellen/reference/allclasses-index.html +++ b/processing-library/wellen/reference/allclasses-index.html @@ -33,8 +33,8 @@

    All Classes and Interfaces<

    -
    -
    +
    +
    Class
    Description
    @@ -238,13 +238,17 @@

    All Classes and Interfaces<

     
    - +
     
    - +
     
    - +
     
    - + +
     
    + +
     
    +
     
     
    diff --git a/processing-library/wellen/reference/index-all.html b/processing-library/wellen/reference/index-all.html index f1f8c2d..7ed5f96 100644 --- a/processing-library/wellen/reference/index-all.html +++ b/processing-library/wellen/reference/index-all.html @@ -30,12 +30,16 @@

    Index

    A B C D E F G H I K L M N O P Q R S T U V W 
    All Classes and Interfaces|All Packages|Constant Field Values

    A

    +
    add(float) - Method in class wellen.dsp.Signal
    +
     
    add(Beat.Listener) - Method in class wellen.Beat
     
    add(BeatListener) - Method in class wellen.BeatEvent
    +
    add(Signal) - Method in class wellen.dsp.Signal
    +
     
    add(Trigger.Listener) - Method in class wellen.dsp.BeatDSP
     
    add(Trigger.Listener) - Method in class wellen.dsp.Trigger
    @@ -226,10 +230,14 @@

    B

     
    bytes_to_floatIEEE(byte[], int, int, boolean) - Static method in class wellen.Wellen
     
    +
    bytes_to_floatIEEEs(byte[]) - Static method in class wellen.Wellen
    +
     
    bytes_to_floatIEEEs(byte[], float[], boolean) - Static method in class wellen.Wellen
     
    bytes_to_floats(byte[], float[], int) - Static method in class wellen.Wellen
    -
     
    +
    +
    convert byte array to float array.
    +
    bytes_to_floats(int, byte[], int) - Static method in class wellen.Wellen
     
    @@ -389,6 +397,8 @@

    D

     
    data() - Method in class wellen.Sequencer
     
    +
    DEFAULT(int) - Constructor for class wellen.InstrumentDSPLibrary.DEFAULT
    +
     
    DEFAULT_AMPLITUDE - Static variable in class wellen.dsp.OscillatorFunction
     
    DEFAULT_AMPLITUDE - Static variable in class wellen.dsp.Wavetable
    @@ -1238,8 +1248,12 @@

    G

     
    get_output_buffer_left() - Static method in class wellen.dsp.DSP
     
    +
    get_output_buffer_left() - Static method in class wellen.Tone
    +
     
    get_output_buffer_right() - Static method in class wellen.dsp.DSP
     
    +
    get_output_buffer_right() - Static method in class wellen.Tone
    +
     
    get_pan() - Method in class wellen.Instrument
     
    get_panning() - Method in class wellen.Pan
    @@ -1508,6 +1522,8 @@

    I

     
    InstrumentDSPLibrary.BELL - Class in wellen
     
    +
    InstrumentDSPLibrary.DEFAULT - Class in wellen
    +
     
    InstrumentDSPLibrary.FAT_LEAD - Class in wellen
     
    InstrumentDSPLibrary.HI_HAT - Class in wellen
    @@ -1516,6 +1532,8 @@

    I

     
    InstrumentDSPLibrary.SAMPLER - Class in wellen
     
    +
    InstrumentDSPLibrary.SNARE - Class in wellen
    +
     
    InstrumentMIDI - Class in wellen
     
    InstrumentMIDI(int) - Constructor for class wellen.InstrumentMIDI
    @@ -1547,7 +1565,7 @@

    I

    is_big_endian - Variable in class wellen.AudioDeviceConfiguration
     
    -
    is_done() - Method in interface wellen.SamplerListener
    +
    is_done(Sampler) - Method in interface wellen.SamplerListener
     
    is_eighth(int) - Method in class wellen.Grid
     
    @@ -1595,6 +1613,8 @@

    I

     
    is_whole(int) - Method in class wellen.Grid
     
    +
    isMidiDeviceAvailable(String) - Static method in class wellen.Wellen
    +
     

    K

    @@ -1639,6 +1659,26 @@

    L

    load the sample data from *raw* byte data.
    +
    load_sample(byte[]) - Static method in class wellen.Tone
    +
     
    +
    load_sample(byte[]) - Method in class wellen.ToneEngine
    +
     
    +
    load_sample(byte[]) - Method in class wellen.ToneEngineDSP
    +
     
    +
    load_sample(byte[]) - Method in class wellen.ToneEngineMIDI
    +
     
    +
    load_sample(byte[]) - Method in class wellen.ToneEngineOSC
    +
     
    +
    load_sample(PApplet, String) - Static method in class wellen.Tone
    +
     
    +
    load_sample(PApplet, String) - Method in class wellen.ToneEngine
    +
     
    +
    load_sample(PApplet, String) - Method in class wellen.ToneEngineDSP
    +
     
    +
    load_sample(PApplet, String) - Method in class wellen.ToneEngineMIDI
    +
     
    +
    load_sample(PApplet, String) - Method in class wellen.ToneEngineOSC
    +
     
    logAverages(int, int) - Method in class wellen.FFT
    Sets the number of averages used when computing the spectrum based on the minimum bandwidth for an octave and the @@ -1731,6 +1771,8 @@

    M

     
    mult(float) - Method in class wellen.dsp.Signal
     
    +
    mult(Signal) - Method in class wellen.dsp.Signal
    +
     

    N

    @@ -2201,6 +2243,8 @@

    P

     
    pattern_8(int, int, float) - Method in class wellen.Arpeggiator
     
    +
    pause() - Method in class wellen.dsp.Sampler
    +
     
    pause(boolean) - Method in class wellen.AudioBufferManager
    pause or resume audio processing
    @@ -2403,6 +2447,16 @@

    R

     
    remove_listener(SamplerListener) - Method in class wellen.dsp.Sampler
     
    +
    remove_sample(Sampler) - Static method in class wellen.Tone
    +
     
    +
    remove_sample(Sampler) - Method in class wellen.ToneEngine
    +
     
    +
    remove_sample(Sampler) - Method in class wellen.ToneEngineDSP
    +
     
    +
    remove_sample(Sampler) - Method in class wellen.ToneEngineMIDI
    +
     
    +
    remove_sample(Sampler) - Method in class wellen.ToneEngineOSC
    +
     
    removeListener(MidiInListener) - Method in class wellen.MidiIn
     
    replace_instrument(Class<? extends Instrument>, int) - Static method in class wellen.Tone
    @@ -3145,6 +3199,8 @@

    S

     
    sine(float[]) - Static method in class wellen.dsp.Wavetable
     
    +
    SNARE(int) - Constructor for class wellen.InstrumentDSPLibrary.SNARE
    +
     
    Sonogram - Class in wellen.analysis
     
    Sonogram(PGraphics) - Constructor for class wellen.analysis.Sonogram
    @@ -3334,6 +3390,8 @@

    T

     
    trigger() - Method in class wellen.Arpeggiator
     
    +
    trigger() - Method in class wellen.dsp.Sampler
    +
     
    trigger(int) - Method in interface wellen.Beat.Listener
     
    trigger(int) - Method in interface wellen.dsp.BeatDSP.Listener
    @@ -3390,6 +3448,8 @@

    V

     
    VERBOSE - Static variable in class wellen.BeatMIDI
     
    +
    VERBOSE - Static variable in class wellen.dsp.Signal
    +
     
    VERBOSE - Static variable in class wellen.MidiIn
     
    VERBOSE - Static variable in class wellen.Patch
    diff --git a/processing-library/wellen/reference/member-search-index.js b/processing-library/wellen/reference/member-search-index.js index 7d36e24..d08d117 100644 --- a/processing-library/wellen/reference/member-search-index.js +++ b/processing-library/wellen/reference/member-search-index.js @@ -1 +1 @@ -memberSearchIndex = [{"p":"wellen","c":"ToneEngineDSP","l":"add_effect(EffectStereo)","u":"add_effect(wellen.dsp.EffectStereo)"},{"p":"wellen.dsp","c":"Envelope","l":"add_listener(EnvelopeListener)","u":"add_listener(wellen.EnvelopeListener)"},{"p":"wellen.dsp","c":"Sampler","l":"add_listener(SamplerListener)","u":"add_listener(wellen.SamplerListener)"},{"p":"wellen.dsp","c":"Envelope","l":"add_stage(float)"},{"p":"wellen.dsp","c":"Envelope","l":"add_stage(float, float)","u":"add_stage(float,float)"},{"p":"wellen","c":"Track","l":"add_track(Track)","u":"add_track(wellen.Track)"},{"p":"wellen","c":"Beat","l":"add(Beat.Listener)","u":"add(wellen.Beat.Listener)"},{"p":"wellen","c":"BeatEvent","l":"add(BeatListener)","u":"add(wellen.BeatListener)"},{"p":"wellen.dsp","c":"BeatDSP","l":"add(Trigger.Listener)","u":"add(wellen.dsp.Trigger.Listener)"},{"p":"wellen.dsp","c":"Trigger","l":"add(Trigger.Listener)","u":"add(wellen.dsp.Trigger.Listener)"},{"p":"wellen","c":"MidiIn","l":"addListener(MidiInListener)","u":"addListener(wellen.MidiInListener)"},{"p":"wellen.dsp","c":"ADSR","l":"ADSR_DIAGRAM"},{"p":"wellen.dsp","c":"ADSR","l":"ADSR()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"ADSR","l":"ADSR(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"Loop","l":"after(int, int)","u":"after(int,int)"},{"p":"wellen","c":"Loop","l":"after(int, int, int)","u":"after(int,int,int)"},{"p":"wellen","c":"InstrumentDSP","l":"always_interpolate_frequency_amplitude_changes"},{"p":"wellen","c":"WAVConverter","l":"appendData(float[][])"},{"p":"wellen","c":"Arpeggiator","l":"Arpeggiator(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"ToneEngineDSP","l":"audioblock(float[])"},{"p":"wellen","c":"ToneEngineDSP","l":"audioblock(float[], float[])","u":"audioblock(float[],float[])"},{"p":"wellen","c":"ToneEngineDSP.AudioOutputCallback","l":"audioblock(float[][])"},{"p":"wellen","c":"AudioBufferRenderer","l":"audioblock(float[][], float[][])","u":"audioblock(float[][],float[][])"},{"p":"wellen.dsp","c":"DSP","l":"audioblock(float[][], float[][])","u":"audioblock(float[][],float[][])"},{"p":"wellen","c":"ToneEngineDSP","l":"audioblock(float[][], float[][])","u":"audioblock(float[][],float[][])"},{"p":"wellen","c":"AudioBufferManager","l":"AudioBufferManager(AudioBufferRenderer, AudioDeviceConfiguration)","u":"%3Cinit%3E(wellen.AudioBufferRenderer,wellen.AudioDeviceConfiguration)"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"AudioDeviceConfiguration()","u":"%3Cinit%3E()"},{"p":"wellen","c":"AudioDeviceImplDesktop","l":"AudioDeviceImplDesktop(AudioBufferRenderer, AudioDeviceConfiguration)","u":"%3Cinit%3E(wellen.AudioBufferRenderer,wellen.AudioDeviceConfiguration)"},{"p":"wellen","c":"MidiIn","l":"availableInputs()"},{"p":"wellen","c":"MidiOut","l":"availableOutputs()"},{"p":"wellen","c":"FFT","l":"avgSize()"},{"p":"wellen.analysis","c":"FFT","l":"backwardsTransform(float[])"},{"p":"wellen","c":"BeatMIDI","l":"beat_count()"},{"p":"wellen","c":"BeatListener","l":"beat(int)"},{"p":"wellen","c":"Track","l":"beat(int, int)","u":"beat(int,int)"},{"p":"wellen","c":"Beat","l":"Beat(Object)","u":"%3Cinit%3E(java.lang.Object)"},{"p":"wellen","c":"Beat","l":"Beat(Object, int)","u":"%3Cinit%3E(java.lang.Object,int)"},{"p":"wellen.analysis","c":"BeatDetection","l":"BeatDetection()","u":"%3Cinit%3E()"},{"p":"wellen.analysis","c":"BeatDetection","l":"BeatDetection(float, int)","u":"%3Cinit%3E(float,int)"},{"p":"wellen.analysis","c":"BeatDetection","l":"BeatDetection(float, int, double, double)","u":"%3Cinit%3E(float,int,double,double)"},{"p":"wellen.dsp","c":"BeatDSP","l":"BeatDSP()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"BeatDSP","l":"BeatDSP(Object)","u":"%3Cinit%3E(java.lang.Object)"},{"p":"wellen.dsp","c":"BeatDSP","l":"BeatDSP(Object, int)","u":"%3Cinit%3E(java.lang.Object,int)"},{"p":"wellen","c":"Loop","l":"before(int, int)","u":"before(int,int)"},{"p":"wellen","c":"Loop","l":"before(int, int, int)","u":"before(int,int,int)"},{"p":"wellen","c":"InstrumentDSPLibrary.BELL","l":"BELL(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.analysis","c":"FFT","l":"binToHz(int, float)","u":"binToHz(int,float)"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"bits_per_sample"},{"p":"wellen","c":"WAVConverter.Info","l":"bits_per_sample"},{"p":"wellen","c":"Wellen","l":"BITS_PER_SAMPLE_16"},{"p":"wellen","c":"Wellen","l":"BITS_PER_SAMPLE_24"},{"p":"wellen","c":"Wellen","l":"BITS_PER_SAMPLE_32"},{"p":"wellen","c":"Wellen","l":"BITS_PER_SAMPLE_8"},{"p":"wellen","c":"SpeechSynthesis","l":"blocking(boolean)"},{"p":"wellen","c":"BeatMIDI","l":"bpm()"},{"p":"wellen","c":"AudioDevice","l":"buffer_size()"},{"p":"wellen","c":"AudioDeviceImplDesktop","l":"buffer_size()"},{"p":"wellen","c":"Wellen","l":"bytes_to_floatIEEE(byte[])"},{"p":"wellen","c":"Wellen","l":"bytes_to_floatIEEE(byte[], boolean)","u":"bytes_to_floatIEEE(byte[],boolean)"},{"p":"wellen","c":"Wellen","l":"bytes_to_floatIEEE(byte[], int, int, boolean)","u":"bytes_to_floatIEEE(byte[],int,int,boolean)"},{"p":"wellen","c":"Wellen","l":"bytes_to_floatIEEEs(byte[], float[], boolean)","u":"bytes_to_floatIEEEs(byte[],float[],boolean)"},{"p":"wellen","c":"Wellen","l":"bytes_to_floats(byte[], float[], int)","u":"bytes_to_floats(byte[],float[],int)"},{"p":"wellen","c":"Wellen","l":"bytes_to_floats(int, byte[], int)","u":"bytes_to_floats(int,byte[],int)"},{"p":"wellen","c":"FFT","l":"calcAvg(float, float)","u":"calcAvg(float,float)"},{"p":"wellen.dsp","c":"DSP","l":"calculate_RMS(float[])"},{"p":"wellen.dsp","c":"FilterBiquad","l":"calculate()"},{"p":"wellen","c":"WAVConverter.Info","l":"channels"},{"p":"wellen","c":"Wellen","l":"CHECK_DEFAULT_AUDIO_DEVICE_SAMPLE_RATE"},{"p":"wellen","c":"Scale","l":"CHORD_DOMINANT_7"},{"p":"wellen","c":"Scale","l":"CHORD_MAJOR"},{"p":"wellen","c":"Scale","l":"CHORD_MAJOR_7TH"},{"p":"wellen","c":"Scale","l":"CHORD_MINOR"},{"p":"wellen","c":"Scale","l":"CHORD_MINOR_7TH"},{"p":"wellen","c":"Scale","l":"CHROMATIC"},{"p":"wellen","c":"Wellen","l":"clamp(float)"},{"p":"wellen","c":"Wellen","l":"clamp(float, float, float)","u":"clamp(float,float,float)"},{"p":"wellen","c":"Wellen","l":"clamp(int, int, int)","u":"clamp(int,int,int)"},{"p":"wellen","c":"Wellen","l":"clamp127(int)"},{"p":"wellen","c":"Beat","l":"clean_up()"},{"p":"wellen.dsp","c":"Envelope","l":"clear_listeners()"},{"p":"wellen","c":"Arpeggiator","l":"clear_pattern()"},{"p":"wellen.dsp","c":"Envelope","l":"clear_stages()"},{"p":"wellen","c":"BeatEvent","l":"clear()"},{"p":"wellen","c":"BeatMIDI","l":"clock_continue()"},{"p":"wellen","c":"EventReceiverMIDI","l":"clock_continue()"},{"p":"wellen","c":"MidiInListener","l":"clock_continue()"},{"p":"wellen","c":"BeatMIDI","l":"clock_song_position_pointer(int)"},{"p":"wellen","c":"EventReceiverMIDI","l":"clock_song_position_pointer(int)"},{"p":"wellen","c":"MidiInListener","l":"clock_song_position_pointer(int)"},{"p":"wellen","c":"BeatMIDI","l":"clock_start()"},{"p":"wellen","c":"EventReceiverMIDI","l":"clock_start()"},{"p":"wellen","c":"MidiInListener","l":"clock_start()"},{"p":"wellen","c":"BeatMIDI","l":"clock_stop()"},{"p":"wellen","c":"EventReceiverMIDI","l":"clock_stop()"},{"p":"wellen","c":"MidiInListener","l":"clock_stop()"},{"p":"wellen","c":"BeatMIDI","l":"clock_tick()"},{"p":"wellen","c":"EventReceiverMIDI","l":"clock_tick()"},{"p":"wellen","c":"MidiInListener","l":"clock_tick()"},{"p":"wellen","c":"MidiIn","l":"close()"},{"p":"wellen","c":"MidiOut","l":"close()"},{"p":"wellen","c":"Wellen","l":"constrain(int, int, int)","u":"constrain(int,int,int)"},{"p":"wellen","c":"Tone","l":"control_change(int, int)","u":"control_change(int,int)"},{"p":"wellen","c":"ToneEngine","l":"control_change(int, int)","u":"control_change(int,int)"},{"p":"wellen","c":"ToneEngineDSP","l":"control_change(int, int)","u":"control_change(int,int)"},{"p":"wellen","c":"ToneEngineMIDI","l":"control_change(int, int)","u":"control_change(int,int)"},{"p":"wellen","c":"ToneEngineOSC","l":"control_change(int, int)","u":"control_change(int,int)"},{"p":"wellen","c":"WAVConverter","l":"convert_bytes_to_samples(byte[])"},{"p":"wellen","c":"WAVConverter","l":"convert_samples_to_bytes(float[][], int, int, int)","u":"convert_samples_to_bytes(float[][],int,int,int)"},{"p":"wellen","c":"WAVConverter","l":"convert_samples_to_bytes(float[][], int, int, int, int)","u":"convert_samples_to_bytes(float[][],int,int,int,int)"},{"p":"wellen","c":"WAVConverter","l":"convert_samples_to_bytes(WAVConverter.Info)","u":"convert_samples_to_bytes(wellen.WAVConverter.Info)"},{"p":"wellen","c":"SAM","l":"convert_text_to_phonemes(String)","u":"convert_text_to_phonemes(java.lang.String)"},{"p":"wellen.dsp","c":"DSP","l":"COPY_CACHED_BUFFER"},{"p":"wellen","c":"Arpeggiator.NoteStruct","l":"copy()"},{"p":"wellen","c":"Wellen","l":"copy(float[])"},{"p":"wellen","c":"Wellen","l":"copy(float[], float[])","u":"copy(float[],float[])"},{"p":"wellen","c":"Tone","l":"create_instrument(Class, int)","u":"create_instrument(java.lang.Class,int)"},{"p":"wellen.dsp","c":"Signal","l":"create_stereo(float)"},{"p":"wellen","c":"ToneEngineDSP","l":"create_without_audio_output(int)"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"create()"},{"p":"wellen","c":"ToneEngine","l":"create()"},{"p":"wellen.dsp","c":"Signal","l":"create(float)"},{"p":"wellen.dsp","c":"Signal","l":"create(float, float)","u":"create(float,float)"},{"p":"wellen","c":"BeatEvent","l":"create(int)"},{"p":"wellen","c":"ToneEngine","l":"create(String...)","u":"create(java.lang.String...)"},{"p":"wellen.dsp","c":"Crossfader","l":"Crossfader()","u":"%3Cinit%3E()"},{"p":"wellen","c":"BeatEvent","l":"current_beat_count()"},{"p":"wellen.dsp","c":"Wavetable","l":"current()"},{"p":"wellen","c":"SampleDataSNARE","l":"data"},{"p":"wellen","c":"WAVConverter.Info","l":"data"},{"p":"wellen","c":"Sequencer","l":"data()"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"DEFAULT_AMPLITUDE"},{"p":"wellen.dsp","c":"Wavetable","l":"DEFAULT_AMPLITUDE"},{"p":"wellen","c":"Wellen","l":"DEFAULT_ATTACK"},{"p":"wellen","c":"Wellen","l":"DEFAULT_AUDIO_DEVICE"},{"p":"wellen","c":"Wellen","l":"DEFAULT_AUDIOBLOCK_SIZE"},{"p":"wellen","c":"Wellen","l":"DEFAULT_BITS_PER_SAMPLE"},{"p":"wellen","c":"Wellen","l":"DEFAULT_DECAY"},{"p":"wellen","c":"Wellen","l":"DEFAULT_ENCODING"},{"p":"wellen","c":"Wellen","l":"DEFAULT_ENDIANESS"},{"p":"wellen","c":"Wellen","l":"DEFAULT_FILTER_BANDWIDTH"},{"p":"wellen","c":"Wellen","l":"DEFAULT_FILTER_FREQUENCY"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"DEFAULT_FREQUENCY"},{"p":"wellen.dsp","c":"Wavetable","l":"DEFAULT_FREQUENCY"},{"p":"wellen","c":"InstrumentDSP","l":"DEFAULT_FREQUENCY"},{"p":"wellen","c":"Wellen","l":"DEFAULT_INTERPOLATE_AMP_FREQ_DURATION"},{"p":"wellen","c":"Wellen","l":"DEFAULT_NUMBER_OF_INSTRUMENTS"},{"p":"wellen","c":"Wellen","l":"DEFAULT_RELEASE"},{"p":"wellen","c":"Wellen","l":"DEFAULT_SAMPLING_RATE"},{"p":"wellen.analysis","c":"BeatDetection","l":"DEFAULT_SENSITIVITY"},{"p":"wellen","c":"Wellen","l":"DEFAULT_SUSTAIN"},{"p":"wellen.analysis","c":"BeatDetection","l":"DEFAULT_THRESHOLD"},{"p":"wellen","c":"InstrumentDSP","l":"DEFAULT_WAVETABLE_SIZE"},{"p":"wellen","c":"Wellen","l":"DEFAULT_WAVETABLE_SIZE"},{"p":"wellen.dsp","c":"Delay","l":"Delay()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"Delay","l":"Delay(float, float, float)","u":"%3Cinit%3E(float,float,float)"},{"p":"wellen.dsp","c":"Sampler","l":"delete_recording()"},{"p":"wellen","c":"Scale","l":"DIMINISHED_7"},{"p":"wellen","c":"Wellen","l":"DISTORTION_BIT_CRUSHING"},{"p":"wellen","c":"Wellen","l":"DISTORTION_FOLDBACK"},{"p":"wellen","c":"Wellen","l":"DISTORTION_FOLDBACK_SINGLE"},{"p":"wellen","c":"Wellen","l":"DISTORTION_FULL_WAVE_RECTIFICATION"},{"p":"wellen","c":"Wellen","l":"DISTORTION_HALF_WAVE_RECTIFICATION"},{"p":"wellen","c":"Wellen","l":"DISTORTION_HARD_CLIPPING"},{"p":"wellen","c":"Wellen","l":"DISTORTION_INFINITE_CLIPPING"},{"p":"wellen","c":"Wellen","l":"DISTORTION_SOFT_CLIPPING_ARC_TANGENT"},{"p":"wellen","c":"Wellen","l":"DISTORTION_SOFT_CLIPPING_CUBIC"},{"p":"wellen.dsp","c":"Distortion","l":"Distortion()","u":"%3Cinit%3E()"},{"p":"wellen","c":"HarmonicTable","l":"DOWN"},{"p":"wellen","c":"HarmonicTable","l":"DOWN_LEFT"},{"p":"wellen","c":"HarmonicTable","l":"DOWN_RIGHT"},{"p":"wellen","c":"Wellen","l":"draw_buffer(PGraphics, float, float, float[])","u":"draw_buffer(processing.core.PGraphics,float,float,float[])"},{"p":"wellen","c":"Wellen","l":"draw_buffer(PGraphics, float, float, float[], int)","u":"draw_buffer(processing.core.PGraphics,float,float,float[],int)"},{"p":"wellen.dsp","c":"DSP","l":"draw_buffers(PGraphics, float, float)","u":"draw_buffers(processing.core.PGraphics,float,float)"},{"p":"wellen","c":"Wellen","l":"draw_buffers(PGraphics, float, float, float[]...)","u":"draw_buffers(processing.core.PGraphics,float,float,float[]...)"},{"p":"wellen.dsp","c":"Sampler","l":"draw_sampler_buffer_circular(Sampler, PGraphics, float, float, int)","u":"draw_sampler_buffer_circular(wellen.dsp.Sampler,processing.core.PGraphics,float,float,int)"},{"p":"wellen.dsp","c":"Sampler","l":"draw_sampler_position_circular(Sampler, PGraphics, float, float)","u":"draw_sampler_position_circular(wellen.dsp.Sampler,processing.core.PGraphics,float,float)"},{"p":"wellen","c":"Wellen","l":"draw_tone_stereo(PGraphics, float, float)","u":"draw_tone_stereo(processing.core.PGraphics,float,float)"},{"p":"wellen","c":"Wellen","l":"draw_tone(PGraphics, float, float)","u":"draw_tone(processing.core.PGraphics,float,float)"},{"p":"wellen.analysis","c":"FrequencyDistribution","l":"draw()"},{"p":"wellen.analysis","c":"Sonogram","l":"draw()"},{"p":"wellen.dsp","c":"DSP","l":"DSP(Object, int, int)","u":"%3Cinit%3E(java.lang.Object,int,int)"},{"p":"wellen","c":"Wellen","l":"dumpAudioInputAndOutputDevices()"},{"p":"wellen","c":"Wellen","l":"dumpAudioInputAndOutputDevices(boolean)"},{"p":"wellen","c":"Wellen","l":"dumpMidiInputDevices()"},{"p":"wellen","c":"Wellen","l":"dumpMidiOutputDevices()"},{"p":"wellen.dsp","c":"Envelope.Stage","l":"duration"},{"p":"wellen","c":"MidiUtilities","l":"emit_MIDI_note_constants()"},{"p":"wellen","c":"MidiUtilities","l":"emit_MIDI_note_table()"},{"p":"wellen","c":"Instrument","l":"enable_additional_oscillator(boolean)"},{"p":"wellen","c":"Instrument","l":"enable_ADSR(boolean)"},{"p":"wellen","c":"Instrument","l":"enable_amplitude_LFO(boolean)"},{"p":"wellen","c":"Instrument","l":"enable_detune(boolean)"},{"p":"wellen","c":"Instrument","l":"enable_frequency_LFO(boolean)"},{"p":"wellen.dsp","c":"Wavetable","l":"enable_jitter(boolean)"},{"p":"wellen.dsp","c":"Envelope","l":"enable_loop(boolean)"},{"p":"wellen.dsp","c":"Sampler","l":"enable_loop(boolean)"},{"p":"wellen","c":"Instrument","l":"enable_LPF_envelope_cutoff(boolean)"},{"p":"wellen","c":"Instrument","l":"enable_LPF_envelope_resonance(boolean)"},{"p":"wellen","c":"Instrument","l":"enable_LPF(boolean)"},{"p":"wellen","c":"ToneEngineDSP","l":"enable_reverb(boolean)"},{"p":"wellen","c":"Tone","l":"enable_reverb(float, float, float)","u":"enable_reverb(float,float,float)"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"encoding"},{"p":"wellen","c":"Wellen","l":"ENCODING_ALAW"},{"p":"wellen","c":"Wellen","l":"ENCODING_PCM_FLOAT"},{"p":"wellen","c":"Wellen","l":"ENCODING_PCM_SIGNED"},{"p":"wellen","c":"Wellen","l":"ENCODING_PCM_UNSIGNED"},{"p":"wellen","c":"Wellen","l":"ENCODING_ULAW"},{"p":"wellen.dsp","c":"Sampler","l":"end_recording()"},{"p":"wellen","c":"Wellen","l":"ENDIANESS_BIG_ENDIAN"},{"p":"wellen","c":"Wellen","l":"ENDIANESS_LITTLE_ENDIAN"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_BLACKMAN"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_BLACKMAN_HARRIS"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_COSINE"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_COSINE_SQUARED"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_DOWNWARD_TRIANGLE"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_EXPONENTIAL_DECAY"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_EXPONENTIAL_INCREASE"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_GAUSSIAN"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_HANNING"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_LANCZOS"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_RECTANGULAR"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_TRIANGLE"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_UPWARD_TRIANGLE"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_WELCH"},{"p":"wellen.dsp","c":"Envelope","l":"Envelope()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"Envelope","l":"Envelope(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.analysis","c":"EnvelopeFollower","l":"EnvelopeFollower()","u":"%3Cinit%3E()"},{"p":"wellen.analysis","c":"EnvelopeFollower","l":"EnvelopeFollower(float)","u":"%3Cinit%3E(float)"},{"p":"wellen.analysis","c":"EnvelopeFollower","l":"EnvelopeFollower(float, float, float)","u":"%3Cinit%3E(float,float,float)"},{"p":"wellen","c":"Wellen","l":"EVENT_CHANNEL"},{"p":"wellen","c":"Wellen","l":"EVENT_CONTROLCHANGE"},{"p":"wellen","c":"Grid","l":"event_count(int, float)","u":"event_count(int,float)"},{"p":"wellen.dsp","c":"Trigger","l":"EVENT_FALLING_EDGE"},{"p":"wellen","c":"Wellen","l":"EVENT_NOTE"},{"p":"wellen","c":"Wellen","l":"EVENT_NOTE_OFF"},{"p":"wellen","c":"Wellen","l":"EVENT_NOTE_ON"},{"p":"wellen","c":"Grid","l":"event_phase_count(int, int, int)","u":"event_phase_count(int,int,int)"},{"p":"wellen","c":"Grid","l":"event_phase(int, int, int)","u":"event_phase(int,int,int)"},{"p":"wellen","c":"Wellen","l":"EVENT_PITCHBEND"},{"p":"wellen","c":"Wellen","l":"EVENT_PROGRAMCHANGE"},{"p":"wellen.dsp","c":"Trigger","l":"EVENT_RISING_EDGE"},{"p":"wellen","c":"Wellen","l":"EVENT_UNDEFINED"},{"p":"wellen","c":"Wellen","l":"EVENT_VELOCITY"},{"p":"wellen","c":"Grid","l":"event(int, float)","u":"event(int,float)"},{"p":"wellen","c":"Loop","l":"event(int, int)","u":"event(int,int)"},{"p":"wellen","c":"Pattern","l":"event(int, int)","u":"event(int,int)"},{"p":"wellen","c":"Loop","l":"event(int, int, int)","u":"event(int,int,int)"},{"p":"wellen","c":"EventReceiverMIDI","l":"EventReceiverMIDI(Object)","u":"%3Cinit%3E(java.lang.Object)"},{"p":"wellen","c":"EventReceiverOSC","l":"EventReceiverOSC(Object, int)","u":"%3Cinit%3E(java.lang.Object,int)"},{"p":"wellen","c":"AudioBufferManager","l":"exit()"},{"p":"wellen","c":"AudioDevice","l":"exit()"},{"p":"wellen","c":"AudioDeviceImplDesktop","l":"exit()"},{"p":"wellen","c":"Wellen","l":"exportWAV(PApplet, String, float[], int, int)","u":"exportWAV(processing.core.PApplet,java.lang.String,float[],int,int)"},{"p":"wellen","c":"Wellen","l":"exportWAV(PApplet, String, float[][], int, int)","u":"exportWAV(processing.core.PApplet,java.lang.String,float[][],int,int)"},{"p":"wellen","c":"Wellen","l":"exportWAV(PApplet, String, float[][], int, int, int)","u":"exportWAV(processing.core.PApplet,java.lang.String,float[][],int,int,int)"},{"p":"wellen","c":"Wellen","l":"exportWAVInfo(PApplet, String, WAVConverter.Info)","u":"exportWAVInfo(processing.core.PApplet,java.lang.String,wellen.WAVConverter.Info)"},{"p":"wellen","c":"InstrumentDSPLibrary.FAT_LEAD","l":"FAT_LEAD(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.analysis","c":"FFT","l":"FFT(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"FFT","l":"FFT(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"wellen","c":"Scale","l":"FIBONACCI"},{"p":"wellen","c":"Scale","l":"FIFTH"},{"p":"wellen","c":"Wellen","l":"fill_envelope(float[], int)","u":"fill_envelope(float[],int)"},{"p":"wellen.dsp","c":"Wavetable","l":"fill(float[], int)","u":"fill(float[],int)"},{"p":"wellen.dsp","c":"Wavetable","l":"fill(float[], int, int)","u":"fill(float[],int,int)"},{"p":"wellen","c":"Wellen","l":"FILTER_MODE_BAND_PASS"},{"p":"wellen","c":"Wellen","l":"FILTER_MODE_BAND_REJECT"},{"p":"wellen","c":"Wellen","l":"FILTER_MODE_HIGH_PASS"},{"p":"wellen","c":"Wellen","l":"FILTER_MODE_HIGHSHELF"},{"p":"wellen","c":"Wellen","l":"FILTER_MODE_LOW_PASS"},{"p":"wellen","c":"Wellen","l":"FILTER_MODE_LOWSHELF"},{"p":"wellen","c":"Wellen","l":"FILTER_MODE_NOTCH"},{"p":"wellen","c":"Wellen","l":"FILTER_MODE_PEAK"},{"p":"wellen.dsp","c":"FilterBalance","l":"FilterBalance()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"FilterBalance","l":"FilterBalance(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.dsp","c":"FilterBandPass","l":"FilterBandPass()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"FilterBandPass","l":"FilterBandPass(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.dsp","c":"FilterBiquad","l":"FilterBiquad()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"FilterBiquad","l":"FilterBiquad(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.dsp","c":"FilterButterworth","l":"FilterButterworth()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"FilterButterworth","l":"FilterButterworth(float)","u":"%3Cinit%3E(float)"},{"p":"wellen.dsp","c":"FilterHighLowBandPass","l":"FilterHighLowBandPass()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"FilterHighLowBandPass","l":"FilterHighLowBandPass(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.dsp","c":"FilterHighPass","l":"FilterHighPass()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"FilterHighPass","l":"FilterHighPass(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.dsp","c":"FilterLowPass","l":"FilterLowPass()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"FilterLowPass","l":"FilterLowPass(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.dsp","c":"FilterMoogLadderLowPass","l":"FilterMoogLadderLowPass()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"FilterMoogLadderLowPass","l":"FilterMoogLadderLowPass(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.dsp","c":"FilterResonator","l":"FilterResonator()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"FilterResonator","l":"FilterResonator(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.dsp","c":"FilterVowelFormant","l":"FilterVowelFormant()","u":"%3Cinit%3E()"},{"p":"wellen","c":"Wellen","l":"find_zero_crossings(float[], int, int)","u":"find_zero_crossings(float[],int,int)"},{"p":"wellen","c":"EnvelopeListener","l":"finished_envelope(Envelope)","u":"finished_envelope(wellen.dsp.Envelope)"},{"p":"wellen","c":"EnvelopeListener","l":"finished_stage(Envelope, int)","u":"finished_stage(wellen.dsp.Envelope,int)"},{"p":"wellen","c":"Wellen","l":"flip(float)"},{"p":"wellen","c":"Wellen","l":"floatIEEE_to_bytes(float)"},{"p":"wellen","c":"Wellen","l":"floatIEEEs_to_bytes(float[])"},{"p":"wellen","c":"Wellen","l":"floatIEEEs_to_bytes(float[], boolean)","u":"floatIEEEs_to_bytes(float[],boolean)"},{"p":"wellen","c":"Wellen","l":"floats_to_bytes(byte[], float[], int)","u":"floats_to_bytes(byte[],float[],int)"},{"p":"wellen.dsp","c":"FMSynthesis","l":"FMSynthesis()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"FMSynthesis","l":"FMSynthesis(Wavetable, Wavetable)","u":"%3Cinit%3E(wellen.dsp.Wavetable,wellen.dsp.Wavetable)"},{"p":"wellen","c":"WAVConverter.Info","l":"format"},{"p":"wellen.dsp","c":"Sampler","l":"forward()"},{"p":"wellen","c":"FFT","l":"forward(float[])"},{"p":"wellen","c":"FFT","l":"forward(float[], float[])","u":"forward(float[],float[])"},{"p":"wellen","c":"FFT","l":"forward(float[], int)","u":"forward(float[],int)"},{"p":"wellen.analysis","c":"FFT","l":"forwardTransform(float[])"},{"p":"wellen","c":"FFT","l":"freqToIndex(float)"},{"p":"wellen","c":"Note","l":"frequency_to_note_f(float)"},{"p":"wellen","c":"Note","l":"frequency_to_note_f(float, float, float)","u":"frequency_to_note_f(float,float,float)"},{"p":"wellen","c":"Note","l":"frequency_to_note(float)"},{"p":"wellen","c":"Note","l":"frequency_to_note(float, float, int)","u":"frequency_to_note(float,float,int)"},{"p":"wellen.analysis","c":"FrequencyDistribution","l":"FrequencyDistribution(PGraphics)","u":"%3Cinit%3E(processing.core.PGraphics)"},{"p":"wellen.dsp","c":"Gain","l":"Gain()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"Distortion","l":"get_amplification()"},{"p":"wellen","c":"Instrument","l":"get_amplitude_LFO_amplitude()"},{"p":"wellen","c":"InstrumentDSP","l":"get_amplitude_LFO_amplitude()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_amplitude_LFO_amplitude()"},{"p":"wellen","c":"InstrumentOSC","l":"get_amplitude_LFO_amplitude()"},{"p":"wellen","c":"Instrument","l":"get_amplitude_LFO_frequency()"},{"p":"wellen","c":"InstrumentDSP","l":"get_amplitude_LFO_frequency()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_amplitude_LFO_frequency()"},{"p":"wellen","c":"InstrumentOSC","l":"get_amplitude_LFO_frequency()"},{"p":"wellen.dsp","c":"FMSynthesis","l":"get_amplitude()"},{"p":"wellen.dsp","c":"Noise","l":"get_amplitude()"},{"p":"wellen.dsp","c":"Oscillator","l":"get_amplitude()"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"get_amplitude()"},{"p":"wellen.dsp","c":"Wavetable","l":"get_amplitude()"},{"p":"wellen","c":"Instrument","l":"get_amplitude()"},{"p":"wellen","c":"InstrumentDSP","l":"get_amplitude()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_amplitude()"},{"p":"wellen","c":"InstrumentOSC","l":"get_amplitude()"},{"p":"wellen.analysis","c":"EnvelopeFollower","l":"get_attack()"},{"p":"wellen.dsp","c":"ADSR","l":"get_attack()"},{"p":"wellen","c":"Instrument","l":"get_attack()"},{"p":"wellen","c":"InstrumentDSPLibrary.BELL","l":"get_attack()"},{"p":"wellen.dsp","c":"FilterBandPass","l":"get_bandwidth()"},{"p":"wellen.dsp","c":"FilterButterworth","l":"get_bandwidth()"},{"p":"wellen.dsp","c":"FilterResonator","l":"get_bandwidth()"},{"p":"wellen","c":"Beat","l":"get_beat_count()"},{"p":"wellen.dsp","c":"BeatDSP","l":"get_beat_count()"},{"p":"wellen.dsp","c":"Distortion","l":"get_bits()"},{"p":"wellen","c":"Beat","l":"get_bpm()"},{"p":"wellen","c":"Tone","l":"get_buffer_left()"},{"p":"wellen","c":"ToneEngine","l":"get_buffer_left()"},{"p":"wellen","c":"ToneEngineDSP","l":"get_buffer_left()"},{"p":"wellen","c":"Tone","l":"get_buffer_right()"},{"p":"wellen","c":"ToneEngine","l":"get_buffer_right()"},{"p":"wellen","c":"ToneEngineDSP","l":"get_buffer_right()"},{"p":"wellen","c":"AudioBufferManager","l":"get_buffer_size()"},{"p":"wellen.dsp","c":"DSP","l":"get_buffer_size()"},{"p":"wellen.dsp","c":"Sampler","l":"get_buffer()"},{"p":"wellen","c":"SAM","l":"get_buffer()"},{"p":"wellen","c":"Tone","l":"get_buffer()"},{"p":"wellen","c":"ToneEngine","l":"get_buffer()"},{"p":"wellen.dsp","c":"FMSynthesis","l":"get_carrier()"},{"p":"wellen","c":"InstrumentDSP","l":"get_channels()"},{"p":"wellen.dsp","c":"Distortion","l":"get_clip()"},{"p":"wellen.dsp","c":"Envelope","l":"get_current_value()"},{"p":"wellen","c":"Sequencer","l":"get_current()"},{"p":"wellen.dsp","c":"ADSR","l":"get_decay()"},{"p":"wellen","c":"Instrument","l":"get_decay()"},{"p":"wellen","c":"Instrument","l":"get_detune_amplitude()"},{"p":"wellen","c":"InstrumentDSP","l":"get_detune_amplitude()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_detune_amplitude()"},{"p":"wellen","c":"InstrumentOSC","l":"get_detune_amplitude()"},{"p":"wellen","c":"InstrumentDSP","l":"get_detune_oscillator_type()"},{"p":"wellen","c":"InstrumentDSP","l":"get_detune_VCO()"},{"p":"wellen","c":"Instrument","l":"get_detune()"},{"p":"wellen","c":"InstrumentDSP","l":"get_detune()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_detune()"},{"p":"wellen","c":"InstrumentOSC","l":"get_detune()"},{"p":"wellen","c":"Tone","l":"get_DSP_engine()"},{"p":"wellen.dsp","c":"Sampler","l":"get_duration()"},{"p":"wellen.dsp","c":"Sampler","l":"get_edge_fading()"},{"p":"wellen","c":"Wellen","l":"get_extremum(float[])"},{"p":"wellen","c":"Instrument","l":"get_filter_frequency()"},{"p":"wellen","c":"InstrumentDSP","l":"get_filter_frequency()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_filter_frequency()"},{"p":"wellen","c":"InstrumentOSC","l":"get_filter_frequency()"},{"p":"wellen","c":"Instrument","l":"get_filter_resonance()"},{"p":"wellen","c":"InstrumentDSP","l":"get_filter_resonance()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_filter_resonance()"},{"p":"wellen","c":"InstrumentOSC","l":"get_filter_resonance()"},{"p":"wellen","c":"Instrument","l":"get_frequency_LFO_amplitude()"},{"p":"wellen","c":"InstrumentDSP","l":"get_frequency_LFO_amplitude()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_frequency_LFO_amplitude()"},{"p":"wellen","c":"InstrumentOSC","l":"get_frequency_LFO_amplitude()"},{"p":"wellen","c":"Instrument","l":"get_frequency_LFO_frequency()"},{"p":"wellen","c":"InstrumentDSP","l":"get_frequency_LFO_frequency()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_frequency_LFO_frequency()"},{"p":"wellen","c":"InstrumentOSC","l":"get_frequency_LFO_frequency()"},{"p":"wellen.dsp","c":"FilterBalance","l":"get_frequency()"},{"p":"wellen.dsp","c":"FilterBandPass","l":"get_frequency()"},{"p":"wellen.dsp","c":"FilterBiquad","l":"get_frequency()"},{"p":"wellen.dsp","c":"FilterButterworth","l":"get_frequency()"},{"p":"wellen.dsp","c":"FilterHighLowBandPass","l":"get_frequency()"},{"p":"wellen.dsp","c":"FilterHighPass","l":"get_frequency()"},{"p":"wellen.dsp","c":"FilterLowPass","l":"get_frequency()"},{"p":"wellen.dsp","c":"FilterMoogLadderLowPass","l":"get_frequency()"},{"p":"wellen.dsp","c":"FilterResonator","l":"get_frequency()"},{"p":"wellen.dsp","c":"Oscillator","l":"get_frequency()"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"get_frequency()"},{"p":"wellen.dsp","c":"Wavetable","l":"get_frequency()"},{"p":"wellen","c":"Instrument","l":"get_frequency()"},{"p":"wellen","c":"InstrumentDSP","l":"get_frequency()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_frequency()"},{"p":"wellen","c":"InstrumentOSC","l":"get_frequency()"},{"p":"wellen","c":"FFT","l":"get_frequency(float)"},{"p":"wellen.dsp","c":"Gain","l":"get_gain()"},{"p":"wellen","c":"ToneEngineDSP","l":"get_gain()"},{"p":"wellen.analysis","c":"FrequencyDistribution","l":"get_graphics()"},{"p":"wellen.analysis","c":"Sonogram","l":"get_graphics()"},{"p":"wellen","c":"Loopable","l":"get_in_point()"},{"p":"wellen","c":"Pattern","l":"get_in_point()"},{"p":"wellen","c":"Track","l":"get_in_point()"},{"p":"wellen.dsp","c":"Sampler","l":"get_in()"},{"p":"wellen.dsp","c":"DSP","l":"get_input_buffer_left()"},{"p":"wellen.dsp","c":"DSP","l":"get_input_buffer_right()"},{"p":"wellen.dsp","c":"Wavetable","l":"get_jitter_range()"},{"p":"wellen.dsp","c":"Sampler","l":"get_length_recording()"},{"p":"wellen","c":"Loop","l":"get_length()"},{"p":"wellen","c":"Track","l":"get_length()"},{"p":"wellen.analysis","c":"SoundLevelPressure","l":"get_level()"},{"p":"wellen.dsp","c":"Envelope","l":"get_listeners()"},{"p":"wellen","c":"Loop","l":"get_loop_count(int)"},{"p":"wellen","c":"Pattern","l":"get_loop_count(int)"},{"p":"wellen","c":"Track","l":"get_loop_count(int)"},{"p":"wellen","c":"Loopable","l":"get_loop_count(Loopable, int)","u":"get_loop_count(wellen.Loopable,int)"},{"p":"wellen.dsp","c":"Sampler","l":"get_loop_in_normalized()"},{"p":"wellen.dsp","c":"Sampler","l":"get_loop_in()"},{"p":"wellen.dsp","c":"Sampler","l":"get_loop_out_normalized()"},{"p":"wellen.dsp","c":"Sampler","l":"get_loop_out()"},{"p":"wellen","c":"Loopable","l":"get_loop()"},{"p":"wellen","c":"Pattern","l":"get_loop()"},{"p":"wellen","c":"Track","l":"get_loop()"},{"p":"wellen","c":"Instrument","l":"get_LPF_envelope_cutoff_max()"},{"p":"wellen","c":"InstrumentDSP","l":"get_LPF_envelope_cutoff_max()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_LPF_envelope_cutoff_max()"},{"p":"wellen","c":"InstrumentOSC","l":"get_LPF_envelope_cutoff_max()"},{"p":"wellen","c":"Instrument","l":"get_LPF_envelope_cutoff_min()"},{"p":"wellen","c":"InstrumentDSP","l":"get_LPF_envelope_cutoff_min()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_LPF_envelope_cutoff_min()"},{"p":"wellen","c":"InstrumentOSC","l":"get_LPF_envelope_cutoff_min()"},{"p":"wellen","c":"Instrument","l":"get_LPF_envelope_cutoff()"},{"p":"wellen","c":"InstrumentDSP","l":"get_LPF_envelope_cutoff()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_LPF_envelope_cutoff()"},{"p":"wellen","c":"InstrumentOSC","l":"get_LPF_envelope_cutoff()"},{"p":"wellen","c":"Instrument","l":"get_LPF_envelope_resonance_max()"},{"p":"wellen","c":"InstrumentDSP","l":"get_LPF_envelope_resonance_max()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_LPF_envelope_resonance_max()"},{"p":"wellen","c":"InstrumentOSC","l":"get_LPF_envelope_resonance_max()"},{"p":"wellen","c":"Instrument","l":"get_LPF_envelope_resonance_min()"},{"p":"wellen","c":"InstrumentDSP","l":"get_LPF_envelope_resonance_min()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_LPF_envelope_resonance_min()"},{"p":"wellen","c":"InstrumentOSC","l":"get_LPF_envelope_resonance_min()"},{"p":"wellen","c":"Instrument","l":"get_LPF_envelope_resonance()"},{"p":"wellen","c":"InstrumentDSP","l":"get_LPF_envelope_resonance()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_LPF_envelope_resonance()"},{"p":"wellen","c":"InstrumentOSC","l":"get_LPF_envelope_resonance()"},{"p":"wellen","c":"Tone","l":"get_midi_engine()"},{"p":"wellen.dsp","c":"FilterButterworth","l":"get_mode()"},{"p":"wellen.dsp","c":"FMSynthesis","l":"get_modulation_depth()"},{"p":"wellen.dsp","c":"FMSynthesis","l":"get_modulator()"},{"p":"wellen","c":"HarmonicTable","l":"get_note()"},{"p":"wellen","c":"Scale","l":"get_note(int[], int, int)","u":"get_note(int[],int,int)"},{"p":"wellen.dsp","c":"Oscillator","l":"get_offset()"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"get_offset()"},{"p":"wellen.dsp","c":"Wavetable","l":"get_offset()"},{"p":"wellen","c":"Loop","l":"get_offset()"},{"p":"wellen","c":"Instrument","l":"get_oscillator_type()"},{"p":"wellen","c":"InstrumentDSP","l":"get_oscillator_type()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_oscillator_type()"},{"p":"wellen","c":"InstrumentOSC","l":"get_oscillator_type()"},{"p":"wellen","c":"Loopable","l":"get_out_point()"},{"p":"wellen","c":"Pattern","l":"get_out_point()"},{"p":"wellen","c":"Track","l":"get_out_point()"},{"p":"wellen.dsp","c":"Sampler","l":"get_out()"},{"p":"wellen.dsp","c":"DSP","l":"get_output_buffer_left()"},{"p":"wellen.dsp","c":"DSP","l":"get_output_buffer_right()"},{"p":"wellen.dsp","c":"DSP","l":"get_output_buffer()"},{"p":"wellen","c":"Instrument","l":"get_pan()"},{"p":"wellen","c":"Pan","l":"get_panning()"},{"p":"wellen.dsp","c":"FilterBiquad","l":"get_peak_gain()"},{"p":"wellen.dsp","c":"Wavetable","l":"get_phase_offset()"},{"p":"wellen","c":"SAM","l":"get_pitch_from_MIDI_note(int)"},{"p":"wellen.analysis","c":"PitchDetection","l":"get_pitch()"},{"p":"wellen.dsp","c":"Sampler","l":"get_position_fractional_part()"},{"p":"wellen.dsp","c":"Sampler","l":"get_position_normalized()"},{"p":"wellen.dsp","c":"Sampler","l":"get_position()"},{"p":"wellen","c":"Grid","l":"get_PPQN()"},{"p":"wellen.analysis","c":"PitchDetection","l":"get_probability()"},{"p":"wellen","c":"ToneEngineMIDI","l":"get_proper_device_name(String)","u":"get_proper_device_name(java.lang.String)"},{"p":"wellen","c":"Pattern","l":"get_relative_position(int)"},{"p":"wellen","c":"Track","l":"get_relative_position(int)"},{"p":"wellen","c":"Loopable","l":"get_relative_position(Loopable, int)","u":"get_relative_position(wellen.Loopable,int)"},{"p":"wellen.analysis","c":"EnvelopeFollower","l":"get_release()"},{"p":"wellen.dsp","c":"ADSR","l":"get_release()"},{"p":"wellen","c":"Instrument","l":"get_release()"},{"p":"wellen.dsp","c":"FilterBiquad","l":"get_resonance()"},{"p":"wellen.dsp","c":"FilterHighLowBandPass","l":"get_resonance()"},{"p":"wellen.dsp","c":"FilterMoogLadderLowPass","l":"get_resonance()"},{"p":"wellen","c":"Wellen","l":"get_resource_path()"},{"p":"wellen","c":"ToneEngineDSP","l":"get_reverb()"},{"p":"wellen.analysis","c":"RootMeanSquare","l":"get_RMS()"},{"p":"wellen","c":"AudioBufferManager","l":"get_sample_rate()"},{"p":"wellen.dsp","c":"DSP","l":"get_sample_rate()"},{"p":"wellen","c":"SAM","l":"get_samples()"},{"p":"wellen.analysis","c":"BeatDetection","l":"get_sensitivity()"},{"p":"wellen","c":"FFT","l":"get_spectrum()"},{"p":"wellen.dsp","c":"Sampler","l":"get_speed()"},{"p":"wellen.dsp","c":"Noise","l":"get_step()"},{"p":"wellen","c":"Sequencer","l":"get_step()"},{"p":"wellen.dsp","c":"ADSR","l":"get_sustain()"},{"p":"wellen","c":"Instrument","l":"get_sustain()"},{"p":"wellen.analysis","c":"BeatDetection","l":"get_threshold()"},{"p":"wellen.dsp","c":"Envelope","l":"get_time_scale()"},{"p":"wellen.analysis","c":"BeatDetection","l":"get_time_stamp()"},{"p":"wellen.dsp","c":"Distortion","l":"get_type()"},{"p":"wellen.dsp","c":"Noise","l":"get_type()"},{"p":"wellen.dsp","c":"Waveshaper","l":"get_type()"},{"p":"wellen","c":"InstrumentDSP","l":"get_VCO()"},{"p":"wellen","c":"Patch","l":"get_volume()"},{"p":"wellen","c":"Track","l":"get_volume()"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"get_waveform()"},{"p":"wellen.dsp","c":"Wavetable","l":"get_wavetable()"},{"p":"wellen.dsp","c":"Reverb","l":"get_wet()"},{"p":"wellen","c":"Sequencer","l":"get(int)"},{"p":"wellen","c":"FFT","l":"getAverageCenterFrequency(int)"},{"p":"wellen","c":"FFT","l":"getAvg(int)"},{"p":"wellen","c":"FFT","l":"getBand(int)"},{"p":"wellen","c":"FFT","l":"getBandWidth()"},{"p":"wellen","c":"WAVConverter","l":"getByteData()"},{"p":"wellen","c":"FFT","l":"getFreq(float)"},{"p":"wellen","c":"FFT","l":"getImaginaryPart()"},{"p":"wellen","c":"FFT","l":"getRealPart()"},{"p":"wellen","c":"FFT","l":"getSpectrum()"},{"p":"wellen","c":"Grid","l":"Grid()","u":"%3Cinit%3E()"},{"p":"wellen","c":"Grid","l":"Grid(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"Scale","l":"HALF_TONE"},{"p":"wellen","c":"FFT","l":"HAMMING"},{"p":"wellen","c":"HarmonicTable","l":"HarmonicTable()","u":"%3Cinit%3E()"},{"p":"wellen","c":"InstrumentDSPLibrary.HI_HAT","l":"HI_HAT(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"Patch","l":"ID"},{"p":"wellen","c":"Track","l":"ID"},{"p":"wellen","c":"Scale","l":"ID_CHORD_DOMINANT_7"},{"p":"wellen","c":"Scale","l":"ID_CHORD_MAJOR"},{"p":"wellen","c":"Scale","l":"ID_CHORD_MAJOR_7TH"},{"p":"wellen","c":"Scale","l":"ID_CHORD_MINOR"},{"p":"wellen","c":"Scale","l":"ID_CHORD_MINOR_7TH"},{"p":"wellen","c":"Scale","l":"ID_CHROMATIC"},{"p":"wellen","c":"Scale","l":"ID_DIMINISHED_7"},{"p":"wellen","c":"Scale","l":"ID_FIBONACCI"},{"p":"wellen","c":"Scale","l":"ID_FIFTH"},{"p":"wellen","c":"Scale","l":"ID_HALF_TONE"},{"p":"wellen","c":"Scale","l":"ID_MAJOR"},{"p":"wellen","c":"Scale","l":"ID_MAJOR_PENTATONIC"},{"p":"wellen","c":"Scale","l":"ID_MINOR"},{"p":"wellen","c":"Scale","l":"ID_MINOR_PENTATONIC"},{"p":"wellen","c":"Scale","l":"ID_OCTAVE"},{"p":"wellen","c":"Instrument","l":"ID()"},{"p":"wellen","c":"Scale","l":"id(int)"},{"p":"wellen","c":"Wellen","l":"importWAV(PApplet, String)","u":"importWAV(processing.core.PApplet,java.lang.String)"},{"p":"wellen","c":"Wellen","l":"importWAVInfo(PApplet, String)","u":"importWAVInfo(processing.core.PApplet,java.lang.String)"},{"p":"wellen","c":"FFT","l":"indexToFreq(int)"},{"p":"wellen","c":"WAVConverter.Info","l":"Info()","u":"%3Cinit%3E()"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"input_device_ID"},{"p":"wellen.dsp","c":"DSPNodeInputSignal","l":"input_signal(Signal)","u":"input_signal(wellen.dsp.Signal)"},{"p":"wellen.dsp","c":"BeatDSP","l":"input(float)"},{"p":"wellen.dsp","c":"DSPNodeInput","l":"input(float)"},{"p":"wellen.dsp","c":"Trigger","l":"input(float)"},{"p":"wellen","c":"Beat","l":"instance()"},{"p":"wellen","c":"FFT","l":"instance()"},{"p":"wellen","c":"Tone","l":"instance()"},{"p":"wellen","c":"ToneEngine","l":"INSTRUMENT_EMPTY"},{"p":"wellen","c":"ToneEngine","l":"INSTRUMENT_WITH_OSCILLATOR"},{"p":"wellen","c":"ToneEngine","l":"INSTRUMENT_WITH_OSCILLATOR_ADSR"},{"p":"wellen","c":"ToneEngine","l":"INSTRUMENT_WITH_OSCILLATOR_ADSR_FILTER_LFO"},{"p":"wellen","c":"Tone","l":"instrument()"},{"p":"wellen","c":"ToneEngine","l":"instrument()"},{"p":"wellen","c":"ToneEngineDSP","l":"instrument()"},{"p":"wellen","c":"ToneEngineMIDI","l":"instrument()"},{"p":"wellen","c":"ToneEngineOSC","l":"instrument()"},{"p":"wellen","c":"Tone","l":"instrument(int)"},{"p":"wellen","c":"ToneEngine","l":"instrument(int)"},{"p":"wellen","c":"ToneEngineDSP","l":"instrument(int)"},{"p":"wellen","c":"ToneEngineMIDI","l":"instrument(int)"},{"p":"wellen","c":"ToneEngineOSC","l":"instrument(int)"},{"p":"wellen","c":"Instrument","l":"Instrument(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"InstrumentDSP","l":"InstrumentDSP(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"InstrumentDSP","l":"InstrumentDSP(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"wellen","c":"InstrumentDSP","l":"InstrumentDSP(int, int, int)","u":"%3Cinit%3E(int,int,int)"},{"p":"wellen","c":"InstrumentDSPLibrary","l":"InstrumentDSPLibrary()","u":"%3Cinit%3E()"},{"p":"wellen","c":"InstrumentMIDI","l":"InstrumentMIDI(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"InstrumentOSC","l":"InstrumentOSC(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"Tone","l":"instruments()"},{"p":"wellen","c":"ToneEngine","l":"instruments()"},{"p":"wellen","c":"ToneEngineDSP","l":"instruments()"},{"p":"wellen","c":"ToneEngineMIDI","l":"instruments()"},{"p":"wellen","c":"ToneEngineOSC","l":"instruments()"},{"p":"wellen.dsp","c":"Sampler","l":"interpolate_samples()"},{"p":"wellen.dsp","c":"Sampler","l":"interpolate_samples(boolean)"},{"p":"wellen","c":"FFT","l":"inverse(float[])"},{"p":"wellen","c":"FFT","l":"inverse(float[], float[], float[])","u":"inverse(float[],float[],float[])"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"is_big_endian"},{"p":"wellen","c":"SamplerListener","l":"is_done()"},{"p":"wellen","c":"Grid","l":"is_eighth(int)"},{"p":"wellen","c":"Grid","l":"is_half(int)"},{"p":"wellen","c":"MidiOut","l":"is_initialized()"},{"p":"wellen","c":"ToneEngineMIDI","l":"is_initialized()"},{"p":"wellen.dsp","c":"Sampler","l":"is_looping()"},{"p":"wellen.dsp","c":"Signal","l":"is_mono()"},{"p":"wellen","c":"AudioBufferManager","l":"is_paused()"},{"p":"wellen","c":"AudioDeviceImplDesktop","l":"is_paused()"},{"p":"wellen.dsp","c":"DSP","l":"is_paused()"},{"p":"wellen.analysis","c":"PitchDetection","l":"is_pitched()"},{"p":"wellen.dsp","c":"Sampler","l":"is_playing()"},{"p":"wellen","c":"Instrument","l":"is_playing()"},{"p":"wellen","c":"Tone","l":"is_playing()"},{"p":"wellen","c":"ToneEngine","l":"is_playing()"},{"p":"wellen","c":"ToneEngineDSP","l":"is_playing()"},{"p":"wellen","c":"ToneEngineMIDI","l":"is_playing()"},{"p":"wellen","c":"ToneEngineOSC","l":"is_playing()"},{"p":"wellen","c":"Grid","l":"is_quarter(int)"},{"p":"wellen.dsp","c":"Sampler","l":"is_recording()"},{"p":"wellen","c":"Grid","l":"is_sixteenth(int)"},{"p":"wellen.dsp","c":"Signal","l":"is_stereo()"},{"p":"wellen","c":"Grid","l":"is_whole(int)"},{"p":"wellen","c":"InstrumentDSPLibrary.KICK_DRUM","l":"KICK_DRUM(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"HarmonicTable","l":"LEFT"},{"p":"wellen.dsp","c":"Signal","l":"left_add(float)"},{"p":"wellen.dsp","c":"Signal","l":"left_mult(float)"},{"p":"wellen.dsp","c":"Signal","l":"left()"},{"p":"wellen.dsp","c":"Signal","l":"left(float)"},{"p":"wellen.dsp","c":"FilterVowelFormant","l":"lerp_vowel(int, int, float)","u":"lerp_vowel(int,int,float)"},{"p":"wellen","c":"FFT","l":"linAverages(int)"},{"p":"wellen.dsp","c":"DSP","l":"linear_to_decibel(float)"},{"p":"wellen","c":"SpeechSynthesis","l":"list()"},{"p":"wellen","c":"Beat","l":"listeners()"},{"p":"wellen.dsp","c":"BeatDSP","l":"listeners()"},{"p":"wellen.dsp","c":"Trigger","l":"listeners()"},{"p":"wellen.dsp","c":"Sampler","l":"load(byte[])"},{"p":"wellen.dsp","c":"Sampler","l":"load(byte[], boolean)","u":"load(byte[],boolean)"},{"p":"wellen","c":"FFT","l":"logAverages(int, int)","u":"logAverages(int,int)"},{"p":"wellen","c":"Wellen","l":"LOOP_INFINITE"},{"p":"wellen","c":"Loop","l":"Loop()","u":"%3Cinit%3E()"},{"p":"wellen","c":"Grid","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"wellen","c":"Loop","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"wellen","c":"MidiUtilities","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"wellen","c":"Pattern","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"wellen","c":"SAM","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"wellen","c":"Scale","l":"MAJOR"},{"p":"wellen","c":"Scale","l":"MAJOR_PENTATONIC"},{"p":"wellen","c":"MIDI","l":"MIDI_CLOCK_CONTINUE"},{"p":"wellen","c":"MIDI","l":"MIDI_CLOCK_START"},{"p":"wellen","c":"MIDI","l":"MIDI_CLOCK_STOP"},{"p":"wellen","c":"MIDI","l":"MIDI_CLOCK_TICK"},{"p":"wellen","c":"MIDI","l":"MIDI_SONG_POSITION_POINTER"},{"p":"wellen","c":"MidiIn","l":"MidiIn(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"MidiIn","l":"MidiIn(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"wellen","c":"MidiOut","l":"MidiOut(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"MidiOut","l":"MidiOut(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"wellen","c":"MidiUtilities","l":"MidiUtilities()","u":"%3Cinit%3E()"},{"p":"wellen","c":"Wellen","l":"millis_to_samples(float)"},{"p":"wellen","c":"Wellen","l":"millis_to_samples(float, float)","u":"millis_to_samples(float,float)"},{"p":"wellen","c":"Scale","l":"MINOR"},{"p":"wellen","c":"Scale","l":"MINOR_PENTATONIC"},{"p":"wellen","c":"ToneEngineMIDI","l":"mMidiOut"},{"p":"wellen.analysis","c":"FFT","l":"modulus(float[], float[])","u":"modulus(float[],float[])"},{"p":"wellen.analysis","c":"FFT","l":"modulus(float[], int)","u":"modulus(float[],int)"},{"p":"wellen","c":"Wellen","l":"MONO"},{"p":"wellen.dsp","c":"Signal","l":"mono()"},{"p":"wellen.dsp","c":"Signal","l":"mult(float)"},{"p":"wellen","c":"Wellen","l":"NO_AUDIO_DEVICE"},{"p":"wellen","c":"Wellen","l":"NO_CHANNELS"},{"p":"wellen","c":"Wellen","l":"NO_EVENT"},{"p":"wellen","c":"Wellen","l":"NO_INPOINT"},{"p":"wellen","c":"Wellen","l":"NO_LOOP"},{"p":"wellen","c":"Wellen","l":"NO_LOOP_COUNT"},{"p":"wellen.dsp","c":"Sampler","l":"NO_LOOP_POINT"},{"p":"wellen","c":"Wellen","l":"NO_OUTPOINT"},{"p":"wellen","c":"ToneEngineDSP","l":"no_output()"},{"p":"wellen","c":"Wellen","l":"NO_POSITION"},{"p":"wellen","c":"Wellen","l":"NO_VALUE"},{"p":"wellen","c":"FFT","l":"noAverages()"},{"p":"wellen","c":"Wellen","l":"NOISE_GAUSSIAN_WHITE"},{"p":"wellen","c":"Wellen","l":"NOISE_GAUSSIAN_WHITE2"},{"p":"wellen","c":"Wellen","l":"NOISE_PINK"},{"p":"wellen","c":"Wellen","l":"NOISE_PINK2"},{"p":"wellen","c":"Wellen","l":"NOISE_PINK3"},{"p":"wellen","c":"Wellen","l":"NOISE_SIMPLEX"},{"p":"wellen","c":"Wellen","l":"NOISE_WHITE"},{"p":"wellen.dsp","c":"Noise","l":"Noise()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"Wavetable","l":"noise(float[])"},{"p":"wellen","c":"FFT","l":"NONE"},{"p":"wellen","c":"MIDI","l":"NOTE_A0"},{"p":"wellen","c":"MIDI","l":"NOTE_A1"},{"p":"wellen","c":"MIDI","l":"NOTE_A2"},{"p":"wellen","c":"MIDI","l":"NOTE_A3"},{"p":"wellen","c":"MIDI","l":"NOTE_A4"},{"p":"wellen","c":"MIDI","l":"NOTE_A5"},{"p":"wellen","c":"MIDI","l":"NOTE_A6"},{"p":"wellen","c":"MIDI","l":"NOTE_A7"},{"p":"wellen","c":"MIDI","l":"NOTE_A8"},{"p":"wellen","c":"MIDI","l":"NOTE_B0"},{"p":"wellen","c":"MIDI","l":"NOTE_B1"},{"p":"wellen","c":"MIDI","l":"NOTE_B2"},{"p":"wellen","c":"MIDI","l":"NOTE_B3"},{"p":"wellen","c":"MIDI","l":"NOTE_B4"},{"p":"wellen","c":"MIDI","l":"NOTE_B5"},{"p":"wellen","c":"MIDI","l":"NOTE_B6"},{"p":"wellen","c":"MIDI","l":"NOTE_B7"},{"p":"wellen","c":"MIDI","l":"NOTE_B8"},{"p":"wellen","c":"MIDI","l":"NOTE_C1"},{"p":"wellen","c":"MIDI","l":"NOTE_C2"},{"p":"wellen","c":"MIDI","l":"NOTE_C3"},{"p":"wellen","c":"MIDI","l":"NOTE_C4"},{"p":"wellen","c":"MIDI","l":"NOTE_C5"},{"p":"wellen","c":"MIDI","l":"NOTE_C6"},{"p":"wellen","c":"MIDI","l":"NOTE_C7"},{"p":"wellen","c":"MIDI","l":"NOTE_C8"},{"p":"wellen","c":"MIDI","l":"NOTE_C9"},{"p":"wellen","c":"MIDI","l":"NOTE_D1"},{"p":"wellen","c":"MIDI","l":"NOTE_D2"},{"p":"wellen","c":"MIDI","l":"NOTE_D3"},{"p":"wellen","c":"MIDI","l":"NOTE_D4"},{"p":"wellen","c":"MIDI","l":"NOTE_D5"},{"p":"wellen","c":"MIDI","l":"NOTE_D6"},{"p":"wellen","c":"MIDI","l":"NOTE_D7"},{"p":"wellen","c":"MIDI","l":"NOTE_D8"},{"p":"wellen","c":"MIDI","l":"NOTE_D9"},{"p":"wellen","c":"MIDI","l":"NOTE_E1"},{"p":"wellen","c":"MIDI","l":"NOTE_E2"},{"p":"wellen","c":"MIDI","l":"NOTE_E3"},{"p":"wellen","c":"MIDI","l":"NOTE_E4"},{"p":"wellen","c":"MIDI","l":"NOTE_E5"},{"p":"wellen","c":"MIDI","l":"NOTE_E6"},{"p":"wellen","c":"MIDI","l":"NOTE_E7"},{"p":"wellen","c":"MIDI","l":"NOTE_E8"},{"p":"wellen","c":"MIDI","l":"NOTE_E9"},{"p":"wellen","c":"Wellen","l":"NOTE_EIGHTH"},{"p":"wellen","c":"MIDI","l":"NOTE_F1"},{"p":"wellen","c":"MIDI","l":"NOTE_F2"},{"p":"wellen","c":"MIDI","l":"NOTE_F3"},{"p":"wellen","c":"MIDI","l":"NOTE_F4"},{"p":"wellen","c":"MIDI","l":"NOTE_F5"},{"p":"wellen","c":"MIDI","l":"NOTE_F6"},{"p":"wellen","c":"MIDI","l":"NOTE_F7"},{"p":"wellen","c":"MIDI","l":"NOTE_F8"},{"p":"wellen","c":"MIDI","l":"NOTE_F9"},{"p":"wellen","c":"MIDI","l":"NOTE_G1"},{"p":"wellen","c":"MIDI","l":"NOTE_G2"},{"p":"wellen","c":"MIDI","l":"NOTE_G3"},{"p":"wellen","c":"MIDI","l":"NOTE_G4"},{"p":"wellen","c":"MIDI","l":"NOTE_G5"},{"p":"wellen","c":"MIDI","l":"NOTE_G6"},{"p":"wellen","c":"MIDI","l":"NOTE_G7"},{"p":"wellen","c":"MIDI","l":"NOTE_G8"},{"p":"wellen","c":"MIDI","l":"NOTE_G9"},{"p":"wellen","c":"Wellen","l":"NOTE_HALF"},{"p":"wellen.dsp","c":"Sampler","l":"note_off()"},{"p":"wellen","c":"Instrument","l":"note_off()"},{"p":"wellen","c":"InstrumentDSP","l":"note_off()"},{"p":"wellen","c":"InstrumentDSPLibrary.BELL","l":"note_off()"},{"p":"wellen","c":"InstrumentDSPLibrary.KICK_DRUM","l":"note_off()"},{"p":"wellen","c":"InstrumentDSPLibrary.SAMPLER","l":"note_off()"},{"p":"wellen","c":"InstrumentMIDI","l":"note_off()"},{"p":"wellen","c":"InstrumentOSC","l":"note_off()"},{"p":"wellen","c":"Tone","l":"note_off()"},{"p":"wellen","c":"ToneEngine","l":"note_off()"},{"p":"wellen","c":"ToneEngineDSP","l":"note_off()"},{"p":"wellen","c":"ToneEngineMIDI","l":"note_off()"},{"p":"wellen","c":"ToneEngineOSC","l":"note_off()"},{"p":"wellen","c":"Tone","l":"note_off(int)"},{"p":"wellen","c":"ToneEngine","l":"note_off(int)"},{"p":"wellen","c":"ToneEngineDSP","l":"note_off(int)"},{"p":"wellen","c":"ToneEngineMIDI","l":"note_off(int)"},{"p":"wellen","c":"ToneEngineOSC","l":"note_off(int)"},{"p":"wellen.dsp","c":"Sampler","l":"note_on()"},{"p":"wellen.dsp","c":"Sampler","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"Instrument","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"InstrumentDSP","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"InstrumentDSPLibrary.BELL","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"InstrumentDSPLibrary.KICK_DRUM","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"InstrumentDSPLibrary.SAMPLER","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"InstrumentMIDI","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"InstrumentOSC","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"Tone","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"ToneEngine","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"ToneEngineDSP","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"ToneEngineMIDI","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"ToneEngineOSC","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"Tone","l":"note_on(int, int, float)","u":"note_on(int,int,float)"},{"p":"wellen","c":"ToneEngine","l":"note_on(int, int, float)","u":"note_on(int,int,float)"},{"p":"wellen","c":"Wellen","l":"NOTE_QUARTER"},{"p":"wellen","c":"Wellen","l":"NOTE_SIXTEENTH"},{"p":"wellen","c":"Wellen","l":"NOTE_THIRTYSECOND"},{"p":"wellen","c":"MidiUtilities","l":"note_to_frequency(int)"},{"p":"wellen","c":"Note","l":"note_to_frequency(int)"},{"p":"wellen","c":"Note","l":"note_to_frequency(int, float)","u":"note_to_frequency(int,float)"},{"p":"wellen","c":"MidiUtilities","l":"note_to_string(int)"},{"p":"wellen","c":"Note","l":"note_to_string(int)"},{"p":"wellen","c":"Wellen","l":"NOTE_WHOLE"},{"p":"wellen","c":"Arpeggiator","l":"note()"},{"p":"wellen","c":"Note","l":"Note()","u":"%3Cinit%3E()"},{"p":"wellen","c":"Arpeggiator.NoteStruct","l":"NoteStruct()","u":"%3Cinit%3E()"},{"p":"wellen","c":"Arpeggiator.NoteStruct","l":"NoteStruct(boolean, int, float)","u":"%3Cinit%3E(boolean,int,float)"},{"p":"wellen","c":"Wellen","l":"now()"},{"p":"wellen.dsp","c":"Signal","l":"num_channels()"},{"p":"wellen","c":"Wellen","l":"NUM_ENVELOPE_FORM"},{"p":"wellen.dsp","c":"FilterVowelFormant","l":"NUM_OF_VOWELS"},{"p":"wellen","c":"Wellen","l":"NUM_OF_WAVESHAPER_FORMS"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"number_of_input_channels"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"number_of_output_channels"},{"p":"wellen","c":"Scale","l":"NUMBER_OF_SCALES"},{"p":"wellen","c":"Scale","l":"OCTAVE"},{"p":"wellen","c":"ToneEngineOSC","l":"OSC_ADDR_PATTERN_CONTROLCHANGE"},{"p":"wellen","c":"ToneEngineOSC","l":"OSC_ADDR_PATTERN_NOTE_OFF"},{"p":"wellen","c":"ToneEngineOSC","l":"OSC_ADDR_PATTERN_NOTE_ON"},{"p":"wellen","c":"ToneEngineOSC","l":"OSC_ADDR_PATTERN_PITCHBEND"},{"p":"wellen","c":"ToneEngineOSC","l":"OSC_ADDR_PATTERN_PROGRAMCHANGE"},{"p":"wellen","c":"Wellen","l":"OSC_SAWTOOTH"},{"p":"wellen","c":"Wellen","l":"OSC_SINE"},{"p":"wellen","c":"Wellen","l":"OSC_SQUARE"},{"p":"wellen","c":"Wellen","l":"OSC_TRIANGLE"},{"p":"wellen","c":"EventReceiverOSC","l":"oscEvent(OscMessage)","u":"oscEvent(oscP5.OscMessage)"},{"p":"wellen.dsp","c":"Oscillator","l":"Oscillator()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"OscillatorFunction()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"OscillatorFunction(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.dsp","c":"EffectMono","l":"out(float[])"},{"p":"wellen.dsp","c":"Gain","l":"out(float[])"},{"p":"wellen.dsp","c":"EffectStereo","l":"out(float[], float[])","u":"out(float[],float[])"},{"p":"wellen.dsp","c":"Gain","l":"out(float[], float[])","u":"out(float[],float[])"},{"p":"wellen.dsp","c":"Reverb","l":"out(float[], float[])","u":"out(float[],float[])"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"output_device_ID"},{"p":"wellen","c":"Patch","l":"output_signal_update()"},{"p":"wellen","c":"Track","l":"output_signal_update()"},{"p":"wellen.dsp","c":"DSPNodeOutputSignal","l":"output_signal()"},{"p":"wellen","c":"InstrumentDSP","l":"output_signal()"},{"p":"wellen","c":"InstrumentDSPLibrary.BELL","l":"output_signal()"},{"p":"wellen","c":"InstrumentDSPLibrary.FAT_LEAD","l":"output_signal()"},{"p":"wellen","c":"InstrumentDSPLibrary.HI_HAT","l":"output_signal()"},{"p":"wellen","c":"InstrumentDSPLibrary.KICK_DRUM","l":"output_signal()"},{"p":"wellen","c":"InstrumentDSPLibrary.SAMPLER","l":"output_signal()"},{"p":"wellen","c":"Patch","l":"output_signal()"},{"p":"wellen","c":"ToneEngineDSP","l":"output_signal()"},{"p":"wellen","c":"Track","l":"output_signal()"},{"p":"wellen.dsp","c":"ADSR","l":"output()"},{"p":"wellen.dsp","c":"Crossfader","l":"output()"},{"p":"wellen.dsp","c":"DSPNodeOutput","l":"output()"},{"p":"wellen.dsp","c":"Envelope","l":"output()"},{"p":"wellen.dsp","c":"FMSynthesis","l":"output()"},{"p":"wellen.dsp","c":"Noise","l":"output()"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"output()"},{"p":"wellen.dsp","c":"Sampler","l":"output()"},{"p":"wellen.dsp","c":"Wavetable","l":"output()"},{"p":"wellen","c":"SAM","l":"output()"},{"p":"wellen","c":"ToneEngineDSP","l":"output()"},{"p":"wellen","c":"Wellen","l":"PAN_LINEAR"},{"p":"wellen","c":"Wellen","l":"PAN_SINE_LAW"},{"p":"wellen","c":"Wellen","l":"PAN_SQUARE_LAW"},{"p":"wellen","c":"Patch","l":"pan()"},{"p":"wellen","c":"Track","l":"pan()"},{"p":"wellen","c":"Pan","l":"Pan()","u":"%3Cinit%3E()"},{"p":"wellen","c":"Patch","l":"Patch()","u":"%3Cinit%3E()"},{"p":"wellen","c":"Patch","l":"Patch(float)","u":"%3Cinit%3E(float)"},{"p":"wellen","c":"Patch","l":"patch(int)"},{"p":"wellen","c":"Patch","l":"patchs()"},{"p":"wellen","c":"Arpeggiator","l":"pattern_16(int, int, float)","u":"pattern_16(int,int,float)"},{"p":"wellen","c":"Arpeggiator","l":"pattern_32(int, int, float)","u":"pattern_32(int,int,float)"},{"p":"wellen","c":"Arpeggiator","l":"pattern_4(int, int, float)","u":"pattern_4(int,int,float)"},{"p":"wellen","c":"Arpeggiator","l":"pattern_8(int, int, float)","u":"pattern_8(int,int,float)"},{"p":"wellen","c":"Pattern","l":"Pattern()","u":"%3Cinit%3E()"},{"p":"wellen","c":"Arpeggiator","l":"pattern(int, int, float)","u":"pattern(int,int,float)"},{"p":"wellen","c":"Pattern","l":"Pattern(int, int, int)","u":"%3Cinit%3E(int,int,int)"},{"p":"wellen","c":"Arpeggiator","l":"pattern(int, int, int, float)","u":"pattern(int,int,int,float)"},{"p":"wellen.dsp","c":"Sampler","l":"pause_recording()"},{"p":"wellen","c":"AudioBufferManager","l":"pause(boolean)"},{"p":"wellen","c":"AudioDeviceImplDesktop","l":"pause(boolean)"},{"p":"wellen.dsp","c":"DSP","l":"pause(boolean)"},{"p":"wellen","c":"FFT","l":"perform_forward_transform(float[])"},{"p":"wellen","c":"Instrument","l":"pitch_bend(float)"},{"p":"wellen","c":"InstrumentDSP","l":"pitch_bend(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"pitch_bend(float)"},{"p":"wellen","c":"InstrumentOSC","l":"pitch_bend(float)"},{"p":"wellen","c":"Tone","l":"pitch_bend(int)"},{"p":"wellen","c":"ToneEngine","l":"pitch_bend(int)"},{"p":"wellen","c":"ToneEngineDSP","l":"pitch_bend(int)"},{"p":"wellen","c":"ToneEngineMIDI","l":"pitch_bend(int)"},{"p":"wellen","c":"ToneEngineOSC","l":"pitch_bend(int)"},{"p":"wellen.analysis","c":"PitchDetection","l":"PitchDetection()","u":"%3Cinit%3E()"},{"p":"wellen.analysis","c":"PitchDetection","l":"PitchDetection(float, int)","u":"%3Cinit%3E(float,int)"},{"p":"wellen.analysis","c":"PitchDetection","l":"PitchDetection(float, int, double)","u":"%3Cinit%3E(float,int,double)"},{"p":"wellen.dsp","c":"Sampler","l":"play()"},{"p":"wellen","c":"Arpeggiator","l":"play(int, int)","u":"play(int,int)"},{"p":"wellen.analysis","c":"FFT","l":"powerAndPhaseFromFFT(float[], float[], float[])","u":"powerAndPhaseFromFFT(float[],float[],float[])"},{"p":"wellen","c":"MIDI","l":"PPQN"},{"p":"wellen","c":"Pattern","l":"print(String)","u":"print(java.lang.String)"},{"p":"wellen","c":"Pattern","l":"println()"},{"p":"wellen","c":"Pattern","l":"println(String)","u":"println(java.lang.String)"},{"p":"wellen","c":"Track","l":"println(String)","u":"println(java.lang.String)"},{"p":"wellen.dsp","c":"Delay","l":"process_signal(Signal)","u":"process_signal(wellen.dsp.Signal)"},{"p":"wellen.dsp","c":"DSPNodeProcessSignal","l":"process_signal(Signal)","u":"process_signal(wellen.dsp.Signal)"},{"p":"wellen.dsp","c":"Reverb","l":"process_signal(Signal)","u":"process_signal(wellen.dsp.Signal)"},{"p":"wellen","c":"Pan","l":"process_signal(Signal)","u":"process_signal(wellen.dsp.Signal)"},{"p":"wellen.dsp","c":"Delay","l":"process(float)"},{"p":"wellen.dsp","c":"Distortion","l":"process(float)"},{"p":"wellen.dsp","c":"DSPNodeProcess","l":"process(float)"},{"p":"wellen.dsp","c":"FilterBalance","l":"process(float)"},{"p":"wellen.dsp","c":"FilterBandPass","l":"process(float)"},{"p":"wellen.dsp","c":"FilterBiquad","l":"process(float)"},{"p":"wellen.dsp","c":"FilterButterworth","l":"process(float)"},{"p":"wellen.dsp","c":"FilterHighLowBandPass","l":"process(float)"},{"p":"wellen.dsp","c":"FilterHighPass","l":"process(float)"},{"p":"wellen.dsp","c":"FilterLowPass","l":"process(float)"},{"p":"wellen.dsp","c":"FilterMoogLadderLowPass","l":"process(float)"},{"p":"wellen.dsp","c":"FilterResonator","l":"process(float)"},{"p":"wellen.dsp","c":"FilterVowelFormant","l":"process(float)"},{"p":"wellen.dsp","c":"Reverb","l":"process(float)"},{"p":"wellen.dsp","c":"Waveshaper","l":"process(float)"},{"p":"wellen","c":"Pan","l":"process(float)"},{"p":"wellen.dsp","c":"Vocoder","l":"process(float, float)","u":"process(float,float)"},{"p":"wellen.analysis","c":"BeatDetection","l":"process(float[])"},{"p":"wellen.analysis","c":"EnvelopeFollower","l":"process(float[])"},{"p":"wellen.analysis","c":"FrequencyDistribution","l":"process(float[])"},{"p":"wellen.analysis","c":"PitchDetection","l":"process(float[])"},{"p":"wellen.analysis","c":"RootMeanSquare","l":"process(float[])"},{"p":"wellen.analysis","c":"Sonogram","l":"process(float[])"},{"p":"wellen.analysis","c":"SoundLevelPressure","l":"process(float[])"},{"p":"wellen.dsp","c":"FilterBiquad","l":"process(float[])"},{"p":"wellen.dsp","c":"Waveshaper","l":"process(float[])"},{"p":"wellen.dsp","c":"Vocoder","l":"process(float[], float[], float[])","u":"process(float[],float[],float[])"},{"p":"wellen.dsp","c":"Reverb","l":"process(float[], float[], float[], float[])","u":"process(float[],float[],float[],float[])"},{"p":"wellen.dsp","c":"Wavetable","l":"pulse(float[], float)","u":"pulse(float[],float)"},{"p":"wellen","c":"Wellen","l":"queryAudioInputAndOutputDevices(String, boolean, boolean)","u":"queryAudioInputAndOutputDevices(java.lang.String,boolean,boolean)"},{"p":"wellen.dsp","c":"Envelope","l":"ramp_to(float, float)","u":"ramp_to(float,float)"},{"p":"wellen.dsp","c":"Envelope","l":"ramp(float, float, float)","u":"ramp(float,float,float)"},{"p":"wellen","c":"Wellen","l":"random(float, float)","u":"random(float,float)"},{"p":"wellen.dsp","c":"Crossfader","l":"ratio"},{"p":"wellen","c":"BeatMIDI","l":"receiveControlChange(int, int, int)","u":"receiveControlChange(int,int,int)"},{"p":"wellen","c":"EventReceiverMIDI","l":"receiveControlChange(int, int, int)","u":"receiveControlChange(int,int,int)"},{"p":"wellen","c":"MidiInListener","l":"receiveControlChange(int, int, int)","u":"receiveControlChange(int,int,int)"},{"p":"wellen","c":"BeatMIDI","l":"receiveNoteOff(int, int)","u":"receiveNoteOff(int,int)"},{"p":"wellen","c":"EventReceiverMIDI","l":"receiveNoteOff(int, int)","u":"receiveNoteOff(int,int)"},{"p":"wellen","c":"MidiInListener","l":"receiveNoteOff(int, int)","u":"receiveNoteOff(int,int)"},{"p":"wellen","c":"BeatMIDI","l":"receiveNoteOn(int, int, int)","u":"receiveNoteOn(int,int,int)"},{"p":"wellen","c":"EventReceiverMIDI","l":"receiveNoteOn(int, int, int)","u":"receiveNoteOn(int,int,int)"},{"p":"wellen","c":"MidiInListener","l":"receiveNoteOn(int, int, int)","u":"receiveNoteOn(int,int,int)"},{"p":"wellen","c":"BeatMIDI","l":"receiveProgramChange(int, int, int)","u":"receiveProgramChange(int,int,int)"},{"p":"wellen","c":"EventReceiverMIDI","l":"receiveProgramChange(int, int, int)","u":"receiveProgramChange(int,int,int)"},{"p":"wellen","c":"MidiInListener","l":"receiveProgramChange(int, int, int)","u":"receiveProgramChange(int,int,int)"},{"p":"wellen.dsp","c":"Sampler","l":"record(float)"},{"p":"wellen.dsp","c":"Sampler","l":"record(float[])"},{"p":"wellen","c":"ToneEngineDSP","l":"register_audioblock_callback(ToneEngineDSP.AudioOutputCallback)","u":"register_audioblock_callback(wellen.ToneEngineDSP.AudioOutputCallback)"},{"p":"wellen","c":"ToneEngineDSP","l":"remove_effect(EffectStereo)","u":"remove_effect(wellen.dsp.EffectStereo)"},{"p":"wellen.dsp","c":"Envelope","l":"remove_listener(EnvelopeListener)","u":"remove_listener(wellen.EnvelopeListener)"},{"p":"wellen.dsp","c":"Sampler","l":"remove_listener(SamplerListener)","u":"remove_listener(wellen.SamplerListener)"},{"p":"wellen","c":"Beat","l":"remove(Beat.Listener)","u":"remove(wellen.Beat.Listener)"},{"p":"wellen.dsp","c":"BeatDSP","l":"remove(Trigger.Listener)","u":"remove(wellen.dsp.Trigger.Listener)"},{"p":"wellen.dsp","c":"Trigger","l":"remove(Trigger.Listener)","u":"remove(wellen.dsp.Trigger.Listener)"},{"p":"wellen","c":"MidiIn","l":"removeListener(MidiInListener)","u":"removeListener(wellen.MidiInListener)"},{"p":"wellen","c":"Tone","l":"replace_instrument(Class, int)","u":"replace_instrument(java.lang.Class,int)"},{"p":"wellen","c":"Tone","l":"replace_instrument(Instrument)","u":"replace_instrument(wellen.Instrument)"},{"p":"wellen","c":"ToneEngine","l":"replace_instrument(Instrument)","u":"replace_instrument(wellen.Instrument)"},{"p":"wellen","c":"ToneEngineDSP","l":"replace_instrument(Instrument)","u":"replace_instrument(wellen.Instrument)"},{"p":"wellen","c":"ToneEngineMIDI","l":"replace_instrument(Instrument)","u":"replace_instrument(wellen.Instrument)"},{"p":"wellen","c":"ToneEngineOSC","l":"replace_instrument(Instrument)","u":"replace_instrument(wellen.Instrument)"},{"p":"wellen","c":"Arpeggiator","l":"replace_pattern(Arpeggiator.NoteStruct[])","u":"replace_pattern(wellen.Arpeggiator.NoteStruct[])"},{"p":"wellen","c":"BeatMIDI","l":"reset_beat_counter_at_stop(boolean)"},{"p":"wellen.dsp","c":"Vocoder","l":"reset_history()"},{"p":"wellen","c":"Arpeggiator","l":"reset()"},{"p":"wellen","c":"BeatEvent","l":"reset()"},{"p":"wellen.dsp","c":"FilterHighLowBandPass","l":"reset()"},{"p":"wellen.dsp","c":"Wavetable","l":"reset()"},{"p":"wellen","c":"Sequencer","l":"reset()"},{"p":"wellen.dsp","c":"Sampler","l":"resume_recording()"},{"p":"wellen.dsp","c":"Reverb","l":"Reverb()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"Sampler","l":"rewind()"},{"p":"wellen","c":"SAM","l":"rewind()"},{"p":"wellen","c":"HarmonicTable","l":"RIGHT"},{"p":"wellen.dsp","c":"Signal","l":"right_add(float)"},{"p":"wellen.dsp","c":"Signal","l":"right_mult(float)"},{"p":"wellen.dsp","c":"Signal","l":"right()"},{"p":"wellen.dsp","c":"Signal","l":"right(float)"},{"p":"wellen.analysis","c":"RootMeanSquare","l":"RootMeanSquare()","u":"%3Cinit%3E()"},{"p":"wellen","c":"Wellen","l":"run_sketch_with_resources(Class)","u":"run_sketch_with_resources(java.lang.Class)"},{"p":"wellen","c":"Pattern","l":"run_test()"},{"p":"wellen","c":"Track","l":"run_test()"},{"p":"wellen","c":"AudioDeviceImplDesktop","l":"run()"},{"p":"wellen","c":"BeatMIDI","l":"running()"},{"p":"wellen","c":"SAM","l":"SAM()","u":"%3Cinit%3E()"},{"p":"wellen","c":"SAM","l":"SAM(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"sample_buffer_size"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"sample_rate"},{"p":"wellen","c":"WAVConverter.Info","l":"sample_rate"},{"p":"wellen","c":"AudioDevice","l":"sample_rate()"},{"p":"wellen","c":"AudioDeviceImplDesktop","l":"sample_rate()"},{"p":"wellen.dsp","c":"Sampler","l":"Sampler()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"Sampler","l":"Sampler(float[])","u":"%3Cinit%3E(float[])"},{"p":"wellen.dsp","c":"Sampler","l":"Sampler(float[], float)","u":"%3Cinit%3E(float[],float)"},{"p":"wellen.dsp","c":"Sampler","l":"Sampler(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"InstrumentDSPLibrary.SAMPLER","l":"SAMPLER(int, float[])","u":"%3Cinit%3E(int,float[])"},{"p":"wellen","c":"WAVConverter.Info","l":"samples"},{"p":"wellen","c":"Wellen","l":"samples_to_millis(int)"},{"p":"wellen","c":"Wellen","l":"samples_to_millis(int, float)","u":"samples_to_millis(int,float)"},{"p":"wellen","c":"Wellen","l":"samples_to_seconds(int)"},{"p":"wellen","c":"Wellen","l":"samples_to_seconds(int, float)","u":"samples_to_seconds(int,float)"},{"p":"wellen.dsp","c":"Wavetable","l":"sawtooth(float[])"},{"p":"wellen.dsp","c":"Wavetable","l":"sawtooth(float[], boolean)","u":"sawtooth(float[],boolean)"},{"p":"wellen.dsp","c":"Wavetable","l":"sawtooth(float[], int)","u":"sawtooth(float[],int)"},{"p":"wellen","c":"SAM","l":"say(String)","u":"say(java.lang.String)"},{"p":"wellen","c":"SpeechSynthesis","l":"say(String)","u":"say(java.lang.String)"},{"p":"wellen","c":"SAM","l":"say(String, boolean)","u":"say(java.lang.String,boolean)"},{"p":"wellen","c":"SpeechSynthesis","l":"say(String, String)","u":"say(java.lang.String,java.lang.String)"},{"p":"wellen","c":"SpeechSynthesis","l":"say(String, String, boolean, int, String)","u":"say(java.lang.String,java.lang.String,boolean,int,java.lang.String)"},{"p":"wellen","c":"Scale","l":"Scale()","u":"%3Cinit%3E()"},{"p":"wellen","c":"FFT","l":"scaleBand(int, float)","u":"scaleBand(int,float)"},{"p":"wellen","c":"FFT","l":"scaleFreq(float, float)","u":"scaleFreq(float,float)"},{"p":"wellen","c":"Wellen","l":"seconds_to_samples(float)"},{"p":"wellen","c":"Wellen","l":"seconds_to_samples(float, float)","u":"seconds_to_samples(float,float)"},{"p":"wellen","c":"ToneEngineMIDI","l":"SEND_NOTE_OFF_TO_ALL"},{"p":"wellen","c":"MidiIn","l":"send(MidiMessage, long)","u":"send(javax.sound.midi.MidiMessage,long)"},{"p":"wellen","c":"MidiOut","l":"sendControllerChange(int, int, int)","u":"sendControllerChange(int,int,int)"},{"p":"wellen","c":"MidiOut","l":"sendMessage(int, int, int, int)","u":"sendMessage(int,int,int,int)"},{"p":"wellen","c":"MidiOut","l":"sendNoteOff(int, int, int)","u":"sendNoteOff(int,int,int)"},{"p":"wellen","c":"MidiOut","l":"sendNoteOn(int, int, int)","u":"sendNoteOn(int,int,int)"},{"p":"wellen","c":"MidiOut","l":"sendPitchBend(int, int, int)","u":"sendPitchBend(int,int,int)"},{"p":"wellen","c":"Sequencer","l":"Sequencer(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"Sequencer","l":"Sequencer(T...)","u":"%3Cinit%3E(T...)"},{"p":"wellen.dsp","c":"ADSR","l":"set_adsr(float, float, float, float)","u":"set_adsr(float,float,float,float)"},{"p":"wellen","c":"Instrument","l":"set_adsr(float, float, float, float)","u":"set_adsr(float,float,float,float)"},{"p":"wellen.dsp","c":"Waveshaper","l":"set_amount(float)"},{"p":"wellen.dsp","c":"Distortion","l":"set_amplification(float)"},{"p":"wellen","c":"InstrumentDSPLibrary.BELL","l":"set_amplification(float)"},{"p":"wellen","c":"InstrumentDSPLibrary.BELL","l":"set_amplitude_falloff(float)"},{"p":"wellen","c":"Instrument","l":"set_amplitude_LFO_amplitude(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_amplitude_LFO_amplitude(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_amplitude_LFO_amplitude(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_amplitude_LFO_amplitude(float)"},{"p":"wellen","c":"Instrument","l":"set_amplitude_LFO_frequency(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_amplitude_LFO_frequency(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_amplitude_LFO_frequency(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_amplitude_LFO_frequency(float)"},{"p":"wellen.dsp","c":"FMSynthesis","l":"set_amplitude(float)"},{"p":"wellen.dsp","c":"Noise","l":"set_amplitude(float)"},{"p":"wellen.dsp","c":"Oscillator","l":"set_amplitude(float)"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"set_amplitude(float)"},{"p":"wellen.dsp","c":"Sampler","l":"set_amplitude(float)"},{"p":"wellen.dsp","c":"Wavetable","l":"set_amplitude(float)"},{"p":"wellen","c":"Instrument","l":"set_amplitude(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_amplitude(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_amplitude(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_amplitude(float)"},{"p":"wellen.dsp","c":"Wavetable","l":"set_amplitude(float, int)","u":"set_amplitude(float,int)"},{"p":"wellen","c":"Instrument","l":"set_amplitude(float, int)","u":"set_amplitude(float,int)"},{"p":"wellen","c":"InstrumentDSP","l":"set_amplitude(float, int)","u":"set_amplitude(float,int)"},{"p":"wellen.analysis","c":"EnvelopeFollower","l":"set_attack_sec(float)"},{"p":"wellen.analysis","c":"EnvelopeFollower","l":"set_attack(float)"},{"p":"wellen.dsp","c":"ADSR","l":"set_attack(float)"},{"p":"wellen","c":"Instrument","l":"set_attack(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_attack(float)"},{"p":"wellen","c":"InstrumentDSPLibrary.BELL","l":"set_attack(float)"},{"p":"wellen.dsp","c":"FilterBandPass","l":"set_bandwidth(float)"},{"p":"wellen.dsp","c":"FilterButterworth","l":"set_bandwidth(float)"},{"p":"wellen.dsp","c":"FilterResonator","l":"set_bandwidth(float)"},{"p":"wellen","c":"BeatEvent","l":"set_beat_count(int)"},{"p":"wellen.dsp","c":"Waveshaper","l":"set_bias(float)"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"set_bits_per_sample(int)"},{"p":"wellen.dsp","c":"Distortion","l":"set_bits(int)"},{"p":"wellen","c":"Beat","l":"set_bpm(float)"},{"p":"wellen","c":"BeatEvent","l":"set_bpm(float)"},{"p":"wellen.dsp","c":"BeatDSP","l":"set_bpm(float)"},{"p":"wellen.dsp","c":"Sampler","l":"set_buffer(float[])"},{"p":"wellen.dsp","c":"FMSynthesis","l":"set_carrier(Wavetable)","u":"set_carrier(wellen.dsp.Wavetable)"},{"p":"wellen","c":"InstrumentDSP","l":"set_channels(int)"},{"p":"wellen.dsp","c":"Distortion","l":"set_clip(float)"},{"p":"wellen.dsp","c":"FilterBalance","l":"set_comparator_signal(float)"},{"p":"wellen.dsp","c":"Envelope","l":"set_current_value(float)"},{"p":"wellen","c":"Sequencer","l":"set_current(T)"},{"p":"wellen.dsp","c":"Reverb","l":"set_damp(float)"},{"p":"wellen.dsp","c":"Delay","l":"set_decay_rate(float)"},{"p":"wellen.dsp","c":"ADSR","l":"set_decay(float)"},{"p":"wellen","c":"Instrument","l":"set_decay(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_decay(float)"},{"p":"wellen","c":"Instrument","l":"set_detune_amplitude(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_detune_amplitude(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_detune_amplitude(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_detune_amplitude(float)"},{"p":"wellen","c":"Instrument","l":"set_detune_oscillator_type(int)"},{"p":"wellen","c":"InstrumentDSP","l":"set_detune_oscillator_type(int)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_detune_oscillator_type(int)"},{"p":"wellen","c":"InstrumentOSC","l":"set_detune_oscillator_type(int)"},{"p":"wellen","c":"Instrument","l":"set_detune(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_detune(float)"},{"p":"wellen","c":"InstrumentDSPLibrary.BELL","l":"set_detune(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_detune(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_detune(float)"},{"p":"wellen.dsp","c":"Sampler","l":"set_duration(float)"},{"p":"wellen.dsp","c":"Delay","l":"set_echo_length(float)"},{"p":"wellen.dsp","c":"Sampler","l":"set_edge_fading(int)"},{"p":"wellen","c":"Tone","l":"set_engine(ToneEngine)","u":"set_engine(wellen.ToneEngine)"},{"p":"wellen","c":"Instrument","l":"set_filter_frequency(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_filter_frequency(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_filter_frequency(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_filter_frequency(float)"},{"p":"wellen","c":"Instrument","l":"set_filter_resonance(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_filter_resonance(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_filter_resonance(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_filter_resonance(float)"},{"p":"wellen.dsp","c":"Vocoder","l":"set_formant_shift(float)"},{"p":"wellen","c":"Instrument","l":"set_frequency_LFO_amplitude(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_frequency_LFO_amplitude(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_frequency_LFO_amplitude(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_frequency_LFO_amplitude(float)"},{"p":"wellen","c":"Instrument","l":"set_frequency_LFO_frequency(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_frequency_LFO_frequency(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_frequency_LFO_frequency(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_frequency_LFO_frequency(float)"},{"p":"wellen.dsp","c":"FilterBalance","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"FilterBandPass","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"FilterBiquad","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"FilterButterworth","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"FilterHighLowBandPass","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"FilterHighPass","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"FilterLowPass","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"FilterMoogLadderLowPass","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"FilterResonator","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"Oscillator","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"Sampler","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"Wavetable","l":"set_frequency(float)"},{"p":"wellen","c":"Instrument","l":"set_frequency(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_frequency(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_frequency(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"Wavetable","l":"set_frequency(float, int)","u":"set_frequency(float,int)"},{"p":"wellen","c":"Instrument","l":"set_frequency(float, int)","u":"set_frequency(float,int)"},{"p":"wellen","c":"InstrumentDSP","l":"set_frequency(float, int)","u":"set_frequency(float,int)"},{"p":"wellen.dsp","c":"Gain","l":"set_gain(float)"},{"p":"wellen","c":"ToneEngineDSP","l":"set_gain(float)"},{"p":"wellen","c":"Track","l":"set_in_out_point(int, int)","u":"set_in_out_point(int,int)"},{"p":"wellen","c":"Pattern","l":"set_in_point(int)"},{"p":"wellen","c":"Track","l":"set_in_point(int)"},{"p":"wellen.dsp","c":"Sampler","l":"set_in(int)"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"set_input_device(int)"},{"p":"wellen.dsp","c":"Wavetable","l":"set_interpolation(int)"},{"p":"wellen.dsp","c":"BeatDSP","l":"set_interval_sec(float)"},{"p":"wellen.dsp","c":"BeatDSP","l":"set_interval(float)"},{"p":"wellen.dsp","c":"Wavetable","l":"set_jitter_range(float)"},{"p":"wellen","c":"Loop","l":"set_length(int)"},{"p":"wellen","c":"Pattern","l":"set_length(int)"},{"p":"wellen","c":"Track","l":"set_length(int)"},{"p":"wellen.dsp","c":"Sampler","l":"set_loop_all()"},{"p":"wellen.dsp","c":"Sampler","l":"set_loop_in_normalized(float)"},{"p":"wellen.dsp","c":"Sampler","l":"set_loop_in(int)"},{"p":"wellen.dsp","c":"Sampler","l":"set_loop_out_normalized(float)"},{"p":"wellen.dsp","c":"Sampler","l":"set_loop_out(int)"},{"p":"wellen","c":"Pattern","l":"set_loop(int)"},{"p":"wellen","c":"Track","l":"set_loop(int)"},{"p":"wellen","c":"Instrument","l":"set_LPF_envelope_cutoff_max(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_LPF_envelope_cutoff_max(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_LPF_envelope_cutoff_max(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_LPF_envelope_cutoff_max(float)"},{"p":"wellen","c":"Instrument","l":"set_LPF_envelope_cutoff_min(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_LPF_envelope_cutoff_min(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_LPF_envelope_cutoff_min(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_LPF_envelope_cutoff_min(float)"},{"p":"wellen","c":"Instrument","l":"set_LPF_envelope_resonance_max(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_LPF_envelope_resonance_max(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_LPF_envelope_resonance_max(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_LPF_envelope_resonance_max(float)"},{"p":"wellen","c":"Instrument","l":"set_LPF_envelope_resonance_min(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_LPF_envelope_resonance_min(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_LPF_envelope_resonance_min(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_LPF_envelope_resonance_min(float)"},{"p":"wellen.analysis","c":"FrequencyDistribution","l":"set_maximum_frequency(float)"},{"p":"wellen.analysis","c":"Sonogram","l":"set_maximum_frequency(float)"},{"p":"wellen.dsp","c":"FilterBiquad","l":"set_mode(int)"},{"p":"wellen.dsp","c":"FilterButterworth","l":"set_mode(int)"},{"p":"wellen.dsp","c":"FilterHighLowBandPass","l":"set_mode(int)"},{"p":"wellen.dsp","c":"FMSynthesis","l":"set_modulation_depth(float)"},{"p":"wellen.dsp","c":"FMSynthesis","l":"set_modulator(Wavetable)","u":"set_modulator(wellen.dsp.Wavetable)"},{"p":"wellen","c":"SAM","l":"set_mouth(int)"},{"p":"wellen","c":"HarmonicTable","l":"set_note(int)"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"set_number_of_input_channels(int)"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"set_number_of_output_channels(int)"},{"p":"wellen.dsp","c":"Oscillator","l":"set_offset(float)"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"set_offset(float)"},{"p":"wellen.dsp","c":"Wavetable","l":"set_offset(float)"},{"p":"wellen","c":"Loop","l":"set_offset(int)"},{"p":"wellen.dsp","c":"Oscillator","l":"set_oscillation_range(float, float)","u":"set_oscillation_range(float,float)"},{"p":"wellen.dsp","c":"Oscillator","l":"set_oscillation_speed(float)"},{"p":"wellen","c":"Instrument","l":"set_oscillator_type(int)"},{"p":"wellen","c":"InstrumentDSP","l":"set_oscillator_type(int)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_oscillator_type(int)"},{"p":"wellen","c":"InstrumentOSC","l":"set_oscillator_type(int)"},{"p":"wellen","c":"Pattern","l":"set_out_point(int)"},{"p":"wellen","c":"Track","l":"set_out_point(int)"},{"p":"wellen.dsp","c":"Sampler","l":"set_out(int)"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"set_output_device(int)"},{"p":"wellen.dsp","c":"Waveshaper","l":"set_output_gain(float)"},{"p":"wellen","c":"Pan","l":"set_pan_type(int)"},{"p":"wellen","c":"Instrument","l":"set_pan(float)"},{"p":"wellen","c":"Pan","l":"set_panning(float)"},{"p":"wellen.dsp","c":"FilterBiquad","l":"set_peak_gain(float)"},{"p":"wellen.dsp","c":"Wavetable","l":"set_phase_offset(float)"},{"p":"wellen","c":"SAM","l":"set_pitch(int)"},{"p":"wellen","c":"Grid","l":"set_PPQN(int)"},{"p":"wellen.dsp","c":"Vocoder","l":"set_reaction_time(float)"},{"p":"wellen.analysis","c":"EnvelopeFollower","l":"set_release_sec(float)"},{"p":"wellen.analysis","c":"EnvelopeFollower","l":"set_release(float)"},{"p":"wellen.dsp","c":"ADSR","l":"set_release(float)"},{"p":"wellen","c":"Instrument","l":"set_release(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_release(float)"},{"p":"wellen.dsp","c":"FilterBiquad","l":"set_resonance(float)"},{"p":"wellen.dsp","c":"FilterHighLowBandPass","l":"set_resonance(float)"},{"p":"wellen.dsp","c":"FilterMoogLadderLowPass","l":"set_resonance(float)"},{"p":"wellen.dsp","c":"Reverb","l":"set_roomsize(float)"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"set_sample_buffer_size(int)"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"set_sample_rate(int)"},{"p":"wellen","c":"SAM","l":"set_sample_speed(float)"},{"p":"wellen.analysis","c":"BeatDetection","l":"set_sensitivity(double)"},{"p":"wellen","c":"SAM","l":"set_sing_mode(boolean)"},{"p":"wellen.dsp","c":"Sampler","l":"set_speed(float)"},{"p":"wellen","c":"SAM","l":"set_speed(int)"},{"p":"wellen.dsp","c":"Noise","l":"set_step(float)"},{"p":"wellen","c":"Sequencer","l":"set_step(int)"},{"p":"wellen","c":"InstrumentDSPLibrary.BELL","l":"set_sustain_falloff(float)"},{"p":"wellen.dsp","c":"ADSR","l":"set_sustain(float)"},{"p":"wellen","c":"Instrument","l":"set_sustain(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_sustain(float)"},{"p":"wellen","c":"InstrumentDSPLibrary.BELL","l":"set_sustain(float)"},{"p":"wellen.analysis","c":"BeatDetection","l":"set_threshold(double)"},{"p":"wellen","c":"SAM","l":"set_throat(int)"},{"p":"wellen.dsp","c":"Envelope","l":"set_time_scale(float)"},{"p":"wellen.dsp","c":"Distortion","l":"set_type(int)"},{"p":"wellen.dsp","c":"Noise","l":"set_type(int)"},{"p":"wellen.dsp","c":"Waveshaper","l":"set_type(int)"},{"p":"wellen.dsp","c":"Vocoder","l":"set_volume(float)"},{"p":"wellen","c":"Patch","l":"set_volume(float)"},{"p":"wellen","c":"Track","l":"set_volume(float)"},{"p":"wellen.dsp","c":"FilterVowelFormant","l":"set_vowel(int)"},{"p":"wellen.dsp","c":"Oscillator","l":"set_waveform(int)"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"set_waveform(int)"},{"p":"wellen.dsp","c":"Wavetable","l":"set_waveform(int)"},{"p":"wellen.dsp","c":"Wavetable","l":"set_waveform(int, int)","u":"set_waveform(int,int)"},{"p":"wellen.dsp","c":"Reverb","l":"set_wet(float)"},{"p":"wellen","c":"Arpeggiator","l":"set(Arpeggiator.NoteStruct[], int, int, float)","u":"set(wellen.Arpeggiator.NoteStruct[],int,int,float)"},{"p":"wellen","c":"Arpeggiator","l":"set(Arpeggiator.NoteStruct[], int, int, int, float)","u":"set(wellen.Arpeggiator.NoteStruct[],int,int,int,float)"},{"p":"wellen.dsp","c":"Signal","l":"set(float)"},{"p":"wellen.dsp","c":"Signal","l":"set(float, float)","u":"set(float,float)"},{"p":"wellen","c":"Sequencer","l":"set(int, T)","u":"set(int,T)"},{"p":"wellen.dsp","c":"Signal","l":"set(Signal)","u":"set(wellen.dsp.Signal)"},{"p":"wellen","c":"FFT","l":"setBand(int, float)","u":"setBand(int,float)"},{"p":"wellen","c":"SpeechSynthesis","l":"setFileName(String)","u":"setFileName(java.lang.String)"},{"p":"wellen","c":"FFT","l":"setFreq(float, float)","u":"setFreq(float,float)"},{"p":"wellen","c":"SpeechSynthesis","l":"setWordsPerMinute(int)"},{"p":"wellen","c":"Wellen","l":"SIG_INT16_BIG_ENDIAN"},{"p":"wellen","c":"Wellen","l":"SIG_INT16_LITTLE_ENDIAN"},{"p":"wellen","c":"Wellen","l":"SIG_INT24_3_BIG_ENDIAN"},{"p":"wellen","c":"Wellen","l":"SIG_INT24_3_LITTLE_ENDIAN"},{"p":"wellen","c":"Wellen","l":"SIG_INT24_4_BIG_ENDIAN"},{"p":"wellen","c":"Wellen","l":"SIG_INT24_4_LITTLE_ENDIAN"},{"p":"wellen","c":"Wellen","l":"SIG_INT32_BIG_ENDIAN"},{"p":"wellen","c":"Wellen","l":"SIG_INT32_LITTLE_ENDIAN"},{"p":"wellen","c":"Wellen","l":"SIG_INT8"},{"p":"wellen","c":"Wellen","l":"SIG_UINT8"},{"p":"wellen.dsp","c":"Signal","l":"signal"},{"p":"wellen.dsp","c":"Crossfader","l":"signal_a"},{"p":"wellen.dsp","c":"Crossfader","l":"signal_b"},{"p":"wellen","c":"Wellen","l":"SIGNAL_LEFT"},{"p":"wellen","c":"Wellen","l":"SIGNAL_MAX"},{"p":"wellen","c":"Wellen","l":"SIGNAL_MIN"},{"p":"wellen","c":"Wellen","l":"SIGNAL_MONO"},{"p":"wellen","c":"Wellen","l":"SIGNAL_PROCESSING_IGNORE_IN_OUTPOINTS"},{"p":"wellen","c":"Wellen","l":"SIGNAL_RIGHT"},{"p":"wellen","c":"Wellen","l":"SIGNAL_STEREO"},{"p":"wellen.dsp","c":"Signal","l":"signal()"},{"p":"wellen.dsp","c":"Signal","l":"Signal()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"Signal","l":"Signal(float)","u":"%3Cinit%3E(float)"},{"p":"wellen.dsp","c":"Signal","l":"Signal(float, float)","u":"%3Cinit%3E(float,float)"},{"p":"wellen.dsp","c":"Signal","l":"Signal(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.dsp","c":"Signal","l":"Signal(Signal)","u":"%3Cinit%3E(wellen.dsp.Signal)"},{"p":"wellen.dsp","c":"Wavetable","l":"sine(float[])"},{"p":"wellen.analysis","c":"Sonogram","l":"Sonogram(PGraphics)","u":"%3Cinit%3E(processing.core.PGraphics)"},{"p":"wellen.dsp","c":"DSP","l":"sound_pressure_level(float[])"},{"p":"wellen.analysis","c":"SoundLevelPressure","l":"SoundLevelPressure()","u":"%3Cinit%3E()"},{"p":"wellen","c":"FFT","l":"specSize()"},{"p":"wellen","c":"SpeechSynthesis","l":"SpeechSynthesis()","u":"%3Cinit%3E()"},{"p":"wellen","c":"SpeechSynthesis","l":"SpeechSynthesis(boolean, boolean)","u":"%3Cinit%3E(boolean,boolean)"},{"p":"wellen.dsp","c":"Wavetable","l":"square(float[])"},{"p":"wellen.dsp","c":"Wavetable","l":"square(float[], int)","u":"square(float[],int)"},{"p":"wellen.dsp","c":"Envelope","l":"stages()"},{"p":"wellen.dsp","c":"Sampler","l":"start_recording()"},{"p":"wellen","c":"BeatMIDI","l":"start()"},{"p":"wellen.dsp","c":"ADSR","l":"start()"},{"p":"wellen.dsp","c":"Envelope","l":"start()"},{"p":"wellen","c":"Tone","l":"start(int)"},{"p":"wellen","c":"Beat","l":"start(Object)","u":"start(java.lang.Object)"},{"p":"wellen.dsp","c":"BeatDSP","l":"start(Object)","u":"start(java.lang.Object)"},{"p":"wellen.dsp","c":"DSP","l":"start(Object)","u":"start(java.lang.Object)"},{"p":"wellen.dsp","c":"Trigger","l":"start(Object)","u":"start(java.lang.Object)"},{"p":"wellen","c":"EventReceiverOSC","l":"start(Object)","u":"start(java.lang.Object)"},{"p":"wellen.dsp","c":"DSP","l":"start(Object, AudioDeviceConfiguration)","u":"start(java.lang.Object,wellen.AudioDeviceConfiguration)"},{"p":"wellen","c":"Beat","l":"start(Object, int)","u":"start(java.lang.Object,int)"},{"p":"wellen.dsp","c":"BeatDSP","l":"start(Object, int)","u":"start(java.lang.Object,int)"},{"p":"wellen.dsp","c":"DSP","l":"start(Object, int)","u":"start(java.lang.Object,int)"},{"p":"wellen","c":"EventReceiverMIDI","l":"start(Object, int)","u":"start(java.lang.Object,int)"},{"p":"wellen","c":"EventReceiverOSC","l":"start(Object, int)","u":"start(java.lang.Object,int)"},{"p":"wellen.dsp","c":"DSP","l":"start(Object, int, int)","u":"start(java.lang.Object,int,int)"},{"p":"wellen.dsp","c":"DSP","l":"start(Object, int, int, int, int)","u":"start(java.lang.Object,int,int,int,int)"},{"p":"wellen.dsp","c":"DSP","l":"start(Object, int, int, int, int, int, int)","u":"start(java.lang.Object,int,int,int,int,int,int)"},{"p":"wellen","c":"BeatMIDI","l":"start(Object, String)","u":"start(java.lang.Object,java.lang.String)"},{"p":"wellen","c":"EventReceiverMIDI","l":"start(Object, String)","u":"start(java.lang.Object,java.lang.String)"},{"p":"wellen.dsp","c":"DSP","l":"start(Object, String, int, String, int, int, int)","u":"start(java.lang.Object,java.lang.String,int,java.lang.String,int,int,int)"},{"p":"wellen","c":"Tone","l":"start(String, int)","u":"start(java.lang.String,int)"},{"p":"wellen","c":"Tone","l":"start(String, int, int)","u":"start(java.lang.String,int,int)"},{"p":"wellen","c":"Tone","l":"start(String, int, int, int)","u":"start(java.lang.String,int,int,int)"},{"p":"wellen","c":"Tone","l":"start(String...)","u":"start(java.lang.String...)"},{"p":"wellen","c":"Arpeggiator","l":"step()"},{"p":"wellen","c":"Sequencer","l":"step()"},{"p":"wellen","c":"HarmonicTable","l":"step(int)"},{"p":"wellen","c":"Wellen","l":"STEREO"},{"p":"wellen","c":"Beat","l":"stop()"},{"p":"wellen","c":"BeatEvent","l":"stop()"},{"p":"wellen","c":"BeatMIDI","l":"stop()"},{"p":"wellen.dsp","c":"ADSR","l":"stop()"},{"p":"wellen.dsp","c":"DSP","l":"stop()"},{"p":"wellen.dsp","c":"Envelope","l":"stop()"},{"p":"wellen.dsp","c":"Sampler","l":"stop()"},{"p":"wellen","c":"Tone","l":"stop()"},{"p":"wellen","c":"ToneEngine","l":"stop()"},{"p":"wellen","c":"ToneEngineDSP","l":"stop()"},{"p":"wellen","c":"ToneEngineMIDI","l":"stop()"},{"p":"wellen","c":"ToneEngineOSC","l":"stop()"},{"p":"wellen.dsp","c":"BeatDSP","l":"tick()"},{"p":"wellen","c":"FFT","l":"timeSize()"},{"p":"wellen","c":"Wellen","l":"to_millis(float)"},{"p":"wellen","c":"Wellen","l":"to_sec(int)"},{"p":"wellen","c":"Wellen","l":"TONE_ENGINE_INTERNAL"},{"p":"wellen","c":"Wellen","l":"TONE_ENGINE_INTERNAL_WITH_NO_OUTPUT"},{"p":"wellen","c":"Wellen","l":"TONE_ENGINE_MIDI"},{"p":"wellen","c":"Wellen","l":"TONE_ENGINE_OSC"},{"p":"wellen","c":"ToneEngineDSP","l":"ToneEngineDSP()","u":"%3Cinit%3E()"},{"p":"wellen","c":"ToneEngineDSP","l":"ToneEngineDSP(int, int, int, int, int)","u":"%3Cinit%3E(int,int,int,int,int)"},{"p":"wellen","c":"ToneEngineMIDI","l":"ToneEngineMIDI(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"ToneEngineMIDI","l":"ToneEngineMIDI(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"wellen","c":"ToneEngineOSC","l":"ToneEngineOSC()","u":"%3Cinit%3E()"},{"p":"wellen","c":"ToneEngineOSC","l":"ToneEngineOSC(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"wellen","c":"ToneEngineOSC","l":"ToneEngineOSC(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"wellen","c":"Track","l":"Track()","u":"%3Cinit%3E()"},{"p":"wellen","c":"Track","l":"Track(float, int, int)","u":"%3Cinit%3E(float,int,int)"},{"p":"wellen","c":"Track","l":"track(int)"},{"p":"wellen","c":"Track","l":"tracks()"},{"p":"wellen.dsp","c":"Wavetable","l":"triangle(float[])"},{"p":"wellen.dsp","c":"Wavetable","l":"triangle(float[], int)","u":"triangle(float[],int)"},{"p":"wellen.dsp","c":"Trigger","l":"trigger_falling_edge(boolean)"},{"p":"wellen.dsp","c":"Trigger","l":"trigger_rising_edge(boolean)"},{"p":"wellen","c":"Arpeggiator","l":"trigger()"},{"p":"wellen.dsp","c":"Trigger","l":"Trigger()","u":"%3Cinit%3E()"},{"p":"wellen","c":"Beat.Listener","l":"trigger(int)"},{"p":"wellen.dsp","c":"BeatDSP.Listener","l":"trigger(int)"},{"p":"wellen.dsp","c":"Trigger.Listener","l":"trigger(int)"},{"p":"wellen.dsp","c":"Trigger","l":"Trigger(Object)","u":"%3Cinit%3E(java.lang.Object)"},{"p":"wellen.dsp","c":"Sampler","l":"tune_frequency_to(float)"},{"p":"wellen","c":"Wellen","l":"TWO_PI"},{"p":"wellen","c":"HarmonicTable","l":"UP"},{"p":"wellen","c":"HarmonicTable","l":"UP_LEFT"},{"p":"wellen","c":"HarmonicTable","l":"UP_RIGHT"},{"p":"wellen","c":"Track","l":"update(int)"},{"p":"wellen","c":"Track","l":"update(int, int)","u":"update(int,int)"},{"p":"wellen","c":"ToneEngineDSP","l":"USE_AMP_FRACTION"},{"p":"wellen.dsp","c":"Envelope.Stage","l":"value"},{"p":"wellen","c":"Arpeggiator","l":"velocity()"},{"p":"wellen","c":"AudioDeviceImplDesktop","l":"VERBOSE"},{"p":"wellen","c":"BeatMIDI","l":"VERBOSE"},{"p":"wellen","c":"MidiIn","l":"VERBOSE"},{"p":"wellen","c":"Patch","l":"VERBOSE"},{"p":"wellen","c":"ToneEngineDSP","l":"VERBOSE"},{"p":"wellen","c":"Track","l":"VERBOSE"},{"p":"wellen","c":"WAVConverter","l":"VERBOSE"},{"p":"wellen","c":"Wellen","l":"VERSION_MAJOR"},{"p":"wellen","c":"Wellen","l":"VERSION_MINOR"},{"p":"wellen","c":"Wellen","l":"version_string()"},{"p":"wellen.dsp","c":"Vocoder","l":"Vocoder(int, int, int, int)","u":"%3Cinit%3E(int,int,int,int)"},{"p":"wellen.dsp","c":"FilterVowelFormant","l":"VOWEL_A"},{"p":"wellen.dsp","c":"FilterVowelFormant","l":"VOWEL_E"},{"p":"wellen.dsp","c":"FilterVowelFormant","l":"VOWEL_I"},{"p":"wellen.dsp","c":"FilterVowelFormant","l":"VOWEL_O"},{"p":"wellen.dsp","c":"FilterVowelFormant","l":"VOWEL_U"},{"p":"wellen","c":"Wellen","l":"WAV_FORMAT_IEEE_FLOAT_32BIT"},{"p":"wellen","c":"Wellen","l":"WAV_FORMAT_PCM"},{"p":"wellen","c":"WAVConverter","l":"WAVConverter(int, int, int, int)","u":"%3Cinit%3E(int,int,int,int)"},{"p":"wellen","c":"WAVConverter","l":"WAVConverter(WAVConverter.Info)","u":"%3Cinit%3E(wellen.WAVConverter.Info)"},{"p":"wellen","c":"Wellen","l":"WAVEFORM_NOISE"},{"p":"wellen","c":"Wellen","l":"WAVEFORM_SAWTOOTH"},{"p":"wellen","c":"Wellen","l":"WAVEFORM_SINE"},{"p":"wellen","c":"Wellen","l":"WAVEFORM_SQUARE"},{"p":"wellen","c":"Wellen","l":"WAVEFORM_TRIANGLE"},{"p":"wellen","c":"Wellen","l":"WAVESHAPE_INTERPOLATE_CUBIC"},{"p":"wellen","c":"Wellen","l":"WAVESHAPE_INTERPOLATE_LINEAR"},{"p":"wellen","c":"Wellen","l":"WAVESHAPE_INTERPOLATE_NONE"},{"p":"wellen","c":"Wellen","l":"WAVESHAPER_ATAN"},{"p":"wellen","c":"Wellen","l":"WAVESHAPER_CUBIC"},{"p":"wellen","c":"Wellen","l":"WAVESHAPER_HARDCLIP"},{"p":"wellen","c":"Wellen","l":"WAVESHAPER_SIN"},{"p":"wellen","c":"Wellen","l":"WAVESHAPER_TAN_H"},{"p":"wellen.dsp","c":"Waveshaper","l":"Waveshaper()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"Wavetable","l":"Wavetable()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"Wavetable","l":"Wavetable(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.dsp","c":"Wavetable","l":"Wavetable(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"wellen","c":"Wellen","l":"Wellen()","u":"%3Cinit%3E()"},{"p":"wellen","c":"FFT","l":"window(int)"},{"p":"wellen","c":"WAVConverter","l":"writeHeader()"}];updateSearchResults(); \ No newline at end of file +memberSearchIndex = [{"p":"wellen","c":"ToneEngineDSP","l":"add_effect(EffectStereo)","u":"add_effect(wellen.dsp.EffectStereo)"},{"p":"wellen.dsp","c":"Envelope","l":"add_listener(EnvelopeListener)","u":"add_listener(wellen.EnvelopeListener)"},{"p":"wellen.dsp","c":"Sampler","l":"add_listener(SamplerListener)","u":"add_listener(wellen.SamplerListener)"},{"p":"wellen.dsp","c":"Envelope","l":"add_stage(float)"},{"p":"wellen.dsp","c":"Envelope","l":"add_stage(float, float)","u":"add_stage(float,float)"},{"p":"wellen","c":"Track","l":"add_track(Track)","u":"add_track(wellen.Track)"},{"p":"wellen","c":"Beat","l":"add(Beat.Listener)","u":"add(wellen.Beat.Listener)"},{"p":"wellen","c":"BeatEvent","l":"add(BeatListener)","u":"add(wellen.BeatListener)"},{"p":"wellen.dsp","c":"Signal","l":"add(float)"},{"p":"wellen.dsp","c":"Signal","l":"add(Signal)","u":"add(wellen.dsp.Signal)"},{"p":"wellen.dsp","c":"BeatDSP","l":"add(Trigger.Listener)","u":"add(wellen.dsp.Trigger.Listener)"},{"p":"wellen.dsp","c":"Trigger","l":"add(Trigger.Listener)","u":"add(wellen.dsp.Trigger.Listener)"},{"p":"wellen","c":"MidiIn","l":"addListener(MidiInListener)","u":"addListener(wellen.MidiInListener)"},{"p":"wellen.dsp","c":"ADSR","l":"ADSR_DIAGRAM"},{"p":"wellen.dsp","c":"ADSR","l":"ADSR()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"ADSR","l":"ADSR(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"Loop","l":"after(int, int)","u":"after(int,int)"},{"p":"wellen","c":"Loop","l":"after(int, int, int)","u":"after(int,int,int)"},{"p":"wellen","c":"InstrumentDSP","l":"always_interpolate_frequency_amplitude_changes"},{"p":"wellen","c":"WAVConverter","l":"appendData(float[][])"},{"p":"wellen","c":"Arpeggiator","l":"Arpeggiator(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"ToneEngineDSP","l":"audioblock(float[])"},{"p":"wellen","c":"ToneEngineDSP","l":"audioblock(float[], float[])","u":"audioblock(float[],float[])"},{"p":"wellen","c":"ToneEngineDSP.AudioOutputCallback","l":"audioblock(float[][])"},{"p":"wellen","c":"AudioBufferRenderer","l":"audioblock(float[][], float[][])","u":"audioblock(float[][],float[][])"},{"p":"wellen.dsp","c":"DSP","l":"audioblock(float[][], float[][])","u":"audioblock(float[][],float[][])"},{"p":"wellen","c":"ToneEngineDSP","l":"audioblock(float[][], float[][])","u":"audioblock(float[][],float[][])"},{"p":"wellen","c":"AudioBufferManager","l":"AudioBufferManager(AudioBufferRenderer, AudioDeviceConfiguration)","u":"%3Cinit%3E(wellen.AudioBufferRenderer,wellen.AudioDeviceConfiguration)"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"AudioDeviceConfiguration()","u":"%3Cinit%3E()"},{"p":"wellen","c":"AudioDeviceImplDesktop","l":"AudioDeviceImplDesktop(AudioBufferRenderer, AudioDeviceConfiguration)","u":"%3Cinit%3E(wellen.AudioBufferRenderer,wellen.AudioDeviceConfiguration)"},{"p":"wellen","c":"MidiIn","l":"availableInputs()"},{"p":"wellen","c":"MidiOut","l":"availableOutputs()"},{"p":"wellen","c":"FFT","l":"avgSize()"},{"p":"wellen.analysis","c":"FFT","l":"backwardsTransform(float[])"},{"p":"wellen","c":"BeatMIDI","l":"beat_count()"},{"p":"wellen","c":"BeatListener","l":"beat(int)"},{"p":"wellen","c":"Track","l":"beat(int, int)","u":"beat(int,int)"},{"p":"wellen","c":"Beat","l":"Beat(Object)","u":"%3Cinit%3E(java.lang.Object)"},{"p":"wellen","c":"Beat","l":"Beat(Object, int)","u":"%3Cinit%3E(java.lang.Object,int)"},{"p":"wellen.analysis","c":"BeatDetection","l":"BeatDetection()","u":"%3Cinit%3E()"},{"p":"wellen.analysis","c":"BeatDetection","l":"BeatDetection(float, int)","u":"%3Cinit%3E(float,int)"},{"p":"wellen.analysis","c":"BeatDetection","l":"BeatDetection(float, int, double, double)","u":"%3Cinit%3E(float,int,double,double)"},{"p":"wellen.dsp","c":"BeatDSP","l":"BeatDSP()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"BeatDSP","l":"BeatDSP(Object)","u":"%3Cinit%3E(java.lang.Object)"},{"p":"wellen.dsp","c":"BeatDSP","l":"BeatDSP(Object, int)","u":"%3Cinit%3E(java.lang.Object,int)"},{"p":"wellen","c":"Loop","l":"before(int, int)","u":"before(int,int)"},{"p":"wellen","c":"Loop","l":"before(int, int, int)","u":"before(int,int,int)"},{"p":"wellen","c":"InstrumentDSPLibrary.BELL","l":"BELL(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.analysis","c":"FFT","l":"binToHz(int, float)","u":"binToHz(int,float)"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"bits_per_sample"},{"p":"wellen","c":"WAVConverter.Info","l":"bits_per_sample"},{"p":"wellen","c":"Wellen","l":"BITS_PER_SAMPLE_16"},{"p":"wellen","c":"Wellen","l":"BITS_PER_SAMPLE_24"},{"p":"wellen","c":"Wellen","l":"BITS_PER_SAMPLE_32"},{"p":"wellen","c":"Wellen","l":"BITS_PER_SAMPLE_8"},{"p":"wellen","c":"SpeechSynthesis","l":"blocking(boolean)"},{"p":"wellen","c":"BeatMIDI","l":"bpm()"},{"p":"wellen","c":"AudioDevice","l":"buffer_size()"},{"p":"wellen","c":"AudioDeviceImplDesktop","l":"buffer_size()"},{"p":"wellen","c":"Wellen","l":"bytes_to_floatIEEE(byte[])"},{"p":"wellen","c":"Wellen","l":"bytes_to_floatIEEE(byte[], boolean)","u":"bytes_to_floatIEEE(byte[],boolean)"},{"p":"wellen","c":"Wellen","l":"bytes_to_floatIEEE(byte[], int, int, boolean)","u":"bytes_to_floatIEEE(byte[],int,int,boolean)"},{"p":"wellen","c":"Wellen","l":"bytes_to_floatIEEEs(byte[])"},{"p":"wellen","c":"Wellen","l":"bytes_to_floatIEEEs(byte[], float[], boolean)","u":"bytes_to_floatIEEEs(byte[],float[],boolean)"},{"p":"wellen","c":"Wellen","l":"bytes_to_floats(byte[], float[], int)","u":"bytes_to_floats(byte[],float[],int)"},{"p":"wellen","c":"Wellen","l":"bytes_to_floats(int, byte[], int)","u":"bytes_to_floats(int,byte[],int)"},{"p":"wellen","c":"FFT","l":"calcAvg(float, float)","u":"calcAvg(float,float)"},{"p":"wellen.dsp","c":"DSP","l":"calculate_RMS(float[])"},{"p":"wellen.dsp","c":"FilterBiquad","l":"calculate()"},{"p":"wellen","c":"WAVConverter.Info","l":"channels"},{"p":"wellen","c":"Wellen","l":"CHECK_DEFAULT_AUDIO_DEVICE_SAMPLE_RATE"},{"p":"wellen","c":"Scale","l":"CHORD_DOMINANT_7"},{"p":"wellen","c":"Scale","l":"CHORD_MAJOR"},{"p":"wellen","c":"Scale","l":"CHORD_MAJOR_7TH"},{"p":"wellen","c":"Scale","l":"CHORD_MINOR"},{"p":"wellen","c":"Scale","l":"CHORD_MINOR_7TH"},{"p":"wellen","c":"Scale","l":"CHROMATIC"},{"p":"wellen","c":"Wellen","l":"clamp(float)"},{"p":"wellen","c":"Wellen","l":"clamp(float, float, float)","u":"clamp(float,float,float)"},{"p":"wellen","c":"Wellen","l":"clamp(int, int, int)","u":"clamp(int,int,int)"},{"p":"wellen","c":"Wellen","l":"clamp127(int)"},{"p":"wellen","c":"Beat","l":"clean_up()"},{"p":"wellen.dsp","c":"Envelope","l":"clear_listeners()"},{"p":"wellen","c":"Arpeggiator","l":"clear_pattern()"},{"p":"wellen.dsp","c":"Envelope","l":"clear_stages()"},{"p":"wellen","c":"BeatEvent","l":"clear()"},{"p":"wellen","c":"BeatMIDI","l":"clock_continue()"},{"p":"wellen","c":"EventReceiverMIDI","l":"clock_continue()"},{"p":"wellen","c":"MidiInListener","l":"clock_continue()"},{"p":"wellen","c":"BeatMIDI","l":"clock_song_position_pointer(int)"},{"p":"wellen","c":"EventReceiverMIDI","l":"clock_song_position_pointer(int)"},{"p":"wellen","c":"MidiInListener","l":"clock_song_position_pointer(int)"},{"p":"wellen","c":"BeatMIDI","l":"clock_start()"},{"p":"wellen","c":"EventReceiverMIDI","l":"clock_start()"},{"p":"wellen","c":"MidiInListener","l":"clock_start()"},{"p":"wellen","c":"BeatMIDI","l":"clock_stop()"},{"p":"wellen","c":"EventReceiverMIDI","l":"clock_stop()"},{"p":"wellen","c":"MidiInListener","l":"clock_stop()"},{"p":"wellen","c":"BeatMIDI","l":"clock_tick()"},{"p":"wellen","c":"EventReceiverMIDI","l":"clock_tick()"},{"p":"wellen","c":"MidiInListener","l":"clock_tick()"},{"p":"wellen","c":"MidiIn","l":"close()"},{"p":"wellen","c":"MidiOut","l":"close()"},{"p":"wellen","c":"Wellen","l":"constrain(int, int, int)","u":"constrain(int,int,int)"},{"p":"wellen","c":"Tone","l":"control_change(int, int)","u":"control_change(int,int)"},{"p":"wellen","c":"ToneEngine","l":"control_change(int, int)","u":"control_change(int,int)"},{"p":"wellen","c":"ToneEngineDSP","l":"control_change(int, int)","u":"control_change(int,int)"},{"p":"wellen","c":"ToneEngineMIDI","l":"control_change(int, int)","u":"control_change(int,int)"},{"p":"wellen","c":"ToneEngineOSC","l":"control_change(int, int)","u":"control_change(int,int)"},{"p":"wellen","c":"WAVConverter","l":"convert_bytes_to_samples(byte[])"},{"p":"wellen","c":"WAVConverter","l":"convert_samples_to_bytes(float[][], int, int, int)","u":"convert_samples_to_bytes(float[][],int,int,int)"},{"p":"wellen","c":"WAVConverter","l":"convert_samples_to_bytes(float[][], int, int, int, int)","u":"convert_samples_to_bytes(float[][],int,int,int,int)"},{"p":"wellen","c":"WAVConverter","l":"convert_samples_to_bytes(WAVConverter.Info)","u":"convert_samples_to_bytes(wellen.WAVConverter.Info)"},{"p":"wellen","c":"SAM","l":"convert_text_to_phonemes(String)","u":"convert_text_to_phonemes(java.lang.String)"},{"p":"wellen.dsp","c":"DSP","l":"COPY_CACHED_BUFFER"},{"p":"wellen","c":"Arpeggiator.NoteStruct","l":"copy()"},{"p":"wellen","c":"Wellen","l":"copy(float[])"},{"p":"wellen","c":"Wellen","l":"copy(float[], float[])","u":"copy(float[],float[])"},{"p":"wellen","c":"Tone","l":"create_instrument(Class, int)","u":"create_instrument(java.lang.Class,int)"},{"p":"wellen.dsp","c":"Signal","l":"create_stereo(float)"},{"p":"wellen","c":"ToneEngineDSP","l":"create_without_audio_output(int)"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"create()"},{"p":"wellen","c":"ToneEngine","l":"create()"},{"p":"wellen.dsp","c":"Signal","l":"create(float)"},{"p":"wellen.dsp","c":"Signal","l":"create(float, float)","u":"create(float,float)"},{"p":"wellen","c":"BeatEvent","l":"create(int)"},{"p":"wellen","c":"ToneEngine","l":"create(String...)","u":"create(java.lang.String...)"},{"p":"wellen.dsp","c":"Crossfader","l":"Crossfader()","u":"%3Cinit%3E()"},{"p":"wellen","c":"BeatEvent","l":"current_beat_count()"},{"p":"wellen.dsp","c":"Wavetable","l":"current()"},{"p":"wellen","c":"SampleDataSNARE","l":"data"},{"p":"wellen","c":"WAVConverter.Info","l":"data"},{"p":"wellen","c":"Sequencer","l":"data()"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"DEFAULT_AMPLITUDE"},{"p":"wellen.dsp","c":"Wavetable","l":"DEFAULT_AMPLITUDE"},{"p":"wellen","c":"Wellen","l":"DEFAULT_ATTACK"},{"p":"wellen","c":"Wellen","l":"DEFAULT_AUDIO_DEVICE"},{"p":"wellen","c":"Wellen","l":"DEFAULT_AUDIOBLOCK_SIZE"},{"p":"wellen","c":"Wellen","l":"DEFAULT_BITS_PER_SAMPLE"},{"p":"wellen","c":"Wellen","l":"DEFAULT_DECAY"},{"p":"wellen","c":"Wellen","l":"DEFAULT_ENCODING"},{"p":"wellen","c":"Wellen","l":"DEFAULT_ENDIANESS"},{"p":"wellen","c":"Wellen","l":"DEFAULT_FILTER_BANDWIDTH"},{"p":"wellen","c":"Wellen","l":"DEFAULT_FILTER_FREQUENCY"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"DEFAULT_FREQUENCY"},{"p":"wellen.dsp","c":"Wavetable","l":"DEFAULT_FREQUENCY"},{"p":"wellen","c":"InstrumentDSP","l":"DEFAULT_FREQUENCY"},{"p":"wellen","c":"Wellen","l":"DEFAULT_INTERPOLATE_AMP_FREQ_DURATION"},{"p":"wellen","c":"Wellen","l":"DEFAULT_NUMBER_OF_INSTRUMENTS"},{"p":"wellen","c":"Wellen","l":"DEFAULT_RELEASE"},{"p":"wellen","c":"Wellen","l":"DEFAULT_SAMPLING_RATE"},{"p":"wellen.analysis","c":"BeatDetection","l":"DEFAULT_SENSITIVITY"},{"p":"wellen","c":"Wellen","l":"DEFAULT_SUSTAIN"},{"p":"wellen.analysis","c":"BeatDetection","l":"DEFAULT_THRESHOLD"},{"p":"wellen","c":"InstrumentDSP","l":"DEFAULT_WAVETABLE_SIZE"},{"p":"wellen","c":"Wellen","l":"DEFAULT_WAVETABLE_SIZE"},{"p":"wellen","c":"InstrumentDSPLibrary.DEFAULT","l":"DEFAULT(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.dsp","c":"Delay","l":"Delay()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"Delay","l":"Delay(float, float, float)","u":"%3Cinit%3E(float,float,float)"},{"p":"wellen.dsp","c":"Sampler","l":"delete_recording()"},{"p":"wellen","c":"Scale","l":"DIMINISHED_7"},{"p":"wellen","c":"Wellen","l":"DISTORTION_BIT_CRUSHING"},{"p":"wellen","c":"Wellen","l":"DISTORTION_FOLDBACK"},{"p":"wellen","c":"Wellen","l":"DISTORTION_FOLDBACK_SINGLE"},{"p":"wellen","c":"Wellen","l":"DISTORTION_FULL_WAVE_RECTIFICATION"},{"p":"wellen","c":"Wellen","l":"DISTORTION_HALF_WAVE_RECTIFICATION"},{"p":"wellen","c":"Wellen","l":"DISTORTION_HARD_CLIPPING"},{"p":"wellen","c":"Wellen","l":"DISTORTION_INFINITE_CLIPPING"},{"p":"wellen","c":"Wellen","l":"DISTORTION_SOFT_CLIPPING_ARC_TANGENT"},{"p":"wellen","c":"Wellen","l":"DISTORTION_SOFT_CLIPPING_CUBIC"},{"p":"wellen.dsp","c":"Distortion","l":"Distortion()","u":"%3Cinit%3E()"},{"p":"wellen","c":"HarmonicTable","l":"DOWN"},{"p":"wellen","c":"HarmonicTable","l":"DOWN_LEFT"},{"p":"wellen","c":"HarmonicTable","l":"DOWN_RIGHT"},{"p":"wellen","c":"Wellen","l":"draw_buffer(PGraphics, float, float, float[])","u":"draw_buffer(processing.core.PGraphics,float,float,float[])"},{"p":"wellen","c":"Wellen","l":"draw_buffer(PGraphics, float, float, float[], int)","u":"draw_buffer(processing.core.PGraphics,float,float,float[],int)"},{"p":"wellen.dsp","c":"DSP","l":"draw_buffers(PGraphics, float, float)","u":"draw_buffers(processing.core.PGraphics,float,float)"},{"p":"wellen","c":"Wellen","l":"draw_buffers(PGraphics, float, float, float[]...)","u":"draw_buffers(processing.core.PGraphics,float,float,float[]...)"},{"p":"wellen.dsp","c":"Sampler","l":"draw_sampler_buffer_circular(Sampler, PGraphics, float, float, int)","u":"draw_sampler_buffer_circular(wellen.dsp.Sampler,processing.core.PGraphics,float,float,int)"},{"p":"wellen.dsp","c":"Sampler","l":"draw_sampler_position_circular(Sampler, PGraphics, float, float)","u":"draw_sampler_position_circular(wellen.dsp.Sampler,processing.core.PGraphics,float,float)"},{"p":"wellen","c":"Wellen","l":"draw_tone_stereo(PGraphics, float, float)","u":"draw_tone_stereo(processing.core.PGraphics,float,float)"},{"p":"wellen","c":"Wellen","l":"draw_tone(PGraphics, float, float)","u":"draw_tone(processing.core.PGraphics,float,float)"},{"p":"wellen.analysis","c":"FrequencyDistribution","l":"draw()"},{"p":"wellen.analysis","c":"Sonogram","l":"draw()"},{"p":"wellen.dsp","c":"DSP","l":"DSP(Object, int, int)","u":"%3Cinit%3E(java.lang.Object,int,int)"},{"p":"wellen","c":"Wellen","l":"dumpAudioInputAndOutputDevices()"},{"p":"wellen","c":"Wellen","l":"dumpAudioInputAndOutputDevices(boolean)"},{"p":"wellen","c":"Wellen","l":"dumpMidiInputDevices()"},{"p":"wellen","c":"Wellen","l":"dumpMidiOutputDevices()"},{"p":"wellen.dsp","c":"Envelope.Stage","l":"duration"},{"p":"wellen","c":"MidiUtilities","l":"emit_MIDI_note_constants()"},{"p":"wellen","c":"MidiUtilities","l":"emit_MIDI_note_table()"},{"p":"wellen","c":"Instrument","l":"enable_additional_oscillator(boolean)"},{"p":"wellen","c":"Instrument","l":"enable_ADSR(boolean)"},{"p":"wellen","c":"Instrument","l":"enable_amplitude_LFO(boolean)"},{"p":"wellen","c":"Instrument","l":"enable_detune(boolean)"},{"p":"wellen","c":"Instrument","l":"enable_frequency_LFO(boolean)"},{"p":"wellen.dsp","c":"Wavetable","l":"enable_jitter(boolean)"},{"p":"wellen.dsp","c":"Envelope","l":"enable_loop(boolean)"},{"p":"wellen.dsp","c":"Sampler","l":"enable_loop(boolean)"},{"p":"wellen","c":"Instrument","l":"enable_LPF_envelope_cutoff(boolean)"},{"p":"wellen","c":"Instrument","l":"enable_LPF_envelope_resonance(boolean)"},{"p":"wellen","c":"Instrument","l":"enable_LPF(boolean)"},{"p":"wellen","c":"ToneEngineDSP","l":"enable_reverb(boolean)"},{"p":"wellen","c":"Tone","l":"enable_reverb(float, float, float)","u":"enable_reverb(float,float,float)"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"encoding"},{"p":"wellen","c":"Wellen","l":"ENCODING_ALAW"},{"p":"wellen","c":"Wellen","l":"ENCODING_PCM_FLOAT"},{"p":"wellen","c":"Wellen","l":"ENCODING_PCM_SIGNED"},{"p":"wellen","c":"Wellen","l":"ENCODING_PCM_UNSIGNED"},{"p":"wellen","c":"Wellen","l":"ENCODING_ULAW"},{"p":"wellen.dsp","c":"Sampler","l":"end_recording()"},{"p":"wellen","c":"Wellen","l":"ENDIANESS_BIG_ENDIAN"},{"p":"wellen","c":"Wellen","l":"ENDIANESS_LITTLE_ENDIAN"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_BLACKMAN"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_BLACKMAN_HARRIS"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_COSINE"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_COSINE_SQUARED"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_DOWNWARD_TRIANGLE"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_EXPONENTIAL_DECAY"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_EXPONENTIAL_INCREASE"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_GAUSSIAN"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_HANNING"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_LANCZOS"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_RECTANGULAR"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_TRIANGLE"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_UPWARD_TRIANGLE"},{"p":"wellen","c":"Wellen","l":"ENVELOPE_FORM_WELCH"},{"p":"wellen.dsp","c":"Envelope","l":"Envelope()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"Envelope","l":"Envelope(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.analysis","c":"EnvelopeFollower","l":"EnvelopeFollower()","u":"%3Cinit%3E()"},{"p":"wellen.analysis","c":"EnvelopeFollower","l":"EnvelopeFollower(float)","u":"%3Cinit%3E(float)"},{"p":"wellen.analysis","c":"EnvelopeFollower","l":"EnvelopeFollower(float, float, float)","u":"%3Cinit%3E(float,float,float)"},{"p":"wellen","c":"Wellen","l":"EVENT_CHANNEL"},{"p":"wellen","c":"Wellen","l":"EVENT_CONTROLCHANGE"},{"p":"wellen","c":"Grid","l":"event_count(int, float)","u":"event_count(int,float)"},{"p":"wellen.dsp","c":"Trigger","l":"EVENT_FALLING_EDGE"},{"p":"wellen","c":"Wellen","l":"EVENT_NOTE"},{"p":"wellen","c":"Wellen","l":"EVENT_NOTE_OFF"},{"p":"wellen","c":"Wellen","l":"EVENT_NOTE_ON"},{"p":"wellen","c":"Grid","l":"event_phase_count(int, int, int)","u":"event_phase_count(int,int,int)"},{"p":"wellen","c":"Grid","l":"event_phase(int, int, int)","u":"event_phase(int,int,int)"},{"p":"wellen","c":"Wellen","l":"EVENT_PITCHBEND"},{"p":"wellen","c":"Wellen","l":"EVENT_PROGRAMCHANGE"},{"p":"wellen.dsp","c":"Trigger","l":"EVENT_RISING_EDGE"},{"p":"wellen","c":"Wellen","l":"EVENT_UNDEFINED"},{"p":"wellen","c":"Wellen","l":"EVENT_VELOCITY"},{"p":"wellen","c":"Grid","l":"event(int, float)","u":"event(int,float)"},{"p":"wellen","c":"Loop","l":"event(int, int)","u":"event(int,int)"},{"p":"wellen","c":"Pattern","l":"event(int, int)","u":"event(int,int)"},{"p":"wellen","c":"Loop","l":"event(int, int, int)","u":"event(int,int,int)"},{"p":"wellen","c":"EventReceiverMIDI","l":"EventReceiverMIDI(Object)","u":"%3Cinit%3E(java.lang.Object)"},{"p":"wellen","c":"EventReceiverOSC","l":"EventReceiverOSC(Object, int)","u":"%3Cinit%3E(java.lang.Object,int)"},{"p":"wellen","c":"AudioBufferManager","l":"exit()"},{"p":"wellen","c":"AudioDevice","l":"exit()"},{"p":"wellen","c":"AudioDeviceImplDesktop","l":"exit()"},{"p":"wellen","c":"Wellen","l":"exportWAV(PApplet, String, float[], int, int)","u":"exportWAV(processing.core.PApplet,java.lang.String,float[],int,int)"},{"p":"wellen","c":"Wellen","l":"exportWAV(PApplet, String, float[][], int, int)","u":"exportWAV(processing.core.PApplet,java.lang.String,float[][],int,int)"},{"p":"wellen","c":"Wellen","l":"exportWAV(PApplet, String, float[][], int, int, int)","u":"exportWAV(processing.core.PApplet,java.lang.String,float[][],int,int,int)"},{"p":"wellen","c":"Wellen","l":"exportWAVInfo(PApplet, String, WAVConverter.Info)","u":"exportWAVInfo(processing.core.PApplet,java.lang.String,wellen.WAVConverter.Info)"},{"p":"wellen","c":"InstrumentDSPLibrary.FAT_LEAD","l":"FAT_LEAD(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.analysis","c":"FFT","l":"FFT(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"FFT","l":"FFT(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"wellen","c":"Scale","l":"FIBONACCI"},{"p":"wellen","c":"Scale","l":"FIFTH"},{"p":"wellen","c":"Wellen","l":"fill_envelope(float[], int)","u":"fill_envelope(float[],int)"},{"p":"wellen.dsp","c":"Wavetable","l":"fill(float[], int)","u":"fill(float[],int)"},{"p":"wellen.dsp","c":"Wavetable","l":"fill(float[], int, int)","u":"fill(float[],int,int)"},{"p":"wellen","c":"Wellen","l":"FILTER_MODE_BAND_PASS"},{"p":"wellen","c":"Wellen","l":"FILTER_MODE_BAND_REJECT"},{"p":"wellen","c":"Wellen","l":"FILTER_MODE_HIGH_PASS"},{"p":"wellen","c":"Wellen","l":"FILTER_MODE_HIGHSHELF"},{"p":"wellen","c":"Wellen","l":"FILTER_MODE_LOW_PASS"},{"p":"wellen","c":"Wellen","l":"FILTER_MODE_LOWSHELF"},{"p":"wellen","c":"Wellen","l":"FILTER_MODE_NOTCH"},{"p":"wellen","c":"Wellen","l":"FILTER_MODE_PEAK"},{"p":"wellen.dsp","c":"FilterBalance","l":"FilterBalance()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"FilterBalance","l":"FilterBalance(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.dsp","c":"FilterBandPass","l":"FilterBandPass()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"FilterBandPass","l":"FilterBandPass(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.dsp","c":"FilterBiquad","l":"FilterBiquad()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"FilterBiquad","l":"FilterBiquad(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.dsp","c":"FilterButterworth","l":"FilterButterworth()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"FilterButterworth","l":"FilterButterworth(float)","u":"%3Cinit%3E(float)"},{"p":"wellen.dsp","c":"FilterHighLowBandPass","l":"FilterHighLowBandPass()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"FilterHighLowBandPass","l":"FilterHighLowBandPass(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.dsp","c":"FilterHighPass","l":"FilterHighPass()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"FilterHighPass","l":"FilterHighPass(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.dsp","c":"FilterLowPass","l":"FilterLowPass()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"FilterLowPass","l":"FilterLowPass(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.dsp","c":"FilterMoogLadderLowPass","l":"FilterMoogLadderLowPass()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"FilterMoogLadderLowPass","l":"FilterMoogLadderLowPass(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.dsp","c":"FilterResonator","l":"FilterResonator()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"FilterResonator","l":"FilterResonator(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.dsp","c":"FilterVowelFormant","l":"FilterVowelFormant()","u":"%3Cinit%3E()"},{"p":"wellen","c":"Wellen","l":"find_zero_crossings(float[], int, int)","u":"find_zero_crossings(float[],int,int)"},{"p":"wellen","c":"EnvelopeListener","l":"finished_envelope(Envelope)","u":"finished_envelope(wellen.dsp.Envelope)"},{"p":"wellen","c":"EnvelopeListener","l":"finished_stage(Envelope, int)","u":"finished_stage(wellen.dsp.Envelope,int)"},{"p":"wellen","c":"Wellen","l":"flip(float)"},{"p":"wellen","c":"Wellen","l":"floatIEEE_to_bytes(float)"},{"p":"wellen","c":"Wellen","l":"floatIEEEs_to_bytes(float[])"},{"p":"wellen","c":"Wellen","l":"floatIEEEs_to_bytes(float[], boolean)","u":"floatIEEEs_to_bytes(float[],boolean)"},{"p":"wellen","c":"Wellen","l":"floats_to_bytes(byte[], float[], int)","u":"floats_to_bytes(byte[],float[],int)"},{"p":"wellen.dsp","c":"FMSynthesis","l":"FMSynthesis()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"FMSynthesis","l":"FMSynthesis(Wavetable, Wavetable)","u":"%3Cinit%3E(wellen.dsp.Wavetable,wellen.dsp.Wavetable)"},{"p":"wellen","c":"WAVConverter.Info","l":"format"},{"p":"wellen.dsp","c":"Sampler","l":"forward()"},{"p":"wellen","c":"FFT","l":"forward(float[])"},{"p":"wellen","c":"FFT","l":"forward(float[], float[])","u":"forward(float[],float[])"},{"p":"wellen","c":"FFT","l":"forward(float[], int)","u":"forward(float[],int)"},{"p":"wellen.analysis","c":"FFT","l":"forwardTransform(float[])"},{"p":"wellen","c":"FFT","l":"freqToIndex(float)"},{"p":"wellen","c":"Note","l":"frequency_to_note_f(float)"},{"p":"wellen","c":"Note","l":"frequency_to_note_f(float, float, float)","u":"frequency_to_note_f(float,float,float)"},{"p":"wellen","c":"Note","l":"frequency_to_note(float)"},{"p":"wellen","c":"Note","l":"frequency_to_note(float, float, int)","u":"frequency_to_note(float,float,int)"},{"p":"wellen.analysis","c":"FrequencyDistribution","l":"FrequencyDistribution(PGraphics)","u":"%3Cinit%3E(processing.core.PGraphics)"},{"p":"wellen.dsp","c":"Gain","l":"Gain()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"Distortion","l":"get_amplification()"},{"p":"wellen","c":"Instrument","l":"get_amplitude_LFO_amplitude()"},{"p":"wellen","c":"InstrumentDSP","l":"get_amplitude_LFO_amplitude()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_amplitude_LFO_amplitude()"},{"p":"wellen","c":"InstrumentOSC","l":"get_amplitude_LFO_amplitude()"},{"p":"wellen","c":"Instrument","l":"get_amplitude_LFO_frequency()"},{"p":"wellen","c":"InstrumentDSP","l":"get_amplitude_LFO_frequency()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_amplitude_LFO_frequency()"},{"p":"wellen","c":"InstrumentOSC","l":"get_amplitude_LFO_frequency()"},{"p":"wellen.dsp","c":"FMSynthesis","l":"get_amplitude()"},{"p":"wellen.dsp","c":"Noise","l":"get_amplitude()"},{"p":"wellen.dsp","c":"Oscillator","l":"get_amplitude()"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"get_amplitude()"},{"p":"wellen.dsp","c":"Wavetable","l":"get_amplitude()"},{"p":"wellen","c":"Instrument","l":"get_amplitude()"},{"p":"wellen","c":"InstrumentDSP","l":"get_amplitude()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_amplitude()"},{"p":"wellen","c":"InstrumentOSC","l":"get_amplitude()"},{"p":"wellen.analysis","c":"EnvelopeFollower","l":"get_attack()"},{"p":"wellen.dsp","c":"ADSR","l":"get_attack()"},{"p":"wellen","c":"Instrument","l":"get_attack()"},{"p":"wellen","c":"InstrumentDSPLibrary.BELL","l":"get_attack()"},{"p":"wellen.dsp","c":"FilterBandPass","l":"get_bandwidth()"},{"p":"wellen.dsp","c":"FilterButterworth","l":"get_bandwidth()"},{"p":"wellen.dsp","c":"FilterResonator","l":"get_bandwidth()"},{"p":"wellen","c":"Beat","l":"get_beat_count()"},{"p":"wellen.dsp","c":"BeatDSP","l":"get_beat_count()"},{"p":"wellen.dsp","c":"Distortion","l":"get_bits()"},{"p":"wellen","c":"Beat","l":"get_bpm()"},{"p":"wellen","c":"Tone","l":"get_buffer_left()"},{"p":"wellen","c":"ToneEngine","l":"get_buffer_left()"},{"p":"wellen","c":"ToneEngineDSP","l":"get_buffer_left()"},{"p":"wellen","c":"Tone","l":"get_buffer_right()"},{"p":"wellen","c":"ToneEngine","l":"get_buffer_right()"},{"p":"wellen","c":"ToneEngineDSP","l":"get_buffer_right()"},{"p":"wellen","c":"AudioBufferManager","l":"get_buffer_size()"},{"p":"wellen.dsp","c":"DSP","l":"get_buffer_size()"},{"p":"wellen.dsp","c":"Sampler","l":"get_buffer()"},{"p":"wellen","c":"SAM","l":"get_buffer()"},{"p":"wellen","c":"Tone","l":"get_buffer()"},{"p":"wellen","c":"ToneEngine","l":"get_buffer()"},{"p":"wellen.dsp","c":"FMSynthesis","l":"get_carrier()"},{"p":"wellen","c":"InstrumentDSP","l":"get_channels()"},{"p":"wellen.dsp","c":"Distortion","l":"get_clip()"},{"p":"wellen.dsp","c":"Envelope","l":"get_current_value()"},{"p":"wellen","c":"Sequencer","l":"get_current()"},{"p":"wellen.dsp","c":"ADSR","l":"get_decay()"},{"p":"wellen","c":"Instrument","l":"get_decay()"},{"p":"wellen","c":"Instrument","l":"get_detune_amplitude()"},{"p":"wellen","c":"InstrumentDSP","l":"get_detune_amplitude()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_detune_amplitude()"},{"p":"wellen","c":"InstrumentOSC","l":"get_detune_amplitude()"},{"p":"wellen","c":"InstrumentDSP","l":"get_detune_oscillator_type()"},{"p":"wellen","c":"InstrumentDSP","l":"get_detune_VCO()"},{"p":"wellen","c":"Instrument","l":"get_detune()"},{"p":"wellen","c":"InstrumentDSP","l":"get_detune()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_detune()"},{"p":"wellen","c":"InstrumentOSC","l":"get_detune()"},{"p":"wellen","c":"Tone","l":"get_DSP_engine()"},{"p":"wellen.dsp","c":"Sampler","l":"get_duration()"},{"p":"wellen.dsp","c":"Sampler","l":"get_edge_fading()"},{"p":"wellen","c":"Wellen","l":"get_extremum(float[])"},{"p":"wellen","c":"Instrument","l":"get_filter_frequency()"},{"p":"wellen","c":"InstrumentDSP","l":"get_filter_frequency()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_filter_frequency()"},{"p":"wellen","c":"InstrumentOSC","l":"get_filter_frequency()"},{"p":"wellen","c":"Instrument","l":"get_filter_resonance()"},{"p":"wellen","c":"InstrumentDSP","l":"get_filter_resonance()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_filter_resonance()"},{"p":"wellen","c":"InstrumentOSC","l":"get_filter_resonance()"},{"p":"wellen","c":"Instrument","l":"get_frequency_LFO_amplitude()"},{"p":"wellen","c":"InstrumentDSP","l":"get_frequency_LFO_amplitude()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_frequency_LFO_amplitude()"},{"p":"wellen","c":"InstrumentOSC","l":"get_frequency_LFO_amplitude()"},{"p":"wellen","c":"Instrument","l":"get_frequency_LFO_frequency()"},{"p":"wellen","c":"InstrumentDSP","l":"get_frequency_LFO_frequency()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_frequency_LFO_frequency()"},{"p":"wellen","c":"InstrumentOSC","l":"get_frequency_LFO_frequency()"},{"p":"wellen.dsp","c":"FilterBalance","l":"get_frequency()"},{"p":"wellen.dsp","c":"FilterBandPass","l":"get_frequency()"},{"p":"wellen.dsp","c":"FilterBiquad","l":"get_frequency()"},{"p":"wellen.dsp","c":"FilterButterworth","l":"get_frequency()"},{"p":"wellen.dsp","c":"FilterHighLowBandPass","l":"get_frequency()"},{"p":"wellen.dsp","c":"FilterHighPass","l":"get_frequency()"},{"p":"wellen.dsp","c":"FilterLowPass","l":"get_frequency()"},{"p":"wellen.dsp","c":"FilterMoogLadderLowPass","l":"get_frequency()"},{"p":"wellen.dsp","c":"FilterResonator","l":"get_frequency()"},{"p":"wellen.dsp","c":"Oscillator","l":"get_frequency()"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"get_frequency()"},{"p":"wellen.dsp","c":"Wavetable","l":"get_frequency()"},{"p":"wellen","c":"Instrument","l":"get_frequency()"},{"p":"wellen","c":"InstrumentDSP","l":"get_frequency()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_frequency()"},{"p":"wellen","c":"InstrumentOSC","l":"get_frequency()"},{"p":"wellen","c":"FFT","l":"get_frequency(float)"},{"p":"wellen.dsp","c":"Gain","l":"get_gain()"},{"p":"wellen","c":"ToneEngineDSP","l":"get_gain()"},{"p":"wellen.analysis","c":"FrequencyDistribution","l":"get_graphics()"},{"p":"wellen.analysis","c":"Sonogram","l":"get_graphics()"},{"p":"wellen","c":"Loopable","l":"get_in_point()"},{"p":"wellen","c":"Pattern","l":"get_in_point()"},{"p":"wellen","c":"Track","l":"get_in_point()"},{"p":"wellen.dsp","c":"Sampler","l":"get_in()"},{"p":"wellen.dsp","c":"DSP","l":"get_input_buffer_left()"},{"p":"wellen.dsp","c":"DSP","l":"get_input_buffer_right()"},{"p":"wellen.dsp","c":"Wavetable","l":"get_jitter_range()"},{"p":"wellen.dsp","c":"Sampler","l":"get_length_recording()"},{"p":"wellen","c":"Loop","l":"get_length()"},{"p":"wellen","c":"Track","l":"get_length()"},{"p":"wellen.analysis","c":"SoundLevelPressure","l":"get_level()"},{"p":"wellen.dsp","c":"Envelope","l":"get_listeners()"},{"p":"wellen","c":"Loop","l":"get_loop_count(int)"},{"p":"wellen","c":"Pattern","l":"get_loop_count(int)"},{"p":"wellen","c":"Track","l":"get_loop_count(int)"},{"p":"wellen","c":"Loopable","l":"get_loop_count(Loopable, int)","u":"get_loop_count(wellen.Loopable,int)"},{"p":"wellen.dsp","c":"Sampler","l":"get_loop_in_normalized()"},{"p":"wellen.dsp","c":"Sampler","l":"get_loop_in()"},{"p":"wellen.dsp","c":"Sampler","l":"get_loop_out_normalized()"},{"p":"wellen.dsp","c":"Sampler","l":"get_loop_out()"},{"p":"wellen","c":"Loopable","l":"get_loop()"},{"p":"wellen","c":"Pattern","l":"get_loop()"},{"p":"wellen","c":"Track","l":"get_loop()"},{"p":"wellen","c":"Instrument","l":"get_LPF_envelope_cutoff_max()"},{"p":"wellen","c":"InstrumentDSP","l":"get_LPF_envelope_cutoff_max()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_LPF_envelope_cutoff_max()"},{"p":"wellen","c":"InstrumentOSC","l":"get_LPF_envelope_cutoff_max()"},{"p":"wellen","c":"Instrument","l":"get_LPF_envelope_cutoff_min()"},{"p":"wellen","c":"InstrumentDSP","l":"get_LPF_envelope_cutoff_min()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_LPF_envelope_cutoff_min()"},{"p":"wellen","c":"InstrumentOSC","l":"get_LPF_envelope_cutoff_min()"},{"p":"wellen","c":"Instrument","l":"get_LPF_envelope_cutoff()"},{"p":"wellen","c":"InstrumentDSP","l":"get_LPF_envelope_cutoff()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_LPF_envelope_cutoff()"},{"p":"wellen","c":"InstrumentOSC","l":"get_LPF_envelope_cutoff()"},{"p":"wellen","c":"Instrument","l":"get_LPF_envelope_resonance_max()"},{"p":"wellen","c":"InstrumentDSP","l":"get_LPF_envelope_resonance_max()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_LPF_envelope_resonance_max()"},{"p":"wellen","c":"InstrumentOSC","l":"get_LPF_envelope_resonance_max()"},{"p":"wellen","c":"Instrument","l":"get_LPF_envelope_resonance_min()"},{"p":"wellen","c":"InstrumentDSP","l":"get_LPF_envelope_resonance_min()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_LPF_envelope_resonance_min()"},{"p":"wellen","c":"InstrumentOSC","l":"get_LPF_envelope_resonance_min()"},{"p":"wellen","c":"Instrument","l":"get_LPF_envelope_resonance()"},{"p":"wellen","c":"InstrumentDSP","l":"get_LPF_envelope_resonance()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_LPF_envelope_resonance()"},{"p":"wellen","c":"InstrumentOSC","l":"get_LPF_envelope_resonance()"},{"p":"wellen","c":"Tone","l":"get_midi_engine()"},{"p":"wellen.dsp","c":"FilterButterworth","l":"get_mode()"},{"p":"wellen.dsp","c":"FMSynthesis","l":"get_modulation_depth()"},{"p":"wellen.dsp","c":"FMSynthesis","l":"get_modulator()"},{"p":"wellen","c":"HarmonicTable","l":"get_note()"},{"p":"wellen","c":"Scale","l":"get_note(int[], int, int)","u":"get_note(int[],int,int)"},{"p":"wellen.dsp","c":"Oscillator","l":"get_offset()"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"get_offset()"},{"p":"wellen.dsp","c":"Wavetable","l":"get_offset()"},{"p":"wellen","c":"Loop","l":"get_offset()"},{"p":"wellen","c":"Instrument","l":"get_oscillator_type()"},{"p":"wellen","c":"InstrumentDSP","l":"get_oscillator_type()"},{"p":"wellen","c":"InstrumentMIDI","l":"get_oscillator_type()"},{"p":"wellen","c":"InstrumentOSC","l":"get_oscillator_type()"},{"p":"wellen","c":"Loopable","l":"get_out_point()"},{"p":"wellen","c":"Pattern","l":"get_out_point()"},{"p":"wellen","c":"Track","l":"get_out_point()"},{"p":"wellen.dsp","c":"Sampler","l":"get_out()"},{"p":"wellen.dsp","c":"DSP","l":"get_output_buffer_left()"},{"p":"wellen","c":"Tone","l":"get_output_buffer_left()"},{"p":"wellen.dsp","c":"DSP","l":"get_output_buffer_right()"},{"p":"wellen","c":"Tone","l":"get_output_buffer_right()"},{"p":"wellen.dsp","c":"DSP","l":"get_output_buffer()"},{"p":"wellen","c":"Instrument","l":"get_pan()"},{"p":"wellen","c":"Pan","l":"get_panning()"},{"p":"wellen.dsp","c":"FilterBiquad","l":"get_peak_gain()"},{"p":"wellen.dsp","c":"Wavetable","l":"get_phase_offset()"},{"p":"wellen","c":"SAM","l":"get_pitch_from_MIDI_note(int)"},{"p":"wellen.analysis","c":"PitchDetection","l":"get_pitch()"},{"p":"wellen.dsp","c":"Sampler","l":"get_position_fractional_part()"},{"p":"wellen.dsp","c":"Sampler","l":"get_position_normalized()"},{"p":"wellen.dsp","c":"Sampler","l":"get_position()"},{"p":"wellen","c":"Grid","l":"get_PPQN()"},{"p":"wellen.analysis","c":"PitchDetection","l":"get_probability()"},{"p":"wellen","c":"ToneEngineMIDI","l":"get_proper_device_name(String)","u":"get_proper_device_name(java.lang.String)"},{"p":"wellen","c":"Pattern","l":"get_relative_position(int)"},{"p":"wellen","c":"Track","l":"get_relative_position(int)"},{"p":"wellen","c":"Loopable","l":"get_relative_position(Loopable, int)","u":"get_relative_position(wellen.Loopable,int)"},{"p":"wellen.analysis","c":"EnvelopeFollower","l":"get_release()"},{"p":"wellen.dsp","c":"ADSR","l":"get_release()"},{"p":"wellen","c":"Instrument","l":"get_release()"},{"p":"wellen.dsp","c":"FilterBiquad","l":"get_resonance()"},{"p":"wellen.dsp","c":"FilterHighLowBandPass","l":"get_resonance()"},{"p":"wellen.dsp","c":"FilterMoogLadderLowPass","l":"get_resonance()"},{"p":"wellen","c":"Wellen","l":"get_resource_path()"},{"p":"wellen","c":"ToneEngineDSP","l":"get_reverb()"},{"p":"wellen.analysis","c":"RootMeanSquare","l":"get_RMS()"},{"p":"wellen","c":"AudioBufferManager","l":"get_sample_rate()"},{"p":"wellen.dsp","c":"DSP","l":"get_sample_rate()"},{"p":"wellen","c":"SAM","l":"get_samples()"},{"p":"wellen.analysis","c":"BeatDetection","l":"get_sensitivity()"},{"p":"wellen","c":"FFT","l":"get_spectrum()"},{"p":"wellen.dsp","c":"Sampler","l":"get_speed()"},{"p":"wellen.dsp","c":"Noise","l":"get_step()"},{"p":"wellen","c":"Sequencer","l":"get_step()"},{"p":"wellen.dsp","c":"ADSR","l":"get_sustain()"},{"p":"wellen","c":"Instrument","l":"get_sustain()"},{"p":"wellen.analysis","c":"BeatDetection","l":"get_threshold()"},{"p":"wellen.dsp","c":"Envelope","l":"get_time_scale()"},{"p":"wellen.analysis","c":"BeatDetection","l":"get_time_stamp()"},{"p":"wellen.dsp","c":"Distortion","l":"get_type()"},{"p":"wellen.dsp","c":"Noise","l":"get_type()"},{"p":"wellen.dsp","c":"Waveshaper","l":"get_type()"},{"p":"wellen","c":"InstrumentDSP","l":"get_VCO()"},{"p":"wellen","c":"Patch","l":"get_volume()"},{"p":"wellen","c":"Track","l":"get_volume()"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"get_waveform()"},{"p":"wellen.dsp","c":"Wavetable","l":"get_wavetable()"},{"p":"wellen.dsp","c":"Reverb","l":"get_wet()"},{"p":"wellen","c":"Sequencer","l":"get(int)"},{"p":"wellen","c":"FFT","l":"getAverageCenterFrequency(int)"},{"p":"wellen","c":"FFT","l":"getAvg(int)"},{"p":"wellen","c":"FFT","l":"getBand(int)"},{"p":"wellen","c":"FFT","l":"getBandWidth()"},{"p":"wellen","c":"WAVConverter","l":"getByteData()"},{"p":"wellen","c":"FFT","l":"getFreq(float)"},{"p":"wellen","c":"FFT","l":"getImaginaryPart()"},{"p":"wellen","c":"FFT","l":"getRealPart()"},{"p":"wellen","c":"FFT","l":"getSpectrum()"},{"p":"wellen","c":"Grid","l":"Grid()","u":"%3Cinit%3E()"},{"p":"wellen","c":"Grid","l":"Grid(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"Scale","l":"HALF_TONE"},{"p":"wellen","c":"FFT","l":"HAMMING"},{"p":"wellen","c":"HarmonicTable","l":"HarmonicTable()","u":"%3Cinit%3E()"},{"p":"wellen","c":"InstrumentDSPLibrary.HI_HAT","l":"HI_HAT(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"Patch","l":"ID"},{"p":"wellen","c":"Track","l":"ID"},{"p":"wellen","c":"Scale","l":"ID_CHORD_DOMINANT_7"},{"p":"wellen","c":"Scale","l":"ID_CHORD_MAJOR"},{"p":"wellen","c":"Scale","l":"ID_CHORD_MAJOR_7TH"},{"p":"wellen","c":"Scale","l":"ID_CHORD_MINOR"},{"p":"wellen","c":"Scale","l":"ID_CHORD_MINOR_7TH"},{"p":"wellen","c":"Scale","l":"ID_CHROMATIC"},{"p":"wellen","c":"Scale","l":"ID_DIMINISHED_7"},{"p":"wellen","c":"Scale","l":"ID_FIBONACCI"},{"p":"wellen","c":"Scale","l":"ID_FIFTH"},{"p":"wellen","c":"Scale","l":"ID_HALF_TONE"},{"p":"wellen","c":"Scale","l":"ID_MAJOR"},{"p":"wellen","c":"Scale","l":"ID_MAJOR_PENTATONIC"},{"p":"wellen","c":"Scale","l":"ID_MINOR"},{"p":"wellen","c":"Scale","l":"ID_MINOR_PENTATONIC"},{"p":"wellen","c":"Scale","l":"ID_OCTAVE"},{"p":"wellen","c":"Instrument","l":"ID()"},{"p":"wellen","c":"Scale","l":"id(int)"},{"p":"wellen","c":"Wellen","l":"importWAV(PApplet, String)","u":"importWAV(processing.core.PApplet,java.lang.String)"},{"p":"wellen","c":"Wellen","l":"importWAVInfo(PApplet, String)","u":"importWAVInfo(processing.core.PApplet,java.lang.String)"},{"p":"wellen","c":"FFT","l":"indexToFreq(int)"},{"p":"wellen","c":"WAVConverter.Info","l":"Info()","u":"%3Cinit%3E()"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"input_device_ID"},{"p":"wellen.dsp","c":"DSPNodeInputSignal","l":"input_signal(Signal)","u":"input_signal(wellen.dsp.Signal)"},{"p":"wellen.dsp","c":"BeatDSP","l":"input(float)"},{"p":"wellen.dsp","c":"DSPNodeInput","l":"input(float)"},{"p":"wellen.dsp","c":"Trigger","l":"input(float)"},{"p":"wellen","c":"Beat","l":"instance()"},{"p":"wellen","c":"FFT","l":"instance()"},{"p":"wellen","c":"Tone","l":"instance()"},{"p":"wellen","c":"ToneEngine","l":"INSTRUMENT_EMPTY"},{"p":"wellen","c":"ToneEngine","l":"INSTRUMENT_WITH_OSCILLATOR"},{"p":"wellen","c":"ToneEngine","l":"INSTRUMENT_WITH_OSCILLATOR_ADSR"},{"p":"wellen","c":"ToneEngine","l":"INSTRUMENT_WITH_OSCILLATOR_ADSR_FILTER_LFO"},{"p":"wellen","c":"Tone","l":"instrument()"},{"p":"wellen","c":"ToneEngine","l":"instrument()"},{"p":"wellen","c":"ToneEngineDSP","l":"instrument()"},{"p":"wellen","c":"ToneEngineMIDI","l":"instrument()"},{"p":"wellen","c":"ToneEngineOSC","l":"instrument()"},{"p":"wellen","c":"Tone","l":"instrument(int)"},{"p":"wellen","c":"ToneEngine","l":"instrument(int)"},{"p":"wellen","c":"ToneEngineDSP","l":"instrument(int)"},{"p":"wellen","c":"ToneEngineMIDI","l":"instrument(int)"},{"p":"wellen","c":"ToneEngineOSC","l":"instrument(int)"},{"p":"wellen","c":"Instrument","l":"Instrument(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"InstrumentDSP","l":"InstrumentDSP(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"InstrumentDSP","l":"InstrumentDSP(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"wellen","c":"InstrumentDSP","l":"InstrumentDSP(int, int, int)","u":"%3Cinit%3E(int,int,int)"},{"p":"wellen","c":"InstrumentDSPLibrary","l":"InstrumentDSPLibrary()","u":"%3Cinit%3E()"},{"p":"wellen","c":"InstrumentMIDI","l":"InstrumentMIDI(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"InstrumentOSC","l":"InstrumentOSC(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"Tone","l":"instruments()"},{"p":"wellen","c":"ToneEngine","l":"instruments()"},{"p":"wellen","c":"ToneEngineDSP","l":"instruments()"},{"p":"wellen","c":"ToneEngineMIDI","l":"instruments()"},{"p":"wellen","c":"ToneEngineOSC","l":"instruments()"},{"p":"wellen.dsp","c":"Sampler","l":"interpolate_samples()"},{"p":"wellen.dsp","c":"Sampler","l":"interpolate_samples(boolean)"},{"p":"wellen","c":"FFT","l":"inverse(float[])"},{"p":"wellen","c":"FFT","l":"inverse(float[], float[], float[])","u":"inverse(float[],float[],float[])"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"is_big_endian"},{"p":"wellen","c":"SamplerListener","l":"is_done(Sampler)","u":"is_done(wellen.dsp.Sampler)"},{"p":"wellen","c":"Grid","l":"is_eighth(int)"},{"p":"wellen","c":"Grid","l":"is_half(int)"},{"p":"wellen","c":"MidiOut","l":"is_initialized()"},{"p":"wellen","c":"ToneEngineMIDI","l":"is_initialized()"},{"p":"wellen.dsp","c":"Sampler","l":"is_looping()"},{"p":"wellen.dsp","c":"Signal","l":"is_mono()"},{"p":"wellen","c":"AudioBufferManager","l":"is_paused()"},{"p":"wellen","c":"AudioDeviceImplDesktop","l":"is_paused()"},{"p":"wellen.dsp","c":"DSP","l":"is_paused()"},{"p":"wellen.analysis","c":"PitchDetection","l":"is_pitched()"},{"p":"wellen.dsp","c":"Sampler","l":"is_playing()"},{"p":"wellen","c":"Instrument","l":"is_playing()"},{"p":"wellen","c":"Tone","l":"is_playing()"},{"p":"wellen","c":"ToneEngine","l":"is_playing()"},{"p":"wellen","c":"ToneEngineDSP","l":"is_playing()"},{"p":"wellen","c":"ToneEngineMIDI","l":"is_playing()"},{"p":"wellen","c":"ToneEngineOSC","l":"is_playing()"},{"p":"wellen","c":"Grid","l":"is_quarter(int)"},{"p":"wellen.dsp","c":"Sampler","l":"is_recording()"},{"p":"wellen","c":"Grid","l":"is_sixteenth(int)"},{"p":"wellen.dsp","c":"Signal","l":"is_stereo()"},{"p":"wellen","c":"Grid","l":"is_whole(int)"},{"p":"wellen","c":"Wellen","l":"isMidiDeviceAvailable(String)","u":"isMidiDeviceAvailable(java.lang.String)"},{"p":"wellen","c":"InstrumentDSPLibrary.KICK_DRUM","l":"KICK_DRUM(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"HarmonicTable","l":"LEFT"},{"p":"wellen.dsp","c":"Signal","l":"left_add(float)"},{"p":"wellen.dsp","c":"Signal","l":"left_mult(float)"},{"p":"wellen.dsp","c":"Signal","l":"left()"},{"p":"wellen.dsp","c":"Signal","l":"left(float)"},{"p":"wellen.dsp","c":"FilterVowelFormant","l":"lerp_vowel(int, int, float)","u":"lerp_vowel(int,int,float)"},{"p":"wellen","c":"FFT","l":"linAverages(int)"},{"p":"wellen.dsp","c":"DSP","l":"linear_to_decibel(float)"},{"p":"wellen","c":"SpeechSynthesis","l":"list()"},{"p":"wellen","c":"Beat","l":"listeners()"},{"p":"wellen.dsp","c":"BeatDSP","l":"listeners()"},{"p":"wellen.dsp","c":"Trigger","l":"listeners()"},{"p":"wellen","c":"Tone","l":"load_sample(byte[])"},{"p":"wellen","c":"ToneEngine","l":"load_sample(byte[])"},{"p":"wellen","c":"ToneEngineDSP","l":"load_sample(byte[])"},{"p":"wellen","c":"ToneEngineMIDI","l":"load_sample(byte[])"},{"p":"wellen","c":"ToneEngineOSC","l":"load_sample(byte[])"},{"p":"wellen","c":"Tone","l":"load_sample(PApplet, String)","u":"load_sample(processing.core.PApplet,java.lang.String)"},{"p":"wellen","c":"ToneEngine","l":"load_sample(PApplet, String)","u":"load_sample(processing.core.PApplet,java.lang.String)"},{"p":"wellen","c":"ToneEngineDSP","l":"load_sample(PApplet, String)","u":"load_sample(processing.core.PApplet,java.lang.String)"},{"p":"wellen","c":"ToneEngineMIDI","l":"load_sample(PApplet, String)","u":"load_sample(processing.core.PApplet,java.lang.String)"},{"p":"wellen","c":"ToneEngineOSC","l":"load_sample(PApplet, String)","u":"load_sample(processing.core.PApplet,java.lang.String)"},{"p":"wellen.dsp","c":"Sampler","l":"load(byte[])"},{"p":"wellen.dsp","c":"Sampler","l":"load(byte[], boolean)","u":"load(byte[],boolean)"},{"p":"wellen","c":"FFT","l":"logAverages(int, int)","u":"logAverages(int,int)"},{"p":"wellen","c":"Wellen","l":"LOOP_INFINITE"},{"p":"wellen","c":"Loop","l":"Loop()","u":"%3Cinit%3E()"},{"p":"wellen","c":"Grid","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"wellen","c":"Loop","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"wellen","c":"MidiUtilities","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"wellen","c":"Pattern","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"wellen","c":"SAM","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"wellen","c":"Scale","l":"MAJOR"},{"p":"wellen","c":"Scale","l":"MAJOR_PENTATONIC"},{"p":"wellen","c":"MIDI","l":"MIDI_CLOCK_CONTINUE"},{"p":"wellen","c":"MIDI","l":"MIDI_CLOCK_START"},{"p":"wellen","c":"MIDI","l":"MIDI_CLOCK_STOP"},{"p":"wellen","c":"MIDI","l":"MIDI_CLOCK_TICK"},{"p":"wellen","c":"MIDI","l":"MIDI_SONG_POSITION_POINTER"},{"p":"wellen","c":"MidiIn","l":"MidiIn(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"MidiIn","l":"MidiIn(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"wellen","c":"MidiOut","l":"MidiOut(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"MidiOut","l":"MidiOut(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"wellen","c":"MidiUtilities","l":"MidiUtilities()","u":"%3Cinit%3E()"},{"p":"wellen","c":"Wellen","l":"millis_to_samples(float)"},{"p":"wellen","c":"Wellen","l":"millis_to_samples(float, float)","u":"millis_to_samples(float,float)"},{"p":"wellen","c":"Scale","l":"MINOR"},{"p":"wellen","c":"Scale","l":"MINOR_PENTATONIC"},{"p":"wellen","c":"ToneEngineMIDI","l":"mMidiOut"},{"p":"wellen.analysis","c":"FFT","l":"modulus(float[], float[])","u":"modulus(float[],float[])"},{"p":"wellen.analysis","c":"FFT","l":"modulus(float[], int)","u":"modulus(float[],int)"},{"p":"wellen","c":"Wellen","l":"MONO"},{"p":"wellen.dsp","c":"Signal","l":"mono()"},{"p":"wellen.dsp","c":"Signal","l":"mult(float)"},{"p":"wellen.dsp","c":"Signal","l":"mult(Signal)","u":"mult(wellen.dsp.Signal)"},{"p":"wellen","c":"Wellen","l":"NO_AUDIO_DEVICE"},{"p":"wellen","c":"Wellen","l":"NO_CHANNELS"},{"p":"wellen","c":"Wellen","l":"NO_EVENT"},{"p":"wellen","c":"Wellen","l":"NO_INPOINT"},{"p":"wellen","c":"Wellen","l":"NO_LOOP"},{"p":"wellen","c":"Wellen","l":"NO_LOOP_COUNT"},{"p":"wellen.dsp","c":"Sampler","l":"NO_LOOP_POINT"},{"p":"wellen","c":"Wellen","l":"NO_OUTPOINT"},{"p":"wellen","c":"ToneEngineDSP","l":"no_output()"},{"p":"wellen","c":"Wellen","l":"NO_POSITION"},{"p":"wellen","c":"Wellen","l":"NO_VALUE"},{"p":"wellen","c":"FFT","l":"noAverages()"},{"p":"wellen","c":"Wellen","l":"NOISE_GAUSSIAN_WHITE"},{"p":"wellen","c":"Wellen","l":"NOISE_GAUSSIAN_WHITE2"},{"p":"wellen","c":"Wellen","l":"NOISE_PINK"},{"p":"wellen","c":"Wellen","l":"NOISE_PINK2"},{"p":"wellen","c":"Wellen","l":"NOISE_PINK3"},{"p":"wellen","c":"Wellen","l":"NOISE_SIMPLEX"},{"p":"wellen","c":"Wellen","l":"NOISE_WHITE"},{"p":"wellen.dsp","c":"Noise","l":"Noise()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"Wavetable","l":"noise(float[])"},{"p":"wellen","c":"FFT","l":"NONE"},{"p":"wellen","c":"MIDI","l":"NOTE_A0"},{"p":"wellen","c":"MIDI","l":"NOTE_A1"},{"p":"wellen","c":"MIDI","l":"NOTE_A2"},{"p":"wellen","c":"MIDI","l":"NOTE_A3"},{"p":"wellen","c":"MIDI","l":"NOTE_A4"},{"p":"wellen","c":"MIDI","l":"NOTE_A5"},{"p":"wellen","c":"MIDI","l":"NOTE_A6"},{"p":"wellen","c":"MIDI","l":"NOTE_A7"},{"p":"wellen","c":"MIDI","l":"NOTE_A8"},{"p":"wellen","c":"MIDI","l":"NOTE_B0"},{"p":"wellen","c":"MIDI","l":"NOTE_B1"},{"p":"wellen","c":"MIDI","l":"NOTE_B2"},{"p":"wellen","c":"MIDI","l":"NOTE_B3"},{"p":"wellen","c":"MIDI","l":"NOTE_B4"},{"p":"wellen","c":"MIDI","l":"NOTE_B5"},{"p":"wellen","c":"MIDI","l":"NOTE_B6"},{"p":"wellen","c":"MIDI","l":"NOTE_B7"},{"p":"wellen","c":"MIDI","l":"NOTE_B8"},{"p":"wellen","c":"MIDI","l":"NOTE_C1"},{"p":"wellen","c":"MIDI","l":"NOTE_C2"},{"p":"wellen","c":"MIDI","l":"NOTE_C3"},{"p":"wellen","c":"MIDI","l":"NOTE_C4"},{"p":"wellen","c":"MIDI","l":"NOTE_C5"},{"p":"wellen","c":"MIDI","l":"NOTE_C6"},{"p":"wellen","c":"MIDI","l":"NOTE_C7"},{"p":"wellen","c":"MIDI","l":"NOTE_C8"},{"p":"wellen","c":"MIDI","l":"NOTE_C9"},{"p":"wellen","c":"MIDI","l":"NOTE_D1"},{"p":"wellen","c":"MIDI","l":"NOTE_D2"},{"p":"wellen","c":"MIDI","l":"NOTE_D3"},{"p":"wellen","c":"MIDI","l":"NOTE_D4"},{"p":"wellen","c":"MIDI","l":"NOTE_D5"},{"p":"wellen","c":"MIDI","l":"NOTE_D6"},{"p":"wellen","c":"MIDI","l":"NOTE_D7"},{"p":"wellen","c":"MIDI","l":"NOTE_D8"},{"p":"wellen","c":"MIDI","l":"NOTE_D9"},{"p":"wellen","c":"MIDI","l":"NOTE_E1"},{"p":"wellen","c":"MIDI","l":"NOTE_E2"},{"p":"wellen","c":"MIDI","l":"NOTE_E3"},{"p":"wellen","c":"MIDI","l":"NOTE_E4"},{"p":"wellen","c":"MIDI","l":"NOTE_E5"},{"p":"wellen","c":"MIDI","l":"NOTE_E6"},{"p":"wellen","c":"MIDI","l":"NOTE_E7"},{"p":"wellen","c":"MIDI","l":"NOTE_E8"},{"p":"wellen","c":"MIDI","l":"NOTE_E9"},{"p":"wellen","c":"Wellen","l":"NOTE_EIGHTH"},{"p":"wellen","c":"MIDI","l":"NOTE_F1"},{"p":"wellen","c":"MIDI","l":"NOTE_F2"},{"p":"wellen","c":"MIDI","l":"NOTE_F3"},{"p":"wellen","c":"MIDI","l":"NOTE_F4"},{"p":"wellen","c":"MIDI","l":"NOTE_F5"},{"p":"wellen","c":"MIDI","l":"NOTE_F6"},{"p":"wellen","c":"MIDI","l":"NOTE_F7"},{"p":"wellen","c":"MIDI","l":"NOTE_F8"},{"p":"wellen","c":"MIDI","l":"NOTE_F9"},{"p":"wellen","c":"MIDI","l":"NOTE_G1"},{"p":"wellen","c":"MIDI","l":"NOTE_G2"},{"p":"wellen","c":"MIDI","l":"NOTE_G3"},{"p":"wellen","c":"MIDI","l":"NOTE_G4"},{"p":"wellen","c":"MIDI","l":"NOTE_G5"},{"p":"wellen","c":"MIDI","l":"NOTE_G6"},{"p":"wellen","c":"MIDI","l":"NOTE_G7"},{"p":"wellen","c":"MIDI","l":"NOTE_G8"},{"p":"wellen","c":"MIDI","l":"NOTE_G9"},{"p":"wellen","c":"Wellen","l":"NOTE_HALF"},{"p":"wellen.dsp","c":"Sampler","l":"note_off()"},{"p":"wellen","c":"Instrument","l":"note_off()"},{"p":"wellen","c":"InstrumentDSP","l":"note_off()"},{"p":"wellen","c":"InstrumentDSPLibrary.BELL","l":"note_off()"},{"p":"wellen","c":"InstrumentDSPLibrary.KICK_DRUM","l":"note_off()"},{"p":"wellen","c":"InstrumentDSPLibrary.SAMPLER","l":"note_off()"},{"p":"wellen","c":"InstrumentMIDI","l":"note_off()"},{"p":"wellen","c":"InstrumentOSC","l":"note_off()"},{"p":"wellen","c":"Tone","l":"note_off()"},{"p":"wellen","c":"ToneEngine","l":"note_off()"},{"p":"wellen","c":"ToneEngineDSP","l":"note_off()"},{"p":"wellen","c":"ToneEngineMIDI","l":"note_off()"},{"p":"wellen","c":"ToneEngineOSC","l":"note_off()"},{"p":"wellen","c":"Tone","l":"note_off(int)"},{"p":"wellen","c":"ToneEngine","l":"note_off(int)"},{"p":"wellen","c":"ToneEngineDSP","l":"note_off(int)"},{"p":"wellen","c":"ToneEngineMIDI","l":"note_off(int)"},{"p":"wellen","c":"ToneEngineOSC","l":"note_off(int)"},{"p":"wellen.dsp","c":"Sampler","l":"note_on()"},{"p":"wellen.dsp","c":"Sampler","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"Instrument","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"InstrumentDSP","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"InstrumentDSPLibrary.BELL","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"InstrumentDSPLibrary.KICK_DRUM","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"InstrumentDSPLibrary.SAMPLER","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"InstrumentMIDI","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"InstrumentOSC","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"Tone","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"ToneEngine","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"ToneEngineDSP","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"ToneEngineMIDI","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"ToneEngineOSC","l":"note_on(int, int)","u":"note_on(int,int)"},{"p":"wellen","c":"Tone","l":"note_on(int, int, float)","u":"note_on(int,int,float)"},{"p":"wellen","c":"ToneEngine","l":"note_on(int, int, float)","u":"note_on(int,int,float)"},{"p":"wellen","c":"Wellen","l":"NOTE_QUARTER"},{"p":"wellen","c":"Wellen","l":"NOTE_SIXTEENTH"},{"p":"wellen","c":"Wellen","l":"NOTE_THIRTYSECOND"},{"p":"wellen","c":"MidiUtilities","l":"note_to_frequency(int)"},{"p":"wellen","c":"Note","l":"note_to_frequency(int)"},{"p":"wellen","c":"Note","l":"note_to_frequency(int, float)","u":"note_to_frequency(int,float)"},{"p":"wellen","c":"MidiUtilities","l":"note_to_string(int)"},{"p":"wellen","c":"Note","l":"note_to_string(int)"},{"p":"wellen","c":"Wellen","l":"NOTE_WHOLE"},{"p":"wellen","c":"Arpeggiator","l":"note()"},{"p":"wellen","c":"Note","l":"Note()","u":"%3Cinit%3E()"},{"p":"wellen","c":"Arpeggiator.NoteStruct","l":"NoteStruct()","u":"%3Cinit%3E()"},{"p":"wellen","c":"Arpeggiator.NoteStruct","l":"NoteStruct(boolean, int, float)","u":"%3Cinit%3E(boolean,int,float)"},{"p":"wellen","c":"Wellen","l":"now()"},{"p":"wellen.dsp","c":"Signal","l":"num_channels()"},{"p":"wellen","c":"Wellen","l":"NUM_ENVELOPE_FORM"},{"p":"wellen.dsp","c":"FilterVowelFormant","l":"NUM_OF_VOWELS"},{"p":"wellen","c":"Wellen","l":"NUM_OF_WAVESHAPER_FORMS"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"number_of_input_channels"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"number_of_output_channels"},{"p":"wellen","c":"Scale","l":"NUMBER_OF_SCALES"},{"p":"wellen","c":"Scale","l":"OCTAVE"},{"p":"wellen","c":"ToneEngineOSC","l":"OSC_ADDR_PATTERN_CONTROLCHANGE"},{"p":"wellen","c":"ToneEngineOSC","l":"OSC_ADDR_PATTERN_NOTE_OFF"},{"p":"wellen","c":"ToneEngineOSC","l":"OSC_ADDR_PATTERN_NOTE_ON"},{"p":"wellen","c":"ToneEngineOSC","l":"OSC_ADDR_PATTERN_PITCHBEND"},{"p":"wellen","c":"ToneEngineOSC","l":"OSC_ADDR_PATTERN_PROGRAMCHANGE"},{"p":"wellen","c":"Wellen","l":"OSC_SAWTOOTH"},{"p":"wellen","c":"Wellen","l":"OSC_SINE"},{"p":"wellen","c":"Wellen","l":"OSC_SQUARE"},{"p":"wellen","c":"Wellen","l":"OSC_TRIANGLE"},{"p":"wellen","c":"EventReceiverOSC","l":"oscEvent(OscMessage)","u":"oscEvent(oscP5.OscMessage)"},{"p":"wellen.dsp","c":"Oscillator","l":"Oscillator()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"OscillatorFunction()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"OscillatorFunction(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.dsp","c":"EffectMono","l":"out(float[])"},{"p":"wellen.dsp","c":"Gain","l":"out(float[])"},{"p":"wellen.dsp","c":"EffectStereo","l":"out(float[], float[])","u":"out(float[],float[])"},{"p":"wellen.dsp","c":"Gain","l":"out(float[], float[])","u":"out(float[],float[])"},{"p":"wellen.dsp","c":"Reverb","l":"out(float[], float[])","u":"out(float[],float[])"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"output_device_ID"},{"p":"wellen","c":"Patch","l":"output_signal_update()"},{"p":"wellen","c":"Track","l":"output_signal_update()"},{"p":"wellen.dsp","c":"DSPNodeOutputSignal","l":"output_signal()"},{"p":"wellen","c":"InstrumentDSP","l":"output_signal()"},{"p":"wellen","c":"InstrumentDSPLibrary.BELL","l":"output_signal()"},{"p":"wellen","c":"InstrumentDSPLibrary.FAT_LEAD","l":"output_signal()"},{"p":"wellen","c":"InstrumentDSPLibrary.HI_HAT","l":"output_signal()"},{"p":"wellen","c":"InstrumentDSPLibrary.KICK_DRUM","l":"output_signal()"},{"p":"wellen","c":"InstrumentDSPLibrary.SAMPLER","l":"output_signal()"},{"p":"wellen","c":"Patch","l":"output_signal()"},{"p":"wellen","c":"ToneEngineDSP","l":"output_signal()"},{"p":"wellen","c":"Track","l":"output_signal()"},{"p":"wellen.dsp","c":"ADSR","l":"output()"},{"p":"wellen.dsp","c":"Crossfader","l":"output()"},{"p":"wellen.dsp","c":"DSPNodeOutput","l":"output()"},{"p":"wellen.dsp","c":"Envelope","l":"output()"},{"p":"wellen.dsp","c":"FMSynthesis","l":"output()"},{"p":"wellen.dsp","c":"Noise","l":"output()"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"output()"},{"p":"wellen.dsp","c":"Sampler","l":"output()"},{"p":"wellen.dsp","c":"Wavetable","l":"output()"},{"p":"wellen","c":"SAM","l":"output()"},{"p":"wellen","c":"ToneEngineDSP","l":"output()"},{"p":"wellen","c":"Wellen","l":"PAN_LINEAR"},{"p":"wellen","c":"Wellen","l":"PAN_SINE_LAW"},{"p":"wellen","c":"Wellen","l":"PAN_SQUARE_LAW"},{"p":"wellen","c":"Patch","l":"pan()"},{"p":"wellen","c":"Track","l":"pan()"},{"p":"wellen","c":"Pan","l":"Pan()","u":"%3Cinit%3E()"},{"p":"wellen","c":"Patch","l":"Patch()","u":"%3Cinit%3E()"},{"p":"wellen","c":"Patch","l":"Patch(float)","u":"%3Cinit%3E(float)"},{"p":"wellen","c":"Patch","l":"patch(int)"},{"p":"wellen","c":"Patch","l":"patchs()"},{"p":"wellen","c":"Arpeggiator","l":"pattern_16(int, int, float)","u":"pattern_16(int,int,float)"},{"p":"wellen","c":"Arpeggiator","l":"pattern_32(int, int, float)","u":"pattern_32(int,int,float)"},{"p":"wellen","c":"Arpeggiator","l":"pattern_4(int, int, float)","u":"pattern_4(int,int,float)"},{"p":"wellen","c":"Arpeggiator","l":"pattern_8(int, int, float)","u":"pattern_8(int,int,float)"},{"p":"wellen","c":"Pattern","l":"Pattern()","u":"%3Cinit%3E()"},{"p":"wellen","c":"Arpeggiator","l":"pattern(int, int, float)","u":"pattern(int,int,float)"},{"p":"wellen","c":"Pattern","l":"Pattern(int, int, int)","u":"%3Cinit%3E(int,int,int)"},{"p":"wellen","c":"Arpeggiator","l":"pattern(int, int, int, float)","u":"pattern(int,int,int,float)"},{"p":"wellen.dsp","c":"Sampler","l":"pause_recording()"},{"p":"wellen.dsp","c":"Sampler","l":"pause()"},{"p":"wellen","c":"AudioBufferManager","l":"pause(boolean)"},{"p":"wellen","c":"AudioDeviceImplDesktop","l":"pause(boolean)"},{"p":"wellen.dsp","c":"DSP","l":"pause(boolean)"},{"p":"wellen","c":"FFT","l":"perform_forward_transform(float[])"},{"p":"wellen","c":"Instrument","l":"pitch_bend(float)"},{"p":"wellen","c":"InstrumentDSP","l":"pitch_bend(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"pitch_bend(float)"},{"p":"wellen","c":"InstrumentOSC","l":"pitch_bend(float)"},{"p":"wellen","c":"Tone","l":"pitch_bend(int)"},{"p":"wellen","c":"ToneEngine","l":"pitch_bend(int)"},{"p":"wellen","c":"ToneEngineDSP","l":"pitch_bend(int)"},{"p":"wellen","c":"ToneEngineMIDI","l":"pitch_bend(int)"},{"p":"wellen","c":"ToneEngineOSC","l":"pitch_bend(int)"},{"p":"wellen.analysis","c":"PitchDetection","l":"PitchDetection()","u":"%3Cinit%3E()"},{"p":"wellen.analysis","c":"PitchDetection","l":"PitchDetection(float, int)","u":"%3Cinit%3E(float,int)"},{"p":"wellen.analysis","c":"PitchDetection","l":"PitchDetection(float, int, double)","u":"%3Cinit%3E(float,int,double)"},{"p":"wellen.dsp","c":"Sampler","l":"play()"},{"p":"wellen","c":"Arpeggiator","l":"play(int, int)","u":"play(int,int)"},{"p":"wellen.analysis","c":"FFT","l":"powerAndPhaseFromFFT(float[], float[], float[])","u":"powerAndPhaseFromFFT(float[],float[],float[])"},{"p":"wellen","c":"MIDI","l":"PPQN"},{"p":"wellen","c":"Pattern","l":"print(String)","u":"print(java.lang.String)"},{"p":"wellen","c":"Pattern","l":"println()"},{"p":"wellen","c":"Pattern","l":"println(String)","u":"println(java.lang.String)"},{"p":"wellen","c":"Track","l":"println(String)","u":"println(java.lang.String)"},{"p":"wellen.dsp","c":"Delay","l":"process_signal(Signal)","u":"process_signal(wellen.dsp.Signal)"},{"p":"wellen.dsp","c":"DSPNodeProcessSignal","l":"process_signal(Signal)","u":"process_signal(wellen.dsp.Signal)"},{"p":"wellen.dsp","c":"Reverb","l":"process_signal(Signal)","u":"process_signal(wellen.dsp.Signal)"},{"p":"wellen","c":"Pan","l":"process_signal(Signal)","u":"process_signal(wellen.dsp.Signal)"},{"p":"wellen.dsp","c":"Delay","l":"process(float)"},{"p":"wellen.dsp","c":"Distortion","l":"process(float)"},{"p":"wellen.dsp","c":"DSPNodeProcess","l":"process(float)"},{"p":"wellen.dsp","c":"FilterBalance","l":"process(float)"},{"p":"wellen.dsp","c":"FilterBandPass","l":"process(float)"},{"p":"wellen.dsp","c":"FilterBiquad","l":"process(float)"},{"p":"wellen.dsp","c":"FilterButterworth","l":"process(float)"},{"p":"wellen.dsp","c":"FilterHighLowBandPass","l":"process(float)"},{"p":"wellen.dsp","c":"FilterHighPass","l":"process(float)"},{"p":"wellen.dsp","c":"FilterLowPass","l":"process(float)"},{"p":"wellen.dsp","c":"FilterMoogLadderLowPass","l":"process(float)"},{"p":"wellen.dsp","c":"FilterResonator","l":"process(float)"},{"p":"wellen.dsp","c":"FilterVowelFormant","l":"process(float)"},{"p":"wellen.dsp","c":"Reverb","l":"process(float)"},{"p":"wellen.dsp","c":"Waveshaper","l":"process(float)"},{"p":"wellen","c":"Pan","l":"process(float)"},{"p":"wellen.dsp","c":"Vocoder","l":"process(float, float)","u":"process(float,float)"},{"p":"wellen.analysis","c":"BeatDetection","l":"process(float[])"},{"p":"wellen.analysis","c":"EnvelopeFollower","l":"process(float[])"},{"p":"wellen.analysis","c":"FrequencyDistribution","l":"process(float[])"},{"p":"wellen.analysis","c":"PitchDetection","l":"process(float[])"},{"p":"wellen.analysis","c":"RootMeanSquare","l":"process(float[])"},{"p":"wellen.analysis","c":"Sonogram","l":"process(float[])"},{"p":"wellen.analysis","c":"SoundLevelPressure","l":"process(float[])"},{"p":"wellen.dsp","c":"FilterBiquad","l":"process(float[])"},{"p":"wellen.dsp","c":"Waveshaper","l":"process(float[])"},{"p":"wellen.dsp","c":"Vocoder","l":"process(float[], float[], float[])","u":"process(float[],float[],float[])"},{"p":"wellen.dsp","c":"Reverb","l":"process(float[], float[], float[], float[])","u":"process(float[],float[],float[],float[])"},{"p":"wellen.dsp","c":"Wavetable","l":"pulse(float[], float)","u":"pulse(float[],float)"},{"p":"wellen","c":"Wellen","l":"queryAudioInputAndOutputDevices(String, boolean, boolean)","u":"queryAudioInputAndOutputDevices(java.lang.String,boolean,boolean)"},{"p":"wellen.dsp","c":"Envelope","l":"ramp_to(float, float)","u":"ramp_to(float,float)"},{"p":"wellen.dsp","c":"Envelope","l":"ramp(float, float, float)","u":"ramp(float,float,float)"},{"p":"wellen","c":"Wellen","l":"random(float, float)","u":"random(float,float)"},{"p":"wellen.dsp","c":"Crossfader","l":"ratio"},{"p":"wellen","c":"BeatMIDI","l":"receiveControlChange(int, int, int)","u":"receiveControlChange(int,int,int)"},{"p":"wellen","c":"EventReceiverMIDI","l":"receiveControlChange(int, int, int)","u":"receiveControlChange(int,int,int)"},{"p":"wellen","c":"MidiInListener","l":"receiveControlChange(int, int, int)","u":"receiveControlChange(int,int,int)"},{"p":"wellen","c":"BeatMIDI","l":"receiveNoteOff(int, int)","u":"receiveNoteOff(int,int)"},{"p":"wellen","c":"EventReceiverMIDI","l":"receiveNoteOff(int, int)","u":"receiveNoteOff(int,int)"},{"p":"wellen","c":"MidiInListener","l":"receiveNoteOff(int, int)","u":"receiveNoteOff(int,int)"},{"p":"wellen","c":"BeatMIDI","l":"receiveNoteOn(int, int, int)","u":"receiveNoteOn(int,int,int)"},{"p":"wellen","c":"EventReceiverMIDI","l":"receiveNoteOn(int, int, int)","u":"receiveNoteOn(int,int,int)"},{"p":"wellen","c":"MidiInListener","l":"receiveNoteOn(int, int, int)","u":"receiveNoteOn(int,int,int)"},{"p":"wellen","c":"BeatMIDI","l":"receiveProgramChange(int, int, int)","u":"receiveProgramChange(int,int,int)"},{"p":"wellen","c":"EventReceiverMIDI","l":"receiveProgramChange(int, int, int)","u":"receiveProgramChange(int,int,int)"},{"p":"wellen","c":"MidiInListener","l":"receiveProgramChange(int, int, int)","u":"receiveProgramChange(int,int,int)"},{"p":"wellen.dsp","c":"Sampler","l":"record(float)"},{"p":"wellen.dsp","c":"Sampler","l":"record(float[])"},{"p":"wellen","c":"ToneEngineDSP","l":"register_audioblock_callback(ToneEngineDSP.AudioOutputCallback)","u":"register_audioblock_callback(wellen.ToneEngineDSP.AudioOutputCallback)"},{"p":"wellen","c":"ToneEngineDSP","l":"remove_effect(EffectStereo)","u":"remove_effect(wellen.dsp.EffectStereo)"},{"p":"wellen.dsp","c":"Envelope","l":"remove_listener(EnvelopeListener)","u":"remove_listener(wellen.EnvelopeListener)"},{"p":"wellen.dsp","c":"Sampler","l":"remove_listener(SamplerListener)","u":"remove_listener(wellen.SamplerListener)"},{"p":"wellen","c":"Tone","l":"remove_sample(Sampler)","u":"remove_sample(wellen.dsp.Sampler)"},{"p":"wellen","c":"ToneEngine","l":"remove_sample(Sampler)","u":"remove_sample(wellen.dsp.Sampler)"},{"p":"wellen","c":"ToneEngineDSP","l":"remove_sample(Sampler)","u":"remove_sample(wellen.dsp.Sampler)"},{"p":"wellen","c":"ToneEngineMIDI","l":"remove_sample(Sampler)","u":"remove_sample(wellen.dsp.Sampler)"},{"p":"wellen","c":"ToneEngineOSC","l":"remove_sample(Sampler)","u":"remove_sample(wellen.dsp.Sampler)"},{"p":"wellen","c":"Beat","l":"remove(Beat.Listener)","u":"remove(wellen.Beat.Listener)"},{"p":"wellen.dsp","c":"BeatDSP","l":"remove(Trigger.Listener)","u":"remove(wellen.dsp.Trigger.Listener)"},{"p":"wellen.dsp","c":"Trigger","l":"remove(Trigger.Listener)","u":"remove(wellen.dsp.Trigger.Listener)"},{"p":"wellen","c":"MidiIn","l":"removeListener(MidiInListener)","u":"removeListener(wellen.MidiInListener)"},{"p":"wellen","c":"Tone","l":"replace_instrument(Class, int)","u":"replace_instrument(java.lang.Class,int)"},{"p":"wellen","c":"Tone","l":"replace_instrument(Instrument)","u":"replace_instrument(wellen.Instrument)"},{"p":"wellen","c":"ToneEngine","l":"replace_instrument(Instrument)","u":"replace_instrument(wellen.Instrument)"},{"p":"wellen","c":"ToneEngineDSP","l":"replace_instrument(Instrument)","u":"replace_instrument(wellen.Instrument)"},{"p":"wellen","c":"ToneEngineMIDI","l":"replace_instrument(Instrument)","u":"replace_instrument(wellen.Instrument)"},{"p":"wellen","c":"ToneEngineOSC","l":"replace_instrument(Instrument)","u":"replace_instrument(wellen.Instrument)"},{"p":"wellen","c":"Arpeggiator","l":"replace_pattern(Arpeggiator.NoteStruct[])","u":"replace_pattern(wellen.Arpeggiator.NoteStruct[])"},{"p":"wellen","c":"BeatMIDI","l":"reset_beat_counter_at_stop(boolean)"},{"p":"wellen.dsp","c":"Vocoder","l":"reset_history()"},{"p":"wellen","c":"Arpeggiator","l":"reset()"},{"p":"wellen","c":"BeatEvent","l":"reset()"},{"p":"wellen.dsp","c":"FilterHighLowBandPass","l":"reset()"},{"p":"wellen.dsp","c":"Wavetable","l":"reset()"},{"p":"wellen","c":"Sequencer","l":"reset()"},{"p":"wellen.dsp","c":"Sampler","l":"resume_recording()"},{"p":"wellen.dsp","c":"Reverb","l":"Reverb()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"Sampler","l":"rewind()"},{"p":"wellen","c":"SAM","l":"rewind()"},{"p":"wellen","c":"HarmonicTable","l":"RIGHT"},{"p":"wellen.dsp","c":"Signal","l":"right_add(float)"},{"p":"wellen.dsp","c":"Signal","l":"right_mult(float)"},{"p":"wellen.dsp","c":"Signal","l":"right()"},{"p":"wellen.dsp","c":"Signal","l":"right(float)"},{"p":"wellen.analysis","c":"RootMeanSquare","l":"RootMeanSquare()","u":"%3Cinit%3E()"},{"p":"wellen","c":"Wellen","l":"run_sketch_with_resources(Class)","u":"run_sketch_with_resources(java.lang.Class)"},{"p":"wellen","c":"Pattern","l":"run_test()"},{"p":"wellen","c":"Track","l":"run_test()"},{"p":"wellen","c":"AudioDeviceImplDesktop","l":"run()"},{"p":"wellen","c":"BeatMIDI","l":"running()"},{"p":"wellen","c":"SAM","l":"SAM()","u":"%3Cinit%3E()"},{"p":"wellen","c":"SAM","l":"SAM(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"sample_buffer_size"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"sample_rate"},{"p":"wellen","c":"WAVConverter.Info","l":"sample_rate"},{"p":"wellen","c":"AudioDevice","l":"sample_rate()"},{"p":"wellen","c":"AudioDeviceImplDesktop","l":"sample_rate()"},{"p":"wellen.dsp","c":"Sampler","l":"Sampler()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"Sampler","l":"Sampler(float[])","u":"%3Cinit%3E(float[])"},{"p":"wellen.dsp","c":"Sampler","l":"Sampler(float[], float)","u":"%3Cinit%3E(float[],float)"},{"p":"wellen.dsp","c":"Sampler","l":"Sampler(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"InstrumentDSPLibrary.SAMPLER","l":"SAMPLER(int, float[])","u":"%3Cinit%3E(int,float[])"},{"p":"wellen","c":"WAVConverter.Info","l":"samples"},{"p":"wellen","c":"Wellen","l":"samples_to_millis(int)"},{"p":"wellen","c":"Wellen","l":"samples_to_millis(int, float)","u":"samples_to_millis(int,float)"},{"p":"wellen","c":"Wellen","l":"samples_to_seconds(int)"},{"p":"wellen","c":"Wellen","l":"samples_to_seconds(int, float)","u":"samples_to_seconds(int,float)"},{"p":"wellen.dsp","c":"Wavetable","l":"sawtooth(float[])"},{"p":"wellen.dsp","c":"Wavetable","l":"sawtooth(float[], boolean)","u":"sawtooth(float[],boolean)"},{"p":"wellen.dsp","c":"Wavetable","l":"sawtooth(float[], int)","u":"sawtooth(float[],int)"},{"p":"wellen","c":"SAM","l":"say(String)","u":"say(java.lang.String)"},{"p":"wellen","c":"SpeechSynthesis","l":"say(String)","u":"say(java.lang.String)"},{"p":"wellen","c":"SAM","l":"say(String, boolean)","u":"say(java.lang.String,boolean)"},{"p":"wellen","c":"SpeechSynthesis","l":"say(String, String)","u":"say(java.lang.String,java.lang.String)"},{"p":"wellen","c":"SpeechSynthesis","l":"say(String, String, boolean, int, String)","u":"say(java.lang.String,java.lang.String,boolean,int,java.lang.String)"},{"p":"wellen","c":"Scale","l":"Scale()","u":"%3Cinit%3E()"},{"p":"wellen","c":"FFT","l":"scaleBand(int, float)","u":"scaleBand(int,float)"},{"p":"wellen","c":"FFT","l":"scaleFreq(float, float)","u":"scaleFreq(float,float)"},{"p":"wellen","c":"Wellen","l":"seconds_to_samples(float)"},{"p":"wellen","c":"Wellen","l":"seconds_to_samples(float, float)","u":"seconds_to_samples(float,float)"},{"p":"wellen","c":"ToneEngineMIDI","l":"SEND_NOTE_OFF_TO_ALL"},{"p":"wellen","c":"MidiIn","l":"send(MidiMessage, long)","u":"send(javax.sound.midi.MidiMessage,long)"},{"p":"wellen","c":"MidiOut","l":"sendControllerChange(int, int, int)","u":"sendControllerChange(int,int,int)"},{"p":"wellen","c":"MidiOut","l":"sendMessage(int, int, int, int)","u":"sendMessage(int,int,int,int)"},{"p":"wellen","c":"MidiOut","l":"sendNoteOff(int, int, int)","u":"sendNoteOff(int,int,int)"},{"p":"wellen","c":"MidiOut","l":"sendNoteOn(int, int, int)","u":"sendNoteOn(int,int,int)"},{"p":"wellen","c":"MidiOut","l":"sendPitchBend(int, int, int)","u":"sendPitchBend(int,int,int)"},{"p":"wellen","c":"Sequencer","l":"Sequencer(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"Sequencer","l":"Sequencer(T...)","u":"%3Cinit%3E(T...)"},{"p":"wellen.dsp","c":"ADSR","l":"set_adsr(float, float, float, float)","u":"set_adsr(float,float,float,float)"},{"p":"wellen","c":"Instrument","l":"set_adsr(float, float, float, float)","u":"set_adsr(float,float,float,float)"},{"p":"wellen.dsp","c":"Waveshaper","l":"set_amount(float)"},{"p":"wellen.dsp","c":"Distortion","l":"set_amplification(float)"},{"p":"wellen","c":"InstrumentDSPLibrary.BELL","l":"set_amplification(float)"},{"p":"wellen","c":"InstrumentDSPLibrary.BELL","l":"set_amplitude_falloff(float)"},{"p":"wellen","c":"Instrument","l":"set_amplitude_LFO_amplitude(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_amplitude_LFO_amplitude(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_amplitude_LFO_amplitude(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_amplitude_LFO_amplitude(float)"},{"p":"wellen","c":"Instrument","l":"set_amplitude_LFO_frequency(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_amplitude_LFO_frequency(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_amplitude_LFO_frequency(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_amplitude_LFO_frequency(float)"},{"p":"wellen.dsp","c":"FMSynthesis","l":"set_amplitude(float)"},{"p":"wellen.dsp","c":"Noise","l":"set_amplitude(float)"},{"p":"wellen.dsp","c":"Oscillator","l":"set_amplitude(float)"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"set_amplitude(float)"},{"p":"wellen.dsp","c":"Sampler","l":"set_amplitude(float)"},{"p":"wellen.dsp","c":"Wavetable","l":"set_amplitude(float)"},{"p":"wellen","c":"Instrument","l":"set_amplitude(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_amplitude(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_amplitude(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_amplitude(float)"},{"p":"wellen.dsp","c":"Wavetable","l":"set_amplitude(float, int)","u":"set_amplitude(float,int)"},{"p":"wellen","c":"Instrument","l":"set_amplitude(float, int)","u":"set_amplitude(float,int)"},{"p":"wellen","c":"InstrumentDSP","l":"set_amplitude(float, int)","u":"set_amplitude(float,int)"},{"p":"wellen.analysis","c":"EnvelopeFollower","l":"set_attack_sec(float)"},{"p":"wellen.analysis","c":"EnvelopeFollower","l":"set_attack(float)"},{"p":"wellen.dsp","c":"ADSR","l":"set_attack(float)"},{"p":"wellen","c":"Instrument","l":"set_attack(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_attack(float)"},{"p":"wellen","c":"InstrumentDSPLibrary.BELL","l":"set_attack(float)"},{"p":"wellen.dsp","c":"FilterBandPass","l":"set_bandwidth(float)"},{"p":"wellen.dsp","c":"FilterButterworth","l":"set_bandwidth(float)"},{"p":"wellen.dsp","c":"FilterResonator","l":"set_bandwidth(float)"},{"p":"wellen","c":"BeatEvent","l":"set_beat_count(int)"},{"p":"wellen.dsp","c":"Waveshaper","l":"set_bias(float)"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"set_bits_per_sample(int)"},{"p":"wellen.dsp","c":"Distortion","l":"set_bits(int)"},{"p":"wellen","c":"Beat","l":"set_bpm(float)"},{"p":"wellen","c":"BeatEvent","l":"set_bpm(float)"},{"p":"wellen.dsp","c":"BeatDSP","l":"set_bpm(float)"},{"p":"wellen.dsp","c":"Sampler","l":"set_buffer(float[])"},{"p":"wellen.dsp","c":"FMSynthesis","l":"set_carrier(Wavetable)","u":"set_carrier(wellen.dsp.Wavetable)"},{"p":"wellen","c":"InstrumentDSP","l":"set_channels(int)"},{"p":"wellen.dsp","c":"Distortion","l":"set_clip(float)"},{"p":"wellen.dsp","c":"FilterBalance","l":"set_comparator_signal(float)"},{"p":"wellen.dsp","c":"Envelope","l":"set_current_value(float)"},{"p":"wellen","c":"Sequencer","l":"set_current(T)"},{"p":"wellen.dsp","c":"Reverb","l":"set_damp(float)"},{"p":"wellen.dsp","c":"Delay","l":"set_decay_rate(float)"},{"p":"wellen.dsp","c":"ADSR","l":"set_decay(float)"},{"p":"wellen","c":"Instrument","l":"set_decay(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_decay(float)"},{"p":"wellen","c":"Instrument","l":"set_detune_amplitude(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_detune_amplitude(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_detune_amplitude(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_detune_amplitude(float)"},{"p":"wellen","c":"Instrument","l":"set_detune_oscillator_type(int)"},{"p":"wellen","c":"InstrumentDSP","l":"set_detune_oscillator_type(int)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_detune_oscillator_type(int)"},{"p":"wellen","c":"InstrumentOSC","l":"set_detune_oscillator_type(int)"},{"p":"wellen","c":"Instrument","l":"set_detune(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_detune(float)"},{"p":"wellen","c":"InstrumentDSPLibrary.BELL","l":"set_detune(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_detune(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_detune(float)"},{"p":"wellen.dsp","c":"Sampler","l":"set_duration(float)"},{"p":"wellen.dsp","c":"Delay","l":"set_echo_length(float)"},{"p":"wellen.dsp","c":"Sampler","l":"set_edge_fading(int)"},{"p":"wellen","c":"Tone","l":"set_engine(ToneEngine)","u":"set_engine(wellen.ToneEngine)"},{"p":"wellen","c":"Instrument","l":"set_filter_frequency(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_filter_frequency(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_filter_frequency(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_filter_frequency(float)"},{"p":"wellen","c":"Instrument","l":"set_filter_resonance(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_filter_resonance(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_filter_resonance(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_filter_resonance(float)"},{"p":"wellen.dsp","c":"Vocoder","l":"set_formant_shift(float)"},{"p":"wellen","c":"Instrument","l":"set_frequency_LFO_amplitude(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_frequency_LFO_amplitude(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_frequency_LFO_amplitude(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_frequency_LFO_amplitude(float)"},{"p":"wellen","c":"Instrument","l":"set_frequency_LFO_frequency(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_frequency_LFO_frequency(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_frequency_LFO_frequency(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_frequency_LFO_frequency(float)"},{"p":"wellen.dsp","c":"FilterBalance","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"FilterBandPass","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"FilterBiquad","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"FilterButterworth","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"FilterHighLowBandPass","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"FilterHighPass","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"FilterLowPass","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"FilterMoogLadderLowPass","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"FilterResonator","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"Oscillator","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"Sampler","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"Wavetable","l":"set_frequency(float)"},{"p":"wellen","c":"Instrument","l":"set_frequency(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_frequency(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_frequency(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_frequency(float)"},{"p":"wellen.dsp","c":"Wavetable","l":"set_frequency(float, int)","u":"set_frequency(float,int)"},{"p":"wellen","c":"Instrument","l":"set_frequency(float, int)","u":"set_frequency(float,int)"},{"p":"wellen","c":"InstrumentDSP","l":"set_frequency(float, int)","u":"set_frequency(float,int)"},{"p":"wellen.dsp","c":"Gain","l":"set_gain(float)"},{"p":"wellen","c":"ToneEngineDSP","l":"set_gain(float)"},{"p":"wellen","c":"Track","l":"set_in_out_point(int, int)","u":"set_in_out_point(int,int)"},{"p":"wellen","c":"Pattern","l":"set_in_point(int)"},{"p":"wellen","c":"Track","l":"set_in_point(int)"},{"p":"wellen.dsp","c":"Sampler","l":"set_in(int)"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"set_input_device(int)"},{"p":"wellen.dsp","c":"Wavetable","l":"set_interpolation(int)"},{"p":"wellen.dsp","c":"BeatDSP","l":"set_interval_sec(float)"},{"p":"wellen.dsp","c":"BeatDSP","l":"set_interval(float)"},{"p":"wellen.dsp","c":"Wavetable","l":"set_jitter_range(float)"},{"p":"wellen","c":"Loop","l":"set_length(int)"},{"p":"wellen","c":"Pattern","l":"set_length(int)"},{"p":"wellen","c":"Track","l":"set_length(int)"},{"p":"wellen.dsp","c":"Sampler","l":"set_loop_all()"},{"p":"wellen.dsp","c":"Sampler","l":"set_loop_in_normalized(float)"},{"p":"wellen.dsp","c":"Sampler","l":"set_loop_in(int)"},{"p":"wellen.dsp","c":"Sampler","l":"set_loop_out_normalized(float)"},{"p":"wellen.dsp","c":"Sampler","l":"set_loop_out(int)"},{"p":"wellen","c":"Pattern","l":"set_loop(int)"},{"p":"wellen","c":"Track","l":"set_loop(int)"},{"p":"wellen","c":"Instrument","l":"set_LPF_envelope_cutoff_max(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_LPF_envelope_cutoff_max(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_LPF_envelope_cutoff_max(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_LPF_envelope_cutoff_max(float)"},{"p":"wellen","c":"Instrument","l":"set_LPF_envelope_cutoff_min(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_LPF_envelope_cutoff_min(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_LPF_envelope_cutoff_min(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_LPF_envelope_cutoff_min(float)"},{"p":"wellen","c":"Instrument","l":"set_LPF_envelope_resonance_max(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_LPF_envelope_resonance_max(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_LPF_envelope_resonance_max(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_LPF_envelope_resonance_max(float)"},{"p":"wellen","c":"Instrument","l":"set_LPF_envelope_resonance_min(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_LPF_envelope_resonance_min(float)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_LPF_envelope_resonance_min(float)"},{"p":"wellen","c":"InstrumentOSC","l":"set_LPF_envelope_resonance_min(float)"},{"p":"wellen.analysis","c":"FrequencyDistribution","l":"set_maximum_frequency(float)"},{"p":"wellen.analysis","c":"Sonogram","l":"set_maximum_frequency(float)"},{"p":"wellen.dsp","c":"FilterBiquad","l":"set_mode(int)"},{"p":"wellen.dsp","c":"FilterButterworth","l":"set_mode(int)"},{"p":"wellen.dsp","c":"FilterHighLowBandPass","l":"set_mode(int)"},{"p":"wellen.dsp","c":"FMSynthesis","l":"set_modulation_depth(float)"},{"p":"wellen.dsp","c":"FMSynthesis","l":"set_modulator(Wavetable)","u":"set_modulator(wellen.dsp.Wavetable)"},{"p":"wellen","c":"SAM","l":"set_mouth(int)"},{"p":"wellen","c":"HarmonicTable","l":"set_note(int)"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"set_number_of_input_channels(int)"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"set_number_of_output_channels(int)"},{"p":"wellen.dsp","c":"Oscillator","l":"set_offset(float)"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"set_offset(float)"},{"p":"wellen.dsp","c":"Wavetable","l":"set_offset(float)"},{"p":"wellen","c":"Loop","l":"set_offset(int)"},{"p":"wellen.dsp","c":"Oscillator","l":"set_oscillation_range(float, float)","u":"set_oscillation_range(float,float)"},{"p":"wellen.dsp","c":"Oscillator","l":"set_oscillation_speed(float)"},{"p":"wellen","c":"Instrument","l":"set_oscillator_type(int)"},{"p":"wellen","c":"InstrumentDSP","l":"set_oscillator_type(int)"},{"p":"wellen","c":"InstrumentMIDI","l":"set_oscillator_type(int)"},{"p":"wellen","c":"InstrumentOSC","l":"set_oscillator_type(int)"},{"p":"wellen","c":"Pattern","l":"set_out_point(int)"},{"p":"wellen","c":"Track","l":"set_out_point(int)"},{"p":"wellen.dsp","c":"Sampler","l":"set_out(int)"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"set_output_device(int)"},{"p":"wellen.dsp","c":"Waveshaper","l":"set_output_gain(float)"},{"p":"wellen","c":"Pan","l":"set_pan_type(int)"},{"p":"wellen","c":"Instrument","l":"set_pan(float)"},{"p":"wellen","c":"Pan","l":"set_panning(float)"},{"p":"wellen.dsp","c":"FilterBiquad","l":"set_peak_gain(float)"},{"p":"wellen.dsp","c":"Wavetable","l":"set_phase_offset(float)"},{"p":"wellen","c":"SAM","l":"set_pitch(int)"},{"p":"wellen","c":"Grid","l":"set_PPQN(int)"},{"p":"wellen.dsp","c":"Vocoder","l":"set_reaction_time(float)"},{"p":"wellen.analysis","c":"EnvelopeFollower","l":"set_release_sec(float)"},{"p":"wellen.analysis","c":"EnvelopeFollower","l":"set_release(float)"},{"p":"wellen.dsp","c":"ADSR","l":"set_release(float)"},{"p":"wellen","c":"Instrument","l":"set_release(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_release(float)"},{"p":"wellen.dsp","c":"FilterBiquad","l":"set_resonance(float)"},{"p":"wellen.dsp","c":"FilterHighLowBandPass","l":"set_resonance(float)"},{"p":"wellen.dsp","c":"FilterMoogLadderLowPass","l":"set_resonance(float)"},{"p":"wellen.dsp","c":"Reverb","l":"set_roomsize(float)"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"set_sample_buffer_size(int)"},{"p":"wellen","c":"AudioDeviceConfiguration","l":"set_sample_rate(int)"},{"p":"wellen","c":"SAM","l":"set_sample_speed(float)"},{"p":"wellen.analysis","c":"BeatDetection","l":"set_sensitivity(double)"},{"p":"wellen","c":"SAM","l":"set_sing_mode(boolean)"},{"p":"wellen.dsp","c":"Sampler","l":"set_speed(float)"},{"p":"wellen","c":"SAM","l":"set_speed(int)"},{"p":"wellen.dsp","c":"Noise","l":"set_step(float)"},{"p":"wellen","c":"Sequencer","l":"set_step(int)"},{"p":"wellen","c":"InstrumentDSPLibrary.BELL","l":"set_sustain_falloff(float)"},{"p":"wellen.dsp","c":"ADSR","l":"set_sustain(float)"},{"p":"wellen","c":"Instrument","l":"set_sustain(float)"},{"p":"wellen","c":"InstrumentDSP","l":"set_sustain(float)"},{"p":"wellen","c":"InstrumentDSPLibrary.BELL","l":"set_sustain(float)"},{"p":"wellen.analysis","c":"BeatDetection","l":"set_threshold(double)"},{"p":"wellen","c":"SAM","l":"set_throat(int)"},{"p":"wellen.dsp","c":"Envelope","l":"set_time_scale(float)"},{"p":"wellen.dsp","c":"Distortion","l":"set_type(int)"},{"p":"wellen.dsp","c":"Noise","l":"set_type(int)"},{"p":"wellen.dsp","c":"Waveshaper","l":"set_type(int)"},{"p":"wellen.dsp","c":"Vocoder","l":"set_volume(float)"},{"p":"wellen","c":"Patch","l":"set_volume(float)"},{"p":"wellen","c":"Track","l":"set_volume(float)"},{"p":"wellen.dsp","c":"FilterVowelFormant","l":"set_vowel(int)"},{"p":"wellen.dsp","c":"Oscillator","l":"set_waveform(int)"},{"p":"wellen.dsp","c":"OscillatorFunction","l":"set_waveform(int)"},{"p":"wellen.dsp","c":"Wavetable","l":"set_waveform(int)"},{"p":"wellen.dsp","c":"Wavetable","l":"set_waveform(int, int)","u":"set_waveform(int,int)"},{"p":"wellen.dsp","c":"Reverb","l":"set_wet(float)"},{"p":"wellen","c":"Arpeggiator","l":"set(Arpeggiator.NoteStruct[], int, int, float)","u":"set(wellen.Arpeggiator.NoteStruct[],int,int,float)"},{"p":"wellen","c":"Arpeggiator","l":"set(Arpeggiator.NoteStruct[], int, int, int, float)","u":"set(wellen.Arpeggiator.NoteStruct[],int,int,int,float)"},{"p":"wellen.dsp","c":"Signal","l":"set(float)"},{"p":"wellen.dsp","c":"Signal","l":"set(float, float)","u":"set(float,float)"},{"p":"wellen","c":"Sequencer","l":"set(int, T)","u":"set(int,T)"},{"p":"wellen.dsp","c":"Signal","l":"set(Signal)","u":"set(wellen.dsp.Signal)"},{"p":"wellen","c":"FFT","l":"setBand(int, float)","u":"setBand(int,float)"},{"p":"wellen","c":"SpeechSynthesis","l":"setFileName(String)","u":"setFileName(java.lang.String)"},{"p":"wellen","c":"FFT","l":"setFreq(float, float)","u":"setFreq(float,float)"},{"p":"wellen","c":"SpeechSynthesis","l":"setWordsPerMinute(int)"},{"p":"wellen","c":"Wellen","l":"SIG_INT16_BIG_ENDIAN"},{"p":"wellen","c":"Wellen","l":"SIG_INT16_LITTLE_ENDIAN"},{"p":"wellen","c":"Wellen","l":"SIG_INT24_3_BIG_ENDIAN"},{"p":"wellen","c":"Wellen","l":"SIG_INT24_3_LITTLE_ENDIAN"},{"p":"wellen","c":"Wellen","l":"SIG_INT24_4_BIG_ENDIAN"},{"p":"wellen","c":"Wellen","l":"SIG_INT24_4_LITTLE_ENDIAN"},{"p":"wellen","c":"Wellen","l":"SIG_INT32_BIG_ENDIAN"},{"p":"wellen","c":"Wellen","l":"SIG_INT32_LITTLE_ENDIAN"},{"p":"wellen","c":"Wellen","l":"SIG_INT8"},{"p":"wellen","c":"Wellen","l":"SIG_UINT8"},{"p":"wellen.dsp","c":"Signal","l":"signal"},{"p":"wellen.dsp","c":"Crossfader","l":"signal_a"},{"p":"wellen.dsp","c":"Crossfader","l":"signal_b"},{"p":"wellen","c":"Wellen","l":"SIGNAL_LEFT"},{"p":"wellen","c":"Wellen","l":"SIGNAL_MAX"},{"p":"wellen","c":"Wellen","l":"SIGNAL_MIN"},{"p":"wellen","c":"Wellen","l":"SIGNAL_MONO"},{"p":"wellen","c":"Wellen","l":"SIGNAL_PROCESSING_IGNORE_IN_OUTPOINTS"},{"p":"wellen","c":"Wellen","l":"SIGNAL_RIGHT"},{"p":"wellen","c":"Wellen","l":"SIGNAL_STEREO"},{"p":"wellen.dsp","c":"Signal","l":"signal()"},{"p":"wellen.dsp","c":"Signal","l":"Signal()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"Signal","l":"Signal(float)","u":"%3Cinit%3E(float)"},{"p":"wellen.dsp","c":"Signal","l":"Signal(float, float)","u":"%3Cinit%3E(float,float)"},{"p":"wellen.dsp","c":"Signal","l":"Signal(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.dsp","c":"Signal","l":"Signal(Signal)","u":"%3Cinit%3E(wellen.dsp.Signal)"},{"p":"wellen.dsp","c":"Wavetable","l":"sine(float[])"},{"p":"wellen","c":"InstrumentDSPLibrary.SNARE","l":"SNARE(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.analysis","c":"Sonogram","l":"Sonogram(PGraphics)","u":"%3Cinit%3E(processing.core.PGraphics)"},{"p":"wellen.dsp","c":"DSP","l":"sound_pressure_level(float[])"},{"p":"wellen.analysis","c":"SoundLevelPressure","l":"SoundLevelPressure()","u":"%3Cinit%3E()"},{"p":"wellen","c":"FFT","l":"specSize()"},{"p":"wellen","c":"SpeechSynthesis","l":"SpeechSynthesis()","u":"%3Cinit%3E()"},{"p":"wellen","c":"SpeechSynthesis","l":"SpeechSynthesis(boolean, boolean)","u":"%3Cinit%3E(boolean,boolean)"},{"p":"wellen.dsp","c":"Wavetable","l":"square(float[])"},{"p":"wellen.dsp","c":"Wavetable","l":"square(float[], int)","u":"square(float[],int)"},{"p":"wellen.dsp","c":"Envelope","l":"stages()"},{"p":"wellen.dsp","c":"Sampler","l":"start_recording()"},{"p":"wellen","c":"BeatMIDI","l":"start()"},{"p":"wellen.dsp","c":"ADSR","l":"start()"},{"p":"wellen.dsp","c":"Envelope","l":"start()"},{"p":"wellen","c":"Tone","l":"start(int)"},{"p":"wellen","c":"Beat","l":"start(Object)","u":"start(java.lang.Object)"},{"p":"wellen.dsp","c":"BeatDSP","l":"start(Object)","u":"start(java.lang.Object)"},{"p":"wellen.dsp","c":"DSP","l":"start(Object)","u":"start(java.lang.Object)"},{"p":"wellen.dsp","c":"Trigger","l":"start(Object)","u":"start(java.lang.Object)"},{"p":"wellen","c":"EventReceiverOSC","l":"start(Object)","u":"start(java.lang.Object)"},{"p":"wellen.dsp","c":"DSP","l":"start(Object, AudioDeviceConfiguration)","u":"start(java.lang.Object,wellen.AudioDeviceConfiguration)"},{"p":"wellen","c":"Beat","l":"start(Object, int)","u":"start(java.lang.Object,int)"},{"p":"wellen.dsp","c":"BeatDSP","l":"start(Object, int)","u":"start(java.lang.Object,int)"},{"p":"wellen.dsp","c":"DSP","l":"start(Object, int)","u":"start(java.lang.Object,int)"},{"p":"wellen","c":"EventReceiverMIDI","l":"start(Object, int)","u":"start(java.lang.Object,int)"},{"p":"wellen","c":"EventReceiverOSC","l":"start(Object, int)","u":"start(java.lang.Object,int)"},{"p":"wellen.dsp","c":"DSP","l":"start(Object, int, int)","u":"start(java.lang.Object,int,int)"},{"p":"wellen.dsp","c":"DSP","l":"start(Object, int, int, int, int)","u":"start(java.lang.Object,int,int,int,int)"},{"p":"wellen.dsp","c":"DSP","l":"start(Object, int, int, int, int, int, int)","u":"start(java.lang.Object,int,int,int,int,int,int)"},{"p":"wellen","c":"BeatMIDI","l":"start(Object, String)","u":"start(java.lang.Object,java.lang.String)"},{"p":"wellen","c":"EventReceiverMIDI","l":"start(Object, String)","u":"start(java.lang.Object,java.lang.String)"},{"p":"wellen.dsp","c":"DSP","l":"start(Object, String, int, String, int, int, int)","u":"start(java.lang.Object,java.lang.String,int,java.lang.String,int,int,int)"},{"p":"wellen","c":"Tone","l":"start(String, int)","u":"start(java.lang.String,int)"},{"p":"wellen","c":"Tone","l":"start(String, int, int)","u":"start(java.lang.String,int,int)"},{"p":"wellen","c":"Tone","l":"start(String, int, int, int)","u":"start(java.lang.String,int,int,int)"},{"p":"wellen","c":"Tone","l":"start(String...)","u":"start(java.lang.String...)"},{"p":"wellen","c":"Arpeggiator","l":"step()"},{"p":"wellen","c":"Sequencer","l":"step()"},{"p":"wellen","c":"HarmonicTable","l":"step(int)"},{"p":"wellen","c":"Wellen","l":"STEREO"},{"p":"wellen","c":"Beat","l":"stop()"},{"p":"wellen","c":"BeatEvent","l":"stop()"},{"p":"wellen","c":"BeatMIDI","l":"stop()"},{"p":"wellen.dsp","c":"ADSR","l":"stop()"},{"p":"wellen.dsp","c":"DSP","l":"stop()"},{"p":"wellen.dsp","c":"Envelope","l":"stop()"},{"p":"wellen.dsp","c":"Sampler","l":"stop()"},{"p":"wellen","c":"Tone","l":"stop()"},{"p":"wellen","c":"ToneEngine","l":"stop()"},{"p":"wellen","c":"ToneEngineDSP","l":"stop()"},{"p":"wellen","c":"ToneEngineMIDI","l":"stop()"},{"p":"wellen","c":"ToneEngineOSC","l":"stop()"},{"p":"wellen.dsp","c":"BeatDSP","l":"tick()"},{"p":"wellen","c":"FFT","l":"timeSize()"},{"p":"wellen","c":"Wellen","l":"to_millis(float)"},{"p":"wellen","c":"Wellen","l":"to_sec(int)"},{"p":"wellen","c":"Wellen","l":"TONE_ENGINE_INTERNAL"},{"p":"wellen","c":"Wellen","l":"TONE_ENGINE_INTERNAL_WITH_NO_OUTPUT"},{"p":"wellen","c":"Wellen","l":"TONE_ENGINE_MIDI"},{"p":"wellen","c":"Wellen","l":"TONE_ENGINE_OSC"},{"p":"wellen","c":"ToneEngineDSP","l":"ToneEngineDSP()","u":"%3Cinit%3E()"},{"p":"wellen","c":"ToneEngineDSP","l":"ToneEngineDSP(int, int, int, int, int)","u":"%3Cinit%3E(int,int,int,int,int)"},{"p":"wellen","c":"ToneEngineMIDI","l":"ToneEngineMIDI(int)","u":"%3Cinit%3E(int)"},{"p":"wellen","c":"ToneEngineMIDI","l":"ToneEngineMIDI(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"wellen","c":"ToneEngineOSC","l":"ToneEngineOSC()","u":"%3Cinit%3E()"},{"p":"wellen","c":"ToneEngineOSC","l":"ToneEngineOSC(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"wellen","c":"ToneEngineOSC","l":"ToneEngineOSC(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"wellen","c":"Track","l":"Track()","u":"%3Cinit%3E()"},{"p":"wellen","c":"Track","l":"Track(float, int, int)","u":"%3Cinit%3E(float,int,int)"},{"p":"wellen","c":"Track","l":"track(int)"},{"p":"wellen","c":"Track","l":"tracks()"},{"p":"wellen.dsp","c":"Wavetable","l":"triangle(float[])"},{"p":"wellen.dsp","c":"Wavetable","l":"triangle(float[], int)","u":"triangle(float[],int)"},{"p":"wellen.dsp","c":"Trigger","l":"trigger_falling_edge(boolean)"},{"p":"wellen.dsp","c":"Trigger","l":"trigger_rising_edge(boolean)"},{"p":"wellen","c":"Arpeggiator","l":"trigger()"},{"p":"wellen.dsp","c":"Sampler","l":"trigger()"},{"p":"wellen.dsp","c":"Trigger","l":"Trigger()","u":"%3Cinit%3E()"},{"p":"wellen","c":"Beat.Listener","l":"trigger(int)"},{"p":"wellen.dsp","c":"BeatDSP.Listener","l":"trigger(int)"},{"p":"wellen.dsp","c":"Trigger.Listener","l":"trigger(int)"},{"p":"wellen.dsp","c":"Trigger","l":"Trigger(Object)","u":"%3Cinit%3E(java.lang.Object)"},{"p":"wellen.dsp","c":"Sampler","l":"tune_frequency_to(float)"},{"p":"wellen","c":"Wellen","l":"TWO_PI"},{"p":"wellen","c":"HarmonicTable","l":"UP"},{"p":"wellen","c":"HarmonicTable","l":"UP_LEFT"},{"p":"wellen","c":"HarmonicTable","l":"UP_RIGHT"},{"p":"wellen","c":"Track","l":"update(int)"},{"p":"wellen","c":"Track","l":"update(int, int)","u":"update(int,int)"},{"p":"wellen","c":"ToneEngineDSP","l":"USE_AMP_FRACTION"},{"p":"wellen.dsp","c":"Envelope.Stage","l":"value"},{"p":"wellen","c":"Arpeggiator","l":"velocity()"},{"p":"wellen","c":"AudioDeviceImplDesktop","l":"VERBOSE"},{"p":"wellen","c":"BeatMIDI","l":"VERBOSE"},{"p":"wellen.dsp","c":"Signal","l":"VERBOSE"},{"p":"wellen","c":"MidiIn","l":"VERBOSE"},{"p":"wellen","c":"Patch","l":"VERBOSE"},{"p":"wellen","c":"ToneEngineDSP","l":"VERBOSE"},{"p":"wellen","c":"Track","l":"VERBOSE"},{"p":"wellen","c":"WAVConverter","l":"VERBOSE"},{"p":"wellen","c":"Wellen","l":"VERSION_MAJOR"},{"p":"wellen","c":"Wellen","l":"VERSION_MINOR"},{"p":"wellen","c":"Wellen","l":"version_string()"},{"p":"wellen.dsp","c":"Vocoder","l":"Vocoder(int, int, int, int)","u":"%3Cinit%3E(int,int,int,int)"},{"p":"wellen.dsp","c":"FilterVowelFormant","l":"VOWEL_A"},{"p":"wellen.dsp","c":"FilterVowelFormant","l":"VOWEL_E"},{"p":"wellen.dsp","c":"FilterVowelFormant","l":"VOWEL_I"},{"p":"wellen.dsp","c":"FilterVowelFormant","l":"VOWEL_O"},{"p":"wellen.dsp","c":"FilterVowelFormant","l":"VOWEL_U"},{"p":"wellen","c":"Wellen","l":"WAV_FORMAT_IEEE_FLOAT_32BIT"},{"p":"wellen","c":"Wellen","l":"WAV_FORMAT_PCM"},{"p":"wellen","c":"WAVConverter","l":"WAVConverter(int, int, int, int)","u":"%3Cinit%3E(int,int,int,int)"},{"p":"wellen","c":"WAVConverter","l":"WAVConverter(WAVConverter.Info)","u":"%3Cinit%3E(wellen.WAVConverter.Info)"},{"p":"wellen","c":"Wellen","l":"WAVEFORM_NOISE"},{"p":"wellen","c":"Wellen","l":"WAVEFORM_SAWTOOTH"},{"p":"wellen","c":"Wellen","l":"WAVEFORM_SINE"},{"p":"wellen","c":"Wellen","l":"WAVEFORM_SQUARE"},{"p":"wellen","c":"Wellen","l":"WAVEFORM_TRIANGLE"},{"p":"wellen","c":"Wellen","l":"WAVESHAPE_INTERPOLATE_CUBIC"},{"p":"wellen","c":"Wellen","l":"WAVESHAPE_INTERPOLATE_LINEAR"},{"p":"wellen","c":"Wellen","l":"WAVESHAPE_INTERPOLATE_NONE"},{"p":"wellen","c":"Wellen","l":"WAVESHAPER_ATAN"},{"p":"wellen","c":"Wellen","l":"WAVESHAPER_CUBIC"},{"p":"wellen","c":"Wellen","l":"WAVESHAPER_HARDCLIP"},{"p":"wellen","c":"Wellen","l":"WAVESHAPER_SIN"},{"p":"wellen","c":"Wellen","l":"WAVESHAPER_TAN_H"},{"p":"wellen.dsp","c":"Waveshaper","l":"Waveshaper()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"Wavetable","l":"Wavetable()","u":"%3Cinit%3E()"},{"p":"wellen.dsp","c":"Wavetable","l":"Wavetable(int)","u":"%3Cinit%3E(int)"},{"p":"wellen.dsp","c":"Wavetable","l":"Wavetable(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"wellen","c":"Wellen","l":"Wellen()","u":"%3Cinit%3E()"},{"p":"wellen","c":"FFT","l":"window(int)"},{"p":"wellen","c":"WAVConverter","l":"writeHeader()"}];updateSearchResults(); \ No newline at end of file diff --git a/processing-library/wellen/reference/script.js b/processing-library/wellen/reference/script.js index 864989c..73cd8fa 100644 --- a/processing-library/wellen/reference/script.js +++ b/processing-library/wellen/reference/script.js @@ -63,7 +63,7 @@ function show(tableId, selected, columns) { } function updateTabs(tableId, selected) { - document.querySelector('div#' + tableId +' .summary-table') + document.getElementById(tableId + '.tabpanel') .setAttribute('aria-labelledby', selected); document.querySelectorAll('button[id^="' + tableId + '"]') .forEach(function(tab, index) { diff --git a/processing-library/wellen/reference/type-search-index.js b/processing-library/wellen/reference/type-search-index.js index 35206ef..9d24a4e 100644 --- a/processing-library/wellen/reference/type-search-index.js +++ b/processing-library/wellen/reference/type-search-index.js @@ -1 +1 @@ -typeSearchIndex = [{"p":"wellen.dsp","l":"ADSR"},{"l":"All Classes and Interfaces","u":"allclasses-index.html"},{"p":"wellen","l":"Arpeggiator"},{"p":"wellen","l":"AudioBufferManager"},{"p":"wellen","l":"AudioBufferRenderer"},{"p":"wellen","l":"AudioDevice"},{"p":"wellen","l":"AudioDeviceConfiguration"},{"p":"wellen","l":"AudioDeviceImplDesktop"},{"p":"wellen","l":"ToneEngineDSP.AudioOutputCallback"},{"p":"wellen","l":"Beat"},{"p":"wellen.analysis","l":"BeatDetection"},{"p":"wellen.dsp","l":"BeatDSP"},{"p":"wellen","l":"BeatEvent"},{"p":"wellen","l":"BeatListener"},{"p":"wellen","l":"BeatMIDI"},{"p":"wellen","l":"InstrumentDSPLibrary.BELL"},{"p":"wellen.dsp","l":"Crossfader"},{"p":"wellen.dsp","l":"Delay"},{"p":"wellen.dsp","l":"Distortion"},{"p":"wellen.dsp","l":"DSP"},{"p":"wellen.dsp","l":"DSPNodeInput"},{"p":"wellen.dsp","l":"DSPNodeInputSignal"},{"p":"wellen.dsp","l":"DSPNodeOutput"},{"p":"wellen.dsp","l":"DSPNodeOutputSignal"},{"p":"wellen.dsp","l":"DSPNodeProcess"},{"p":"wellen.dsp","l":"DSPNodeProcessSignal"},{"p":"wellen.dsp","l":"EffectMono"},{"p":"wellen.dsp","l":"EffectStereo"},{"p":"wellen.dsp","l":"Envelope"},{"p":"wellen.analysis","l":"EnvelopeFollower"},{"p":"wellen","l":"EnvelopeListener"},{"p":"wellen","l":"EventReceiverMIDI"},{"p":"wellen","l":"EventReceiverOSC"},{"p":"wellen","l":"InstrumentDSPLibrary.FAT_LEAD"},{"p":"wellen.analysis","l":"FFT"},{"p":"wellen","l":"FFT"},{"p":"wellen.dsp","l":"FilterBalance"},{"p":"wellen.dsp","l":"FilterBandPass"},{"p":"wellen.dsp","l":"FilterBiquad"},{"p":"wellen.dsp","l":"FilterButterworth"},{"p":"wellen.dsp","l":"FilterHighLowBandPass"},{"p":"wellen.dsp","l":"FilterHighPass"},{"p":"wellen.dsp","l":"FilterLowPass"},{"p":"wellen.dsp","l":"FilterMoogLadderLowPass"},{"p":"wellen.dsp","l":"FilterResonator"},{"p":"wellen.dsp","l":"FilterVowelFormant"},{"p":"wellen.dsp","l":"FMSynthesis"},{"p":"wellen.analysis","l":"FrequencyDistribution"},{"p":"wellen.dsp","l":"Gain"},{"p":"wellen","l":"Grid"},{"p":"wellen","l":"HarmonicTable"},{"p":"wellen","l":"InstrumentDSPLibrary.HI_HAT"},{"p":"wellen","l":"WAVConverter.Info"},{"p":"wellen","l":"Instrument"},{"p":"wellen","l":"InstrumentDSP"},{"p":"wellen","l":"InstrumentDSPLibrary"},{"p":"wellen","l":"InstrumentMIDI"},{"p":"wellen","l":"InstrumentOSC"},{"p":"wellen","l":"InstrumentDSPLibrary.KICK_DRUM"},{"p":"wellen","l":"Beat.Listener"},{"p":"wellen.dsp","l":"BeatDSP.Listener"},{"p":"wellen.dsp","l":"Trigger.Listener"},{"p":"wellen","l":"Loop"},{"p":"wellen","l":"Loopable"},{"p":"wellen","l":"MIDI"},{"p":"wellen","l":"MidiIn"},{"p":"wellen","l":"MidiInListener"},{"p":"wellen","l":"MidiOut"},{"p":"wellen","l":"MidiUtilities"},{"p":"wellen.dsp","l":"Noise"},{"p":"wellen","l":"Note"},{"p":"wellen","l":"Arpeggiator.NoteStruct"},{"p":"wellen.dsp","l":"Oscillator"},{"p":"wellen.dsp","l":"OscillatorFunction"},{"p":"wellen","l":"Pan"},{"p":"wellen","l":"Patch"},{"p":"wellen","l":"Pattern"},{"p":"wellen.analysis","l":"PitchDetection"},{"p":"wellen.dsp","l":"Reverb"},{"p":"wellen.analysis","l":"RootMeanSquare"},{"p":"wellen","l":"SAM"},{"p":"wellen","l":"SampleDataSNARE"},{"p":"wellen.dsp","l":"Sampler"},{"p":"wellen","l":"InstrumentDSPLibrary.SAMPLER"},{"p":"wellen","l":"SamplerListener"},{"p":"wellen","l":"Scale"},{"p":"wellen","l":"Sequencer"},{"p":"wellen.dsp","l":"Signal"},{"p":"wellen.analysis","l":"Sonogram"},{"p":"wellen.analysis","l":"SoundLevelPressure"},{"p":"wellen","l":"SpeechSynthesis"},{"p":"wellen.dsp","l":"Envelope.Stage"},{"p":"wellen","l":"Tone"},{"p":"wellen","l":"ToneEngine"},{"p":"wellen","l":"ToneEngineDSP"},{"p":"wellen","l":"ToneEngineMIDI"},{"p":"wellen","l":"ToneEngineOSC"},{"p":"wellen","l":"Track"},{"p":"wellen.dsp","l":"Trigger"},{"p":"wellen.dsp","l":"Vocoder"},{"p":"wellen","l":"WAVConverter"},{"p":"wellen.dsp","l":"Waveshaper"},{"p":"wellen.dsp","l":"Wavetable"},{"p":"wellen","l":"Wellen"}];updateSearchResults(); \ No newline at end of file +typeSearchIndex = [{"p":"wellen.dsp","l":"ADSR"},{"l":"All Classes and Interfaces","u":"allclasses-index.html"},{"p":"wellen","l":"Arpeggiator"},{"p":"wellen","l":"AudioBufferManager"},{"p":"wellen","l":"AudioBufferRenderer"},{"p":"wellen","l":"AudioDevice"},{"p":"wellen","l":"AudioDeviceConfiguration"},{"p":"wellen","l":"AudioDeviceImplDesktop"},{"p":"wellen","l":"ToneEngineDSP.AudioOutputCallback"},{"p":"wellen","l":"Beat"},{"p":"wellen.analysis","l":"BeatDetection"},{"p":"wellen.dsp","l":"BeatDSP"},{"p":"wellen","l":"BeatEvent"},{"p":"wellen","l":"BeatListener"},{"p":"wellen","l":"BeatMIDI"},{"p":"wellen","l":"InstrumentDSPLibrary.BELL"},{"p":"wellen.dsp","l":"Crossfader"},{"p":"wellen","l":"InstrumentDSPLibrary.DEFAULT"},{"p":"wellen.dsp","l":"Delay"},{"p":"wellen.dsp","l":"Distortion"},{"p":"wellen.dsp","l":"DSP"},{"p":"wellen.dsp","l":"DSPNodeInput"},{"p":"wellen.dsp","l":"DSPNodeInputSignal"},{"p":"wellen.dsp","l":"DSPNodeOutput"},{"p":"wellen.dsp","l":"DSPNodeOutputSignal"},{"p":"wellen.dsp","l":"DSPNodeProcess"},{"p":"wellen.dsp","l":"DSPNodeProcessSignal"},{"p":"wellen.dsp","l":"EffectMono"},{"p":"wellen.dsp","l":"EffectStereo"},{"p":"wellen.dsp","l":"Envelope"},{"p":"wellen.analysis","l":"EnvelopeFollower"},{"p":"wellen","l":"EnvelopeListener"},{"p":"wellen","l":"EventReceiverMIDI"},{"p":"wellen","l":"EventReceiverOSC"},{"p":"wellen","l":"InstrumentDSPLibrary.FAT_LEAD"},{"p":"wellen.analysis","l":"FFT"},{"p":"wellen","l":"FFT"},{"p":"wellen.dsp","l":"FilterBalance"},{"p":"wellen.dsp","l":"FilterBandPass"},{"p":"wellen.dsp","l":"FilterBiquad"},{"p":"wellen.dsp","l":"FilterButterworth"},{"p":"wellen.dsp","l":"FilterHighLowBandPass"},{"p":"wellen.dsp","l":"FilterHighPass"},{"p":"wellen.dsp","l":"FilterLowPass"},{"p":"wellen.dsp","l":"FilterMoogLadderLowPass"},{"p":"wellen.dsp","l":"FilterResonator"},{"p":"wellen.dsp","l":"FilterVowelFormant"},{"p":"wellen.dsp","l":"FMSynthesis"},{"p":"wellen.analysis","l":"FrequencyDistribution"},{"p":"wellen.dsp","l":"Gain"},{"p":"wellen","l":"Grid"},{"p":"wellen","l":"HarmonicTable"},{"p":"wellen","l":"InstrumentDSPLibrary.HI_HAT"},{"p":"wellen","l":"WAVConverter.Info"},{"p":"wellen","l":"Instrument"},{"p":"wellen","l":"InstrumentDSP"},{"p":"wellen","l":"InstrumentDSPLibrary"},{"p":"wellen","l":"InstrumentMIDI"},{"p":"wellen","l":"InstrumentOSC"},{"p":"wellen","l":"InstrumentDSPLibrary.KICK_DRUM"},{"p":"wellen","l":"Beat.Listener"},{"p":"wellen.dsp","l":"BeatDSP.Listener"},{"p":"wellen.dsp","l":"Trigger.Listener"},{"p":"wellen","l":"Loop"},{"p":"wellen","l":"Loopable"},{"p":"wellen","l":"MIDI"},{"p":"wellen","l":"MidiIn"},{"p":"wellen","l":"MidiInListener"},{"p":"wellen","l":"MidiOut"},{"p":"wellen","l":"MidiUtilities"},{"p":"wellen.dsp","l":"Noise"},{"p":"wellen","l":"Note"},{"p":"wellen","l":"Arpeggiator.NoteStruct"},{"p":"wellen.dsp","l":"Oscillator"},{"p":"wellen.dsp","l":"OscillatorFunction"},{"p":"wellen","l":"Pan"},{"p":"wellen","l":"Patch"},{"p":"wellen","l":"Pattern"},{"p":"wellen.analysis","l":"PitchDetection"},{"p":"wellen.dsp","l":"Reverb"},{"p":"wellen.analysis","l":"RootMeanSquare"},{"p":"wellen","l":"SAM"},{"p":"wellen","l":"SampleDataSNARE"},{"p":"wellen.dsp","l":"Sampler"},{"p":"wellen","l":"InstrumentDSPLibrary.SAMPLER"},{"p":"wellen","l":"SamplerListener"},{"p":"wellen","l":"Scale"},{"p":"wellen","l":"Sequencer"},{"p":"wellen.dsp","l":"Signal"},{"p":"wellen","l":"InstrumentDSPLibrary.SNARE"},{"p":"wellen.analysis","l":"Sonogram"},{"p":"wellen.analysis","l":"SoundLevelPressure"},{"p":"wellen","l":"SpeechSynthesis"},{"p":"wellen.dsp","l":"Envelope.Stage"},{"p":"wellen","l":"Tone"},{"p":"wellen","l":"ToneEngine"},{"p":"wellen","l":"ToneEngineDSP"},{"p":"wellen","l":"ToneEngineMIDI"},{"p":"wellen","l":"ToneEngineOSC"},{"p":"wellen","l":"Track"},{"p":"wellen.dsp","l":"Trigger"},{"p":"wellen.dsp","l":"Vocoder"},{"p":"wellen","l":"WAVConverter"},{"p":"wellen.dsp","l":"Waveshaper"},{"p":"wellen.dsp","l":"Wavetable"},{"p":"wellen","l":"Wellen"}];updateSearchResults(); \ No newline at end of file diff --git a/processing-library/wellen/reference/wellen/Arpeggiator.NoteStruct.html b/processing-library/wellen/reference/wellen/Arpeggiator.NoteStruct.html index e613582..a877967 100644 --- a/processing-library/wellen/reference/wellen/Arpeggiator.NoteStruct.html +++ b/processing-library/wellen/reference/wellen/Arpeggiator.NoteStruct.html @@ -71,8 +71,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/Arpeggiator.html b/processing-library/wellen/reference/wellen/Arpeggiator.html index ca1c799..c9c4b0e 100644 --- a/processing-library/wellen/reference/wellen/Arpeggiator.html +++ b/processing-library/wellen/reference/wellen/Arpeggiator.html @@ -80,8 +80,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/AudioBufferManager.html b/processing-library/wellen/reference/wellen/AudioBufferManager.html index 22778aa..7f945dc 100644 --- a/processing-library/wellen/reference/wellen/AudioBufferManager.html +++ b/processing-library/wellen/reference/wellen/AudioBufferManager.html @@ -64,8 +64,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/AudioBufferRenderer.html b/processing-library/wellen/reference/wellen/AudioBufferRenderer.html index 1b4d8be..ce7aebb 100644 --- a/processing-library/wellen/reference/wellen/AudioBufferRenderer.html +++ b/processing-library/wellen/reference/wellen/AudioBufferRenderer.html @@ -50,8 +50,8 @@

    Interface AudioBufferRen

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/AudioDevice.html b/processing-library/wellen/reference/wellen/AudioDevice.html index a2b65d5..c215bba 100644 --- a/processing-library/wellen/reference/wellen/AudioDevice.html +++ b/processing-library/wellen/reference/wellen/AudioDevice.html @@ -49,8 +49,8 @@

    Interface AudioDevice

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/AudioDeviceConfiguration.html b/processing-library/wellen/reference/wellen/AudioDeviceConfiguration.html index 648a132..0a39981 100644 --- a/processing-library/wellen/reference/wellen/AudioDeviceConfiguration.html +++ b/processing-library/wellen/reference/wellen/AudioDeviceConfiguration.html @@ -101,8 +101,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/AudioDeviceImplDesktop.html b/processing-library/wellen/reference/wellen/AudioDeviceImplDesktop.html index 1741583..4520f3b 100644 --- a/processing-library/wellen/reference/wellen/AudioDeviceImplDesktop.html +++ b/processing-library/wellen/reference/wellen/AudioDeviceImplDesktop.html @@ -97,8 +97,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/Beat.Listener.html b/processing-library/wellen/reference/wellen/Beat.Listener.html index 13c6675..4176934 100644 --- a/processing-library/wellen/reference/wellen/Beat.Listener.html +++ b/processing-library/wellen/reference/wellen/Beat.Listener.html @@ -49,8 +49,8 @@

    Interface Beat.Listener

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/Beat.html b/processing-library/wellen/reference/wellen/Beat.html index 9ca1825..3bef86f 100644 --- a/processing-library/wellen/reference/wellen/Beat.html +++ b/processing-library/wellen/reference/wellen/Beat.html @@ -81,8 +81,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/BeatEvent.html b/processing-library/wellen/reference/wellen/BeatEvent.html index fa816d5..43d67dd 100644 --- a/processing-library/wellen/reference/wellen/BeatEvent.html +++ b/processing-library/wellen/reference/wellen/BeatEvent.html @@ -50,8 +50,8 @@

    Class BeatEvent

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/BeatListener.html b/processing-library/wellen/reference/wellen/BeatListener.html index 4379c6a..b3b7c51 100644 --- a/processing-library/wellen/reference/wellen/BeatListener.html +++ b/processing-library/wellen/reference/wellen/BeatListener.html @@ -46,8 +46,8 @@

    Interface BeatListener

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/BeatMIDI.html b/processing-library/wellen/reference/wellen/BeatMIDI.html index e323cb6..b998360 100644 --- a/processing-library/wellen/reference/wellen/BeatMIDI.html +++ b/processing-library/wellen/reference/wellen/BeatMIDI.html @@ -70,8 +70,8 @@

    Field Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/EnvelopeListener.html b/processing-library/wellen/reference/wellen/EnvelopeListener.html index 9898e9c..46e452b 100644 --- a/processing-library/wellen/reference/wellen/EnvelopeListener.html +++ b/processing-library/wellen/reference/wellen/EnvelopeListener.html @@ -46,8 +46,8 @@

    Interface EnvelopeListener<

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/EventReceiverMIDI.html b/processing-library/wellen/reference/wellen/EventReceiverMIDI.html index 9fb0281..88b857c 100644 --- a/processing-library/wellen/reference/wellen/EventReceiverMIDI.html +++ b/processing-library/wellen/reference/wellen/EventReceiverMIDI.html @@ -83,8 +83,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/EventReceiverOSC.html b/processing-library/wellen/reference/wellen/EventReceiverOSC.html index 930d757..3e02001 100644 --- a/processing-library/wellen/reference/wellen/EventReceiverOSC.html +++ b/processing-library/wellen/reference/wellen/EventReceiverOSC.html @@ -64,8 +64,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/FFT.html b/processing-library/wellen/reference/wellen/FFT.html index 40a0f23..714debb 100644 --- a/processing-library/wellen/reference/wellen/FFT.html +++ b/processing-library/wellen/reference/wellen/FFT.html @@ -106,8 +106,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/Grid.html b/processing-library/wellen/reference/wellen/Grid.html index 0fbce8f..1ba7c85 100644 --- a/processing-library/wellen/reference/wellen/Grid.html +++ b/processing-library/wellen/reference/wellen/Grid.html @@ -106,8 +106,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/HarmonicTable.html b/processing-library/wellen/reference/wellen/HarmonicTable.html index 696da85..d451620 100644 --- a/processing-library/wellen/reference/wellen/HarmonicTable.html +++ b/processing-library/wellen/reference/wellen/HarmonicTable.html @@ -102,8 +102,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/Instrument.html b/processing-library/wellen/reference/wellen/Instrument.html index 8db394f..8f47351 100644 --- a/processing-library/wellen/reference/wellen/Instrument.html +++ b/processing-library/wellen/reference/wellen/Instrument.html @@ -67,8 +67,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/InstrumentDSP.html b/processing-library/wellen/reference/wellen/InstrumentDSP.html index fce3e92..b81f694 100644 --- a/processing-library/wellen/reference/wellen/InstrumentDSP.html +++ b/processing-library/wellen/reference/wellen/InstrumentDSP.html @@ -45,7 +45,7 @@

    Class InstrumentDSP

    Direct Known Subclasses:
    -
    InstrumentDSPLibrary.BELL, InstrumentDSPLibrary.FAT_LEAD, InstrumentDSPLibrary.HI_HAT, InstrumentDSPLibrary.KICK_DRUM, InstrumentDSPLibrary.SAMPLER
    +
    InstrumentDSPLibrary.BELL, InstrumentDSPLibrary.DEFAULT, InstrumentDSPLibrary.FAT_LEAD, InstrumentDSPLibrary.HI_HAT, InstrumentDSPLibrary.KICK_DRUM, InstrumentDSPLibrary.SAMPLER

    public class InstrumentDSP @@ -102,8 +102,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/InstrumentDSPLibrary.BELL.html b/processing-library/wellen/reference/wellen/InstrumentDSPLibrary.BELL.html index 0e5a618..141063d 100644 --- a/processing-library/wellen/reference/wellen/InstrumentDSPLibrary.BELL.html +++ b/processing-library/wellen/reference/wellen/InstrumentDSPLibrary.BELL.html @@ -83,8 +83,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/InstrumentDSPLibrary.DEFAULT.html b/processing-library/wellen/reference/wellen/InstrumentDSPLibrary.DEFAULT.html new file mode 100644 index 0000000..a3da7c4 --- /dev/null +++ b/processing-library/wellen/reference/wellen/InstrumentDSPLibrary.DEFAULT.html @@ -0,0 +1,116 @@ + + + + +InstrumentDSPLibrary.DEFAULT + + + + + + + + + + + + + + +
    + +
    +
    + +
    +
    Package wellen
    +

    Class InstrumentDSPLibrary.DEFAULT

    +
    +
    java.lang.Object +
    wellen.Instrument +
    wellen.InstrumentDSP +
    wellen.InstrumentDSPLibrary.DEFAULT
    +
    +
    +
    +
    +
    +
    All Implemented Interfaces:
    +
    DSPNodeOutputSignal
    +
    +
    +
    Enclosing class:
    +
    InstrumentDSPLibrary
    +
    +
    +
    public static class InstrumentDSPLibrary.DEFAULT +extends InstrumentDSP
    +
    +
    + +
    +
    +
      + +
    • +
      +

      Constructor Details

      +
        +
      • +
        +

        DEFAULT

        +
        public DEFAULT(int pID)
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + + diff --git a/processing-library/wellen/reference/wellen/InstrumentDSPLibrary.FAT_LEAD.html b/processing-library/wellen/reference/wellen/InstrumentDSPLibrary.FAT_LEAD.html index d5b902b..5297950 100644 --- a/processing-library/wellen/reference/wellen/InstrumentDSPLibrary.FAT_LEAD.html +++ b/processing-library/wellen/reference/wellen/InstrumentDSPLibrary.FAT_LEAD.html @@ -83,8 +83,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/InstrumentDSPLibrary.HI_HAT.html b/processing-library/wellen/reference/wellen/InstrumentDSPLibrary.HI_HAT.html index a97d638..5930674 100644 --- a/processing-library/wellen/reference/wellen/InstrumentDSPLibrary.HI_HAT.html +++ b/processing-library/wellen/reference/wellen/InstrumentDSPLibrary.HI_HAT.html @@ -83,8 +83,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/InstrumentDSPLibrary.KICK_DRUM.html b/processing-library/wellen/reference/wellen/InstrumentDSPLibrary.KICK_DRUM.html index a7fa0b9..30297e3 100644 --- a/processing-library/wellen/reference/wellen/InstrumentDSPLibrary.KICK_DRUM.html +++ b/processing-library/wellen/reference/wellen/InstrumentDSPLibrary.KICK_DRUM.html @@ -83,8 +83,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/InstrumentDSPLibrary.SAMPLER.html b/processing-library/wellen/reference/wellen/InstrumentDSPLibrary.SAMPLER.html index de033b7..793a697 100644 --- a/processing-library/wellen/reference/wellen/InstrumentDSPLibrary.SAMPLER.html +++ b/processing-library/wellen/reference/wellen/InstrumentDSPLibrary.SAMPLER.html @@ -46,6 +46,10 @@

    Class InstrumentDSP
    DSPNodeOutputSignal
    +
    Direct Known Subclasses:
    +
    InstrumentDSPLibrary.SNARE
    +
    +
    Enclosing class:
    InstrumentDSPLibrary
    @@ -84,8 +88,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/InstrumentDSPLibrary.SNARE.html b/processing-library/wellen/reference/wellen/InstrumentDSPLibrary.SNARE.html new file mode 100644 index 0000000..6500449 --- /dev/null +++ b/processing-library/wellen/reference/wellen/InstrumentDSPLibrary.SNARE.html @@ -0,0 +1,121 @@ + + + + +InstrumentDSPLibrary.SNARE + + + + + + + + + + + + + + +
    + +
    +
    + +
    +
    Package wellen
    +

    Class InstrumentDSPLibrary.SNARE

    +
    + +
    +
    +
    All Implemented Interfaces:
    +
    DSPNodeOutputSignal
    +
    +
    +
    Enclosing class:
    +
    InstrumentDSPLibrary
    +
    +
    +
    public static class InstrumentDSPLibrary.SNARE +extends InstrumentDSPLibrary.SAMPLER
    +
    +
    + +
    +
    +
      + +
    • +
      +

      Constructor Details

      +
        +
      • +
        +

        SNARE

        +
        public SNARE(int pID)
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + + diff --git a/processing-library/wellen/reference/wellen/InstrumentDSPLibrary.html b/processing-library/wellen/reference/wellen/InstrumentDSPLibrary.html index e6bdb7f..004d00b 100644 --- a/processing-library/wellen/reference/wellen/InstrumentDSPLibrary.html +++ b/processing-library/wellen/reference/wellen/InstrumentDSPLibrary.html @@ -42,7 +42,7 @@

    Class InstrumentDSPLibrary< method Tone.replace_instrument(InstrumentDSP).

    - all instruments are extended from InstrumentDSP, however some the original functionality is extended, changed + all instruments are extended from InstrumentDSP, however some of the original functionality is extended, changed or even removed.

    note that these instruments only work with the internal tone engine. however, due to the modular nature of the @@ -63,16 +63,22 @@

    Nested Class Summary

     
    static class 
    - +
     
    static class 
    - +
     
    static class 
    - +
     
    static class 
    - + +
     
    +
    static class 
    + +
     
    +
    static class 
    +
     
    diff --git a/processing-library/wellen/reference/wellen/InstrumentMIDI.html b/processing-library/wellen/reference/wellen/InstrumentMIDI.html index e5db596..48cc679 100644 --- a/processing-library/wellen/reference/wellen/InstrumentMIDI.html +++ b/processing-library/wellen/reference/wellen/InstrumentMIDI.html @@ -64,8 +64,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/InstrumentOSC.html b/processing-library/wellen/reference/wellen/InstrumentOSC.html index 51c68ee..08af4bb 100644 --- a/processing-library/wellen/reference/wellen/InstrumentOSC.html +++ b/processing-library/wellen/reference/wellen/InstrumentOSC.html @@ -64,8 +64,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/Loop.html b/processing-library/wellen/reference/wellen/Loop.html index b326e7b..6414633 100644 --- a/processing-library/wellen/reference/wellen/Loop.html +++ b/processing-library/wellen/reference/wellen/Loop.html @@ -66,8 +66,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/Loopable.html b/processing-library/wellen/reference/wellen/Loopable.html index 0888579..f4a7869 100644 --- a/processing-library/wellen/reference/wellen/Loopable.html +++ b/processing-library/wellen/reference/wellen/Loopable.html @@ -49,8 +49,8 @@

    Interface Loopable

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/MidiIn.html b/processing-library/wellen/reference/wellen/MidiIn.html index f9af09f..90cef5f 100644 --- a/processing-library/wellen/reference/wellen/MidiIn.html +++ b/processing-library/wellen/reference/wellen/MidiIn.html @@ -85,8 +85,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/MidiInListener.html b/processing-library/wellen/reference/wellen/MidiInListener.html index 87eb402..0467c3a 100644 --- a/processing-library/wellen/reference/wellen/MidiInListener.html +++ b/processing-library/wellen/reference/wellen/MidiInListener.html @@ -50,8 +50,8 @@

    Interface MidiInListener

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/MidiOut.html b/processing-library/wellen/reference/wellen/MidiOut.html index e1a3790..739fd1c 100644 --- a/processing-library/wellen/reference/wellen/MidiOut.html +++ b/processing-library/wellen/reference/wellen/MidiOut.html @@ -65,8 +65,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/MidiUtilities.html b/processing-library/wellen/reference/wellen/MidiUtilities.html index d37af5f..d5c0bea 100644 --- a/processing-library/wellen/reference/wellen/MidiUtilities.html +++ b/processing-library/wellen/reference/wellen/MidiUtilities.html @@ -62,8 +62,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/Note.html b/processing-library/wellen/reference/wellen/Note.html index 041a80b..57d48ac 100644 --- a/processing-library/wellen/reference/wellen/Note.html +++ b/processing-library/wellen/reference/wellen/Note.html @@ -77,8 +77,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/Pan.html b/processing-library/wellen/reference/wellen/Pan.html index 05f8b94..f100f93 100644 --- a/processing-library/wellen/reference/wellen/Pan.html +++ b/processing-library/wellen/reference/wellen/Pan.html @@ -68,8 +68,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/Patch.html b/processing-library/wellen/reference/wellen/Patch.html index 38ec610..4cee146 100644 --- a/processing-library/wellen/reference/wellen/Patch.html +++ b/processing-library/wellen/reference/wellen/Patch.html @@ -89,8 +89,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/Pattern.html b/processing-library/wellen/reference/wellen/Pattern.html index 11f2ade..b8f1aef 100644 --- a/processing-library/wellen/reference/wellen/Pattern.html +++ b/processing-library/wellen/reference/wellen/Pattern.html @@ -73,8 +73,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/SAM.html b/processing-library/wellen/reference/wellen/SAM.html index bbbf262..0c144cd 100644 --- a/processing-library/wellen/reference/wellen/SAM.html +++ b/processing-library/wellen/reference/wellen/SAM.html @@ -70,8 +70,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/SamplerListener.html b/processing-library/wellen/reference/wellen/SamplerListener.html index 37e952a..f431d23 100644 --- a/processing-library/wellen/reference/wellen/SamplerListener.html +++ b/processing-library/wellen/reference/wellen/SamplerListener.html @@ -45,13 +45,13 @@

    Interface SamplerListenerMethod Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    void
    - +
    is_done(Sampler pSampler)
     
    @@ -68,9 +68,9 @@

    Method Summary

    Method Details

    • -
      +

      is_done

      -
      void is_done()
      +
      void is_done(Sampler pSampler)
    diff --git a/processing-library/wellen/reference/wellen/Scale.html b/processing-library/wellen/reference/wellen/Scale.html index e6749a4..d051b91 100644 --- a/processing-library/wellen/reference/wellen/Scale.html +++ b/processing-library/wellen/reference/wellen/Scale.html @@ -168,8 +168,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/Sequencer.html b/processing-library/wellen/reference/wellen/Sequencer.html index 47839d0..b619ae3 100644 --- a/processing-library/wellen/reference/wellen/Sequencer.html +++ b/processing-library/wellen/reference/wellen/Sequencer.html @@ -70,8 +70,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/SpeechSynthesis.html b/processing-library/wellen/reference/wellen/SpeechSynthesis.html index f6fe6b3..6d6527e 100644 --- a/processing-library/wellen/reference/wellen/SpeechSynthesis.html +++ b/processing-library/wellen/reference/wellen/SpeechSynthesis.html @@ -66,8 +66,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/Tone.html b/processing-library/wellen/reference/wellen/Tone.html index 7682100..18ac8a3 100644 --- a/processing-library/wellen/reference/wellen/Tone.html +++ b/processing-library/wellen/reference/wellen/Tone.html @@ -50,8 +50,8 @@

    Class Tone

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    @@ -83,6 +83,12 @@

    Method Summary

     
    +
    static float[]
    + +
     
    +
    static float[]
    + +
     
    static ToneEngine
     
    @@ -98,6 +104,13 @@

    Method Summary

    static boolean
     
    +
    static Sampler
    +
    load_sample(byte[] sample_buffer)
    +
     
    +
    static Sampler
    +
    load_sample(processing.core.PApplet p, + String sample_filename)
    +
     
    static void
     
    @@ -116,40 +129,43 @@

    Method Summary

    static void
    pitch_bend(int value)
     
    -
    static void
    -
    replace_instrument(Class<? extends Instrument> instrument_class, - int ID)
    +
    static boolean
    +
     
    static void
    - +
    replace_instrument(Class<? extends Instrument> instrument_class, + int ID)
     
    static void
    -
    set_engine(ToneEngine tone_engine)
    +
     
    - -
    start(int configuration)
    +
    static void
    +
    set_engine(ToneEngine tone_engine)
     
    -
    static void
    -
    start(String... tone_enginge_name)
    + +
    start(int configuration)
     
    static void
    -
    start(String tone_enginge_name, - int parameter)
    +
    start(String... tone_enginge_name)
     
    static void
    -
    start(String tone_enginge_name, - int parameterA, - int parameterB)
    +
    start(String tone_enginge_name, + int parameter)
     
    static void
    -
    start(String tone_enginge_name, +
    start(String tone_enginge_name, int parameterA, - int parameterB, - int parameterC)
    + int parameterB)
     
    static void
    - +
    start(String tone_enginge_name, + int parameterA, + int parameterB, + int parameterC)
     
    +
    static void
    + +
     
    @@ -208,6 +224,26 @@

    get_buffer

  • +
    +

    get_output_buffer_left

    +
    public static float[] get_output_buffer_left()
    +
    +
    Returns:
    +
    reference to left output buffer
    +
    +
    +
  • +
  • +
    +

    get_output_buffer_right

    +
    public static float[] get_output_buffer_right()
    +
    +
    Returns:
    +
    reference to right output buffer
    +
    +
    +
  • +
  • get_buffer_left

    public static float[] get_buffer_left()
    @@ -302,6 +338,25 @@

    replace_instrument

  • +
    +

    load_sample

    +
    public static Sampler load_sample(processing.core.PApplet p, + String sample_filename)
    +
    +
  • +
  • +
    +

    load_sample

    +
    public static Sampler load_sample(byte[] sample_buffer)
    +
    +
  • +
  • +
    +

    remove_sample

    +
    public static boolean remove_sample(Sampler sampler)
    +
    +
  • +
  • set_engine

    public static void set_engine(ToneEngine tone_engine)
    diff --git a/processing-library/wellen/reference/wellen/ToneEngine.html b/processing-library/wellen/reference/wellen/ToneEngine.html index 5d9b4fc..273b687 100644 --- a/processing-library/wellen/reference/wellen/ToneEngine.html +++ b/processing-library/wellen/reference/wellen/ToneEngine.html @@ -78,8 +78,8 @@

    Field Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    @@ -114,6 +114,13 @@

    Method Summary

    abstract boolean
     
    +
    abstract Sampler
    +
    load_sample(byte[] sampleBuffer)
    +
     
    +
    abstract Sampler
    +
    load_sample(processing.core.PApplet p, + String sampleFilename)
    +
     
    abstract void
    @@ -140,12 +147,15 @@

    Method Summary

    abstract void
    pitch_bend(int pValue)
     
    -
    abstract void
    - +
    abstract boolean
    +
     
    -
    void
    - -
     
    +
    abstract void
    + +
     
    +
    void
    + +
     
    @@ -352,6 +362,25 @@

    get_buffer_right

    public float[] get_buffer_right()
  • +
  • +
    +

    load_sample

    +
    public abstract Sampler load_sample(processing.core.PApplet p, + String sampleFilename)
    +
    +
  • +
  • +
    +

    load_sample

    +
    public abstract Sampler load_sample(byte[] sampleBuffer)
    +
    +
  • +
  • +
    +

    remove_sample

    +
    public abstract boolean remove_sample(Sampler sampler)
    +
    +
  • diff --git a/processing-library/wellen/reference/wellen/ToneEngineDSP.AudioOutputCallback.html b/processing-library/wellen/reference/wellen/ToneEngineDSP.AudioOutputCallback.html index 5cf701a..a288d46 100644 --- a/processing-library/wellen/reference/wellen/ToneEngineDSP.AudioOutputCallback.html +++ b/processing-library/wellen/reference/wellen/ToneEngineDSP.AudioOutputCallback.html @@ -49,8 +49,8 @@

    Interface

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/ToneEngineDSP.html b/processing-library/wellen/reference/wellen/ToneEngineDSP.html index 2aec166..0b95b7a 100644 --- a/processing-library/wellen/reference/wellen/ToneEngineDSP.html +++ b/processing-library/wellen/reference/wellen/ToneEngineDSP.html @@ -112,8 +112,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    @@ -165,6 +165,13 @@

    Method Summary

    boolean
     
    + +
    load_sample(byte[] sampleBuffer)
    +
     
    + +
    load_sample(processing.core.PApplet p, + String sampleFilename)
    +
     
     
    @@ -201,15 +208,18 @@

    Method Summary

    boolean
     
    -
    void
    - +
    boolean
    +
     
    void
    -
    set_gain(float gain)
    +
     
    void
    - +
    set_gain(float gain)
     
    +
    void
    + +
     
    @@ -532,6 +542,37 @@

    register_audioblock_callback

    public void register_audioblock_callback(ToneEngineDSP.AudioOutputCallback audioblock_callback)
    +
  • +
    +

    load_sample

    +
    public Sampler load_sample(processing.core.PApplet p, + String sampleFilename)
    +
    +
    Specified by:
    +
    load_sample in class ToneEngine
    +
    +
    +
  • +
  • +
    +

    load_sample

    +
    public Sampler load_sample(byte[] sampleBuffer)
    +
    +
    Specified by:
    +
    load_sample in class ToneEngine
    +
    +
    +
  • +
  • +
    +

    remove_sample

    +
    public boolean remove_sample(Sampler sampler)
    +
    +
    Specified by:
    +
    remove_sample in class ToneEngine
    +
    +
    +
  • diff --git a/processing-library/wellen/reference/wellen/ToneEngineMIDI.html b/processing-library/wellen/reference/wellen/ToneEngineMIDI.html index c5200ed..fb05ac4 100644 --- a/processing-library/wellen/reference/wellen/ToneEngineMIDI.html +++ b/processing-library/wellen/reference/wellen/ToneEngineMIDI.html @@ -88,8 +88,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    @@ -115,6 +115,13 @@

    Method Summary

    boolean
     
    + +
    load_sample(byte[] sampleBuffer)
    +
     
    + +
    load_sample(processing.core.PApplet p, + String sampleFilename)
    +
     
    void
    @@ -134,12 +141,15 @@

    Method Summary

    void
    pitch_bend(int pValue)
     
    -
    void
    - +
    boolean
    +
     
    void
    - +
     
    +
    void
    + +
     
    @@ -335,6 +345,37 @@

    replace_instrument

    +
  • +
    +

    load_sample

    +
    public Sampler load_sample(processing.core.PApplet p, + String sampleFilename)
    +
    +
    Specified by:
    +
    load_sample in class ToneEngine
    +
    +
    +
  • +
  • +
    +

    load_sample

    +
    public Sampler load_sample(byte[] sampleBuffer)
    +
    +
    Specified by:
    +
    load_sample in class ToneEngine
    +
    +
    +
  • +
  • +
    +

    remove_sample

    +
    public boolean remove_sample(Sampler sampler)
    +
    +
    Specified by:
    +
    remove_sample in class ToneEngine
    +
    +
    +
  • diff --git a/processing-library/wellen/reference/wellen/ToneEngineOSC.html b/processing-library/wellen/reference/wellen/ToneEngineOSC.html index 7b37042..55190fd 100644 --- a/processing-library/wellen/reference/wellen/ToneEngineOSC.html +++ b/processing-library/wellen/reference/wellen/ToneEngineOSC.html @@ -100,8 +100,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    @@ -121,6 +121,13 @@

    Method Summary

    boolean
     
    + +
    load_sample(byte[] sampleBuffer)
    +
     
    + +
    load_sample(processing.core.PApplet p, + String sampleFilename)
    +
     
    void
    @@ -140,12 +147,15 @@

    Method Summary

    void
    pitch_bend(int pValue)
     
    -
    void
    - +
    boolean
    +
     
    void
    - +
     
    +
    void
    + +
     
    @@ -394,6 +404,37 @@

    replace_instrument

    +
  • +
    +

    load_sample

    +
    public Sampler load_sample(processing.core.PApplet p, + String sampleFilename)
    +
    +
    Specified by:
    +
    load_sample in class ToneEngine
    +
    +
    +
  • +
  • +
    +

    load_sample

    +
    public Sampler load_sample(byte[] sampleBuffer)
    +
    +
    Specified by:
    +
    load_sample in class ToneEngine
    +
    +
    +
  • +
  • +
    +

    remove_sample

    +
    public boolean remove_sample(Sampler sampler)
    +
    +
    Specified by:
    +
    remove_sample in class ToneEngine
    +
    +
    +
  • diff --git a/processing-library/wellen/reference/wellen/Track.html b/processing-library/wellen/reference/wellen/Track.html index 4c24c69..98549db 100644 --- a/processing-library/wellen/reference/wellen/Track.html +++ b/processing-library/wellen/reference/wellen/Track.html @@ -106,8 +106,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/WAVConverter.html b/processing-library/wellen/reference/wellen/WAVConverter.html index 9fb1625..6b4f2ae 100644 --- a/processing-library/wellen/reference/wellen/WAVConverter.html +++ b/processing-library/wellen/reference/wellen/WAVConverter.html @@ -98,8 +98,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/Wellen.html b/processing-library/wellen/reference/wellen/Wellen.html index 8c53659..f1e18a9 100644 --- a/processing-library/wellen/reference/wellen/Wellen.html +++ b/processing-library/wellen/reference/wellen/Wellen.html @@ -495,8 +495,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    @@ -513,161 +513,169 @@

    Method Summary

    int pEnd, boolean pLittleEndian)
     
    -
    static void
    -
    bytes_to_floatIEEEs(byte[] pBytes, - float[] pSignal, - boolean pLittleEndian)
    +
    static float[]
    +
    bytes_to_floatIEEEs(byte[] pBytes)
     
    static void
    -
    bytes_to_floats(byte[] pBytes, +
    bytes_to_floatIEEEs(byte[] pBytes, + float[] pSignal, + boolean pLittleEndian)
    +
     
    +
    static void
    +
    bytes_to_floats(byte[] pBytes, float[] pFloats, int pBitsPerFloat)
    -
     
    -
    static float
    -
    bytes_to_floats(int pFormat, +
    +
    convert byte array to float array.
    +
    +
    static float
    +
    bytes_to_floats(int pFormat, byte[] pInput, int pIndex)
    -
     
    -
    static float
    -
    clamp(float pValue)
     
    static float
    -
    clamp(float pValue, +
    clamp(float pValue)
    +
     
    +
    static float
    +
    clamp(float pValue, float pMin, float pMax)
    -
     
    -
    static int
    -
    clamp(int pValue, - int pMin, - int pMax)
     
    static int
    -
    clamp127(int pValue)
    +
    clamp(int pValue, + int pMin, + int pMax)
     
    static int
    -
    constrain(int value, +
    clamp127(int pValue)
    +
     
    +
    static int
    +
    constrain(int value, int min, int max)
    -
     
    -
    static float[]
    -
    copy(float[] source)
    -
    +
     
    +
    static float[]
    +
    copy(float[] source)
    +
    copy the content of one array to a new array
    -
    static void
    -
    copy(float[] source, +
    static void
    +
    copy(float[] source, float[] destination)
    -
    +
    copy the content of one array to another array of the same length
    -
    static void
    -
    draw_buffer(processing.core.PGraphics g, - float pWidth, - float pHeight, - float[] pBuffer)
    -
     
    static void
    -
    draw_buffer(processing.core.PGraphics g, +
    draw_buffer(processing.core.PGraphics g, float pWidth, float pHeight, - float[] pBuffer, - int pStride)
    + float[] pBuffer)
     
    static void
    -
    draw_buffers(processing.core.PGraphics g, +
    draw_buffer(processing.core.PGraphics g, float pWidth, float pHeight, - float[]... pBuffers)
    + float[] pBuffer, + int pStride)
     
    static void
    -
    draw_tone(processing.core.PGraphics g, +
    draw_buffers(processing.core.PGraphics g, float pWidth, - float pHeight)
    + float pHeight, + float[]... pBuffers)
     
    static void
    -
    draw_tone_stereo(processing.core.PGraphics g, +
    draw_tone(processing.core.PGraphics g, float pWidth, float pHeight)
     
    static void
    - +
    draw_tone_stereo(processing.core.PGraphics g, + float pWidth, + float pHeight)
     
    static void
    -
    dumpAudioInputAndOutputDevices(boolean pPrintFormats)
    +
     
    -
    static String[]
    - +
    static void
    +
    dumpAudioInputAndOutputDevices(boolean pPrintFormats)
     
    static String[]
    - +
     
    -
    static void
    -
    exportWAV(processing.core.PApplet p, +
    static String[]
    + +
     
    +
    static void
    +
    exportWAV(processing.core.PApplet p, String pFilepath, float[][] pBuffer, int pBitsPerSignal, int pSignalRate)
    -
     
    -
    static void
    -
    exportWAV(processing.core.PApplet p, +
     
    +
    static void
    +
    exportWAV(processing.core.PApplet p, String pFilepath, float[][] pBuffer, int pBitsPerSignal, int pSignalRate, int pCompressionType)
    -
     
    -
    static void
    -
    exportWAV(processing.core.PApplet p, +
     
    +
    static void
    +
    exportWAV(processing.core.PApplet p, String pFilepath, float[] pBuffer, int pBitsPerSignal, int pSignalRate)
    -
     
    -
    static void
    -
    exportWAVInfo(processing.core.PApplet p, - String pFilepath, - WAVConverter.Info pWAVInfo)
     
    static void
    -
    fill_envelope(float[] buffer, - int type)
    +
    exportWAVInfo(processing.core.PApplet p, + String pFilepath, + WAVConverter.Info pWAVInfo)
     
    -
    static int[]
    -
    find_zero_crossings(float[] pSampleData, +
    static void
    +
    fill_envelope(float[] buffer, + int type)
    +
     
    +
    static int[]
    +
    find_zero_crossings(float[] pSampleData, int pInPoint, int pOutPoint)
    -
     
    -
    static float
    -
    flip(float pValue)
     
    -
    static byte[]
    - +
    static float
    +
    flip(float pValue)
     
    static byte[]
    -
    floatIEEEs_to_bytes(float[] pFloats)
    +
     
    static byte[]
    -
    floatIEEEs_to_bytes(float[] pFloats, - boolean pLittleEndian)
    +
    floatIEEEs_to_bytes(float[] pFloats)
     
    -
    static void
    -
    floats_to_bytes(byte[] pBytes, +
    static byte[]
    +
    floatIEEEs_to_bytes(float[] pFloats, + boolean pLittleEndian)
    +
     
    +
    static void
    +
    floats_to_bytes(byte[] pBytes, float[] pFloats, int pBitsPerFloat)
    +
     
    +
    static float[]
    +
    get_extremum(float[] pSignal)
     
    -
    static float[]
    -
    get_extremum(float[] pSignal)
    +
    static String
    +
     
    -
    static String
    - +
    static float[][]
    +
    importWAV(processing.core.PApplet p, + String pFilepath)
     
    -
    static float[][]
    -
    importWAV(processing.core.PApplet p, + +
    importWAVInfo(processing.core.PApplet p, String pFilepath)
     
    - -
    importWAVInfo(processing.core.PApplet p, - String pFilepath)
    +
    static boolean
    +
     
    static int
    millis_to_samples(float pMillis)
    @@ -2735,11 +2743,24 @@

    bytes_to_floatIEEEs

  • +
    +

    bytes_to_floatIEEEs

    +
    public static float[] bytes_to_floatIEEEs(byte[] pBytes)
    +
    +
  • +
  • bytes_to_floats

    public static void bytes_to_floats(byte[] pBytes, float[] pFloats, int pBitsPerFloat)
    +
    convert byte array to float array.
    +
    +
    Parameters:
    +
    pBytes - source unsigned byte array
    +
    pFloats - destination float array
    +
    pBitsPerFloat - number of bits per float ( usually 8, 16, 24, or 32-bits )
    +
  • @@ -2869,6 +2890,12 @@

    dumpAudioInputAndOutputDevices

  • +
    +

    isMidiDeviceAvailable

    +
    public static boolean isMidiDeviceAvailable(String pDeviceName)
    +
    +
  • +
  • dumpMidiInputDevices

    public static String[] dumpMidiInputDevices()
    diff --git a/processing-library/wellen/reference/wellen/analysis/BeatDetection.html b/processing-library/wellen/reference/wellen/analysis/BeatDetection.html index a9c418f..36ecc57 100644 --- a/processing-library/wellen/reference/wellen/analysis/BeatDetection.html +++ b/processing-library/wellen/reference/wellen/analysis/BeatDetection.html @@ -125,8 +125,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/analysis/EnvelopeFollower.html b/processing-library/wellen/reference/wellen/analysis/EnvelopeFollower.html index c9d495d..e9661f8 100644 --- a/processing-library/wellen/reference/wellen/analysis/EnvelopeFollower.html +++ b/processing-library/wellen/reference/wellen/analysis/EnvelopeFollower.html @@ -69,8 +69,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/analysis/FFT.html b/processing-library/wellen/reference/wellen/analysis/FFT.html index d723c76..816f461 100644 --- a/processing-library/wellen/reference/wellen/analysis/FFT.html +++ b/processing-library/wellen/reference/wellen/analysis/FFT.html @@ -63,8 +63,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/analysis/FrequencyDistribution.html b/processing-library/wellen/reference/wellen/analysis/FrequencyDistribution.html index a8764e6..c2e2648 100644 --- a/processing-library/wellen/reference/wellen/analysis/FrequencyDistribution.html +++ b/processing-library/wellen/reference/wellen/analysis/FrequencyDistribution.html @@ -62,8 +62,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/analysis/PitchDetection.html b/processing-library/wellen/reference/wellen/analysis/PitchDetection.html index cd6fba5..7e7c3bb 100644 --- a/processing-library/wellen/reference/wellen/analysis/PitchDetection.html +++ b/processing-library/wellen/reference/wellen/analysis/PitchDetection.html @@ -82,8 +82,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/analysis/RootMeanSquare.html b/processing-library/wellen/reference/wellen/analysis/RootMeanSquare.html index 3b4ce92..b354b29 100644 --- a/processing-library/wellen/reference/wellen/analysis/RootMeanSquare.html +++ b/processing-library/wellen/reference/wellen/analysis/RootMeanSquare.html @@ -62,8 +62,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/analysis/Sonogram.html b/processing-library/wellen/reference/wellen/analysis/Sonogram.html index 00b01d9..a734003 100644 --- a/processing-library/wellen/reference/wellen/analysis/Sonogram.html +++ b/processing-library/wellen/reference/wellen/analysis/Sonogram.html @@ -62,8 +62,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/analysis/SoundLevelPressure.html b/processing-library/wellen/reference/wellen/analysis/SoundLevelPressure.html index b77ca54..9c26b57 100644 --- a/processing-library/wellen/reference/wellen/analysis/SoundLevelPressure.html +++ b/processing-library/wellen/reference/wellen/analysis/SoundLevelPressure.html @@ -62,8 +62,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/dsp/ADSR.html b/processing-library/wellen/reference/wellen/dsp/ADSR.html index c187cb7..367186d 100644 --- a/processing-library/wellen/reference/wellen/dsp/ADSR.html +++ b/processing-library/wellen/reference/wellen/dsp/ADSR.html @@ -102,8 +102,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/dsp/BeatDSP.Listener.html b/processing-library/wellen/reference/wellen/dsp/BeatDSP.Listener.html index 8deb5a1..1c7e564 100644 --- a/processing-library/wellen/reference/wellen/dsp/BeatDSP.Listener.html +++ b/processing-library/wellen/reference/wellen/dsp/BeatDSP.Listener.html @@ -49,8 +49,8 @@

    Interface BeatDSP.Listener<

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/dsp/BeatDSP.html b/processing-library/wellen/reference/wellen/dsp/BeatDSP.html index 859af6c..aa7addf 100644 --- a/processing-library/wellen/reference/wellen/dsp/BeatDSP.html +++ b/processing-library/wellen/reference/wellen/dsp/BeatDSP.html @@ -88,8 +88,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/dsp/Crossfader.html b/processing-library/wellen/reference/wellen/dsp/Crossfader.html index 2f202a9..547d1b3 100644 --- a/processing-library/wellen/reference/wellen/dsp/Crossfader.html +++ b/processing-library/wellen/reference/wellen/dsp/Crossfader.html @@ -91,8 +91,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/dsp/DSP.html b/processing-library/wellen/reference/wellen/dsp/DSP.html index 97ac0f2..017989b 100644 --- a/processing-library/wellen/reference/wellen/dsp/DSP.html +++ b/processing-library/wellen/reference/wellen/dsp/DSP.html @@ -88,8 +88,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/dsp/DSPNodeInput.html b/processing-library/wellen/reference/wellen/dsp/DSPNodeInput.html index a1dcecc..37386c8 100644 --- a/processing-library/wellen/reference/wellen/dsp/DSPNodeInput.html +++ b/processing-library/wellen/reference/wellen/dsp/DSPNodeInput.html @@ -50,8 +50,8 @@

    Interface DSPNodeInput

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/dsp/DSPNodeInputSignal.html b/processing-library/wellen/reference/wellen/dsp/DSPNodeInputSignal.html index b6be7ec..d732a0c 100644 --- a/processing-library/wellen/reference/wellen/dsp/DSPNodeInputSignal.html +++ b/processing-library/wellen/reference/wellen/dsp/DSPNodeInputSignal.html @@ -48,8 +48,8 @@

    Interface DSPNodeInputSig

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/dsp/DSPNodeOutput.html b/processing-library/wellen/reference/wellen/dsp/DSPNodeOutput.html index fabb260..301fd1d 100644 --- a/processing-library/wellen/reference/wellen/dsp/DSPNodeOutput.html +++ b/processing-library/wellen/reference/wellen/dsp/DSPNodeOutput.html @@ -50,8 +50,8 @@

    Interface DSPNodeOutput

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/dsp/DSPNodeOutputSignal.html b/processing-library/wellen/reference/wellen/dsp/DSPNodeOutputSignal.html index 431e178..7d647a5 100644 --- a/processing-library/wellen/reference/wellen/dsp/DSPNodeOutputSignal.html +++ b/processing-library/wellen/reference/wellen/dsp/DSPNodeOutputSignal.html @@ -36,7 +36,7 @@

    Interface DSPNodeOutputS
    All Known Implementing Classes:
    -
    InstrumentDSP, InstrumentDSPLibrary.BELL, InstrumentDSPLibrary.FAT_LEAD, InstrumentDSPLibrary.HI_HAT, InstrumentDSPLibrary.KICK_DRUM, InstrumentDSPLibrary.SAMPLER, Patch, ToneEngineDSP, Track
    +
    InstrumentDSP, InstrumentDSPLibrary.BELL, InstrumentDSPLibrary.DEFAULT, InstrumentDSPLibrary.FAT_LEAD, InstrumentDSPLibrary.HI_HAT, InstrumentDSPLibrary.KICK_DRUM, InstrumentDSPLibrary.SAMPLER, InstrumentDSPLibrary.SNARE, Patch, ToneEngineDSP, Track

    public interface DSPNodeOutputSignal
    @@ -50,8 +50,8 @@

    Interface DSPNodeOutputS

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/dsp/DSPNodeProcess.html b/processing-library/wellen/reference/wellen/dsp/DSPNodeProcess.html index 1c66d66..c5756b4 100644 --- a/processing-library/wellen/reference/wellen/dsp/DSPNodeProcess.html +++ b/processing-library/wellen/reference/wellen/dsp/DSPNodeProcess.html @@ -50,8 +50,8 @@

    Interface DSPNodeProcess

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/dsp/DSPNodeProcessSignal.html b/processing-library/wellen/reference/wellen/dsp/DSPNodeProcessSignal.html index 974540e..bb82844 100644 --- a/processing-library/wellen/reference/wellen/dsp/DSPNodeProcessSignal.html +++ b/processing-library/wellen/reference/wellen/dsp/DSPNodeProcessSignal.html @@ -52,8 +52,8 @@

    Interface DSPNodeProces

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/dsp/Delay.html b/processing-library/wellen/reference/wellen/dsp/Delay.html index f17778c..b6d534a 100644 --- a/processing-library/wellen/reference/wellen/dsp/Delay.html +++ b/processing-library/wellen/reference/wellen/dsp/Delay.html @@ -72,8 +72,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/dsp/Distortion.html b/processing-library/wellen/reference/wellen/dsp/Distortion.html index a159eba..00b44dc 100644 --- a/processing-library/wellen/reference/wellen/dsp/Distortion.html +++ b/processing-library/wellen/reference/wellen/dsp/Distortion.html @@ -68,8 +68,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/dsp/EffectMono.html b/processing-library/wellen/reference/wellen/dsp/EffectMono.html index 9b2c676..4cdd0aa 100644 --- a/processing-library/wellen/reference/wellen/dsp/EffectMono.html +++ b/processing-library/wellen/reference/wellen/dsp/EffectMono.html @@ -49,8 +49,8 @@

    Interface EffectMono

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/dsp/EffectStereo.html b/processing-library/wellen/reference/wellen/dsp/EffectStereo.html index 74efb6c..80985f6 100644 --- a/processing-library/wellen/reference/wellen/dsp/EffectStereo.html +++ b/processing-library/wellen/reference/wellen/dsp/EffectStereo.html @@ -49,8 +49,8 @@

    Interface EffectStereo

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/dsp/Envelope.html b/processing-library/wellen/reference/wellen/dsp/Envelope.html index c9d2673..f1e6b76 100644 --- a/processing-library/wellen/reference/wellen/dsp/Envelope.html +++ b/processing-library/wellen/reference/wellen/dsp/Envelope.html @@ -120,8 +120,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/dsp/FMSynthesis.html b/processing-library/wellen/reference/wellen/dsp/FMSynthesis.html index 5cd1980..419cf2a 100644 --- a/processing-library/wellen/reference/wellen/dsp/FMSynthesis.html +++ b/processing-library/wellen/reference/wellen/dsp/FMSynthesis.html @@ -83,8 +83,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/dsp/FilterBalance.html b/processing-library/wellen/reference/wellen/dsp/FilterBalance.html index c7abf35..cc2c0d7 100644 --- a/processing-library/wellen/reference/wellen/dsp/FilterBalance.html +++ b/processing-library/wellen/reference/wellen/dsp/FilterBalance.html @@ -70,8 +70,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/dsp/FilterBandPass.html b/processing-library/wellen/reference/wellen/dsp/FilterBandPass.html index 9c1f6f1..8b92342 100644 --- a/processing-library/wellen/reference/wellen/dsp/FilterBandPass.html +++ b/processing-library/wellen/reference/wellen/dsp/FilterBandPass.html @@ -70,8 +70,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/dsp/FilterBiquad.html b/processing-library/wellen/reference/wellen/dsp/FilterBiquad.html index 755188f..902f99d 100644 --- a/processing-library/wellen/reference/wellen/dsp/FilterBiquad.html +++ b/processing-library/wellen/reference/wellen/dsp/FilterBiquad.html @@ -70,8 +70,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/dsp/FilterButterworth.html b/processing-library/wellen/reference/wellen/dsp/FilterButterworth.html index 11865f3..d5305b3 100644 --- a/processing-library/wellen/reference/wellen/dsp/FilterButterworth.html +++ b/processing-library/wellen/reference/wellen/dsp/FilterButterworth.html @@ -70,8 +70,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/dsp/FilterHighLowBandPass.html b/processing-library/wellen/reference/wellen/dsp/FilterHighLowBandPass.html index dbded2a..0ddca58 100644 --- a/processing-library/wellen/reference/wellen/dsp/FilterHighLowBandPass.html +++ b/processing-library/wellen/reference/wellen/dsp/FilterHighLowBandPass.html @@ -70,8 +70,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/dsp/FilterHighPass.html b/processing-library/wellen/reference/wellen/dsp/FilterHighPass.html index 1b3ff80..a7f66d7 100644 --- a/processing-library/wellen/reference/wellen/dsp/FilterHighPass.html +++ b/processing-library/wellen/reference/wellen/dsp/FilterHighPass.html @@ -70,8 +70,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/dsp/FilterLowPass.html b/processing-library/wellen/reference/wellen/dsp/FilterLowPass.html index 3b0d73f..8036325 100644 --- a/processing-library/wellen/reference/wellen/dsp/FilterLowPass.html +++ b/processing-library/wellen/reference/wellen/dsp/FilterLowPass.html @@ -70,8 +70,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/dsp/FilterMoogLadderLowPass.html b/processing-library/wellen/reference/wellen/dsp/FilterMoogLadderLowPass.html index 625e425..27cbc9e 100644 --- a/processing-library/wellen/reference/wellen/dsp/FilterMoogLadderLowPass.html +++ b/processing-library/wellen/reference/wellen/dsp/FilterMoogLadderLowPass.html @@ -70,8 +70,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/dsp/FilterResonator.html b/processing-library/wellen/reference/wellen/dsp/FilterResonator.html index 6b03d5f..acc626c 100644 --- a/processing-library/wellen/reference/wellen/dsp/FilterResonator.html +++ b/processing-library/wellen/reference/wellen/dsp/FilterResonator.html @@ -70,8 +70,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/dsp/FilterVowelFormant.html b/processing-library/wellen/reference/wellen/dsp/FilterVowelFormant.html index 08081e1..8da3bd8 100644 --- a/processing-library/wellen/reference/wellen/dsp/FilterVowelFormant.html +++ b/processing-library/wellen/reference/wellen/dsp/FilterVowelFormant.html @@ -97,8 +97,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/dsp/Gain.html b/processing-library/wellen/reference/wellen/dsp/Gain.html index 1a91624..913b325 100644 --- a/processing-library/wellen/reference/wellen/dsp/Gain.html +++ b/processing-library/wellen/reference/wellen/dsp/Gain.html @@ -67,8 +67,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/dsp/Noise.html b/processing-library/wellen/reference/wellen/dsp/Noise.html index 4be1d61..52837e7 100644 --- a/processing-library/wellen/reference/wellen/dsp/Noise.html +++ b/processing-library/wellen/reference/wellen/dsp/Noise.html @@ -68,8 +68,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/dsp/Oscillator.html b/processing-library/wellen/reference/wellen/dsp/Oscillator.html index 3ef8bab..64f5e96 100644 --- a/processing-library/wellen/reference/wellen/dsp/Oscillator.html +++ b/processing-library/wellen/reference/wellen/dsp/Oscillator.html @@ -71,8 +71,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/dsp/OscillatorFunction.html b/processing-library/wellen/reference/wellen/dsp/OscillatorFunction.html index 0dbf6c2..096b55f 100644 --- a/processing-library/wellen/reference/wellen/dsp/OscillatorFunction.html +++ b/processing-library/wellen/reference/wellen/dsp/OscillatorFunction.html @@ -90,8 +90,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/dsp/Reverb.html b/processing-library/wellen/reference/wellen/dsp/Reverb.html index 7b35035..df3bdaa 100644 --- a/processing-library/wellen/reference/wellen/dsp/Reverb.html +++ b/processing-library/wellen/reference/wellen/dsp/Reverb.html @@ -68,8 +68,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/dsp/Sampler.html b/processing-library/wellen/reference/wellen/dsp/Sampler.html index 36366c9..8095939 100644 --- a/processing-library/wellen/reference/wellen/dsp/Sampler.html +++ b/processing-library/wellen/reference/wellen/dsp/Sampler.html @@ -90,8 +90,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    @@ -207,70 +207,76 @@

    Method Summary

    returns the output signal.
    void
    - +
     
    void
    - +
     
    void
    -
    record(float sample)
    +
     
    void
    -
    record(float[] samples)
    +
    record(float sample)
     
    -
    boolean
    -
    remove_listener(SamplerListener sampler_listener)
    +
    void
    +
    record(float[] samples)
    +
     
    +
    boolean
    +
    remove_listener(SamplerListener sampler_listener)
    +
     
    +
    void
    +
     
    void
    - +
     
    void
    - +
    set_amplitude(float amplitude)
     
    void
    -
    set_amplitude(float amplitude)
    +
    set_buffer(float[] buffer)
     
    void
    -
    set_buffer(float[] buffer)
    +
    set_duration(float seconds)
     
    void
    -
    set_duration(float seconds)
    +
    set_edge_fading(int edge_fade_padding)
     
    void
    -
    set_edge_fading(int edge_fade_padding)
    +
    set_frequency(float frequency)
     
    void
    -
    set_frequency(float frequency)
    +
    set_in(int in_point)
     
    void
    -
    set_in(int in_point)
    +
     
    void
    - +
    set_loop_in(int loop_in_point)
     
    void
    -
    set_loop_in(int loop_in_point)
    +
    set_loop_in_normalized(float loop_in_point_normalized)
     
    void
    -
    set_loop_in_normalized(float loop_in_point_normalized)
    +
    set_loop_out(int loop_out_point)
     
    void
    -
    set_loop_out(int loop_out_point)
    +
    set_loop_out_normalized(float loop_out_point_normalized)
     
    void
    -
    set_loop_out_normalized(float loop_out_point_normalized)
    +
    set_out(int out_point)
     
    void
    -
    set_out(int out_point)
    +
    set_speed(float speed)
     
    void
    -
    set_speed(float speed)
    +
     
    void
    - +
     
    void
    - +
     
    void
    tune_frequency_to(float frequency_scale)
    @@ -384,8 +390,7 @@

    load

    -1.0 to 1.0.
    Parameters:
    -
    buffer - raw byte data ( assuming 4 bytes per sample, 32-bit float aka WAVE_FORMAT_IEEE_FLOAT_32BIT - )
    +
    buffer - raw byte data ( assuming 4 bytes per sample, 32-bit float aka WAVE_FORMAT_IEEE_FLOAT_32BIT )
    little_endian - true if byte data is arranged in little endian order
    Returns:
    instance with buffer loaded
    @@ -563,6 +568,12 @@

    play

  • +
    +

    pause

    +
    public void pause()
    +
    +
  • +
  • stop

    public void stop()
    @@ -671,6 +682,12 @@

    set_loop_out_normalized

  • +
    +

    trigger

    +
    public void trigger()
    +
    +
  • +
  • note_on

    public void note_on()
    diff --git a/processing-library/wellen/reference/wellen/dsp/Signal.html b/processing-library/wellen/reference/wellen/dsp/Signal.html index 74f0c67..7c38314 100644 --- a/processing-library/wellen/reference/wellen/dsp/Signal.html +++ b/processing-library/wellen/reference/wellen/dsp/Signal.html @@ -55,6 +55,9 @@

    Field Summary

    final float[]
     
    +
    static boolean
    + +
     
  • @@ -86,11 +89,17 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    + +
    add(float pSignal)
    +
     
    + +
    add(Signal pSignal)
    +
     
    static Signal
    create(float pSignal)
     
    @@ -125,34 +134,37 @@

    Method Summary

    mult(float pSignal)
     
    -
    int
    - + +
    mult(Signal pSignal)
     
    -
    float
    - +
    int
    +
     
    -
    void
    -
    right(float pSignal)
    +
    float
    +
     
    void
    -
    right_add(float pSignal)
    +
    right(float pSignal)
     
    void
    -
    right_mult(float pSignal)
    +
    right_add(float pSignal)
     
    void
    -
    set(float pSignal)
    +
    right_mult(float pSignal)
     
    void
    -
    set(float pSignalLeft, - float pSignalRight)
    +
    set(float pSignal)
     
    void
    -
    set(Signal pSignal)
    +
    set(float pSignalLeft, + float pSignalRight)
     
    -
    float[]
    - +
    void
    +
    set(Signal pSignal)
     
    +
    float[]
    + +
     
    @@ -176,6 +188,12 @@

    signal

    public final float[] signal
    +
  • +
    +

    VERBOSE

    +
    public static boolean VERBOSE
    +
    +
  • @@ -322,6 +340,12 @@

    mult

  • +
    +

    mult

    +
    public Signal mult(Signal pSignal)
    +
    +
  • +
  • left_mult

    public void left_mult(float pSignal)
    @@ -345,6 +369,18 @@

    right_add

    public void right_add(float pSignal)
  • +
  • +
    +

    add

    +
    public Signal add(float pSignal)
    +
    +
  • +
  • +
    +

    add

    +
    public Signal add(Signal pSignal)
    +
    +
  • diff --git a/processing-library/wellen/reference/wellen/dsp/Trigger.Listener.html b/processing-library/wellen/reference/wellen/dsp/Trigger.Listener.html index 7e58f2e..a1d28ed 100644 --- a/processing-library/wellen/reference/wellen/dsp/Trigger.Listener.html +++ b/processing-library/wellen/reference/wellen/dsp/Trigger.Listener.html @@ -49,8 +49,8 @@

    Interface Trigger.Listener<

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/dsp/Trigger.html b/processing-library/wellen/reference/wellen/dsp/Trigger.html index d323fa7..e3639b4 100644 --- a/processing-library/wellen/reference/wellen/dsp/Trigger.html +++ b/processing-library/wellen/reference/wellen/dsp/Trigger.html @@ -103,8 +103,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/dsp/Vocoder.html b/processing-library/wellen/reference/wellen/dsp/Vocoder.html index 7f156c0..54bb7a3 100644 --- a/processing-library/wellen/reference/wellen/dsp/Vocoder.html +++ b/processing-library/wellen/reference/wellen/dsp/Vocoder.html @@ -69,8 +69,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/dsp/Waveshaper.html b/processing-library/wellen/reference/wellen/dsp/Waveshaper.html index 00ae78b..53de41f 100644 --- a/processing-library/wellen/reference/wellen/dsp/Waveshaper.html +++ b/processing-library/wellen/reference/wellen/dsp/Waveshaper.html @@ -62,8 +62,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/dsp/Wavetable.html b/processing-library/wellen/reference/wellen/dsp/Wavetable.html index 0dc9e72..0a81483 100644 --- a/processing-library/wellen/reference/wellen/dsp/Wavetable.html +++ b/processing-library/wellen/reference/wellen/dsp/Wavetable.html @@ -93,8 +93,8 @@

    Constructor Summary

    Method Summary

    -
    -
    +
    +
    Modifier and Type
    Method
    Description
    diff --git a/processing-library/wellen/reference/wellen/dsp/package-summary.html b/processing-library/wellen/reference/wellen/dsp/package-summary.html index dfa5166..d143055 100644 --- a/processing-library/wellen/reference/wellen/dsp/package-summary.html +++ b/processing-library/wellen/reference/wellen/dsp/package-summary.html @@ -51,8 +51,8 @@

    Package wellen.dsp

  • -
    -
    +
    +
    Class
    Description
    diff --git a/processing-library/wellen/reference/wellen/package-summary.html b/processing-library/wellen/reference/wellen/package-summary.html index a1629d5..af376ce 100644 --- a/processing-library/wellen/reference/wellen/package-summary.html +++ b/processing-library/wellen/reference/wellen/package-summary.html @@ -51,8 +51,8 @@

    Package wellen

  • -
    -
    +
    +
    Class
    Description
    @@ -135,13 +135,17 @@

    Package wellen

     
    - + +
     
    + +
     
    +
     
    - +
     
    - +
     
    - +
     
     
    diff --git a/wellen.zip b/wellen.zip index 0828cfc..9bafea8 100644 Binary files a/wellen.zip and b/wellen.zip differ