summaryrefslogtreecommitdiff
path: root/TSITOplayer2/Pianola.pde
diff options
context:
space:
mode:
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;
+ }
+
+}
+