Skip to content

Commit

Permalink
dedupe / move supertdirt phaser controls
Browse files Browse the repository at this point in the history
  • Loading branch information
felixroos committed Nov 9, 2023
1 parent 2682fd3 commit 858a026
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/core/controls.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,8 @@ const generic_params = [
*/
['coarse'],

['phaserrate', 'phasr'], // superdirt only

/**
* Phaser audio effect that approximates popular guitar pedals.
*
Expand Down Expand Up @@ -432,7 +434,7 @@ const generic_params = [
* .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
Expand Down Expand Up @@ -1224,9 +1226,6 @@ const generic_params = [
*/
['tremolodepth', 'tremdp'],
['tremolorate', 'tremr'],
// TODO: doesn't seem to do anything
['phasdp'],
['phaserrate', 'phasr'],

['fshift'],
['fshiftnote'],
Expand Down

0 comments on commit 858a026

Please sign in to comment.