mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-23 11:38:37 +00:00
dedupe / move supertdirt phaser controls
This commit is contained in:
parent
2682fd38f8
commit
858a02634e
@ -381,6 +381,8 @@ const generic_params = [
|
|||||||
*/
|
*/
|
||||||
['coarse'],
|
['coarse'],
|
||||||
|
|
||||||
|
['phaserrate', 'phasr'], // superdirt only
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Phaser audio effect that approximates popular guitar pedals.
|
* Phaser audio effect that approximates popular guitar pedals.
|
||||||
*
|
*
|
||||||
@ -432,7 +434,7 @@ const generic_params = [
|
|||||||
* .phaser(2).phaserdepth("<0 .5 .75 1>")
|
* .phaser(2).phaserdepth("<0 .5 .75 1>")
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
['phaserdepth', 'phd'],
|
['phaserdepth', 'phd', 'phasdp'], // also a superdirt control
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* choose the channel the pattern is sent to in superdirt
|
* choose the channel the pattern is sent to in superdirt
|
||||||
@ -1224,9 +1226,6 @@ const generic_params = [
|
|||||||
*/
|
*/
|
||||||
['tremolodepth', 'tremdp'],
|
['tremolodepth', 'tremdp'],
|
||||||
['tremolorate', 'tremr'],
|
['tremolorate', 'tremr'],
|
||||||
// TODO: doesn't seem to do anything
|
|
||||||
['phasdp'],
|
|
||||||
['phaserrate', 'phasr'],
|
|
||||||
|
|
||||||
['fshift'],
|
['fshift'],
|
||||||
['fshiftnote'],
|
['fshiftnote'],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user