index
:
sunkenfoal_new.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
/
TSITOplayer2
/
Pianola.pde
blob: 732dc145eddc9c9829dfdb4ff7bc1363f1b322f3 (
plain
)
1
2
3
4
5
6
7
8
9
class Note{ int velocity; Note(){ velocity=0; } }