Unable to play (1 Viewer)

Ben

Portal Member
April 3, 2006
47
0
I guess I don't have the right source, no MixerStream.cs in my solution.

What would be the exact git url to get the right source?
 

Ben

Portal Member
April 3, 2006
47
0
Got it, but...
When I start mediaportal , I can see my music files, can click on them but nothing at all happens. (no message 'unable to play') .
So I figured maybe I should run the Configuration from the solution (as administrator) first
I get this error:

Unable to load DLL 'bass_wadsp.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)

just after InitializeComponent, what am I missing:

public MusicDSP(string name)

: base(name)



{

InitializeComponent();


// Init DSP specific vars

BassWaDsp.BASS_WADSP_Init(this.Handle);


}
 

Users who are viewing this thread

Top Bottom