18 May '13 - 23:02 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 
  Home Help Search Login Register  
  Show Posts
Pages: 1 ... 3 4 [5] 6
81  Developments / BASS / Re:Make Fadeout smoothly on: 22 May '04 - 18:34
Yeah..
No. the music not stop, its  suddenly cutoff (vocal) of ending
if ending not vocal it no problem.
First, I use default its mean Linear. I tried value fr 1000  to 4000
but, still cutoff of ending
I assume if I using trackbar manually slider by mouse, I can
do it then I tried use timer its can do too. ( i thinks you have fill).

Ok, so I tried use BASS_SetConfig( BASS_CONFIG_CURVE_VOL, logvol : boolean)
set to  logarithmic, its closer for I want.

How to get a Ideal using BASS_SetConfig( BASS_CONFIG_CURVE_VOL, logvol : boolean), I set BASS_SetConfig( BASS_CONFIG_CURVE_VOL,  1)..its right..?

Regards,

LuQ
ReplyReply Reply with quoteQuote
82  Developments / BASS / Make Fadeout smoothly on: 20 May '04 - 18:56
Hi...

Im using  BASS_ChannelSlideAttributes(Channel, -1, -2, -101, Value) to
Fadeout of Audio file, but its not Smooth.
My problem is, make Fadeout smoothly (linier)..?

if I use trackbar on timer its can do smooth (linier) not Cutoff of ending.
(i make to just compare with it)
Can help for this..?

Thanks a lot.

Regards,
LuQ
ReplyReply Reply with quoteQuote
83  Developments / BASS / Re:Bass Bug under XP on: 20 May '04 - 18:25
Hi...

I just tell to all of you
as far as Im fine run in OS 98SE/2K/WinXP.

I don't know to next time (I'll keep trying...) Grin

Best Regards,

LuQ
ReplyReply Reply with quoteQuote
84  Developments / BASS / Re:Bass on HD Audio v.1.0 on: 14 May '04 - 07:41
Yes Sebastian..that I mean..
it new Standart create by Intel
so what is Bass Support its?

Regards,
LuQ
ReplyReply Reply with quoteQuote
85  Developments / BASS / Bass on HD Audio v.1.0 on: 13 May '04 - 18:14
Hi Ian...

Would you like to explan what is Bass compatible with
new Audio codex (or something) HD Audio v.1.0
to Bass future...

I hope you know I mean... Grin

Thanks a lot
Regards,
LuQ
ReplyReply Reply with quoteQuote
86  Developments / BASS / Re:Load Bass.dll from other directory ? on: 13 May '04 - 17:11
yep...

Thanks for your hints..

Regards,
LuQ
ReplyReply Reply with quoteQuote
87  Developments / BASS / Re:Load Bass.dll from other directory ? on: 11 May '04 - 18:32
Hi Chris..

How about if using the Standard Wrapper (Bass.pas) ...?
I assume in C:\Mp3Player\system

Thanks a lot  Roll Eyes

Regards,
LuQ
ReplyReply Reply with quoteQuote
88  Developments / BASS / Re:sndvol32.exe command line... on: 7 May '04 - 10:55
just add parameter /r or /t (for single Volume like on tray)
like shell.....(hdl,open,sndvol32.exe, /r, ...blaaa )

in code

var
  MyVol: array[0..255] of Char;
const
  Size: Integer = MAX_PATH;
begin
  GetWindowsDirectory(MyVol, Size);
{if (ssRight in Shift) then }
  ShellExecute(
    Handle,
    'open',
    'sndvol32.exe',
    '/t',
    MyVol,
    SW_SHOWNORMAL);

end;

I hope this help..

Best,

LuQ




ReplyReply Reply with quoteQuote
89  Developments / BASS / Re:Spectrum Code? on: 5 Apr '04 - 12:50
okeh..."Master".... Cheesy

thanks alot to BigJim N Ian ....

