naudio / NAudio

Audio and MIDI library for .NET
MIT License
5.38k stars 1.09k forks source link

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

Open BMMZCmd opened 10 months ago

BMMZCmd commented 10 months ago

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

markheath commented 6 months ago

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

BMMZCmd commented 6 months ago

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.