master
executeCommand
executeCommand(command: BarryHarrisCommand) { switch (command.command) { case 'ArpeggioUpFrom': this.line.arpeggioUpFrom(command.degree); break;