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
↓ 3 callers
Method
getEncoding
Return the encoding of this format.
src/ddf/minim/javax/sound/sampled/AudioFormat.java:248
↓ 3 callers
Method
getIncomingUGen
The incoming UGen is the UGen that is patched to this UGenInput. When this input is ticked, it will tick the incoming UGen and store the result in its
src/ddf/minim/UGen.java:197
↓ 3 callers
Method
getMaximum
Return the maximum value of this control.
src/ddf/minim/javax/sound/sampled/FloatControl.java:171
↓ 3 callers
Method
getMillisecondLength
Returns the length of the source in milliseconds. Infinite sources, such as internet radio streams, should return -1. @return the length of the sourc
src/ddf/minim/spi/AudioRecording.java:112
↓ 3 callers
Method
getMillisecondPosition
Gets the current millisecond position of the source. @return the current possition, in milliseconds in the source
src/ddf/minim/spi/AudioRecording.java:96
↓ 3 callers
Method
getMinimum
Return the minimum value of this control.
src/ddf/minim/javax/sound/sampled/FloatControl.java:192
↓ 3 callers
Method
getRate
()
src/ddf/minim/ugens/Flanger.java:162
↓ 3 callers
Method
getType
Returns the type of the filter.
src/ddf/minim/effects/ChebFilter.java:113
↓ 3 callers
Method
isEnabled
Returns true if <code>effect</code> is in the chain and is also enabled. @param effect the <code>AudioEffect</code> to check the status of @
src/ddf/minim/Effectable.java:61
↓ 3 callers
Method
isRange
In frequency energy mode this returns true if at least <code>threshold</code> bands of the bands included in the range <code>[low, high]</code> have r
src/ddf/minim/analysis/BeatDetect.java:422
↓ 3 callers
Method
normalize
Normalizes the Wavetable by finding the largest amplitude in the table and scaling the table by the inverse of that amount. The result is that the lar
src/ddf/minim/ugens/Wavetable.java:240
↓ 3 callers
Method
pause
Pauses playback.
src/ddf/minim/Playable.java:98
↓ 3 callers
Method
pink
()
src/ddf/minim/signals/PinkNoise.java:120
↓ 3 callers
Method
randomBetween
( float min, float max )
src/ddf/minim/ugens/GranulateRandom.java:261
↓ 3 callers
Method
read
Reads the next sample frame. @return an array of floats containing the value of each channel in the sample frame just read. The size of the return
src/ddf/minim/spi/AudioStream.java:41
↓ 3 callers
Method
removeListener
Removes the listener from the list of listeners. @example Advanced/AddAndRemoveAudioListener @param listener the listener to remove
src/ddf/minim/Recordable.java:58
↓ 3 callers
Method
set
(float[] buffer)
src/ddf/minim/MAudioBuffer.java:70
↓ 3 callers
Method
setSamplesFromBytes
Initializes audio data from the provided byte array. The float samples are written at <code>destOffset</code>. This FloatSampleBuffer must be big enou
src/ddf/minim/javasound/FloatSampleBuffer.java:1046
↓ 3 callers
Method
updateStepSize
()
src/ddf/minim/ugens/Oscil.java:192
↓ 3 callers
Method
value
(int length, int index)
src/ddf/minim/analysis/WindowFunction.java:114
↓ 2 callers
Method
activate
Specifies that the damp envelope should begin. @example Synthesis/dampExample @related Damp
src/ddf/minim/ugens/Damp.java:154
↓ 2 callers
Method
add
Adds <code>e</code> to the end of the chain. @param e the <code>AudioEffect</code> to add
src/ddf/minim/EffectsChain.java:63
↓ 2 callers
Method
allocateDelayBuffer
()
src/ddf/minim/ugens/Delay.java:161
↓ 2 callers
Method
analyze
(FFT fft, float[] src)
src/ddf/minim/ugens/Vocoder.java:126
↓ 2 callers
Method
available
Return the number of bytes currently available on this DataLine.
src/ddf/minim/javax/sound/sampled/DataLine.java:198
↓ 2 callers
Method
average
(float[] arr)
src/ddf/minim/analysis/BeatDetect.java:572
↓ 2 callers
Method
bitReverseComplex
()
src/ddf/minim/analysis/FFT.java:365
↓ 2 callers
Method
bitReverseSamples
(float[] samples, int startAt)
src/ddf/minim/analysis/FFT.java:355
↓ 2 callers
Method
byte2float
@see #byte2float(byte[] input, int inByteOffset, Object[] output, int outOffset, int frameCount, AudioFormat format, boolean allowAddChannel
src/ddf/minim/javasound/FloatSampleTools.java:243
↓ 2 callers
Method
calcCoeff
Calculates the coefficients of the filter using the current cutoff frequency. To make your own IIRFilters, you must extend IIRFilter and implement thi
src/ddf/minim/effects/IIRFilter.java:202
↓ 2 callers
Method
checkFadeLength
()
src/ddf/minim/ugens/GranulateSteady.java:194
↓ 2 callers
Method
constrain
( float val, float min, float max )
src/ddf/minim/signals/PinkNoise.java:166
↓ 2 callers
Method
constrain
( float val, float min, float max )
src/ddf/minim/signals/WhiteNoise.java:116
↓ 2 callers
Method
cos
(int i)
src/ddf/minim/analysis/FFT.java:388
↓ 2 callers
Method
createInputs
()
src/ddf/minim/ugens/Sampler.java:148
↓ 2 callers
Method
cue
Sets the position to <code>millis</code> milliseconds from the beginning. This will not change the play state. If an error occurs while trying to cue,
src/ddf/minim/AudioPlayer.java:227
↓ 2 callers
Method
cue
(int millis)
src/ddf/minim/AudioSnippet.java:98
↓ 2 callers
Method
cue
Sets the position to <code>millis</code> milliseconds from the beginning. This will not change the play state. If an error occurs while trying to cue,
src/ddf/minim/ugens/FilePlayer.java:211
↓ 2 callers
Method
doWindow
(float[] samples)
src/ddf/minim/analysis/FourierTransform.java:440
↓ 2 callers
Method
endRecord
Halts recording.
src/ddf/minim/spi/SampleRecorder.java:54
↓ 2 callers
Method
flush
This flushes the DataLine by discarding any buffered data.
src/ddf/minim/javax/sound/sampled/DataLine.java:209
↓ 2 callers
Method
forward
(float[] samples)
src/ddf/minim/analysis/DFT.java:80
↓ 2 callers
Method
get
Gets the <code>i<sup>th</sup></code> signal in the chain. @param i the index of the <code>AudioSignal</code> to get
src/ddf/minim/SignalChain.java:113
↓ 2 callers
Method
get
Gets the <code>i<sup>th</sup></code> effect in the chain. @param i the index of the <code>AudioEffect</code> to get
src/ddf/minim/EffectsChain.java:98
↓ 2 callers
Method
getAudioFileTypes
Return an array of all audio file format types supported by this provider.
src/ddf/minim/javax/sound/sampled/spi/AudioFileWriter.java:64
↓ 2 callers
Method
getAudioInput
Should return an {@link AudioStream} with the requested parameters. What Minim is expecting this stream to be reading from is the active audio input o
src/ddf/minim/spi/MinimServiceProvider.java:115
↓ 2 callers
Method
getBand
Returns the amplitude of the requested frequency band. @param i int: the index of a frequency band @return float: the amplitude of the re
src/ddf/minim/analysis/FourierTransform.java:484
↓ 2 callers
Method
getBufferSize
Returns the length of this buffer in samples. @return the length of this buffer in samples
src/ddf/minim/MultiChannelBuffer.java:64
↓ 2 callers
Method
getMetaData
Returns the meta data for this.
src/ddf/minim/Playable.java:149
↓ 2 callers
Method
getMicrosecondLength
Return the length of the clip in microseconds.
src/ddf/minim/javax/sound/sampled/Clip.java:62
↓ 2 callers
Method
getMicrosecondPosition
Return the number of microseconds this DataLine has been playing.
src/ddf/minim/javax/sound/sampled/DataLine.java:241
↓ 2 callers
Method
getOuterUGen
The outer UGen is the UGen that owns this input. For instance, calling this on the frequency UGenInput member of an Oscil will return the Oscil. @ret
src/ddf/minim/UGen.java:184
↓ 2 callers
Method
getSample
Returns the value of a sample in the given channel, at the given offset from the beginning of the buffer. When sampleIndex is a float, this returns an
src/ddf/minim/MultiChannelBuffer.java:97
↓ 2 callers
Method
getTargetEncodings
Return an array of all the target encodings supported by this conversion provider.
src/ddf/minim/javax/sound/sampled/spi/FormatConversionProvider.java:99
↓ 2 callers
Method
initFEResources
()
src/ddf/minim/analysis/BeatDetect.java:195
↓ 2 callers
Method
initPink
()
src/ddf/minim/signals/PinkNoise.java:108
↓ 2 callers
Method
initPink
()
src/ddf/minim/ugens/Noise.java:205
↓ 2 callers
Method
initSEResources
()
src/ddf/minim/analysis/BeatDetect.java:187
↓ 2 callers
Method
insertChannel
Insert a (silent) channel at position <code>index</code>. If LAZY_DEFAULT is true, this is done lazily.
src/ddf/minim/javasound/FloatSampleBuffer.java:740
↓ 2 callers
Method
isPlaying
Returns true if this currently playing. @return true if this is currently playing
src/ddf/minim/Playable.java:51
↓ 2 callers
Method
isPlaying
()
src/ddf/minim/spi/AudioRecording.java:46
↓ 2 callers
Method
length
Returns the length of the sound in milliseconds. If for any reason the length could not be determined, this will return -1. However, an unknown length
src/ddf/minim/Playable.java:144
↓ 2 callers
Method
loop
Start looping the clip. Looping will occur count times, or, if count is LOOP_CONTINUOUSLY, will be done continuously. A count of 0 indicates that any
src/ddf/minim/javax/sound/sampled/Clip.java:72
↓ 2 callers
Method
makeSilence
Silence the entire audio buffer.
src/ddf/minim/javasound/FloatSampleBuffer.java:614
↓ 2 callers
Method
ofHertz
Construct a Frequency that represents the provided Hertz. @param hz float: the Hz for this Frequency (440 is A4, for instance) @return a new Frequ
src/ddf/minim/ugens/Frequency.java:162
↓ 2 callers
Method
ofMidiNote
Construct a Frequency from a MIDI note value. @param midiNote float: a value in the range [0,127] @return a new Frequency object @example Synthe
src/ddf/minim/ugens/Frequency.java:180
↓ 2 callers
Method
play
Starts playback from the current position. If this was previously set to loop, looping will be disabled.
src/ddf/minim/Playable.java:36
↓ 2 callers
Method
play
Allows playback/reads of the source.
src/ddf/minim/spi/AudioRecording.java:37
↓ 2 callers
Method
quantize16
(float sample, float ditherBits)
src/ddf/minim/javasound/FloatSampleTools.java:579
↓ 2 callers
Method
quantize32
(float sample, float ditherBits)
src/ddf/minim/javasound/FloatSampleTools.java:605
↓ 2 callers
Method
quantize8
(float sample, float ditherBits)
src/ddf/minim/javasound/FloatSampleTools.java:566
↓ 2 callers
Method
remove
Removes <code>e</code> from the chain. @param e the <code>AudioEffect</code> to remove
src/ddf/minim/EffectsChain.java:74
↓ 2 callers
Method
resetBuffer
()
src/ddf/minim/ugens/Flanger.java:153
↓ 2 callers
Method
save
Saves the recorded samples, probably to disk. Returns the recorded audio as an AudioRecordingStream.
src/ddf/minim/spi/SampleRecorder.java:68
↓ 2 callers
Method
setAllParameters
Immediately sets all public class members to new values. @param grainLengthMin float: minimum grain length of each grain in seconds @param spaceLe
src/ddf/minim/ugens/GranulateRandom.java:231
↓ 2 callers
Method
setAllParameters
Immediately sets all public class members to new values. @param grainLength float: grain length of each grain in seconds @param spaceLength floa
src/ddf/minim/ugens/GranulateSteady.java:162
↓ 2 callers
Method
setAudioStream
Sets the AudioStream that this output will use to generate sound. @param stream
src/ddf/minim/spi/AudioOut.java:54
↓ 2 callers
Method
setBalance
Sets the balance. The value should be in the range [-1, 1]. If a balance control is not available, this will do nothing. @shortdesc Sets the balance.
src/ddf/minim/Controller.java:520
↓ 2 callers
Method
setBufferSize
Set the length of this buffer in sample frames. Doing this will retain all of the sample data that can fit into the new buffer size. @shortdesc Set t
src/ddf/minim/MultiChannelBuffer.java:215
↓ 2 callers
Method
setComplex
(float[] r, float[] i)
src/ddf/minim/analysis/FourierTransform.java:301
↓ 2 callers
Method
setLoopPoints
Sets the loop points used when looping. @param start the start of the loop in milliseconds @param stop the end of the loop in milliseconds
src/ddf/minim/Playable.java:92
↓ 2 callers
Method
setLoopPoints
Set the loop begin and end points. These are used by loop(int). @param begin the starting point @param end the ending point
src/ddf/minim/javax/sound/sampled/Clip.java:124
↓ 2 callers
Method
setMicrosecondPosition
Set the position to the indicated microsecond. @param ms the new position in microseconds
src/ddf/minim/javax/sound/sampled/Clip.java:132
↓ 2 callers
Method
setPan
Sets the pan. The provided value should be in the range [-1, 1]. If a pan control is not present, this does nothing. @shortdesc Sets the pan. @param
src/ddf/minim/Controller.java:575
↓ 2 callers
Method
sin
(int i)
src/ddf/minim/analysis/FFT.java:383
↓ 2 callers
Method
specAverage
(float[] arr)
src/ddf/minim/analysis/BeatDetect.java:581
↓ 2 callers
Method
stepAmp
()
src/ddf/minim/signals/Oscillator.java:403
↓ 2 callers
Method
stepStep
()
src/ddf/minim/signals/Oscillator.java:363
↓ 2 callers
Method
uGenerate
(float[] channels)
src/ddf/minim/effects/IIRFilter.java:90
↓ 2 callers
Method
update
This is called when the line's status changes. @param ev the event describing the change
src/ddf/minim/javax/sound/sampled/LineListener.java:54
↓ 2 callers
Method
updateFreq
()
src/ddf/minim/signals/Oscillator.java:231
↓ 2 callers
Method
variance
(float[] arr, float val)
src/ddf/minim/analysis/BeatDetect.java:596
↓ 2 callers
Method
window
Sets the window to use on the samples before taking the forward transform. If an invalid window is asked for, an error will be reported and the curren
src/ddf/minim/analysis/FourierTransform.java:436
↓ 1 callers
Method
activate
()
src/ddf/minim/ugens/Sampler.java:246
↓ 1 callers
Method
addChannel
Add a channel to this buffer, e.g. adding a channel to a mono buffer will make it a stereo buffer. @param silent if true, the channel is e
src/ddf/minim/javasound/FloatSampleBuffer.java:731
↓ 1 callers
Method
addInput
(UGen input)
src/ddf/minim/UGen.java:405
↓ 1 callers
Method
addLineListener
Add a listener which will be notified whenever this Line changes state. @param listener the listener to notify
src/ddf/minim/javax/sound/sampled/Line.java:97
↓ 1 callers
Method
allocateArrays
()
src/ddf/minim/analysis/FourierTransform.java:299
↓ 1 callers
Method
beginRecord
Begins recording.
src/ddf/minim/spi/SampleRecorder.java:48
↓ 1 callers
Method
buildReverseTable
()
src/ddf/minim/analysis/FFT.java:341
← previous
next →
101–200 of 1,060, ranked by callers