MCPcopy Create free account

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

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

↓ 50 callersMethodgetLastValue
()
src/ddf/minim/UGen.java:248
↓ 39 callersMethodsetLastValue
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 callersMethodgetChannels
Return the number of channels in this format.
src/ddf/minim/javax/sound/sampled/AudioFormat.java:241
↓ 37 callersMethodsampleRate
Returns the sample rate of the audio. @return the sample rate of the audio
src/ddf/minim/Recordable.java:86
↓ 34 callersMethoderror
@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 callersMethodget
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 callersMethodsize
Returns the length of the buffer. @return int: the number of samples in the buffer @related AudioBuffer
src/ddf/minim/AudioBuffer.java:43
↓ 31 callersMethodgetSampleCount
()
src/ddf/minim/javasound/FloatSampleBuffer.java:1070
↓ 28 callersMethoddebug
@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 callersMethodgetChannelCount
()
src/ddf/minim/javasound/FloatSampleBuffer.java:1066
↓ 25 callersMethodgetLastValues
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 callersMethodchannelCount
Returns the number of channels this UGen has been configured to generate.
src/ddf/minim/UGen.java:632
↓ 24 callersMethodgetChannel
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 callersMethodgetFrameSize
Return the frame size of this format.
src/ddf/minim/javax/sound/sampled/AudioFormat.java:262
↓ 18 callersMethodgetChannel
(int channelNumber)
src/ddf/minim/javasound/SampleSignal.java:126
↓ 16 callersMethodaddControl
()
src/ddf/minim/UGen.java:661
↓ 16 callersMethodclose
Close this line.
src/ddf/minim/javax/sound/sampled/Line.java:102
↓ 16 callersMethodgetFormat
Return the current format of the data associated with this DataLine.
src/ddf/minim/javax/sound/sampled/DataLine.java:219
↓ 15 callersMethodadd
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 callersMethodcos
(int i)
src/ddf/minim/analysis/DFT.java:147
↓ 15 callersMethodtick
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 callersMethodequals
(Object o)
src/ddf/minim/javax/sound/sampled/Mixer.java:76
↓ 13 callersMethodgetTag
(String tag)
src/ddf/minim/javasound/MP3MetaData.java:33
↓ 12 callersMethodgetFormat
Returns the format of this recordable audio. @return the format of the audio
src/ddf/minim/Recordable.java:65
↓ 12 callersMethodhasControl
@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 callersMethodgenerate
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 callersMethodremove
Removes <code>signal</code> from the chain. @param signal the <code>AudioSignal</code> to remove
src/ddf/minim/SignalChain.java:86
↓ 11 callersMethodsin
(int i)
src/ddf/minim/analysis/DFT.java:142
↓ 10 callersMethodavgSize
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 callersMethodstart
Start processing data. This will emit a START event.
src/ddf/minim/javax/sound/sampled/DataLine.java:258
↓ 9 callersMethodgetSampleRate
()
src/ddf/minim/javasound/FloatSampleBuffer.java:1074
↓ 8 callersMethodaddEvent
(float startTime, float duration, Instrument instrument)
src/ddf/minim/NoteManager.java:84
↓ 8 callersMethodasHz
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 callersMethodgen7
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 callersMethodgetControl
(Control.Type type)
src/ddf/minim/Controller.java:236
↓ 8 callersMethodsamples
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 callersMethodvalue
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 callersMethodcontains
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 callersMethodpatch
(UGen connectToUGen)
src/ddf/minim/UGen.java:345
↓ 7 callersMethodread
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 callersMethodsetChannelCount
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 callersMethodsetChannelCount
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 callersMethodstop
Stop processing data. This will emit a STOP event.
src/ddf/minim/javax/sound/sampled/DataLine.java:263
↓ 6 callersMethodaddSource
(AudioSource s)
src/ddf/minim/Minim.java:225
↓ 6 callersMethodfrequency
Returns the cutoff frequency (in Hz). @return the current cutoff frequency (in Hz).
src/ddf/minim/effects/IIRFilter.java:189
↓ 6 callersMethodgen10
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 callersMethodgetBufferSize
Returns the size of the DataLine's internal buffer, in bytes.
src/ddf/minim/javax/sound/sampled/DataLine.java:214
↓ 6 callersMethodgetLoopCount
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 callersMethodgetSampleRate
Return the sample rate of this format.
src/ddf/minim/javax/sound/sampled/AudioFormat.java:281
↓ 6 callersMethodinit
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 callersMethodprocess
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 callersMethodsetMillisecondPosition
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 callersMethodsetValue
(BooleanControl.Type type, boolean v)
src/ddf/minim/Controller.java:343
↓ 6 callersMethodtoString
()
src/ddf/minim/analysis/HannWindow.java:42
↓ 6 callersMethodunpatch
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 callersMethodaddListener
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 callersMethodbyte2floatGeneric
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 callersMethoddisable
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 callersMethodenable
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 callersMethodfreqToIndex
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 callersMethodgetControls
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 callersMethodgetFormatType
Get the formatType code from the given format. @throws IllegalArgumentException
src/ddf/minim/javasound/FloatSampleTools.java:117
↓ 5 callersMethodgetSampleSizeInBits
Return the sample size of this format, in bits.
src/ddf/minim/javax/sound/sampled/AudioFormat.java:288
↓ 5 callersMethodgetValue
(BooleanControl.Type type)
src/ddf/minim/Controller.java:332
↓ 5 callersMethodgrow
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 callersMethodsetIncomingUGen
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 callersMethodsetSampleRate
(float newSampleRate)
src/ddf/minim/UGen.java:580
↓ 5 callersMethodsetSampleRate
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 callersMethodclear
Removes all signals from the effect chain.
src/ddf/minim/SignalChain.java:230
↓ 4 callersMethodcontains
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 callersMethoddone
()
src/ddf/minim/Controller.java:157
↓ 4 callersMethodfft
()
src/ddf/minim/analysis/FFT.java:230
↓ 4 callersMethodfillSpectrum
()
src/ddf/minim/analysis/FourierTransform.java:313
↓ 4 callersMethodfloat2byteGeneric
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 callersMethodgetBandWidth
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 callersMethodgetByteArrayBufferSize
@return the required size of the buffer for calling convertToByteArray(..) is called
src/ddf/minim/javasound/FloatSampleBuffer.java:434
↓ 4 callersMethodinitGraphs
()
src/ddf/minim/analysis/BeatDetect.java:181
↓ 4 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/AudioPlayer.java:188
↓ 4 callersMethodlength
()
src/ddf/minim/AudioSnippet.java:88
↓ 4 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/ugens/FilePlayer.java:178
↓ 4 callersMethodloop
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 callersMethodofPitch
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 callersMethodopen
Open this line. @throws LineUnavailableException if the line is unavailable for some reason
src/ddf/minim/javax/sound/sampled/Line.java:147
↓ 4 callersMethodquantize24
(float sample, float ditherBits)
src/ddf/minim/javasound/FloatSampleTools.java:592
↓ 4 callersMethodset
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 callersMethodsetChannelCountImpl
internal setter for channel count, just change the variable. From outside, use addChannel, insertChannel, removeChannel
src/ddf/minim/javasound/FloatSampleBuffer.java:1082
↓ 4 callersMethodsetGain
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 callersMethodsetSampleCountImpl
internal setter for sample count, just change the variable. From outside, use changeSampleCount
src/ddf/minim/javasound/FloatSampleBuffer.java:1094
↓ 4 callersMethodsetVolume
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 callersMethodadd
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 callersMethodaddAudio
()
src/ddf/minim/UGen.java:671
↓ 3 callersMethodapply
Apply the window function to a sample buffer. @param samples a sample buffer
src/ddf/minim/analysis/WindowFunction.java:73
↓ 3 callersMethodbufferSize
Returns the buffer size being used by this. @return the buffer size
src/ddf/minim/Recordable.java:79
↓ 3 callersMethodcalcCoeff
()
src/ddf/minim/effects/ChebFilter.java:223
↓ 3 callersMethodconstrain
( float val, float min, float max )
src/ddf/minim/signals/Oscillator.java:438
↓ 3 callersMethodconstrain
( float value, float min, float max )
src/ddf/minim/ugens/MoogFilter.java:220
↓ 3 callersMethodformatType2Str
Return a string representation of this format
src/ddf/minim/javasound/FloatSampleTools.java:199
↓ 3 callersMethodgetAudioOutput
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 callersMethodgetAudioRecordingStream
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 callersMethodgetAudioSample
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