20 May '13 - 00:05 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 
   Home   Help Search Login Register  
Pages: [1]
  Reply  |  Print  
Author Topic: create a custom spectrum (draw)  (Read 441 times)
spiritdead
Posts: 50


« on: 13 Sep '12 - 23:08 »
Reply with quoteQuote

sorry for this post but how to add a customized spectrum draw

 Private spectrum As New Un4seen.Bass.Misc.Visuals
 visorSpectrum.Image = spectrum.CreateSpectrumLine(stream, visorSpectrum.Width, visorSpectrum.Height, Me.color1, Me.color2, Color.Black, 8, 5, False, True, True)

this is for a default type spectrum, but how to add for a custom ?
Logged
radio42
Posts: 4012


« Reply #1 on: 14 Sep '12 - 07:36 »
Reply with quoteQuote

What do you mean by 'custom'?
The Bass.Net Visuals class provides the visuals as mentioned in the docs.
If you want to draw your own visuals, you can do that manually, e.g. by calling BASS_ChannelGetData to get the FFT sample data and do the painting yourself.
Logged
spiritdead
Posts: 50


« Reply #2 on: 14 Sep '12 - 11:42 »
Reply with quoteQuote

What do you mean by 'custom'?
The Bass.Net Visuals class provides the visuals as mentioned in the docs.
If you want to draw your own visuals, you can do that manually, e.g. by calling BASS_ChannelGetData to get the FFT sample data and do the painting yourself.

well i read read but now see this post :S
http://www.un4seen.com/forum/?topic=14045.0
Logged
Pages: [1]
  Reply  |  Print  
 
Jump to:  

Powered by SMF 1.1.18 | SMF © 2013, Simple Machines