MCPcopy Create free account

hub / github.com/DASAR-zz/Minim-Android / functions

Functions1,060 in github.com/DASAR-zz/Minim-Android

MethodNoteOffEvent
(Instrument i)
src/ddf/minim/NoteManager.java:60
MethodNoteOnEvent
(Instrument i, float dur)
src/ddf/minim/NoteManager.java:44
MethodOscil
Constructs an Oscil UGen, given frequency in Hz, amplitude, and a waveform @param frequencyInHertz float: the frequency this Oscil should
src/ddf/minim/ugens/Oscil.java:112
MethodOscillator
Constructs an Oscillator with the requested frequency, amplitude and sample rate. @param frequency the frequency of the Oscillator @param am
src/ddf/minim/signals/Oscillator.java:95
MethodPan
Construct a Pan UGen with a specific starting pan value. @param panValue float: a value of 0 means to pan dead center, -1 hard
src/ddf/minim/ugens/Pan.java:47
MethodPinkNoise
Constructs a pink noise signal with an amplitude of 1.
src/ddf/minim/signals/PinkNoise.java:40
MethodPulseWave
Constructs a pulse wave with the given frequency, amplitude and sample rate. @param frequency the frequency of the pulse wave @param amplitu
src/ddf/minim/signals/PulseWave.java:44
MethodReciprocal
Constructs a Reciprocal with a denominator of 1.
src/ddf/minim/ugens/Reciprocal.java:30
MethodRectangularWindow
Constructs a Rectangular window.
src/ddf/minim/analysis/RectangularWindow.java:34
MethodSampleSignal
(FloatSampleBuffer samps)
src/ddf/minim/javasound/SampleSignal.java:31
MethodSampler
Create a new Sampler for triggering the provided file. @param filename String: the file to load @param maxVoices int: the maximum number of voi
src/ddf/minim/ugens/Sampler.java:100
MethodSawWave
Constructs a saw wave with the given frequency, amplitude and sample rate. @param frequency the frequency of the pulse wave @param amplitude
src/ddf/minim/signals/SawWave.java:41
MethodSignalChain
Constructs an empty <code>SignalChain</code>.
src/ddf/minim/SignalChain.java:61
MethodSignalSplitter
Construct a <code>SignalSplitter</code> that will receive audio in the given format and in buffers the size of <code>bufferSize</code>. Strictly speak
src/ddf/minim/SignalSplitter.java:58
MethodSineWave
Constructs a sine wave with the given frequency, amplitude and sample rate. @param frequency the frequency of the pulse wave @param amplitud
src/ddf/minim/signals/SineWave.java:42
MethodSink
()
src/ddf/minim/ugens/Sink.java:20
MethodSquareWave
Constructs a square wave with the given frequency, amplitude and sample rate. @param frequency the frequency of the pulse wave @param amplit
src/ddf/minim/signals/SquareWave.java:41
MethodStereoBuffer
(int type, int bufferSize, Controller c)
src/ddf/minim/StereoBuffer.java:29
MethodSummer
Constructs a Summer that you can patch multiple UGens to.
src/ddf/minim/ugens/Summer.java:29
MethodTargetInputStream
Create a new TargetInputStream. @param line the line to wrap
src/ddf/minim/javax/sound/sampled/AudioInputStream.java:229
MethodTickRate
Constructs a TickRate. The default rate is 1. @example Synthesis/tickRateExample @related TickRate
src/ddf/minim/ugens/TickRate.java:54
MethodTriangleWave
Constructs a triangle wave with the given frequency, amplitude and sample rate. @param frequency the frequency of the pulse wave @param ampl
src/ddf/minim/signals/TriangleWave.java:41
MethodTriangularWindow
Constructs a Triangular window.
src/ddf/minim/analysis/TriangularWindow.java:33
MethodTrigger
()
src/ddf/minim/ugens/Sampler.java:240
MethodType
Create a new type with the indicated name. @param name the name
src/ddf/minim/javax/sound/sampled/LineEvent.java:85
MethodType
Create a new Type given its name. @param name the name of the type
src/ddf/minim/javax/sound/sampled/BooleanControl.java:70
MethodType
Create a new type given its name. @param name the name of the type
src/ddf/minim/javax/sound/sampled/FloatControl.java:81
MethodType
Create a new Type given its name. @param name the name of the type
src/ddf/minim/javax/sound/sampled/Control.java:61
MethodType
Create a new Type given its name and file extension. The file extension does not include the ".". @param name the type's name @param exten
src/ddf/minim/javax/sound/sampled/AudioFileFormat.java:87
MethodUGen
Constructor for a UGen.
src/ddf/minim/UGen.java:317
MethodUGenInput
Create a UGenInput with a particular type. @param type the InputType of this UGenInput
src/ddf/minim/UGen.java:109
MethodUGenSignal
(UGen ugen)
src/ddf/minim/UGenSignal.java:9
MethodUnsupportedAudioFileException
Create a new UnsupportedAudioFileException.
src/ddf/minim/javax/sound/sampled/UnsupportedAudioFileException.java:52
MethodValueShifter
(float vs, float ve, int t)
src/ddf/minim/Controller.java:143
MethodVocoder
Constructs a Vocoder. @param windowSize int: the number of sample frames to use for each FFT analysis. Smaller window sizes will have be
src/ddf/minim/ugens/Vocoder.java:93
MethodWaveShaper
Constructor for WaveShaper. mapWrap, a boolean flag to wrap the map around the ends instead of hitting the edge, defaults to false. @shortdesc Const
src/ddf/minim/ugens/WaveShaper.java:72
MethodWaves
()
src/ddf/minim/ugens/Waves.java:25
MethodWavetable
Construct a Wavetable that contains <code>size</code> entries. @param size int: the number of samples the Wavetable should contain @related Wavet
src/ddf/minim/ugens/Wavetable.java:37
MethodWavetableGenerator
()
src/ddf/minim/ugens/WavetableGenerator.java:20
MethodWhiteNoise
Constructs a white noise generator with an amplitude of 1.
src/ddf/minim/signals/WhiteNoise.java:39
MethodWindowFunction
()
src/ddf/minim/analysis/WindowFunction.java:64
Methodactivate
Activate the bypass functionality. In other words, the wrapped UGen will NOT have an effect on the UGen patched to this Bypass. @example Synthesis/by
src/ddf/minim/ugens/Bypass.java:116
Methodactivate
Start the Line's transition.
src/ddf/minim/ugens/Line.java:92
MethodaddEffect
Adds an effect to the effects chain. @param effect the AudioEffect to add
src/ddf/minim/Effectable.java:69
MethodaddEffect
@deprecated
src/ddf/minim/AudioSource.java:124
MethodaddInput
(UGen in)
src/ddf/minim/ugens/Pan.java:69
MethodaddInput
( UGen input )
src/ddf/minim/ugens/Bypass.java:82
MethodaddInput
( UGen in )
src/ddf/minim/ugens/TickRate.java:122
MethodaddInput
(UGen input)
src/ddf/minim/ugens/Summer.java:37
MethodaddListener
(AudioListener listener)
src/ddf/minim/SignalSplitter.java:76
MethodaddListener
Add an AudioListener to this sound generating object, which will have its samples method called every time this object generates a new buffer of sampl
src/ddf/minim/AudioSource.java:212
MethodaddNoise
Adds Gaussian noise to the waveform. @example Synthesis/WavetableMethods @param sigma float: the amount to scale the random values by, in
src/ddf/minim/ugens/Wavetable.java:300
MethodaddSignal
@deprecated
src/ddf/minim/AudioOutput.java:139
MethodaddSignal
Adds an signal to the signals chain. @param signal the <code>AudioSignal</code> to add
src/ddf/minim/Polyphonic.java:69
Methodalbum
The album the recording came from. @return String: the album tab @related AudioMetaData
src/ddf/minim/AudioMetaData.java:104
Methodalbum
()
src/ddf/minim/javasound/MP3MetaData.java:52
MethodallocateArrays
()
src/ddf/minim/analysis/DFT.java:59
MethodallocateArrays
()
src/ddf/minim/analysis/FFT.java:175
Methodamplitude
Returns the current amplitude. @return the current amplitude
src/ddf/minim/signals/Oscillator.java:166
MethodasMidiNote
Get the MIDI note value of this Frequency @return float: the MIDI note representation of this Frequency @example Synthesis/frequencyExample @relate
src/ddf/minim/ugens/Frequency.java:144
Methodauthor
The author or the recording. @return String: the author tag @related AudioMetaData
src/ddf/minim/AudioMetaData.java:92
Methodauthor
()
src/ddf/minim/javasound/MP3MetaData.java:47
Methodavailable
Return the number of bytes available to be read from the underlying stream. This wrapper method ensures that the result is always a multiple of the fr
src/ddf/minim/javax/sound/sampled/AudioInputStream.java:106
Methodbalance
@invisible Gets the balance control for the <code>Line</code>, if it exists. You should check for the availability of a balance
src/ddf/minim/Controller.java:282
MethodbeginRecord
Begins recording audio from the current record source. If recording was previously halted, and the save method was not called, samples will be appende
src/ddf/minim/AudioRecorder.java:73
MethodbufferSize
()
src/ddf/minim/SignalSplitter.java:64
MethodbufferSize
The internal buffer size of this sound object. The left, right, and mix AudioBuffers of this object will be this large, and sample buffers passed to A
src/ddf/minim/AudioSource.java:228
MethodbufferSize
@return the size of the buffer used by this output.
src/ddf/minim/spi/AudioOut.java:38
MethodbufferSize
()
src/ddf/minim/javasound/JSAudioRecordingClip.java:146
MethodbufferSize
()
src/ddf/minim/javasound/JSAudioInput.java:114
MethodbufferSize
()
src/ddf/minim/javasound/JSAudioOutput.java:141
Methodbyte2floatInterleaved
Conversion function to convert an interleaved byte array to an interleaved float array. The float array will contain normalized samples in the range [
src/ddf/minim/javasound/FloatSampleTools.java:438
MethodcalcCoeff
()
src/ddf/minim/effects/NotchFilter.java:66
MethodcalcCoeff
()
src/ddf/minim/effects/LowPassSP.java:44
MethodcalcCoeff
()
src/ddf/minim/effects/HighPassSP.java:42
MethodcalcCoeff
()
src/ddf/minim/effects/LowPassFS.java:57
MethodchannelCount
Returns how many channels this UGenInput generates. @return int: how many channels this input generates
src/ddf/minim/UGen.java:162
MethodchannelCountChanged
()
src/ddf/minim/ugens/Delay.java:156
MethodchannelCountChanged
()
src/ddf/minim/ugens/Flanger.java:191
MethodchannelCountChanged
()
src/ddf/minim/ugens/MoogFilter.java:154
MethodchannelCountChanged
()
src/ddf/minim/ugens/TickRate.java:147
MethodchannelCountChanged
()
src/ddf/minim/ugens/Summer.java:77
MethodchannelCountChanged
()
src/ddf/minim/ugens/BitCrush.java:96
Methodclear
Sets all of the values in this buffer to zero.
src/ddf/minim/MAudioBuffer.java:111
MethodclearEffects
Removes all effects from the effect chain.
src/ddf/minim/Effectable.java:153
MethodclearEffects
@deprecated
src/ddf/minim/AudioSource.java:129
MethodclearSignals
@deprecated
src/ddf/minim/AudioOutput.java:165
MethodclearSignals
Removes all signals from the signal chain.
src/ddf/minim/Polyphonic.java:147
Methodclose
Release the resources associated with playing this file. All AudioPlayers returned by Minim's loadFile method will be closed by Minim when it's stop m
src/ddf/minim/AudioPlayer.java:346
Methodclose
Closes the snippet so that any resources it is using can be released. This should be called when you are finished using this snippet.
src/ddf/minim/AudioSnippet.java:132
Methodclose
Closes this source, making it unavailable. @invisible
src/ddf/minim/AudioSource.java:111
Methodclose
Closes the resource, releasing any memory.
src/ddf/minim/spi/AudioResource.java:35
Methodclose
Calling close will close the AudioStream that this wraps, which is proper cleanup for using the stream.
src/ddf/minim/ugens/LiveInput.java:39
Methodclose
Calling close will close the AudioRecordingStream that this wraps, which is proper cleanup for using the stream. @related FilePlayer
src/ddf/minim/ugens/FilePlayer.java:319
Methodclose
Close the stream.
src/ddf/minim/javax/sound/sampled/AudioInputStream.java:117
Methodclose
()
src/ddf/minim/javasound/JSAudioRecordingClip.java:126
Methodclose
()
src/ddf/minim/javasound/JSAudioInput.java:105
Methodclose
()
src/ddf/minim/javasound/JSAudioOutput.java:136
Methodcomment
The comment field in the file. @return String: the comment tag @related AudioMetaData
src/ddf/minim/AudioMetaData.java:128
Methodcomment
()
src/ddf/minim/javasound/MP3MetaData.java:62
← previousnext →401–500 of 1,060, ranked by callers