ok..just wasted two hours.. need a way to select the starting key for your keyboard so you can really rock this thing.
Yeah, definitely need a way to jump up/down an octave.
Multi-player piano
11–20 of 41 posts
Re: Multi-player piano
#12Re: Multi-player piano
#13Could really do with having private hidden rooms, so I can play with a few friends without having the whole world barge in.
You can also instantly create your own room by adding /[roomname] to the url (although I don't know if this makes them public or private.)
Re: Multi-player piano
#14Re: Multi-player piano
#15Re: Multi-player piano
#16More fun than playing the piano: following someone's cursor and watching them try to shake you off.
Re: Multi-player piano
#17Can you post the keyboard key layout?
var key_binding = { 65: n("gs"), 90: n("a"), 83: n("as"), 88: n("b"), 67: n("c", 1), 70: n("cs", 1), 86: n("d", 1), 71: n("ds", 1), 66: n("e", 1), 78: n("f", 1), 74: n("fs", 1), 77: n("g", 1), 75: n("gs", 1), 188: n("a", 1), 76: n("as", 1), 190: n("b", 1), 191: n("c", 2), 222: n("c#", 2),
49: n("gs", 1),
81: n("a", 1),
50: n("as", 1),
87: n("b", 1),
69: n("c", 2),
52: n("cs", 2),
82: n("d", 2),
53: n("ds", 2),
84: n("e", 2),
89: n("f", 2),
55: n("fs", 2),
85: n("g", 2),
56: n("gs", 2),
73: n("a", 2),
57: n("as", 2),
79: n("b", 2),
80: n("c", 3),
189: n("cs", 3),
219: n("d", 3),
187: n("ds", 3),
221: n("e", 3)
};Re: Multi-player piano
#18Another feature request: Chat! So that we can coordinate with each other to play a song!
Re: Multi-player piano
#19Our multi-player beat machine http://eightbitbeats.com
Re: Multi-player piano
#20Can you post the keyboard key layout?