We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Cant seem to find any examples on how to create a GUI for music visualizer. The GUI I want to create is just a simple one that can browse music from my computer and play music through it. And also has standard buttons like play, pause and stop. Can anyone guide me or show me some examples ??
Answers
can you open this link:
https://www.dropbox.com/s/wj67sk6nqylunwb/SongPlay11.zip?dl=0
?
It worked for me under Windows (with processing 1.51 I guess)
nowadays
nowadays I would use more of these though :
https://www.processing.org/reference/selectInput_.html
and
https://www.processing.org/reference/selectFolder_.html
Best, Chrisir ;-)
Hey there thanks for the reply! I have an error and I dunno where is the error. Can you help me with it?
Line number?
What does it say?
Its ok, I fixed it already, thanks. Btw, do you know how to make buttons like browse, play, pause, stop and so on like a normal music player?
Did you download my sketch??
It's all in there
Yes I did downloaded it, but I cant open it it has many errors
it runs,
replace
open
withlaunch
in the codeyou just have to adjust the path from D://Musik
to your path, e.g. C://music
PM me your e-mail-adress when you need more
hey I got it, but then I cant seem to make the volume slider to work. Here's my code
/** ========================================================= * ==== WARNING === * ========================================================= * The code in this tab has been generated from the GUI form * designer and care should be taken when editing this file. * Only add/edit code inside the event handlers i.e. only * use lines between the matching comment tags. e.g.
sorry, I don't know about the library