XZTablets

Untitled

May 12th, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. Piano_1.Piano.press({
  2. color: rainbow_colours[rainbow_current_colour],
  3. note: pKey.id,
  4. velocity: Piano_1.Piano.KEYBOARD_VELOCITY,
  5. channel: 0,
  6. emit: true,
  7. source: Piano_1.NOTE_SOURCE.KEYBOARD,
  8. socketID: PianoRhythm.CLIENT.socketID,
  9. kb_source: Piano_1.KEYBOARD_LAYOUT[layout],
  10. instrumentName: Piano_1.Piano.ACTIVE_INSTRUMENT
  11. });
Add Comment
Please, Sign In to add comment