index
:
sunkenfoal.git
master
Unnamed repository; edit this file 'description' to name the repository.
nobody
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sf_live
/
Pianola.pde
blob: b2c39521184d68dba8a688dda269ab1e7be7554d (
plain
)
1
2
3
4
5
6
7
8
9
class Note{ int velocity; Note(){ velocity=0; } }