Click to See Complete Forum and Search --> : Creating a user interface


nripun
April 28th, 2006, 09:34 AM
I am creating an audio processing application with all the popular classical filters for sound analysis.
My problem is to create an interactive graphical user interface where i can display the sound waveforms , time-vs-freq graphs , spectrogram etc in a very colorful way.
Where do i start. I have good exp in VC++6.0. Will it be easier to use VB to finish this task.

nolxev
April 28th, 2006, 12:03 PM
GDI can do the job.

dglienna
April 28th, 2006, 08:58 PM
VB would be easier, but processing audio requires speed. You may write the front-end in VB, and write C++ dll's to do the heavy work.

You can download trial versions of most of the popular apps, so I'd look at some of them, and see what their GUI's look like.

nripun
May 1st, 2006, 07:18 AM
Can i use DirectX to design the interface in VB?

dglienna
May 1st, 2006, 07:24 PM
Sure, if you mean that you want to call DirectX from VB6.
You'll find a lot of sample code here:

http://externalweb.exhedra.com/DirectX4VB/Index.asp

This is the first tutorial.

http://externalweb.exhedra.com/DirectX4VB/Tutorials/DirectX8/DA_SoundFx.asp