Regards,

LuQ
ReplyReply Reply with quoteQuote
90  Developments / BASS / Re:Spectrum Code? on: 4 Apr '04 - 04:17
Ian..
it Exacly Yes that I mean,
but LIVESPEC example in C, but how about in delphi...
thanks alot before

Regards  Wink

LuQ


ReplyReply Reply with quoteQuote
91  Developments / BASS / Re:Spectrum Code? on: 2 Apr '04 - 06:35
yes that I mean..
and whatever or whatkind the player playing
the spectrum can read that output from Master Mix/ Stereo Mix

Thanks again...
Regards,

LuQ
ReplyReply Reply with quoteQuote
92  Developments / BASS / Re:Spectrum Code? on: 1 Apr '04 - 15:46
hi bigjim..

how can I get/read spectrum(IS) from MasterMix/Stereo Mix Output...without
from BASS_StreamCreateFile(....).  to playing. I mean, if get/read from other BASS players.

thanks alot before

Regards,

LuQ

ReplyReply Reply with quoteQuote
93  Developments / BASS / Re:BASS and Linux on: 13 Mar '04 - 16:59
ok..I will try that..

thanks alot   Wink

Best, LuQ
ReplyReply Reply with quoteQuote
94  Developments / BASS / Re:BASS and Linux on: 13 Mar '04 - 16:04
Hi KarLKoX

Thanks for you info..yes i need (win32 ) for everything bout soundcard s/n etc..
if you have a sample for it, would you like send me..
on DirectSoundEnumerate site use C++, i don't know port to delphi....

Best regards,

LuQ

ReplyReply Reply with quoteQuote
95  Developments / BASS / Re:BASS and Linux on: 12 Mar '04 - 06:21
hi ...
How to know get soundcard serial number,  i mean from hardware...
maybe you know where i get its...

Thanks alot

Best,

LuQ
ReplyReply Reply with quoteQuote
96  Developments / BASS / Re:Editing Wma Tags on: 10 Mar '04 - 04:55
I 'll waiting for that...and I hope get final soon..

Thanks before..

Best Regards

LuQ
ReplyReply Reply with quoteQuote
97  Developments / BASS / Re:Editing Wma Tags on: 9 Mar '04 - 18:22
Dana...
would you like to post it Id3v3 to me.
hei..I have improve Id3v2 from Jfaul then add new frame
like i want(not standart), Cue/Intro, sequen, starttime, endtime.

I think if you or delphianer  now make project like RadioDj or RadioOnAir its have beneficial...
I hope....

if you have that data from Tag file, it can fallin your "playlist database"
like Listview, listbox everything before you saveit or not then its can minimized of "BIG" database.
i like said the Tags is "mobile/Portable database"....one file have much info...


Best Regards

LuQ Cheesy
ReplyReply Reply with quoteQuote
98  Developments / BASS / Re:Fade in, fade out and mixing on: 4 Mar '04 - 05:06
Hi. Xp

You can searc in forum and you can found it..

Regards,

LuQ
ReplyReply Reply with quoteQuote
99  Developments / BASS / Re:directx plug-in on: 1 Mar '04 - 08:18
Hi Osmansys..

you can try this sample from Silhwan
http://user.chollian.net/~hsh/carriage/testdsp.zip

it's worked when I test..it OK.. thanks to Silhwan

Best,

LuQ
ReplyReply Reply with quoteQuote
100  Developments / BASS / Re:How Know the max gain of a stream on: 24 Feb '04 - 10:48
when I tried with new function..have a little faster..
but Nope..it fine...

oh I,ve repeat about my Question is ( its out from subject)
How to detect Intro..? I mean start on Vocal

Thanks a lot.

Best,
LuQ
ReplyReply Reply with quoteQuote
Pages: 1 ... 3 4 [5] 6
Powered by SMF 1.1.18 | SMF © 2013, Simple Machines