dedupe / move supertdirt phaser controls
This commit is contained in:
parent
2682fd38f8
commit
858a02634e
1 changed files with 3 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue