it's the first time that I use javafx. I am creating a program that took an audio file, analyzing their characteristics (forming, frequency, intensity ...). Right now my goal is to play the audio files I loaded (and this is not a problem) and to show during its run an oscilloscope.
So I would create a simple oscilloscope but I am not clear how to do? any suggestions? how could I start?
I had a look at this link, but I can not apply it because it is in JPanel
http://codeidol.com/java/swing/Audio/Build-an-Audio-Waveform-Display/
you could tell me some other link to help me?