Skip to content

Commit

Permalink
Update hoc2024.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
neonerz committed Jun 18, 2024
1 parent 4b94680 commit f0693ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hoc2024.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ enum Instruments {
//% block="HOC2024" weight=200 color=#0B3D91 icon="\uf186"
namespace hoc2024 {

//% block="Key: %k %i1 %i2 %i3 %d"
//% block="Key: %k i1 %i1 i2 %i2 i3 %i3 d %d"
export function testInstrument(i1: Instruments, i2: Instruments, i3: Instruments, k: Keys, d: Drums ): void {
switch (i1) {
case Instruments.Pling:
Expand Down

0 comments on commit f0693ae

Please sign in to comment.