BassNet+Bass+BassCD Play issue

Started by AudioVideo,

AudioVideo

Hi
I've used the samples and made a vb.net WinForms app to play audio Cds.
The problem is with the visualizer that uses a PictureBox and Graphics.DrawLine to draw in a timer.
When the app is set to highdpi, the visualizer will not fill the PictureBox completely, especially in width.
Any tips please?

radio42

Nop, the samples are not highdpi aware, but use pure pixels without scaling.
i.e. you might need to implement your own visualizer...