25 May '13 - 18:26 *
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] 2 3 4  All
  Reply  |  Print  
Author Topic: BASS_CDG  (Read 18877 times)
Ionut Cristea
Posts: 1377


« on: 27 Sep '10 - 20:17 »
Reply with quoteQuote

  Hello all.
  I want to present for you a new addon for BASS. This addon will be able to play any CDG karaoke file.
  This addon is freeware.

                                                              Latest 13 November 2011
-better A/V sync
-video rendering is done with Directdraw7(better performance)


Download x86:http://surodev.com/downloads/BASS_CDG.zip



Quote
Latest(29 September 2010)
 - added option to get current bitmap
 - added support for user drawing(see the demo).

 
Quote
Latest(28 september 2010):
-UNICODE support
-BASS_FX support
-work as a BASS plugin

Download:(Delphi and C++ headers included)

x86:http://surodev.com/downloads/BASS_CDG.zip

x64:http://surodev.com/downloads/BASS_CDGx64.rar

  
« Last Edit: 12 Nov '11 - 22:07 by Ionut Cristea » Logged
ken
Posts: 630


« Reply #1 on: 27 Sep '10 - 22:40 »
Reply with quoteQuote

I like it, works fine, keep up the work. 

a few suggestions.
- Play "zip" files (mp3 & cdg zipped)
- Sync playback when position is changed.
- Sync playback when pitch/temo (bass_fx) is changed.

/Ken
Logged
Ionut Cristea
Posts: 1377


« Reply #2 on: 28 Sep '10 - 10:20 »
Reply with quoteQuote

  BASS_CDG as BASS plugin  is ready Grin

-UNICODE support
-BASS_FX support
-easy CDG play Grin

EXAMPLE:

  
Quote
 BASS_PluginLoad("BASS_CDG.DLL",0);
  chan:=BASS_StreamCreateFile(false,"myfilename.cdg",0,0,0);
  BASS_CDG_SetVideoWindow(chan,myHWND);
  BASS_ChannelPlay(chan);
 The Package contains C++ and Delphi headers and examples. Maybe someone could translate the header for VB. Also if radio42 have time to implement this new BASS addon in BASS.NET it will be great.
  Also, if anyone want more features for this addon please send me a PM.

                  http://www.surodev.com/BASS_CDG.zip

                 Thanks,
                 Ionut Cristea.
Logged
Ionut Cristea
Posts: 1377


« Reply #3 on: 28 Sep '10 - 15:46 »
Reply with quoteQuote

  A little update Grin

-Fixed bug when changing the video window display.

* BASS_CDG.rar (68.06 KB - downloaded 32 times.)
Logged
Ionut Cristea
Posts: 1377


« Reply #4 on: 29 Sep '10 - 15:26 »
Reply with quoteQuote

  New version.

- added option to get current bitmap
- added support for user drawing(see the demo).

http://www.surodev.com/BASS_CDG.zip
Logged
Ionut Cristea
Posts: 1377


« Reply #5 on: 29 Sep '10 - 17:02 »
Reply with quoteQuote

  A x64 version is also available:
http://www.surodev.com/BASS_CDGx64.rar
       

   Thanks,
   Ionut Cristea.
 
Logged
Norbert Stellberg
Posts: 70


« Reply #6 on: 29 Sep '10 - 17:55 »
Reply with quoteQuote

Hello,

good job. This was, was I missed on MP3 karaoke files.
Thanks.
A little problem.
I does use it with Delphi 7
When I start a CDG file it is bumping. (flickering)
What can I do?

with best regards
Norbert
Logged
Norbert Stellberg
Posts: 70


« Reply #7 on: 29 Sep '10 - 18:53 »
Reply with quoteQuote

Hello,

forgot it, what I wrote. Sorry. I saw the new version after I wrote my message.
Now it works perfect. Thanks.
with best regards
Norbert
Logged
radio42
Posts: 4012


« Reply #8 on: 29 Sep '10 - 20:04 »
Reply with quoteQuote

I'll add that to Bass.Net very soon!
Logged
Ionut Cristea
Posts: 1377


« Reply #9 on: 30 Sep '10 - 08:14 »
Reply with quoteQuote

Quote
Hello,

forgot it, what I wrote. Sorry. I saw the new version after I wrote my message.
Now it works perfect. Thanks.
with best regards
Norbert

I'm glad to hear this Grin

Quote
I'll add that to Bass.Net very soon!

 Thanks.
Logged
Ionut Cristea
Posts: 1377


