This commit is contained in:
Jade (Rose) Rowland
2025-09-21 23:54:04 -04:00
parent 98b7003504
commit c5bd2a7487
5 changed files with 238 additions and 175 deletions
+12
View File
@@ -402,6 +402,18 @@ export const { bandq, bpq } = registerControl('bandq', 'bpq');
*
*/
export const { begin } = registerControl('begin');
/**
* A pattern of numbers from 0 to 1. Skips the beginning of each sample, e.g. `0.25` to cut off the first quarter from each sample.
*
* @memberof Pattern
* @name bufferHold
* @param {number | Pattern} amount between 0 and 1, where 1 is the length of the sample
* @example
* samples({ rave: 'rave/AREUREADY.wav' }, 'github:tidalcycles/dirt-samples')
* s("rave").begin("<0 .25 .5 .75>").fast(2)
*
*/
export const { bufferHold } = registerControl('bufferHold');
/**
* The same as .begin, but cuts off the end off each sample.
*