93 Commits

Author SHA1 Message Date
manchuwook
f5fd0357ef
Merge pull request #2 from googlecreativelab/master
Updating my fork from Google
2019-05-21 09:30:42 -05:00
tambien
2a52177486 updating to build command in script
doesn't have webpack version issue

fixes #20
2018-10-17 14:21:23 -04:00
tambien
e4c80ac187 updating build instructions to specify Node 6 2018-10-17 14:21:23 -04:00
tambien
69f09baf44 using specific versions of libs 2018-10-17 14:21:23 -04:00
Yotam Mann
6d9398cefc try/catch on midi events
when a device was plugged in it sometimes emitted a noteoff without a
noteon which caused an error
2018-10-17 14:21:23 -04:00
Yotam Mann
5766f626b2 updating splash links and style 2018-10-17 14:21:23 -04:00
Yotam Mann
844626c46b updated links to tf and magenta
also updated MIDI copy. restarting is no longer necessary
2018-10-17 14:21:23 -04:00
Yotam Mann
71e57ad178 small copy changes and noting which node.js version to use 2018-10-17 14:21:23 -04:00
Yotam Mann
830c9eee4c load fewer audio files when the screen is smaller
helps speed up the mobile load time
2018-10-17 14:21:23 -04:00
Yotam Mann
b2cbf19504 copy changes 2018-10-17 14:21:23 -04:00
Yotam Mann
6e666fcc1b making prediction path relative
this makes it work in the live experience where there is a path beyond
the root level
2018-10-17 14:21:23 -04:00
Yotam Mann
eb4b01145d about and splash screen styling 2018-10-17 14:21:23 -04:00
Yotam Mann
fbca540fbb backend uses attention_rnn now
i found it was producing better results, but providing both models
makes it easy to switch back and forth
2018-10-17 14:21:23 -04:00
Yotam Mann
27df840b33 removing print debugging 2018-10-17 14:21:23 -04:00
Yotam Mann
1b5c1f344d updating installation instructions for new pip-installable tf and magenta 2018-10-17 14:21:23 -04:00
Yotam Mann
5d05159e9e updating tf version 2018-10-17 14:21:23 -04:00
Yotam Mann
9d98f9a9f1 adding favicon 2018-10-17 14:21:23 -04:00
Yotam Mann
4dce286b63 updating to latest magenta and tf 2018-10-17 14:21:23 -04:00
Yotam Mann
ae5eb3a61b serving on localhost
doesn’t require giving additional privileges
2018-10-17 14:21:23 -04:00
Yotam Mann
ee5d96a327 using Quicksand font throughout 2018-10-17 14:21:23 -04:00
Yotam Mann
48de5cbb31 blur(0px) -> filter:none improves performance a lot 2018-10-17 14:21:23 -04:00
Yotam Mann
535e766074 renaming app->src 2018-10-17 14:21:23 -04:00
Yotam Mann
f8c1b8c4cc styling keyboard 2018-10-17 14:21:23 -04:00
Yotam Mann
7548fa0e01 adding about screen with video 2018-10-17 14:21:23 -04:00
Yotam Mann
a68b5d271c adding tutorial which plays first time 2018-10-17 14:21:23 -04:00
Yotam Mann
5c5da96fbc updating deps and latest MidiConvert 2018-10-17 14:21:23 -04:00
Yotam Mann
e091936d5f updating sample player, does not rely on Piano.js and using FluidR3 soundfont for AI sound 2018-10-17 14:21:23 -04:00
Yotam Mann
dd4c1edc85 fixing stuck notes 2018-10-17 14:21:23 -04:00
Yotam Mann
1fb417f544 removing old magenta 2018-10-17 14:21:23 -04:00
Yotam Mann
566509087a doing feature detection before serving app
using Modernizr
2018-10-17 14:21:23 -04:00
Yotam Mann
d44fc95236 app->src and starting at FeatureTest before Main.js 2018-10-17 14:21:23 -04:00
Cami
fd36e13489 Fixed typo in README 2018-10-17 14:21:23 -04:00
Yotam Mann
fa2c3c6d47 Instructions for installing/using Docker 2018-10-17 14:21:23 -04:00
python273
cc3d8e1de8 Fix webpack install 2018-10-17 14:21:23 -04:00
Kirill Python
fa999465e5 Add info about Docker to README.md 2018-10-17 14:21:23 -04:00
python273
973d652cae Add Dockerfile; fix predict.py and server.py 2018-10-17 14:21:23 -04:00
tambien
c17aa14601 updating to build command in script
doesn't have webpack version issue

fixes #20
2018-06-12 12:22:13 -04:00
tambien
f70cf44949 updating build instructions to specify Node 6 2018-06-12 11:03:42 -04:00
tambien
bb9ae856c5 using specific versions of libs 2018-06-12 11:03:27 -04:00
Yotam Mann
dd1bee2c3c try/catch on midi events
when a device was plugged in it sometimes emitted a noteoff without a
noteon which caused an error
2017-02-14 14:45:03 -05:00
Yotam Mann
5602b1ac88 updating splash links and style 2017-02-14 14:43:52 -05:00
Yotam Mann
620fc897fe updated links to tf and magenta
also updated MIDI copy. restarting is no longer necessary
2017-02-14 14:41:48 -05:00
Yotam Mann
d0147fb342 small copy changes and noting which node.js version to use 2017-02-13 17:51:01 -05:00
Yotam Mann
16ee3e84a1 load fewer audio files when the screen is smaller
helps speed up the mobile load time
2017-02-13 17:31:47 -05:00
Yotam Mann
00b55add86 copy changes 2017-02-13 17:31:16 -05:00
Yotam Mann
7cad5b3ef6 making prediction path relative
this makes it work in the live experience where there is a path beyond
the root level
2017-02-13 17:31:06 -05:00
Yotam Mann
49148c97df about and splash screen styling 2017-02-13 17:30:17 -05:00
Yotam Mann
06e45fa266 backend uses attention_rnn now
i found it was producing better results, but providing both models
makes it easy to switch back and forth
2017-02-13 17:29:42 -05:00
Yotam Mann
39d9a2ae72 removing print debugging 2017-02-06 14:03:04 -05:00
Yotam Mann
4c581eaab8 updating installation instructions for new pip-installable tf and magenta 2017-01-13 17:58:12 -05:00