« Reply #10 on: 1 Oct '10 - 06:45 »
Reply with quoteQuote

  Fixed bug when BASS_CDG can't find a mp3,wav,flac or wma song to render.

* BASS_CDG.zip (68.09 KB - downloaded 26 times.)
Logged
Ionut Cristea
Posts: 1377


« Reply #11 on: 2 Oct '10 - 11:18 »
Reply with quoteQuote

  Here is a nice tutorial using BASS_CDG addon in Delphi. I hope you'll like it.
http://www.delphi-zone.com/2010/10/how-to-make-your-own-cdg-karaoke-player-cdg/
Logged
OldUser
Guest
« Reply #12 on: 2 Oct '10 - 14:30 »
Reply with quoteQuote

Original source and information to the Author here
http://www.codeproject.com/KB/audio-video/karaokedotnet.aspx

written in Vb.NET with Bass and BassFx
Author Ron Schuler

greets
Logged
Ionut Cristea
Posts: 1377


« Reply #13 on: 2 Oct '10 - 14:47 »
Reply with quoteQuote

 
Quote
Original source and information to the Author here
http://www.codeproject.com/KB/audio-video/karaokedotnet.aspx

written in Vb.NET with Bass and BassFx
Author Ron Schuler

greets

   I don't tink so Grin
If you looked carefull you'll see that BASS_CDG is full C++ and the Ron Schuler source is .NET.
   Cheers,
   Ionut Cristea.
Logged
OldUser
Guest
« Reply #14 on: 2 Oct '10 - 14:53 »
Reply with quoteQuote

i can translate it in 20 Min t C++
see your sample Picture and the Picture of NET
definitiv the same as source from Ron Schuler

do publish any the make publish the original user of this source
Thank You your appreciate the work of other people

sorry for my Bad english
PS... i have written a replay on your tutorial
http://www.delphi-zone.com/2010/10/how-to-make-your-own-cdg-karaoke-player-cdg/
Please read
http://www.opensource.org/licenses/gpl-3.0.html

greets
Logged
Ionut Cristea
Posts: 1377


« Reply #15 on: 2 Oct '10 - 15:03 »
Reply with quoteQuote

Quote
i can translate it in 20 Min t C++

Good for you...
Quote
ee your sample Picture and the Picture of NET
definitiv the same as source from Ron Schuler

That so?
So please tell me:
What media player is this Winamp or XMPlay ?
http://bluenexus.com.au/dev/temp/wamodern-NightVision_thumb.png
Also look here:
http://www.un4seen.com/forum/?topic=11842.0
Quote
Thank You your appreciate the work of other people
I always apreciate the other people works...but it seems that you don't. Just tink.

Oh...and not to forget...don't be so macho over this forum...you have done the same thing when i first release BASS_DSHOW. So...please tell do you have something with me and my work or what? 
Logged
OldUser
Guest
« Reply #16 on: 2 Oct '10 - 15:07 »
Reply with quoteQuote

i will send a abuse report to the Author
and on codeproject that your pubish stolen sourcecode from other user
without permission of it.

ADMIN! you can delete this messages now.
no problem for me.

greets
Logged
Ionut Cristea
Posts: 1377


« Reply #17 on: 2 Oct '10 - 15:10 »
Reply with quoteQuote

  And one more thing..
If my source code produce almost the same results like Ron Schuler code don't mean that is exacly it's source. capiche?

Quote
i will send a abuse report to the Author
and on codeproject that your pubish stolen sourcecode from other user
without permission of it.

ADMIN! you can delete this messages now.
no problem for me.

greets

  Ok...send..go ahead. You don't scared me. Thanks
« Last Edit: 2 Oct '10 - 15:14 by Sharky08 » Logged
OldUser
Guest
« Reply #18 on: 2 Oct '10 - 15:37 »
Reply with quoteQuote

That is what i mean!!!

I would like to thank:

•Nikolay Nikolov for writing the original CDG code in C++
•The authors of the BASS sound library
•Anyone else whose code snippets I may have borrowed

i hope you undertstand
Logged
Ionut Cristea
Posts: 1377


« Reply #19 on: 2 Oct '10 - 16:15 »
Reply with quoteQuote

  OK...i want to thanks because you are are not a match with me: Grin
Quote
•Nikolay Nikolov for writing the original CDG code in C++
•The authors of the BASS sound library
•Anyone else whose code snippets I may have borrowed
 
Logged
Pages: [1] 2 3 4  All
  Reply  |  Print  
 
Jump to:  

Powered by SMF 1.1.18 | SMF © 2013, Simple Machines