Skip to content

Commit

Permalink
control
Browse files Browse the repository at this point in the history
  • Loading branch information
daslyfe committed Jan 14, 2025
1 parent 222c95d commit f8b2948
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/core/controls.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1056,6 +1056,18 @@ export const { spread } = registerControl('spread');
*
*/
export const { dry } = registerControl('dry');

/**
* Set amount of effect send
*
* @name wet
* @param {number | Pattern} wet
* @example
* n("[0,3,7](3,8)").s("sawtooth").room(.7).wet("<0 .5 .75 1>").osc()
* @superdirtOnly
*
*/
export const { wet } = registerControl('wet');
// TODO: does not seem to do anything
/*
* Used when using `begin`/`end` or `chop`/`striate` and friends, to change the fade out time of the 'grain' envelope.
Expand Down

0 comments on commit f8b2948

Please sign in to comment.