MCPcopy Create free account

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

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

↓ 3 callersMethodgetEncoding
Return the encoding of this format.
src/ddf/minim/javax/sound/sampled/AudioFormat.java:248
↓ 3 callersMethodgetIncomingUGen
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 callersMethodgetMaximum
Return the maximum value of this control.
src/ddf/minim/javax/sound/sampled/FloatControl.java:171
↓ 3 callersMethodgetMillisecondLength
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 callersMethodgetMillisecondPosition
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 callersMethodgetMinimum
Return the minimum value of this control.
src/ddf/minim/javax/sound/sampled/FloatControl.java:192
↓ 3 callersMethodgetRate
()
src/ddf/minim/ugens/Flanger.java:162
↓ 3 callersMethodgetType
Returns the type of the filter.
src/ddf/minim/effects/ChebFilter.java:113
↓ 3 callersMethodisEnabled
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 callersMethodisRange
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 callersMethodnormalize
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 callersMethodpause
Pauses playback.
src/ddf/minim/Playable.java:98
↓ 3 callersMethodpink
()
src/ddf/minim/signals/PinkNoise.java:120
↓ 3 callersMethodrandomBetween
( float min, float max )
src/ddf/minim/ugens/GranulateRandom.java:261
↓ 3 callersMethodread
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 callersMethodremoveListener
Removes the listener from the list of listeners. @example Advanced/AddAndRemoveAudioListener @param listener the listener to remove
src/ddf/minim/Recordable.java:58
↓ 3 callersMethodset
(float[] buffer)
src/ddf/minim/MAudioBuffer.java:70
↓ 3 callersMethodsetSamplesFromBytes
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 callersMethodupdateStepSize
()
src/ddf/minim/ugens/Oscil.java:192
↓ 3 callersMethodvalue
(int length, int index)
src/ddf/minim/analysis/WindowFunction.java:114
↓ 2 callersMethodactivate
Specifies that the damp envelope should begin. @example Synthesis/dampExample @related Damp
src/ddf/minim/ugens/Damp.java:154
↓ 2 callersMethodadd
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 callersMethodallocateDelayBuffer
()
src/ddf/minim/ugens/Delay.java:161
↓ 2 callersMethodanalyze
(FFT fft, float[] src)
src/ddf/minim/ugens/Vocoder.java:126
↓ 2 callersMethodavailable
Return the number of bytes currently available on this DataLine.
src/ddf/minim/javax/sound/sampled/DataLine.java:198
↓ 2 callersMethodaverage
(float[] arr)
src/ddf/minim/analysis/BeatDetect.java:572
↓ 2 callersMethodbitReverseComplex
()
src/ddf/minim/analysis/FFT.java:365
↓ 2 callersMethodbitReverseSamples
(float[] samples, int startAt)
src/ddf/minim/analysis/FFT.java:355
↓ 2 callersMethodbyte2float
@see #byte2float(byte[] input, int inByteOffset, Object[] output, int outOffset, int frameCount, AudioFormat format, boolean allowAddChannel
src/ddf/minim/javasound/FloatSampleTools.java:243
↓ 2 callersMethodcalcCoeff
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 callersMethodcheckFadeLength
()
src/ddf/minim/ugens/GranulateSteady.java:194
↓ 2 callersMethodconstrain
( float val, float min, float max )
src/ddf/minim/signals/PinkNoise.java:166
↓ 2 callersMethodconstrain
( float val, float min, float max )
src/ddf/minim/signals/WhiteNoise.java:116
↓ 2 callersMethodcos
(int i)
src/ddf/minim/analysis/FFT.java:388
↓ 2 callersMethodcreateInputs
()
src/ddf/minim/ugens/Sampler.java:148
↓ 2 callersMethodcue
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 callersMethodcue
(int millis)
src/ddf/minim/AudioSnippet.java:98
↓ 2 callersMethodcue
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 callersMethoddoWindow
(float[] samples)
src/ddf/minim/analysis/FourierTransform.java:440
↓ 2 callersMethodendRecord
Halts recording.
src/ddf/minim/spi/SampleRecorder.java:54
↓ 2 callersMethodflush
This flushes the DataLine by discarding any buffered data.
src/ddf/minim/javax/sound/sampled/DataLine.java:209
↓ 2 callersMethodforward
(float[] samples)
src/ddf/minim/analysis/DFT.java:80
↓ 2 callersMethodget
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 callersMethodget
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 callersMethodgetAudioFileTypes
Return an array of all audio file format types supported by this provider.
src/ddf/minim/javax/sound/sampled/spi/AudioFileWriter.java:64
↓ 2 callersMethodgetAudioInput
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 callersMethodgetBand
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 callersMethodgetBufferSize
Returns the length of this buffer in samples. @return the length of this buffer in samples
src/ddf/minim/MultiChannelBuffer.java:64
↓ 2 callersMethodgetMetaData
Returns the meta data for this.
src/ddf/minim/Playable.java:149
↓ 2 callersMethodgetMicrosecondLength
Return the length of the clip in microseconds.
src/ddf/minim/javax/sound/sampled/Clip.java:62
↓ 2 callersMethodgetMicrosecondPosition
Return the number of microseconds this DataLine has been playing.
src/ddf/minim/javax/sound/sampled/DataLine.java:241
↓ 2 callersMethodgetOuterUGen
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 callersMethodgetSample
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 callersMethodgetTargetEncodings
Return an array of all the target encodings supported by this conversion provider.
src/ddf/minim/javax/sound/sampled/spi/FormatConversionProvider.java:99
↓ 2 callersMethodinitFEResources
()
src/ddf/minim/analysis/BeatDetect.java:195
↓ 2 callersMethodinitPink
()
src/ddf/minim/signals/PinkNoise.java:108
↓ 2 callersMethodinitPink
()
src/ddf/minim/ugens/Noise.java:205
↓ 2 callersMethodinitSEResources
()
src/ddf/minim/analysis/BeatDetect.java:187
↓ 2 callersMethodinsertChannel
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 callersMethodisPlaying
Returns true if this currently playing. @return true if this is currently playing
src/ddf/minim/Playable.java:51
↓ 2 callersMethodisPlaying
()
src/ddf/minim/spi/AudioRecording.java:46
↓ 2 callersMethodlength
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 callersMethodloop
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 callersMethodmakeSilence
Silence the entire audio buffer.
src/ddf/minim/javasound/FloatSampleBuffer.java:614
↓ 2 callersMethodofHertz
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 callersMethodofMidiNote
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 callersMethodplay
Starts playback from the current position. If this was previously set to loop, looping will be disabled.
src/ddf/minim/Playable.java:36
↓ 2 callersMethodplay
Allows playback/reads of the source.
src/ddf/minim/spi/AudioRecording.java:37
↓ 2 callersMethodquantize16
(float sample, float ditherBits)
src/ddf/minim/javasound/FloatSampleTools.java:579
↓ 2 callersMethodquantize32
(float sample, float ditherBits)
src/ddf/minim/javasound/FloatSampleTools.java:605
↓ 2 callersMethodquantize8
(float sample, float ditherBits)
src/ddf/minim/javasound/FloatSampleTools.java:566
↓ 2 callersMethodremove
Removes <code>e</code> from the chain. @param e the <code>AudioEffect</code> to remove
src/ddf/minim/EffectsChain.java:74
↓ 2 callersMethodresetBuffer
()
src/ddf/minim/ugens/Flanger.java:153
↓ 2 callersMethodsave
Saves the recorded samples, probably to disk. Returns the recorded audio as an AudioRecordingStream.
src/ddf/minim/spi/SampleRecorder.java:68
↓ 2 callersMethodsetAllParameters
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 callersMethodsetAllParameters
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 callersMethodsetAudioStream
Sets the AudioStream that this output will use to generate sound. @param stream
src/ddf/minim/spi/AudioOut.java:54
↓ 2 callersMethodsetBalance
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 callersMethodsetBufferSize
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 callersMethodsetComplex
(float[] r, float[] i)
src/ddf/minim/analysis/FourierTransform.java:301
↓ 2 callersMethodsetLoopPoints
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 callersMethodsetLoopPoints
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 callersMethodsetMicrosecondPosition
Set the position to the indicated microsecond. @param ms the new position in microseconds
src/ddf/minim/javax/sound/sampled/Clip.java:132
↓ 2 callersMethodsetPan
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 callersMethodsin
(int i)
src/ddf/minim/analysis/FFT.java:383
↓ 2 callersMethodspecAverage
(float[] arr)
src/ddf/minim/analysis/BeatDetect.java:581
↓ 2 callersMethodstepAmp
()
src/ddf/minim/signals/Oscillator.java:403
↓ 2 callersMethodstepStep
()
src/ddf/minim/signals/Oscillator.java:363
↓ 2 callersMethoduGenerate
(float[] channels)
src/ddf/minim/effects/IIRFilter.java:90
↓ 2 callersMethodupdate
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 callersMethodupdateFreq
()
src/ddf/minim/signals/Oscillator.java:231
↓ 2 callersMethodvariance
(float[] arr, float val)
src/ddf/minim/analysis/BeatDetect.java:596
↓ 2 callersMethodwindow
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 callersMethodactivate
()
src/ddf/minim/ugens/Sampler.java:246
↓ 1 callersMethodaddChannel
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 callersMethodaddInput
(UGen input)
src/ddf/minim/UGen.java:405
↓ 1 callersMethodaddLineListener
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 callersMethodallocateArrays
()
src/ddf/minim/analysis/FourierTransform.java:299
↓ 1 callersMethodbeginRecord
Begins recording.
src/ddf/minim/spi/SampleRecorder.java:48
↓ 1 callersMethodbuildReverseTable
()
src/ddf/minim/analysis/FFT.java:341
← previousnext →101–200 of 1,060, ranked by callers