diff options
Diffstat (limited to 'TSITOplayer2/Pianola.pde')
| -rwxr-xr-x | TSITOplayer2/Pianola.pde | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/TSITOplayer2/Pianola.pde b/TSITOplayer2/Pianola.pde new file mode 100755 index 0000000..732dc14 --- /dev/null +++ b/TSITOplayer2/Pianola.pde @@ -0,0 +1,9 @@ +class Note{ + int velocity; + + Note(){ + velocity=0; + } + +} +
|
