GitXplorerGitXplorer
m

groove8

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
8b3ebda1b3ccb23801976508c7976ddba3b39bea

Finally pushing changes from last dev round (June?)

mmrienstra committed 9 years ago
Unverified
1cf2d70f6519cca33d65864a9d0346f0aaa07827

Fixed some scale errors; better handling of octaves;

mmrienstra committed 10 years ago
Unverified
df10b6f7defc6b6673e199bf2ca885f50268dfd6

Taller keys (irregular hexagons, easier to play between rows)

mmrienstra committed 10 years ago
Unverified
b887a8ebccda54158d8fb867566dff829c395dd7

multi keys working

committed 10 years ago
Unverified
169a3a8dd36563e54e559bc516a61cc0e4553afb

i iv v

committed 10 years ago
Unverified
9b6bc02b838e33164e493aeea4106a904b1f246b

Fixed to work with webkit mobile, fixed multitouch, fixed highlighting of multiple notes

mmrienstra committed 10 years ago

README

The README file for this repository.

Starting with:

Git notes

Included Tone.js as a subtree, using the following command (via http://blogs.atlassian.com/2013/05/alternatives-to-git-submodule-git-subtree/):

git subtree add --prefix src/script/lib/tone.js https://github.com/TONEnoTONE/Tone.js.git master --squash

If we need to update Tone.js in the future we can use the following command.

git subtree pull --prefix src/script/lib/tone.js https://github.com/TONEnoTONE/Tone.js.git master --squash