-
Notifications
You must be signed in to change notification settings - Fork 422
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AI Jam js not working #26
Comments
@turingnianos did you manage to get this solved? I am facing the same issues. |
@turingnianos @JunShern me too! I also noticed that This also corresponds to following behavior --> when Piano instrument is chosen, there is warning message in console on each key press and key release event I do physically on the keyboard, while with Drums, there is no activity in the console (errors again correspond to GUI piano key click/release as reported by @turingnianos ). But still nor audible neither visible reaction except these in console were observed. Also worth mention might be that with this conda env setup on this same machine I am able to run Call-Response interaction with single NN performer in terminal using magenta midi interface if it helps to exclude some possible issues from consideration.. |
After resolving original symptoms with #30 I have a follow-up issues (unless someone calls for a separate issue I'll continue here since the issue name still applies). I installed Since
After runing I also attach the current behavior as a short YT video for quick demonstration. I'd love to hear if someone gets a different behavior. @adarob any clues or suggestions where to look at next? Cheers! EDIT: Additional observation - when |
I have a fix for the Python3 issue that I'll push shortly. |
magenta/magenta#1117 will fix the python3 issues once the pip package is updated. |
For the no |
Hi there, I'm trying to run ai-jam-js on my Ubuntu 16.04 from my Magenta conda environment.
I want to use an Akai LPK25 as a MIDI controller, so I plug it into my PC with the environment active and I run
sh RUN_DEMO.sh
in the appropriate directory. By accessing to127.0.0.1:8080
the interface is shown but it seems like it is not receiving any kind of signal because the piano keys only work when I use the mouse and they don't emit any sound at all (even with the mouse).I don't know what's wrong but I suspect that it has to be sth related to the hardware and synth connections. Here's the log:
Please help @adarob @cghawthorne 🙏 😃
The text was updated successfully, but these errors were encountered: