You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: demos/ai-jam-js/README.md
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,12 +38,33 @@ node_modules/.bin/webpack -w
38
38
39
39
## MIDI SUPPORT
40
40
41
-
The A.I. Duet supports MIDI keyboard input using [Web Midi API](https://webaudio.github.io/web-midi-api/) and the [WebMIDI](https://github.com/cotejp/webmidi) library.
41
+
The A.I. Jam supports MIDI keyboard input using [Web Midi API](https://webaudio.github.io/web-midi-api/) and the [WebMIDI](https://github.com/cotejp/webmidi) library.
42
42
43
43
## PIANO KEYBOARD
44
44
45
45
The piano can also be controlled from your computer keyboard thanks to [Audiokeys](https://github.com/kylestetz/AudioKeys). The center row of the keyboard is the white keys.
46
46
47
+
## CONTROLS
48
+
49
+
Currently, the only way to change settings for the models is to use the keyboard
50
+
shortcuts below.
51
+
52
+
For now, it is recommended that you open the Developer JavaScript Console in
53
+
Chrome to view changes to settings based on your use of these shortcuts.
0 commit comments