Skip to content

Commit

Permalink
fixed "nNoisy"; made playFlexFX expand one param at a time
Browse files Browse the repository at this point in the history
  • Loading branch information
GrandpaBond committed Dec 15, 2023
1 parent 415ea44 commit cd60b71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flexFX.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ namespace flexFX {
Triangle = WaveShape.Triangle,
//%block="harsh"
Sawtooth = WaveShape.Sawtooth,
//%block="nNoisy"
//%block="noisy"
Noise = WaveShape.Noise
}
// Simplify the selection of frequency interpolation trajectory...
Expand Down Expand Up @@ -548,7 +548,7 @@ namespace flexFX {
//% block="play FlexFX $flexId waiting? $wait||at pitch $pitch|with maximum volume: $volumeLimit| lasting (ms) $newDuration"
//% group="Playing (micro:bit V2)"
//% inlineInputMode=inline
//% expandableArgumentMode="toggle"
//% expandableArgumentMode="enabled"
//% weight=990
//% flexId.defl="ting"
//% wait.defl=true
Expand Down

0 comments on commit cd60b71

Please sign in to comment.