Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DASAR-zz/Minim-Android
/ functions
Functions
1,060 in github.com/DASAR-zz/Minim-Android
⨍
Functions
1,060
◇
Types & classes
152
Method
NoteOffEvent
(Instrument i)
src/ddf/minim/NoteManager.java:60
Method
NoteOnEvent
(Instrument i, float dur)
src/ddf/minim/NoteManager.java:44
Method
Oscil
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
Method
Oscillator
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
Method
Pan
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
Method
PinkNoise
Constructs a pink noise signal with an amplitude of 1.
src/ddf/minim/signals/PinkNoise.java:40
Method
PulseWave
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
Method
Reciprocal
Constructs a Reciprocal with a denominator of 1.
src/ddf/minim/ugens/Reciprocal.java:30
Method
RectangularWindow
Constructs a Rectangular window.
src/ddf/minim/analysis/RectangularWindow.java:34
Method
SampleSignal
(FloatSampleBuffer samps)
src/ddf/minim/javasound/SampleSignal.java:31
Method
Sampler
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
Method
SawWave
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
Method
SignalChain
Constructs an empty <code>SignalChain</code>.
src/ddf/minim/SignalChain.java:61
Method
SignalSplitter
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
Method
SineWave
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
Method
Sink
()
src/ddf/minim/ugens/Sink.java:20
Method
SquareWave
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
Method
StereoBuffer
(int type, int bufferSize, Controller c)
src/ddf/minim/StereoBuffer.java:29
Method
Summer
Constructs a Summer that you can patch multiple UGens to.
src/ddf/minim/ugens/Summer.java:29
Method
TargetInputStream
Create a new TargetInputStream. @param line the line to wrap
src/ddf/minim/javax/sound/sampled/AudioInputStream.java:229
Method
TickRate
Constructs a TickRate. The default rate is 1. @example Synthesis/tickRateExample @related TickRate
src/ddf/minim/ugens/TickRate.java:54
Method
TriangleWave
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
Method
TriangularWindow
Constructs a Triangular window.
src/ddf/minim/analysis/TriangularWindow.java:33
Method
Trigger
()
src/ddf/minim/ugens/Sampler.java:240
Method
Type
Create a new type with the indicated name. @param name the name
src/ddf/minim/javax/sound/sampled/LineEvent.java:85
Method
Type
Create a new Type given its name. @param name the name of the type
src/ddf/minim/javax/sound/sampled/BooleanControl.java:70
Method
Type
Create a new type given its name. @param name the name of the type
src/ddf/minim/javax/sound/sampled/FloatControl.java:81
Method
Type
Create a new Type given its name. @param name the name of the type
src/ddf/minim/javax/sound/sampled/Control.java:61
Method
Type
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
Method
UGen
Constructor for a UGen.
src/ddf/minim/UGen.java:317
Method
UGenInput
Create a UGenInput with a particular type. @param type the InputType of this UGenInput
src/ddf/minim/UGen.java:109
Method
UGenSignal
(UGen ugen)
src/ddf/minim/UGenSignal.java:9
Method
UnsupportedAudioFileException
Create a new UnsupportedAudioFileException.
src/ddf/minim/javax/sound/sampled/UnsupportedAudioFileException.java:52
Method
ValueShifter
(float vs, float ve, int t)
src/ddf/minim/Controller.java:143
Method
Vocoder
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
Method
WaveShaper
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
Method
Waves
()
src/ddf/minim/ugens/Waves.java:25
Method
Wavetable
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
Method
WavetableGenerator
()
src/ddf/minim/ugens/WavetableGenerator.java:20
Method
WhiteNoise
Constructs a white noise generator with an amplitude of 1.
src/ddf/minim/signals/WhiteNoise.java:39
Method
WindowFunction
()
src/ddf/minim/analysis/WindowFunction.java:64
Method
activate
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
Method
activate
Start the Line's transition.
src/ddf/minim/ugens/Line.java:92
Method
addEffect
Adds an effect to the effects chain. @param effect the AudioEffect to add
src/ddf/minim/Effectable.java:69
Method
addEffect
@deprecated
src/ddf/minim/AudioSource.java:124
Method
addInput
(UGen in)
src/ddf/minim/ugens/Pan.java:69
Method
addInput
( UGen input )
src/ddf/minim/ugens/Bypass.java:82
Method
addInput
( UGen in )
src/ddf/minim/ugens/TickRate.java:122
Method
addInput
(UGen input)
src/ddf/minim/ugens/Summer.java:37
Method
addListener
(AudioListener listener)
src/ddf/minim/SignalSplitter.java:76
Method
addListener
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
Method
addNoise
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
Method
addSignal
@deprecated
src/ddf/minim/AudioOutput.java:139
Method
addSignal
Adds an signal to the signals chain. @param signal the <code>AudioSignal</code> to add
src/ddf/minim/Polyphonic.java:69
Method
album
The album the recording came from. @return String: the album tab @related AudioMetaData
src/ddf/minim/AudioMetaData.java:104
Method
album
()
src/ddf/minim/javasound/MP3MetaData.java:52
Method
allocateArrays
()
src/ddf/minim/analysis/DFT.java:59
Method
allocateArrays
()
src/ddf/minim/analysis/FFT.java:175
Method
amplitude
Returns the current amplitude. @return the current amplitude
src/ddf/minim/signals/Oscillator.java:166
Method
asMidiNote
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
Method
author
The author or the recording. @return String: the author tag @related AudioMetaData
src/ddf/minim/AudioMetaData.java:92
Method
author
()
src/ddf/minim/javasound/MP3MetaData.java:47
Method
available
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
Method
balance
@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
Method
beginRecord
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
Method
bufferSize
()
src/ddf/minim/SignalSplitter.java:64
Method
bufferSize
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
Method
bufferSize
@return the size of the buffer used by this output.
src/ddf/minim/spi/AudioOut.java:38
Method
bufferSize
()
src/ddf/minim/javasound/JSAudioRecordingClip.java:146
Method
bufferSize
()
src/ddf/minim/javasound/JSAudioInput.java:114
Method
bufferSize
()
src/ddf/minim/javasound/JSAudioOutput.java:141
Method
byte2floatInterleaved
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
Method
calcCoeff
()
src/ddf/minim/effects/NotchFilter.java:66
Method
calcCoeff
()
src/ddf/minim/effects/LowPassSP.java:44
Method
calcCoeff
()
src/ddf/minim/effects/HighPassSP.java:42
Method
calcCoeff
()
src/ddf/minim/effects/LowPassFS.java:57
Method
channelCount
Returns how many channels this UGenInput generates. @return int: how many channels this input generates
src/ddf/minim/UGen.java:162
Method
channelCountChanged
()
src/ddf/minim/ugens/Delay.java:156
Method
channelCountChanged
()
src/ddf/minim/ugens/Flanger.java:191
Method
channelCountChanged
()
src/ddf/minim/ugens/MoogFilter.java:154
Method
channelCountChanged
()
src/ddf/minim/ugens/TickRate.java:147
Method
channelCountChanged
()
src/ddf/minim/ugens/Summer.java:77
Method
channelCountChanged
()
src/ddf/minim/ugens/BitCrush.java:96
Method
clear
Sets all of the values in this buffer to zero.
src/ddf/minim/MAudioBuffer.java:111
Method
clearEffects
Removes all effects from the effect chain.
src/ddf/minim/Effectable.java:153
Method
clearEffects
@deprecated
src/ddf/minim/AudioSource.java:129
Method
clearSignals
@deprecated
src/ddf/minim/AudioOutput.java:165
Method
clearSignals
Removes all signals from the signal chain.
src/ddf/minim/Polyphonic.java:147
Method
close
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
Method
close
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
Method
close
Closes this source, making it unavailable. @invisible
src/ddf/minim/AudioSource.java:111
Method
close
Closes the resource, releasing any memory.
src/ddf/minim/spi/AudioResource.java:35
Method
close
Calling close will close the AudioStream that this wraps, which is proper cleanup for using the stream.
src/ddf/minim/ugens/LiveInput.java:39
Method
close
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
Method
close
Close the stream.
src/ddf/minim/javax/sound/sampled/AudioInputStream.java:117
Method
close
()
src/ddf/minim/javasound/JSAudioRecordingClip.java:126
Method
close
()
src/ddf/minim/javasound/JSAudioInput.java:105
Method
close
()
src/ddf/minim/javasound/JSAudioOutput.java:136
Method
comment
The comment field in the file. @return String: the comment tag @related AudioMetaData
src/ddf/minim/AudioMetaData.java:128
Method
comment
()
src/ddf/minim/javasound/MP3MetaData.java:62
← previous
next →
401–500 of 1,060, ranked by callers