Sample playback without interpolation
| Name | Type | Opt | Description |
|---|---|---|---|
| buffer-object-name | symbol | Obligatory. Names the buffer~ object whose sample memory is used by index~ for playback. | |
| buffer-channel-to-index | int | opt | Following the name of the buffer~, you may specify which channel to use within the associated buffer~. The default channel is 1. |
| (mouse) | Double-clicking on index~ opens an editing window where you can view the contents of its associated buffer~ object. | |
| set | buffer-object-name [symbol] | The word , followed by the name of a buffer~ object, causes index~ to read from that buffer~. |
| signal | In left inlet: The sample index to read from a buffer~ object's sample memory. |

| Name | Description |
|---|---|
| 2d.wave~ | Two-dimensional wavetable |
| cycle~ | Table lookup oscillator |
| buffer~ | Store audio samples |
| buffir~ | Buffer-based FIR filter |
| fft~ | Fast Fourier transform |
| wave~ | Variable-size wavetable |
| MSP Tutorial 13: Sampling - Recording and playback | MSP Tutorial 13: Sampling - Recording and playback |