mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 16:48:00 +00:00
51ac1a2100
* Sampler instrument does not truncate playback when pitch shifting down * `BufferSource.start` defaults to playing the entire buffer, respects `this.playbackRate` Previously, the Buffer would truncate the sample when `playbackRage` is less than 1. Within the `start` method, this commit also tightens the scope of `var computedDur`, so that it is accessible only where it is used. |
||
---|---|---|
.. | ||
AMOscillator.js | ||
BufferSource.js | ||
FatOscillator.js | ||
FMOscillator.js | ||
GrainPlayer.js | ||
Noise.js | ||
OmniOscillator.js | ||
Oscillator.js | ||
OscillatorNode.js | ||
Player.js | ||
Players.js | ||
PulseOscillator.js | ||
PWMOscillator.js | ||
Source.js | ||
TickSource.js | ||
UserMedia.js |