MCPcopy Create free account

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

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

Methodcomposer
The composer of the recording. @return String: the composer tag @related AudioMetaData
src/ddf/minim/AudioMetaData.java:191
Methodcomposer
()
src/ddf/minim/javasound/MP3MetaData.java:87
Methodcopy
Copies data inside all channel. When the 2 regions overlap, the behavior is not specified.
src/ddf/minim/javasound/FloatSampleBuffer.java:846
MethodcopyTo
Copies the contents of this buffer to the destination buffer at the destOffset. At most, <code>dest</code>'s number of samples, number of channels are
src/ddf/minim/javasound/FloatSampleBuffer.java:985
Methodcopyright
The copyright of the recording. @return String: the copyright tag @related AudioMetaData
src/ddf/minim/AudioMetaData.java:167
Methodcopyright
()
src/ddf/minim/javasound/MP3MetaData.java:77
MethodcreateRecorder
Creates an AudioRecorder that will use the provided Recordable object as its record source and that will save to the file name specified. Recordable c
src/ddf/minim/Minim.java:566
MethodcreateSample
Creates an AudioSample using the provided sample data and AudioFormat. When a buffer size is not provided, it defaults to 1024. The buffer size of a s
src/ddf/minim/Minim.java:254
Methodcue
Sets the position to <code>millis</code> milliseconds from the beginning. This will not change the playstate. If an error occurs while trying to cue,
src/ddf/minim/Playable.java:110
Methoddate
The date the recording was made. @return String: the date tag @related AudioMetaData
src/ddf/minim/AudioMetaData.java:116
Methoddate
()
src/ddf/minim/javasound/MP3MetaData.java:57
Methoddeactivate
Deactivate the bypass functionality. In other words, the wrapped UGen WILL have an effect on the UGen patched to this Bypass, as if it was in the sign
src/ddf/minim/ugens/Bypass.java:130
MethoddebugOff
Turns off debug messages.
src/ddf/minim/Minim.java:176
MethoddebugOn
Turns on debug messages.
src/ddf/minim/Minim.java:165
MethoddectectSize
In frequency energy mode this returns the number of frequency bands currently being used. In sound energy mode this always returns 0. @return int: th
src/ddf/minim/analysis/BeatDetect.java:253
Methoddetect
Analyze the samples in <code>buffer</code>. This is a cumulative process, so you must call this function every frame. @param buffer float[
src/ddf/minim/analysis/BeatDetect.java:234
MethoddetectMode
Set the object to use the requested algorithm. If an invalid value is passed, the function will report and error and default to BeatDetect.SOUND_ENERG
src/ddf/minim/analysis/BeatDetect.java:159
Methoddisable
Disables the <code>i</code><sup>th</sup> effect in the chain. @param i the index of the effect to disable
src/ddf/minim/EffectsChain.java:172
MethoddisableAll
Disables all effects in the chain.
src/ddf/minim/EffectsChain.java:191
MethoddisableEffect
disables the <code>i</code><sup>th</sup> effect in the effect chain. @param i the index of the effect to disable
src/ddf/minim/Effectable.java:121
MethoddisableEffect
@deprecated
src/ddf/minim/AudioSource.java:134
MethoddisableSignal
@deprecated
src/ddf/minim/AudioOutput.java:171
MethoddisableSignal
disables the <code>i</code><sup>th</sup> signal in the signal chain. @param i the index of the signal to disable
src/ddf/minim/Polyphonic.java:115
Methoddisc
The disc number of the recording. @return String: the disc tag @related AudioMetaData
src/ddf/minim/AudioMetaData.java:179
Methoddisc
()
src/ddf/minim/javasound/MP3MetaData.java:82
Methoddispose
@invisible Library callback used by Processing when a sketch is being shutdown. It is not necessary to call this directly. It s
src/ddf/minim/Minim.java:192
MethodeffectCount
Returns the number of effects in the chain. @return the number of effects in the chain
src/ddf/minim/Effectable.java:89
MethodeffectCount
@deprecated
src/ddf/minim/AudioSource.java:144
Methodeffects
Enables all effects currently attached to this. If you want to enable only a single effect, use {@link #enableEffect(int)}.
src/ddf/minim/Effectable.java:38
Methodeffects
@deprecated
src/ddf/minim/AudioSource.java:149
Methodenable
Enables the <code>i</code><sup>th</sup> effect in the chain. @param i the index of the effect to enable
src/ddf/minim/EffectsChain.java:119
MethodenableAll
Enables all effects in the chain.
src/ddf/minim/EffectsChain.java:141
MethodenableEffect
Enables the <code>i</code><sup>th</sup> effect in the effect chain. @param i the index of the effect to enable
src/ddf/minim/Effectable.java:105
MethodenableEffect
@deprecated
src/ddf/minim/AudioSource.java:159
MethodenableMonitoring
When monitoring is enabled, you will be able to hear the audio that is coming through the input. @example Basics/MonitorInput @related disableMonito
src/ddf/minim/AudioInput.java:110
MethodenableSignal
@deprecated
src/ddf/minim/AudioOutput.java:184
MethodenableSignal
Enables the <code>i</code><sup>th</sup> signal in the signal chain. @param i the index of the signal to enable
src/ddf/minim/Polyphonic.java:99
Methodencoded
The software the recording was encoded with. @return String: the encoded tag @related AudioMetaData
src/ddf/minim/AudioMetaData.java:227
Methodencoded
()
src/ddf/minim/javasound/MP3MetaData.java:102
MethodendRecord
Halts the recording of audio from the current record source. @example Advanced/RecordAndPlayback @related AudioRecorder
src/ddf/minim/AudioRecorder.java:85
Methodequals
(Object o)
src/ddf/minim/javax/sound/sampled/LineEvent.java:89
Methodequals
(Object o)
src/ddf/minim/javax/sound/sampled/Control.java:65
Methodequals
(Object o)
src/ddf/minim/javax/sound/sampled/AudioFileFormat.java:92
MethodexpandChannel
Mix up of 1 channel to n channels.<br> It copies the first channel to all newly created channels. @param targetChannelCount the number of
src/ddf/minim/javasound/FloatSampleBuffer.java:879
MethodfileName
The name of the file / URL of the recording. @return String: the file name @related AudioMetaData
src/ddf/minim/AudioMetaData.java:68
MethodfileName
()
src/ddf/minim/javasound/BasicMetaData.java:46
MethodfilePath
Returns the full path to the file this is saving to, if it exists. If this is not saving to a file, an empty <code>String</code> will be returned. @r
src/ddf/minim/spi/SampleRecorder.java:42
Methodfloat2byteInterleaved
Conversion function to convert an interleaved float array to an interleaved byte array. The float array contains normalized samples in the range [-1.0
src/ddf/minim/javasound/FloatSampleTools.java:755
Methodforward
Performs a forward transform on <code>buffer</code>. @param buffer float[]: the buffer to analyze, must be the same length as t
src/ddf/minim/analysis/FourierTransform.java:831
Methodforward
(float[] buffer)
src/ddf/minim/analysis/FFT.java:263
Methodfrequency
Returns the current frequency. @return the current frequency
src/ddf/minim/signals/Oscillator.java:145
Methodgain
@invisible Gets the gain control for the <code>Line</code>, if it exists. You should check for the availability of a gain control by
src/ddf/minim/Controller.java:268
Methodgen9
(int size, float[] partial, float[] amp, float[] phase)
src/ddf/minim/ugens/WavetableGenerator.java:132
Methodgenerate
Asks all the enabled signals in the chain to generate a new buffer of samples, adds the buffers together and puts the result in <code>signal</code>.
src/ddf/minim/SignalChain.java:242
Methodgenerate
(float[] signal)
src/ddf/minim/AudioOutput.java:81
Methodgenerate
Generates a buffer of samples by ticking the wrapped UGen mono.length times.
src/ddf/minim/UGenSignal.java:35
Methodgenerate
(float[] signal)
src/ddf/minim/signals/PinkNoise.java:85
Methodgenerate
(float[] signal)
src/ddf/minim/signals/WhiteNoise.java:79
Methodgenerate
(float fmod, float amod)
src/ddf/minim/signals/Oscillator.java:256
Methodgenerate
Generates a buffer of samples by ticking this UGen mono.length times. Like the tick method, this will result in all of the
src/ddf/minim/ugens/Summer.java:157
Methodgenerate
( float[] sampleFrame )
src/ddf/minim/ugens/Sampler.java:267
Methodgenerate
(float[] signal)
src/ddf/minim/javasound/SampleSignal.java:42
MethodgenerateCurve
Generates the curve of the window function. @param length the length of the window @return the shape of the window function
src/ddf/minim/analysis/WindowFunction.java:104
Methodgenre
The genre of the recording. @return String: the genre tag @related AudioMetaData
src/ddf/minim/AudioMetaData.java:155
Methodgenre
()
src/ddf/minim/javasound/MP3MetaData.java:72
Methodget
(int i)
src/ddf/minim/MAudioBuffer.java:53
Methodget
Returns the value of the i<sup>th</sup> entry in this Wavetable's waveform. This is equivalent to getWaveform()[i]. @shortdesc Returns the value of t
src/ddf/minim/ugens/Wavetable.java:106
MethodgetAudioFileFormat
Return the format of the given file as deduced by this provider. If the format of the file is not recognized, throws an exception. This will also thro
src/ddf/minim/javax/sound/sampled/spi/AudioFileReader.java:78
MethodgetAudioInputStream
Return an audio input stream given the desired target encoding and another audio input stream. The data in the given stream will be converted to the d
src/ddf/minim/javax/sound/sampled/spi/FormatConversionProvider.java:70
MethodgetAudioInputStream
Return an AudioInputStream for the given file. The file is assumed to hold valid audio data. @param file the file to read @return an Audio
src/ddf/minim/javax/sound/sampled/spi/AudioFileReader.java:128
MethodgetAverageBandWidth
Returns the bandwidth of the requested average band. Using this information and the return value of getAverageCenterFrequency you can determine the lo
src/ddf/minim/analysis/FourierTransform.java:523
MethodgetBalance
Returns the current balance. This will be in the range [-1, 1]. Usually balance will only be available for stereo audio sources, because it describes
src/ddf/minim/Controller.java:504
MethodgetBandWidth
Returns the band width of this filter. @return the band width (in Hz)
src/ddf/minim/effects/NotchFilter.java:61
MethodgetBandWidth
Returns the band width of this filter. @return the band width (in Hz)
src/ddf/minim/effects/BandPass.java:67
MethodgetByteLength
Return the byte length of this file format.
src/ddf/minim/javax/sound/sampled/AudioFileFormat.java:194
MethodgetChannel
Returns the requested channel as a float array. You should not necessarily assume that the modifying the returned array will modify the values in this
src/ddf/minim/MultiChannelBuffer.java:157
MethodgetChannel
Gets the samples for the requested channel number as a float array. Use either AudioSample.LEFT or AudioSample.RIGHT. @example Advanced/AudioSampleGe
src/ddf/minim/AudioSample.java:101
MethodgetChannel
(int channelNumber)
src/ddf/minim/javasound/JSAudioSample.java:47
MethodgetChannelCount
Returns the number of channels in this buffer. @return the number of channels in this buffer
src/ddf/minim/MultiChannelBuffer.java:74
MethodgetControl
Return the control associated with this Line that matches the argument. @param what the type of the control to match @return the associate
src/ddf/minim/javax/sound/sampled/Line.java:113
MethodgetControls
@invisible Returns an array of all the available <code>Control</code>s for the <code>DataLine</code> being controlled. You can
src/ddf/minim/Controller.java:231
MethodgetControls
Returns the Controls available for this AudioResource. @return an array of Control objects, that can be used to manipulate the resource
src/ddf/minim/spi/AudioResource.java:43
MethodgetControls
()
src/ddf/minim/javasound/JSAudioRecordingClip.java:131
MethodgetControls
()
src/ddf/minim/javasound/JSAudioInput.java:134
MethodgetControls
()
src/ddf/minim/javasound/JSAudioOutput.java:166
MethodgetDescription
Return the mixer's description.
src/ddf/minim/javax/sound/sampled/Mixer.java:94
MethodgetDetectCenterFrequency
Returns the center frequency of the i<sup>th</sup> frequency band. In sound energy mode this always returns 0. @param i int: which detect
src/ddf/minim/analysis/BeatDetect.java:272
MethodgetDitherBits
()
src/ddf/minim/javasound/FloatSampleBuffer.java:1200
MethodgetDitherMode
()
src/ddf/minim/javasound/FloatSampleBuffer.java:1221
MethodgetDurationFactor
Return the current value of the duration factor for this output. @return float: the current duration factor @related setDurationFactor ( )
src/ddf/minim/AudioOutput.java:500
MethodgetDurationFactor
()
src/ddf/minim/NoteManager.java:144
MethodgetEffect
Returns the <code>i<sup>th</sup></code> effect in the effect chain. This method is not required to do bounds checking and may throw an ArrayOutOfBound
src/ddf/minim/Effectable.java:82
MethodgetEffect
@deprecated
src/ddf/minim/AudioSource.java:169
MethodgetExtension
Return the extension associated with this Type.
src/ddf/minim/javax/sound/sampled/AudioFileFormat.java:106
MethodgetFormat
()
src/ddf/minim/SignalSplitter.java:68
MethodgetFormat
Returns an AudioFormat object that describes the audio properties of this sound generating object. This is often useful information when doing sound a
src/ddf/minim/AudioSource.java:245
MethodgetFormat
Returns the AudioFormat of this AudioResource. @return the AudioFormat of this AudioResource
src/ddf/minim/spi/AudioResource.java:50
MethodgetFormat
Get the format associated with this stream. @return the AudioFormat
src/ddf/minim/javax/sound/sampled/AudioInputStream.java:126
MethodgetFormat
Return the AudioFormat associated with this file format.
src/ddf/minim/javax/sound/sampled/AudioFileFormat.java:201
MethodgetFormat
()
src/ddf/minim/javasound/JSAudioRecordingClip.java:136
← previousnext →501–600 of 1,060, ranked by callers