MCPcopy Create free account

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

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

MethodgetFormat
()
src/ddf/minim/javasound/JSAudioInput.java:119
MethodgetFormat
()
src/ddf/minim/javasound/JSAudioOutput.java:146
MethodgetFormats
Return the supported audio formats.
src/ddf/minim/javax/sound/sampled/DataLine.java:117
MethodgetFrameLength
Get the length of this stream in frames. Note that this may be AudioSystem#NOT_SPECIFIED. @return the length of the stream in frames
src/ddf/minim/javax/sound/sampled/AudioInputStream.java:136
MethodgetFrameLength
Return the frame length of this clip.
src/ddf/minim/javax/sound/sampled/Clip.java:57
MethodgetFrameLength
Return the frame length of this file format.
src/ddf/minim/javax/sound/sampled/AudioFileFormat.java:208
MethodgetFramePosition
Return the frame position associated with this event.
src/ddf/minim/javax/sound/sampled/LineEvent.java:129
MethodgetFramePosition
Return the current frame position.
src/ddf/minim/javax/sound/sampled/DataLine.java:224
MethodgetFrameRate
Return the frame rate of this format.
src/ddf/minim/javax/sound/sampled/AudioFormat.java:255
MethodgetFreq
Gets the amplitude of the requested frequency in the spectrum. @param freq float: the frequency in Hz @return float: the amplitude of the
src/ddf/minim/analysis/FourierTransform.java:702
MethodgetGain
Returns the current gain. If a gain control is not available, this returns 0. Note that the gain is not the same thing as the <code>level()</code> of
src/ddf/minim/Controller.java:450
MethodgetInputStream
Get the input as an AudioStream that you can read from yourself, rather than wrapped in an AudioInput that does that work for you. @param type
src/ddf/minim/Minim.java:731
MethodgetLastValues
Access the last values generated by this input. @return float[]: the last values generated by this input
src/ddf/minim/UGen.java:234
MethodgetLevel
Return the volume level for this DataLine.
src/ddf/minim/javax/sound/sampled/DataLine.java:229
MethodgetLine
Return the Line associated with this event.
src/ddf/minim/javax/sound/sampled/LineEvent.java:136
MethodgetLine
Return a Line associated with this Mixer, given its description. @param info the description of the line to find @return the corresponding
src/ddf/minim/javax/sound/sampled/Mixer.java:127
MethodgetLineClass
Return the line's class.
src/ddf/minim/javax/sound/sampled/Line.java:68
MethodgetLineIn
An AudioInput is used when you want to monitor the active audio input of the computer. On a laptop, for instance, this will typically be the built-in
src/ddf/minim/Minim.java:628
MethodgetLineInfo
Return the Info object associated with this Line.
src/ddf/minim/javax/sound/sampled/Line.java:125
MethodgetLineOut
An AudioOutput is used to generate sound in real-time and output it to the soundcard. Usually, the sound generated by an AudioOutput will be heard thr
src/ddf/minim/Minim.java:761
MethodgetLongFramePosition
Return the current frame position. @since 1.5
src/ddf/minim/javax/sound/sampled/DataLine.java:236
MethodgetLoopCount
How many loops are left to go. 0 means this isn't looping and -1 means that it is looping continuously. @return how many loops left
src/ddf/minim/spi/AudioRecordingStream.java:82
MethodgetLoopCount
()
src/ddf/minim/javasound/JSAudioRecordingClip.java:70
MethodgetMaxBufferSize
Return the maximum buffer size.
src/ddf/minim/javax/sound/sampled/DataLine.java:125
MethodgetMaxLabel
Return the label for the minimum value of this control.
src/ddf/minim/javax/sound/sampled/FloatControl.java:178
MethodgetMaxLines
Return the number of lines matching this description. @param info the description of the lines to find.
src/ddf/minim/javax/sound/sampled/Mixer.java:135
MethodgetMetaData
Returns the meta data for the recording being played by this player. @return AudioMetaData: the meta data for this player's recording @example Basic
src/ddf/minim/AudioPlayer.java:310
MethodgetMetaData
()
src/ddf/minim/AudioSnippet.java:137
MethodgetMetaData
Get the AudioMetaData for this sample. This will mostly be useful if you have created an AudioSample from an mp3 file and want to get at some of the m
src/ddf/minim/AudioSample.java:86
MethodgetMetaData
Returns meta data about the recording, such as duration, name, ID3 tags perhaps. @return the MetaData of the recording
src/ddf/minim/spi/AudioRecordingStream.java:121
MethodgetMetaData
Returns the meta data for the recording being played by this player. @return AudioMetaData: the meta data for this player's recording @related Aud
src/ddf/minim/ugens/FilePlayer.java:292
MethodgetMetaData
()
src/ddf/minim/javasound/JSAudioRecordingClip.java:85
MethodgetMetaData
()
src/ddf/minim/javasound/JSAudioSample.java:57
MethodgetMidLabel
Return the label for the midpoint of this control.
src/ddf/minim/javax/sound/sampled/FloatControl.java:185
MethodgetMillisecondLength
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/AudioRecordingStream.java:105
MethodgetMillisecondLength
()
src/ddf/minim/javasound/JSAudioRecordingClip.java:75
MethodgetMillisecondPosition
Gets the current millisecond position of the source. @return the current possition, in milliseconds in the source
src/ddf/minim/spi/AudioRecordingStream.java:89
MethodgetMillisecondPosition
()
src/ddf/minim/javasound/JSAudioRecordingClip.java:80
MethodgetMinBufferSize
Return the minimum buffer size.
src/ddf/minim/javax/sound/sampled/DataLine.java:132
MethodgetMinLabel
Return the label for the minimum value of this control.
src/ddf/minim/javax/sound/sampled/FloatControl.java:199
MethodgetMixer
Return a mixer that matches the given info object. @param info description of the mixer to match @return the mixer @throws IllegalArgument
src/ddf/minim/javax/sound/sampled/spi/MixerProvider.java:64
MethodgetMixerInfo
Return an Info object describing this Mixer.
src/ddf/minim/javax/sound/sampled/Mixer.java:140
MethodgetName
Return the name of the mixer.
src/ddf/minim/javax/sound/sampled/Mixer.java:87
MethodgetNoteOffset
Return the current value of the note offset for this output. @return float: the current note offset @example Basics/SequenceSound @related setNoteO
src/ddf/minim/AudioOutput.java:468
MethodgetNoteOffset
()
src/ddf/minim/NoteManager.java:134
MethodgetPan
Returns the current pan. Usually pan will be only be available on mono audio sources because it describes a mono signal's position in a stereo field.
src/ddf/minim/Controller.java:559
MethodgetPoles
Returns the number of poles in the filter. @return the number of poles
src/ddf/minim/effects/ChebFilter.java:205
MethodgetPrecision
Return the precision of this control.
src/ddf/minim/javax/sound/sampled/FloatControl.java:206
MethodgetProperty
Given a key, return a property associated with this format; or null if this property is not set. @param key the name of the property @retu
src/ddf/minim/javax/sound/sampled/AudioFormat.java:274
MethodgetProperty
Return the value of a property defined in this format. @param key the property name @return the value of the property, or null if the prop
src/ddf/minim/javax/sound/sampled/AudioFileFormat.java:219
MethodgetPulseWidth
Returns the current pulse width. @return the current pulse width
src/ddf/minim/signals/PulseWave.java:67
MethodgetRipple
Returns the ripple percentage of the filter. @return the ripple percentage
src/ddf/minim/effects/ChebFilter.java:138
MethodgetSignal
@deprecated
src/ddf/minim/AudioOutput.java:145
MethodgetSignal
Returns the <code>i<sup>th</sup></code> signal in the signal chain. This method is not required to do bounds checking and may throw an ArrayOutOfBound
src/ddf/minim/Polyphonic.java:82
MethodgetSourceLineInfo
Return an array of Info objects describing all the source lines available in this Mixer.
src/ddf/minim/javax/sound/sampled/Mixer.java:146
MethodgetSourceLines
Return an array of all the source lines available in this Mixer.
src/ddf/minim/javax/sound/sampled/Mixer.java:160
MethodgetSpectrumImaginary
Get the Imaginary part of the Complex representation of the spectrum. @return float[]: an array containing the values for the Imaginary part of
src/ddf/minim/analysis/FourierTransform.java:816
MethodgetSpectrumReal
Get the Real part of the Complex representation of the spectrum. @return float[]: an array containing the values for the Real part of the spe
src/ddf/minim/analysis/FourierTransform.java:804
MethodgetStream
Returns the underlying AudioRecordingStream. @return AudioRecordingStream: the underlying stream @related Minim @related AudioRecordingStream @relat
src/ddf/minim/ugens/FilePlayer.java:58
MethodgetTargetLineInfo
Return an array of Info objects describing all the target lines available in this Mixer.
src/ddf/minim/javax/sound/sampled/Mixer.java:166
MethodgetTargetLines
Return an array of all the target lines available in this Mixer.
src/ddf/minim/javax/sound/sampled/Mixer.java:180
MethodgetTempo
Return the current tempo of the AudioOuput. Tempo is expressed in BPM (beats per minute). @return float: the current tempo @example Basics/SequenceS
src/ddf/minim/AudioOutput.java:430
MethodgetTempo
()
src/ddf/minim/NoteManager.java:124
MethodgetTint
Returns the current Noise.Tint in use @return Noise.Tint: the current tint of the noise (Noise.Tint.WHITE, Noise.Tint.PINK, Noise.Tint.RED, Nois
src/ddf/minim/ugens/Noise.java:149
MethodgetType
Return the Type associated with this event.
src/ddf/minim/javax/sound/sampled/LineEvent.java:143
MethodgetType
Return the Type associated with this file format.
src/ddf/minim/javax/sound/sampled/AudioFileFormat.java:226
MethodgetUGen
Returns the UGen that is being wrapped by this UGenSignal.
src/ddf/minim/UGenSignal.java:27
MethodgetUnits
Return the name of the units for this control.
src/ddf/minim/javax/sound/sampled/FloatControl.java:213
MethodgetVendor
Return the mixer's vendor.
src/ddf/minim/javax/sound/sampled/Mixer.java:101
MethodgetVersion
Return the mixer's version.
src/ddf/minim/javax/sound/sampled/Mixer.java:108
MethodgetVolume
Returns the current volume. If a volume control is not available, this returns 0. Note that the volume is not the same thing as the <code>level()</cod
src/ddf/minim/Controller.java:388
MethodgetWaveform
Returns the underlying waveform, <em>not</em> a copy of it. @return float[]: the float array managed by this Wavetable @related Wavetable
src/ddf/minim/ugens/Wavetable.java:160
MethodgetWaveform
Returns the Waveform currently being used by this Oscil. @return a Waveform @example Basics/SynthesizeSound @related Waveform @related Oscil
src/ddf/minim/ugens/Oscil.java:313
MethodhasEffect
Returns true if <code>effect</code> is in the chain. @param effect the effec to check for @return true if <code>effect</code> is attached to this
src/ddf/minim/Effectable.java:97
MethodhasEffect
@deprecated
src/ddf/minim/AudioSource.java:154
MethodhasEnabled
Returns true if at least one effect in the chain is enabled. @return true if at least one effect in the chain is enabled
src/ddf/minim/EffectsChain.java:151
MethodhasSignal
@deprecated
src/ddf/minim/AudioOutput.java:239
MethodhasSignal
(AudioSignal signal)
src/ddf/minim/Polyphonic.java:84
MethodhashCode
()
src/ddf/minim/javax/sound/sampled/LineEvent.java:93
MethodhashCode
()
src/ddf/minim/javax/sound/sampled/AudioFormat.java:85
MethodhashCode
()
src/ddf/minim/javax/sound/sampled/Mixer.java:80
MethodhashCode
()
src/ddf/minim/javax/sound/sampled/Control.java:69
MethodhashCode
()
src/ddf/minim/javax/sound/sampled/AudioFileFormat.java:99
MethodinitFromFloatSampleBuffer
Resets this sample buffer with the data in <code>source</code>.
src/ddf/minim/javasound/FloatSampleBuffer.java:356
Methodinverse
Performs an inverse transform of the frequency spectrum and places the result in <code>buffer</code>. @param buffer float[]: the buffer to
src/ddf/minim/analysis/FourierTransform.java:874
Methodinverse
(float[] buffer)
src/ddf/minim/analysis/FFT.java:317
Methodinvert
Flips the table around 0. Equivalent to <code>flip(0)</code>. @see #flip(float) @related flip ( ) @related Wavetable
src/ddf/minim/ugens/Wavetable.java:258
MethodisActive
Find out if this Bypass is active or not. @return true if the bypass functionality is on. @example Synthesis/bypassExample @related Bypass
src/ddf/minim/ugens/Bypass.java:144
MethodisActive
Return true if this line is active, meaning that it is actively performing audio I/O.
src/ddf/minim/javax/sound/sampled/DataLine.java:247
MethodisAtEnd
Has the Line completed its transition.
src/ddf/minim/ugens/Line.java:120
MethodisControlSupported
Return true if a Control matching the argument is available for this Line, false otherwise. @param what the type of the control to match
src/ddf/minim/javax/sound/sampled/Line.java:134
MethodisConversionSupported
Return true if this provider supports conversion from the given source format to the given target encoding. @param targ the target encodin
src/ddf/minim/javax/sound/sampled/spi/FormatConversionProvider.java:134
MethodisEffected
Returns true if at least one effect in the chain is enabled. @return true if at least one effect in the effects chain is enabled
src/ddf/minim/Effectable.java:52
MethodisEffected
@deprecated
src/ddf/minim/AudioSource.java:174
MethodisEnabled
Returns true if <code>e</code> is in the chain and is enabled. @param signal the <code>AudioSignal</code> to return the status of @return tr
src/ddf/minim/SignalChain.java:180
MethodisEnabled
@deprecated
src/ddf/minim/AudioOutput.java:196
MethodisEnabled
Returns true if <code>signal</code> is in the chain and is also enabled. @param signal the <code>AudioSignal</code> to check the status of @
src/ddf/minim/Polyphonic.java:61
MethodisEnabled
Returns true if <code>e</code> is in the chain and is enabled. @param e the <code>AudioEffect</code> to return the status of @return true if <code>e<
src/ddf/minim/EffectsChain.java:162
MethodisEnabled
@deprecated
src/ddf/minim/AudioSource.java:179
MethodisFileTypeSupported
Return true if the indicated type is supported by this provider. @param type the audio file format type
src/ddf/minim/javax/sound/sampled/spi/AudioFileWriter.java:82
← previousnext →601–700 of 1,060, ranked by callers