summaryrefslogtreecommitdiff
path: root/TSITOplayer2/Pianola.pde
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2015-04-12 22:20:30 +0100
committerTim Redfern <tim@eclectronics.org>2015-04-12 22:20:30 +0100
commit8c86c8e56d5948f44ba7524284824bbc6eff952b (patch)
tree704dc88be2f22c69b4d16838092bc83cf692a75b /TSITOplayer2/Pianola.pde
initial commitHEADmaster
Diffstat (limited to 'TSITOplayer2/Pianola.pde')
-rwxr-xr-xTSITOplayer2/Pianola.pde9
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;
+ }
+
+}
+