Author Topic: BASS_CDG  (Read 51044 times)

fishbox

  • Posts: 13
Re: BASS_CDG
« Reply #50 on: 26 May '11 - 17:22 »
Thank you, Sharky08.

I will be implementing this in my project soon. I have two questions:

1. On the original karaokedotnet Code Project, some one wrote a message about adding a sync adjustment in case lyrics and music are offset incorrectly

From Code Project:
Quote
hanks for the reply.
 
I figured it out yesterday . . easier than I thought.
 
Real time CDG Timing . . . .
 
On the player form -
place a new label and name it lblTiming
place a new numericupdowncontrol and name it nudTiming

change the following line -
 
mCDGFile.renderAtPosition(pos)
 
to
 
mCDGFile.renderAtPosition(pos - (nudTiming.Value * 100)) 'change 1/10 of a second each value
 
simply subtract the nudTiming value from the current mCDGFile.renderAtPosition(pos) value
 
Now . . on to figuring out real time pitch change without using the Bass dll

Can this be done easily in your implementation of the project? I imagine it would require another .NET exposed setting for "nudTiming" if it were to be used in BASS .NET. It would be very useful!

2. Can you skip to a different part of the karaoke song while it's playing and still have audio lyric sync?

Thank You!

fishbox

  • Posts: 13
Re: BASS_CDG
« Reply #51 on: 1 Jun '11 - 20:32 »
Oh yeah, Can I run two windows (one on main app page, one on second screen full size) showing same lyrics of the same song in sync? Using a different plugin, I had lockup and slow scroll issues with that. Thank you!

Ionut Cristea

  • Posts: 1559
Re: BASS_CDG
« Reply #52 on: 2 Jun '11 - 06:27 »
  Yes you can, but only on user draw mode. You just get current playback Bitmap and draw that bitmap on how many windows you wish.

Regards,
Ionut

Ionut Cristea

  • Posts: 1559
Re: BASS_CDG
« Reply #53 on: 25 Jun '11 - 21:21 »
  A little update to BASS_CDG  ;D

+ Video rendering is done with Directdraw7(better performance)
+ Some A/V sync issues fixed


Check first post for download link.


Best regards,
Ionut

Thomas Bernhed

  • Guest
Re: BASS_CDG
« Reply #54 on: 19 Aug '11 - 20:28 »
I downloaded the latest version of BASS_CDG, but I can“t get the "Demo C++.exe" to show the lyrics. The music is playing without problems. The "Demo.exe" both plays the music and shows the lyrics correct.

Do I need to add any other files for the c++ example to work or am I doing something wrong?

Thanks in advance.

//Thomas

Ionut Cristea

  • Posts: 1559
Re: BASS_CDG
« Reply #55 on: 19 Aug '11 - 21:18 »
Sorry for inconvenience, the C++ demo wasn't updated with the latest BASS_CDG version. You may check the Delphi version until i update the package.

Ionut Cristea

  • Posts: 1559
Re: BASS_CDG
« Reply #56 on: 12 Nov '11 - 22:06 »
  BASS_CDG package updated. Fixed some bugs :D

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

mkmr

  • Posts: 4
Re: BASS_CDG
« Reply #57 on: 21 Sep '12 - 16:37 »
Can someone re-upload it, i have been searching for a few hrs (google/here) and every single link is dead. I really want to test this plugin.

gingermagician7

  • Posts: 2
Re: BASS_CDG
« Reply #58 on: 22 Sep '12 - 22:01 »
Can someone re-upload it, i have been searching for a few hrs (google/here) and every single link is dead. I really want to test this plugin.

I had a problem with this where the Plugin is holding the CDG file open until you close your application. I contacted the developer and I believe that he is bringing out a new version that will run under DShow/xVideo plugin.

Unfortunately I don't think I can wait now and I have reverted to code that I wrote a while back that handles the graphic tiles within the CDG file. I am in the process of modifying this into a Delphi class - could be a wee while in the conversion but the original code allowed for time delays in the Lyric

Regards,
Ally

MrBoo

  • Posts: 3
Re: BASS_CDG
« Reply #59 on: 19 Oct '12 - 16:09 »
Hello,  I'm new here and I am interested in this add-on.  Will it be continued or has it been incorporated into the direct show.  I've downloaded that and I haven't got it to work as of yet.  I'm used to VB.net and the breakpoints don't work in the demo package on form.cs.  I know, two different issues..  Sorry..  and Thanks!!

Ionut Cristea

  • Posts: 1559
Re: BASS_CDG
« Reply #60 on: 19 Oct '12 - 16:48 »
  Hi,


This addon has been incorporated in BASS_DSHOW, and will not be continued as BASS_CDG

MrBoo

  • Posts: 3
Re: BASS_CDG
« Reply #61 on: 19 Oct '12 - 17:41 »
Thank you very much.  The downloads\xVideo.NET.zip demo works (BASS_DSHOW.zip did not) and gives me a good idea of what it is capable of. 

dilmar

  • Posts: 16
Re: BASS_CDG
« Reply #62 on: 9 Oct '22 - 18:51 »
Hello,
i need bass_cdg for delphi 32 and 64 bit, but i can't find it! can you help me?