Controlling audio via GUI
I have been messing around with JButtons in java GUI, changing the colour of the JPanel using colour preset JButtons, however this is just basic practice and I am hoping to create a transport bar using play and stop buttons, also using a JSlider to control the position of the songs time frame. Could anyone assist me in importing audio into java GUI and performing these tasks?
Any help would be very much appreciated
Thanks
Do you wish to do all audio inside Java or just use Java/Swing as a front-end for MSP?