Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Sergex

Pages: [1]
1
Host Forum: Sonic Visualiser / Re: Waveform display and zoom rendering
« on: November 16, 2011, 12:08:58 »
Thanks Chris, that is really helpful!

2
Host Forum: Sonic Visualiser / Waveform display and zoom rendering
« on: October 12, 2011, 13:08:00 »
Hello,

I am very interested in learning how to properly program a waveform display in audio editing software pretty much like how it's done here in SV. I am already somewhat familiar with the Qt GUI framework. So far I have been able to load a file and have the waveform of the file displayed. However,  when I zoom my function basically just scales my image in width, so it stretches the image and the resolution becomes very bad.
I would like to know how to make it,  so that when I zoom-in,  the level of detail is good like in SV. What is the concept behind this kind of implementation? Does it have something to do with mip-mapping perhaps?
If someone can please help me get on track with this or point me in the relevant sections of the SV source code I would really appreciate it because goind in the code is rather complicated when I don't understand the concept behind it.
Thanks for your help in advance!

Pages: [1]