Search found 2 matches

by prettymuchbryce
Thu May 26, 2011 6:03 pm
Forum: General Audio Programming
Topic: How to display many samples in a small space?
Replies: 4
Views: 2462

Re: How to display many samples in a small space?

Thanks Bill. That helped. I found the part of audacity's code where it displays the waveform, which I believe is GetWaveDisplay in the Sequence.cpp class. It's difficult me to decipher exactly what's going on there, though. Right now I am able to get the waveform to draw, but the wave looks strange....
by prettymuchbryce
Fri May 20, 2011 10:10 pm
Forum: General Audio Programming
Topic: How to display many samples in a small space?
Replies: 4
Views: 2462

How to display many samples in a small space?

I am trying to plot out waveform data visually like in audacity. I really like the way it looks in audacity. I am having somewhat of a problem though. So say I have a 2 minute long song that is consistent of tens of thousands of samples but I only have say 800 pixels wide to display this sound. This...