what :
Home > Search > buffer~

Objectspage : 1 2 3 4
multibuf Abstraction this abstraction helps you read sound files into buffer~'s.
op.buffercopy Javaclass (mxj) op.buffercopy copies a buffer~ to another buffer~ entirely or channel by channel. It can do it on another thread in case its size is large.
op.buffercopy copies a buffer~ to another buffer~ entirely or channel by channel. It can do it on another thread in case its size is large.
op.recognize Javaclass (mxj) Speech recognition and segmentation. Recognize is a speech to text based on Sphinx4. It translates the incoming audio signal into text and can give dates of words and phonemes in a buffer~. Uses JSGF grammar file and ngram model languages. No special voic
oscillators~ External Oscillator bank that can read waveform from a buffer~
packetindex~ External Parses data packets and writes audio coming from packetbuild~ + otudp into a buffer~ object
peek~ External Read and write buffer~ values
Read and write buffer~ values. peek~ treats buffer~ as if it were a floating-point table object. You can write single values, and read from the buffer~ by index.
play~ External Sample playback based on position within a buffer~
play~ is a playback interface for buffer~ that plays back samples based on an offset within the sample. See groove~ for another sample playback interface. play~ is typically used with line, but can be used with any signal that generates a changing position value.
poke~ External Write into a buffer~ using a signal sample index
Write into a buffer~ using a signal sample index. poke~ allows you to write samples into a buffer~ at sample locations specified by a signal. Typically, the signal will increase in value by 1 with each sample to write successive values into successive samples (like record~). If the index signal is negative or larger than the size of the buffer~, no data is recorded.
record~ External Copy a signal into a buffer~
record~ records a signal into a buffer~ object. You can record up to 4 channels by specifying the optional argument. Record stops when it has filled up the buffer~
residency_buffer~ External residency_buffer~ is like residency~ except that it uses an MSP buffer~ rather than an internal buffer.
residency_buffer~ is like residency~ except that it uses an MSP buffer~ rather than an internal buffer. This makes it slightly more complicated to work with, but potentially more efficient than residency~. Any number of units may access the same buffer (or different ones). Arguments are buffer_name (required) and quality (optional - 0 or 1). Do NOT attempt to play the recorded buffer with groove~ or other audio objects unless you have some idea of what you are doing (and turn the volume way down before attempting this).
rm.slice Javaclass (mxj) The [rm.slice] object fills a call with start and endpoints for segments within a buffer~ based on when amplitude rises above a given threshold.
The [rm.slice] object fills a call with start and endpoints for segments within a buffer~ based on when amplitude rises above a given threshold. This is a java implementation of Nao Tokui's [slice~] based on a Max implementation by Volker Böhm (see subpatcher below).
SDIF-info External report overall info about an SDIF-buffer
The name of an SDIF-buffer is like the name of an MSP buffer~: it's a symbol that you assign as an argument to the SDIF-buffer object, and then other objects refer to the SDIF-buffer by its name.
slice~ External Cut up a sound file in buffer~ based on attacks in the sound. a la Propellerheads ReCycle
St.SampleBuffer~ Abstraction Used by the St.Buffers abstraction and sends automatically the info about the loaded sample to 'SoundnameInfo' and to the outlet.
vb.freezer~ External freeze audio input into a perfect loop
the loop is automatically copied to an external buffer~ for playback and pitch manipulation. successive freezes are overdubbed on previous contents of the buffer~.
page : 1 2 3 4

4855 objects and 135 libraries within the database Last entries : December 23rd, 2023 Last comments : 0 0 visitor and 70551990 members connected RSS
Site under GNU Free Documentation License