NAudio icon indicating copy to clipboard operation
NAudio copied to clipboard

How do I use "Fader (NAudio.Gui)"?

Open BMMZCmd opened this issue 2 years ago • 2 comments

I would like to know how to use 'Fader (NAudio.Gui).' When I drag and drop the 'Fader (NAudio.Gui),' it shows nothing but a rectangle selection. I have tried running the project and clicking on the component, but nothing happens. I have also tried with .NET Framework, but again, nothing happens. How do I fix that?

I'm using .NET Core (not .NET Framework).

image

BMMZCmd avatar Sep 03 '23 03:09 BMMZCmd

Not sure why its not working for you, but the GUI components are really deprecated parts of NAudio. The NAudio demo project uses them (look at the AudioPlaybackPanel), so you could compare your project with those to see what is different about how you're using it.

image

markheath avatar Dec 18 '23 13:12 markheath

Not sure why its not working for you, but the GUI components are really deprecated parts of NAudio. The NAudio demo project uses them (look at the AudioPlaybackPanel), so you could compare your project with those to see what is different about how you're using it.

image

I'll try, thanks.

BMMZCmd avatar Dec 21 '23 05:12 BMMZCmd