Advertisement
Guest User

reaper 3 octave keyboard

a guest
Jan 12th, 2019
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. ; put this file in the same place your reaper.ini is.
  2. ; oh and edit it for your keyboard, if you want. you can add additional keys/etc
  3. ; First item is the key (ASCII) or can be a number to define the scancode (i.e. 27 is Escape).
  4. ; second item is offset from current center of keyboard
  5.  
  6. Z -12 ; C
  7. S -11 ; C#
  8. X -10 ; D
  9. D -9 ; D#
  10. C -8 ; E
  11. V -7 ; F
  12. G -6 ; F#
  13. B -5 ; G
  14. H -4 ; G#
  15. N -3 ; A
  16. J -2 ; A#
  17. M -1 ; B
  18.  
  19. , 0 ; C
  20. L +1 ; C#
  21. 190 +2 ; D
  22. 186 +3 ; D#
  23. 191 +4 ; E
  24. 222 +5 ; F
  25.  
  26. Q 0 ; C
  27. 2 +1 ; C#
  28. W +2 ; D
  29. 3 +3 ; D#
  30. E +4 ; E
  31. R +5 ; F
  32. 5 +6 ; F#
  33. T +7 ; G
  34. 6 +8 ; G#
  35. Y +9 ; A
  36. 7 +10 ; A#
  37. U +11 ; B
  38. I +12 ; C
  39. 9 +13 ; C#
  40. O +14 ; D
  41. 0 +15 ; D#
  42. P +16 ; E
  43. 219 +17 ; F
  44. 187 +18 ; F#
  45. 221 +19 ; G
  46. 0x8 +20 ; G#
  47. 220 +21 ; A
  48. 45 +22 ; A#
  49. 46 +23 ; B
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement