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 724e627 commit 00500e9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions hoc2024.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,10 @@ namespace hoc2024 {

//% block="Key: %k %i1 %i2 %i3 %d"
//% i1.fieldEditor="gridpicker"
//% i1.fieldOptions.width=110
//% i1.fieldOptions.columns=4
//% i2.fieldEditor="gridpicker"
//% i2.fieldOptions.width=110
//% i2.fieldOptions.columns=4
//% i3.fieldEditor="gridpicker"
//% i3.fieldOptions.width=110
//% i3.fieldOptions.columns=4
export function testInstrument(i1: Instruments, i2: Instruments, i3: Instruments, k: Keys, d: Drums ): void {
switch (i1) {
Expand Down

0 comments on commit 00500e9

Please sign in to comment.