home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Support
Watch / Listen Media
Listen Music
Winamp Visualisations. Finally :-)
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="BassFan" data-source="post: 771425"><p><strong>AW: Re: Winamp Visualisations. Finally <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></strong></p><p></p><p></p><p></p><p>i have checked your file </p><p>has the same effect as mine no any difference (File self to)</p><p></p><p>Yes!</p><p>upmix to 5.1 with same song has a big difference.</p><p>allways more beat <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p><p></p><p>i think is a question how Helmut send the stream to BassVis </p><p>i can change the spectrum sensitivity in BassVis .. </p><p>also from 32 to 8192 Sample to</p><p></p><p>32 * 256 Sample to </p><p></p><p>greets</p><p></p><p><strong>EDIT:</strong></p><p>ok i have show in the source again..</p><p>and missing the function BASSVIS_SetOption for set the FFT Value.</p><p></p><p>any like this!</p><p></p><p>[CODE] private void sliFFTSpectrum_ValueChanged(object sender, EventArgs e)</p><p> {</p><p> if (mVisParam.Kind == BASSVISKind.BASSVISKIND_WINAMP)</p><p> {</p><p> BassVis.BASSVIS_SetOption(mVisParam, BASSVIS_CONFIGFLAGS.BASSVIS_CONFIG_FFTAMP, Convert.ToInt32(sliFFTSpectrum.Value));</p><p> lblFFTSensitivityVal.Text = (sliFFTSpectrum.Value * 32).ToString();</p><p> }</p><p> }[/CODE]</p><p></p><p><strong>EDIT2:</strong></p><p>i will go to XP and added this self then upload a new Core.dll</p><p>only for testing without set upmix 5.1 to</p><p></p><p>greets</p></blockquote><p></p>
[QUOTE="BassFan, post: 771425"] [b]AW: Re: Winamp Visualisations. Finally :-)[/b] i have checked your file has the same effect as mine no any difference (File self to) Yes! upmix to 5.1 with same song has a big difference. allways more beat :) i think is a question how Helmut send the stream to BassVis i can change the spectrum sensitivity in BassVis .. also from 32 to 8192 Sample to 32 * 256 Sample to greets [B]EDIT:[/B] ok i have show in the source again.. and missing the function BASSVIS_SetOption for set the FFT Value. any like this! [CODE] private void sliFFTSpectrum_ValueChanged(object sender, EventArgs e) { if (mVisParam.Kind == BASSVISKind.BASSVISKIND_WINAMP) { BassVis.BASSVIS_SetOption(mVisParam, BASSVIS_CONFIGFLAGS.BASSVIS_CONFIG_FFTAMP, Convert.ToInt32(sliFFTSpectrum.Value)); lblFFTSensitivityVal.Text = (sliFFTSpectrum.Value * 32).ToString(); } }[/CODE] [B]EDIT2:[/B] i will go to XP and added this self then upload a new Core.dll only for testing without set upmix 5.1 to greets [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
Watch / Listen Media
Listen Music
Winamp Visualisations. Finally :-)
Contact us
RSS
Top
Bottom