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
↓ 50 callers
Method
getLastValue
()
src/ddf/minim/UGen.java:248
↓ 39 callers
Method
setLastValue
Sets all values in the last values array to the provided value. If you want to set last values in the different channels of this input to different va
src/ddf/minim/UGen.java:269
↓ 38 callers
Method
getChannels
Return the number of channels in this format.
src/ddf/minim/javax/sound/sampled/AudioFormat.java:241
↓ 37 callers
Method
sampleRate
Returns the sample rate of the audio. @return the sample rate of the audio
src/ddf/minim/Recordable.java:86
↓ 34 callers
Method
error
@invisible Used internally to report error messages. These error messages will appear in the console area of the PDE if you are
src/ddf/minim/Minim.java:133
↓ 34 callers
Method
get
Gets the <code>i<sup>th</sup></code> sample in the buffer. This method does not do bounds checking, so it may throw an exception. @param i i
src/ddf/minim/AudioBuffer.java:58
↓ 33 callers
Method
size
Returns the length of the buffer. @return int: the number of samples in the buffer @related AudioBuffer
src/ddf/minim/AudioBuffer.java:43
↓ 31 callers
Method
getSampleCount
()
src/ddf/minim/javasound/FloatSampleBuffer.java:1070
↓ 28 callers
Method
debug
@invisible Displays a debug message, but only if {@link #debugOn()} has been called. The message will be displayed in the conso
src/ddf/minim/Minim.java:151
↓ 28 callers
Method
getChannelCount
()
src/ddf/minim/javasound/FloatSampleBuffer.java:1066
↓ 25 callers
Method
getLastValues
Return the last values generated by this UGen. This will most often be used by sub-classes when pulling data from their inputs.
src/ddf/minim/UGen.java:540
↓ 24 callers
Method
channelCount
Returns the number of channels this UGen has been configured to generate.
src/ddf/minim/UGen.java:632
↓ 24 callers
Method
getChannel
Get the actual audio data of one channel.<br> Modifying this array will modify the audio samples of this FloatSampleBuffer. <br> NOTE: the returned ar
src/ddf/minim/javasound/FloatSampleBuffer.java:1140
↓ 23 callers
Method
getFrameSize
Return the frame size of this format.
src/ddf/minim/javax/sound/sampled/AudioFormat.java:262
↓ 18 callers
Method
getChannel
(int channelNumber)
src/ddf/minim/javasound/SampleSignal.java:126
↓ 16 callers
Method
addControl
()
src/ddf/minim/UGen.java:661
↓ 16 callers
Method
close
Close this line.
src/ddf/minim/javax/sound/sampled/Line.java:102
↓ 16 callers
Method
getFormat
Return the current format of the data associated with this DataLine.
src/ddf/minim/javax/sound/sampled/DataLine.java:219
↓ 15 callers
Method
add
Generates a Wavetable by adding any number of Waveforms, each scaled by an amplitude. Calling this method might look like: <code> Wavetable wave = Wa
src/ddf/minim/ugens/Waves.java:398
↓ 15 callers
Method
cos
(int i)
src/ddf/minim/analysis/DFT.java:147
↓ 15 callers
Method
tick
Generates one sample frame for this UGen. @param channels An array that represents one sample frame. To generate a mono signal,
src/ddf/minim/UGen.java:487
↓ 13 callers
Method
equals
(Object o)
src/ddf/minim/javax/sound/sampled/Mixer.java:76
↓ 13 callers
Method
getTag
(String tag)
src/ddf/minim/javasound/MP3MetaData.java:33
↓ 12 callers
Method
getFormat
Returns the format of this recordable audio. @return the format of the audio
src/ddf/minim/Recordable.java:65
↓ 12 callers
Method
hasControl
@invisible Returns whether or not the particular control type is supported by the Line being controlled. @see #VOLUME @see #GA
src/ddf/minim/Controller.java:211
↓ 11 callers
Method
generate
Fills <code>signal</code> with values in the range of [-1, 1]. <code>signal</code> represents a mono audio signal. @param signal the float a
src/ddf/minim/AudioSignal.java:43
↓ 11 callers
Method
remove
Removes <code>signal</code> from the chain. @param signal the <code>AudioSignal</code> to remove
src/ddf/minim/SignalChain.java:86
↓ 11 callers
Method
sin
(int i)
src/ddf/minim/analysis/DFT.java:142
↓ 10 callers
Method
avgSize
Returns the number of averages currently being calculated. @return int: the length of the averages array @example Analysis/FFT/Averages @related FF
src/ddf/minim/analysis/FourierTransform.java:748
↓ 10 callers
Method
start
Start processing data. This will emit a START event.
src/ddf/minim/javax/sound/sampled/DataLine.java:258
↓ 9 callers
Method
getSampleRate
()
src/ddf/minim/javasound/FloatSampleBuffer.java:1074
↓ 8 callers
Method
addEvent
(float startTime, float duration, Instrument instrument)
src/ddf/minim/NoteManager.java:84
↓ 8 callers
Method
asHz
Get the value of this Frequency in Hertz. @return float: this Frequency expressed in Hertz @example Synthesis/frequencyExample @related setAsHz ( )
src/ddf/minim/ugens/Frequency.java:115
↓ 8 callers
Method
gen7
Generate a piecewise linear waveform given an array of sample values and the distances between them. The <code>dist</code> array should contain one va
src/ddf/minim/ugens/WavetableGenerator.java:51
↓ 8 callers
Method
getControl
(Control.Type type)
src/ddf/minim/Controller.java:236
↓ 8 callers
Method
samples
Called by the audio object this AudioListener is attached to when that object has new samples. @example Advanced/AddAndRemoveAudioListener @param sa
src/ddf/minim/AudioListener.java:54
↓ 8 callers
Method
value
Sample the Waveform at the location specified. As an example, if the Waveform represents a sine wave, then we would expect the following: <p> <pre> wa
src/ddf/minim/ugens/Waveform.java:35
↓ 7 callers
Method
contains
Returns true if <code>s</code> is in the chain. @param s the <code>AudioSignal</code> to check for @return true if <code>s</code> is in the chain
src/ddf/minim/SignalChain.java:124
↓ 7 callers
Method
patch
(UGen connectToUGen)
src/ddf/minim/UGen.java:345
↓ 7 callers
Method
read
Read data from the line into the given buffer. The requested data should be an integral number of framaes, as determined by the audio format. @param
src/ddf/minim/javax/sound/sampled/TargetDataLine.java:82
↓ 7 callers
Method
setChannelCount
Let this UGen know how many channels of audio you will be asking it for. This will be called automatically when a UGen is patched to an AudioOuput and
src/ddf/minim/UGen.java:611
↓ 7 callers
Method
setChannelCount
Pan overrides setChannelCount to ensure that it can never be set to output more or fewer than 2 channels.
src/ddf/minim/ugens/Pan.java:100
↓ 7 callers
Method
stop
Stop processing data. This will emit a STOP event.
src/ddf/minim/javax/sound/sampled/DataLine.java:263
↓ 6 callers
Method
addSource
(AudioSource s)
src/ddf/minim/Minim.java:225
↓ 6 callers
Method
frequency
Returns the cutoff frequency (in Hz). @return the current cutoff frequency (in Hz).
src/ddf/minim/effects/IIRFilter.java:189
↓ 6 callers
Method
gen10
Generate a Wavetable given a list of amplitudes for successive partials (harmonics). These two method calls are equivalent: <p> <code>Wavetable table
src/ddf/minim/ugens/WavetableGenerator.java:181
↓ 6 callers
Method
getBufferSize
Returns the size of the DataLine's internal buffer, in bytes.
src/ddf/minim/javax/sound/sampled/DataLine.java:214
↓ 6 callers
Method
getLoopCount
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/AudioRecording.java:89
↓ 6 callers
Method
getSampleRate
Return the sample rate of this format.
src/ddf/minim/javax/sound/sampled/AudioFormat.java:281
↓ 6 callers
Method
init
Initialize this sample buffer to have the specified channels, sample count, and sample rate. If LAZY_DEFAULT is true, as much as possible will existin
src/ddf/minim/javasound/FloatSampleBuffer.java:231
↓ 6 callers
Method
process
Processes <code>signal</code> in some way. @param signal an array of audio samples, representing a mono sound stream.
src/ddf/minim/AudioEffect.java:48
↓ 6 callers
Method
setMillisecondPosition
Sets the current millisecond position of the source. @param pos the posititon to cue the playback head to
src/ddf/minim/spi/AudioRecording.java:104
↓ 6 callers
Method
setValue
(BooleanControl.Type type, boolean v)
src/ddf/minim/Controller.java:343
↓ 6 callers
Method
toString
()
src/ddf/minim/analysis/HannWindow.java:42
↓ 6 callers
Method
unpatch
Unpatch this UGen from an AudioOutput or other UGen. This causes this UGen and all UGens patched into it to stop generating audio if they are not patc
src/ddf/minim/UGen.java:432
↓ 5 callers
Method
addListener
Adds a listener who will be notified each time this receives or creates a new buffer of samples. If the listener has already been added, it will not b
src/ddf/minim/Recordable.java:48
↓ 5 callers
Method
byte2floatGeneric
Generic conversion function to convert a byte array to a float array. <p> Only PCM formats are accepted. The method will convert all bytes from <code>
src/ddf/minim/javasound/FloatSampleTools.java:473
↓ 5 callers
Method
disable
Disables the <code>i</code><sup>th</sup> effect in the chain. @param i the index of the effect to disable
src/ddf/minim/SignalChain.java:191
↓ 5 callers
Method
enable
Enables the <code>i</code><sup>th</sup> effect in the chain. @param i the index of the effect to enable
src/ddf/minim/SignalChain.java:135
↓ 5 callers
Method
freqToIndex
Returns the index of the frequency band that contains the requested frequency. @param freq float: the frequency you want the index for (in
src/ddf/minim/analysis/FourierTransform.java:597
↓ 5 callers
Method
getControls
Return an array of controls associated with this Line. Note that this method will not return null -- if there are no controls, it will return a zero-l
src/ddf/minim/javax/sound/sampled/Line.java:120
↓ 5 callers
Method
getFormatType
Get the formatType code from the given format. @throws IllegalArgumentException
src/ddf/minim/javasound/FloatSampleTools.java:117
↓ 5 callers
Method
getSampleSizeInBits
Return the sample size of this format, in bits.
src/ddf/minim/javax/sound/sampled/AudioFormat.java:288
↓ 5 callers
Method
getValue
(BooleanControl.Type type)
src/ddf/minim/Controller.java:332
↓ 5 callers
Method
grow
Grow the channels array to allow at least channelCount elements. If !lazy, then channels will be resized to be exactly channelCount elements. The new
src/ddf/minim/javasound/FloatSampleBuffer.java:281
↓ 5 callers
Method
setIncomingUGen
This method is called when a UGen is patched to this input. Typically you will not call this method directly, use UGen's patch method instead. @param
src/ddf/minim/UGen.java:210
↓ 5 callers
Method
setSampleRate
(float newSampleRate)
src/ddf/minim/UGen.java:580
↓ 5 callers
Method
setSampleRate
Sets the sample rate of this buffer. NOTE: no conversion is done. The samples are only re-interpreted.
src/ddf/minim/javasound/FloatSampleBuffer.java:1118
↓ 4 callers
Method
clear
Removes all signals from the effect chain.
src/ddf/minim/SignalChain.java:230
↓ 4 callers
Method
contains
Returns true if <code>e</code> is in this chain @param e the <code>AudioEffect</code> to check for @return true if <code>e</code> is in this chain
src/ddf/minim/EffectsChain.java:109
↓ 4 callers
Method
done
()
src/ddf/minim/Controller.java:157
↓ 4 callers
Method
fft
()
src/ddf/minim/analysis/FFT.java:230
↓ 4 callers
Method
fillSpectrum
()
src/ddf/minim/analysis/FourierTransform.java:313
↓ 4 callers
Method
float2byteGeneric
Generic conversion function to convert a float array to a byte array. <p> Only PCM formats are accepted. The method will convert all samples from <cod
src/ddf/minim/javasound/FloatSampleTools.java:790
↓ 4 callers
Method
getBandWidth
Returns the width of each frequency band in the spectrum (in Hz). It should be noted that the bandwidth of the first and last frequency bands is half
src/ddf/minim/analysis/FourierTransform.java:501
↓ 4 callers
Method
getByteArrayBufferSize
@return the required size of the buffer for calling convertToByteArray(..) is called
src/ddf/minim/javasound/FloatSampleBuffer.java:434
↓ 4 callers
Method
initGraphs
()
src/ddf/minim/analysis/BeatDetect.java:181
↓ 4 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/AudioPlayer.java:188
↓ 4 callers
Method
length
()
src/ddf/minim/AudioSnippet.java:88
↓ 4 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/ugens/FilePlayer.java:178
↓ 4 callers
Method
loop
Sets looping to continuous. If this is already playing, the position <i>will not</i> be reset to the beginning. If this is not playing, it will start
src/ddf/minim/Playable.java:59
↓ 4 callers
Method
ofPitch
Construct a Frequency from a pitch name, such as A4 or Bb2. @param pitchName String: the name of the pitch to convert to a Frequency. @return a ne
src/ddf/minim/ugens/Frequency.java:198
↓ 4 callers
Method
open
Open this line. @throws LineUnavailableException if the line is unavailable for some reason
src/ddf/minim/javax/sound/sampled/Line.java:147
↓ 4 callers
Method
quantize24
(float sample, float ditherBits)
src/ddf/minim/javasound/FloatSampleTools.java:592
↓ 4 callers
Method
set
Sets the i<sup>th</sup> entry of the underlying waveform to <code>value</code>. This is equivalent to: <p> <code>getWaveform()[i] = value;</code> @pa
src/ddf/minim/ugens/Wavetable.java:178
↓ 4 callers
Method
setChannelCountImpl
internal setter for channel count, just change the variable. From outside, use addChannel, insertChannel, removeChannel
src/ddf/minim/javasound/FloatSampleBuffer.java:1082
↓ 4 callers
Method
setGain
Sets the gain. If a gain control is not available, this does nothing. @shortdesc Sets the gain. @param value float: the new value for the
src/ddf/minim/Controller.java:465
↓ 4 callers
Method
setSampleCountImpl
internal setter for sample count, just change the variable. From outside, use changeSampleCount
src/ddf/minim/javasound/FloatSampleBuffer.java:1094
↓ 4 callers
Method
setVolume
Sets the volume. If a volume control is not available, this does nothing. @shortdesc Sets the volume. @param value float: the new value f
src/ddf/minim/Controller.java:404
↓ 3 callers
Method
add
Adds <code>signal</code> to the end of the chain. @param signal the <code>AudioEffect</code> to add
src/ddf/minim/SignalChain.java:74
↓ 3 callers
Method
addAudio
()
src/ddf/minim/UGen.java:671
↓ 3 callers
Method
apply
Apply the window function to a sample buffer. @param samples a sample buffer
src/ddf/minim/analysis/WindowFunction.java:73
↓ 3 callers
Method
bufferSize
Returns the buffer size being used by this. @return the buffer size
src/ddf/minim/Recordable.java:79
↓ 3 callers
Method
calcCoeff
()
src/ddf/minim/effects/ChebFilter.java:223
↓ 3 callers
Method
constrain
( float val, float min, float max )
src/ddf/minim/signals/Oscillator.java:438
↓ 3 callers
Method
constrain
( float value, float min, float max )
src/ddf/minim/ugens/MoogFilter.java:220
↓ 3 callers
Method
formatType2Str
Return a string representation of this format
src/ddf/minim/javasound/FloatSampleTools.java:199
↓ 3 callers
Method
getAudioOutput
Should return an {@link AudioOut} that can be used to generate audio that will be heard through the computer's speakers. @param type Minim
src/ddf/minim/spi/MinimServiceProvider.java:132
↓ 3 callers
Method
getAudioRecordingStream
Should return an {@link AudioRecordingStream} that will stream the file requested. The filename could be a URL, an absolute path, or just a filename t
src/ddf/minim/spi/MinimServiceProvider.java:96
↓ 3 callers
Method
getAudioSample
Should return an {@link AudioSample} that will load the requested file into memory. @param filename the name of the file to load, this mig
src/ddf/minim/spi/MinimServiceProvider.java:148
next →
1–100 of 1,060, ranked by callers