-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Visualizer support #132
Comments
Hey, if that's based on WebGL then I'm sure it can be added fairly easily. If you'd like to submit a pull request, you're more than welcome to, otherwise I'll try to add this myself at some point. |
It is WebGL based. I'll dig around the source some and see if I can get the visualizer attached and rendering. Thanks! |
If you do that maybe you could try adding a new entry in the left-hand menu, create a new view for the visualizer and render it there. |
Sounds good! I'll give that a try |
Had a little time to look around the source a bit. I see that you are using In order to do the WebGL visualizations we need to get access to the I'm not sure if So some small tasks we would need to do before moving forward:
I'll try to figure these out when I have a chance, but figured I would post what I had "learned" so far, in case you knew more or had time. Thanks! |
@jberg this is awesome, is there somewhere i can have a chat with you about use of this on my own project, discord, slack, irc? |
Thanks @dhannyz . You can reach me on the Webamp discord: https://discord.gg/VP3BxQ |
I've created an issue over at |
Adding something like this could be cool too: https://hackingbeauty.github.io/react-sound-display/ |
@jberg Because react-sound uses SM2 under the hood you can still access the audio instance directly at |
We don't use react-sound anymore now. It's been replaced with this: https://www.npmjs.com/package/react-sound-html5 |
I know it took a long time, but it's finally in the newest release. |
🥳 🥳 🥳 |
Hi, love what you are doing with this project.
I work on a port of the MilkDrop2 visualizer from Winamp to javascript: https://github.com/jberg/butterchurn
We have added support over at the Webamp project: https://webamp.org/
Would love to help add support for visualizations to Nuclear. Is this something that you would be interested in?
Thanks and awesome work on this project!
The text was updated successfully, but these errors were encountered: