Programming Languages: C#
License: GNU General Public License version 2.0 (GPLv2)
browse code,
statistics,
last commit on 2012-05-02
svn co https://cdgeditor.svn.sourceforge.net/svnroot/cdgeditor cdgeditor
You are correct. However, I need to write the code to do it (the loop itself) any user interface to allow you to choose what it should do and test that it actually works before I can release it. I'm guessing that lot will only take 2-3 hours, but I'm really snowed under with proper work at the moment, so I've not been to keep to do more in my spare time. I will do it though - reply back...
2012-05-10 04:10:06 PDT by darrylbaker
I appreciate that. I expect and hope that other users will as well. No rush ... there are always more important things to do especially nowadays. I don't really understand your description of the problem ... probably because a) I wouldn't call myself a programmer and b) I'm not familiar with the context i.e. the language you're writing in. I've done a few things in iBasic which seems to be the...
2012-05-06 10:32:40 PDT by blissland
I made a start on this functionality. It's quite straightforward, but requires a little more effort that I first thought (it'll need to recalculate the time indexes for the chunks after the deleted ones) and it's not very easy to do what you want at present because you'd have to recover the correct number of chunks first in order to be able to delete them - which seems counter intuitive. I'm...
2012-05-02 17:16:46 PDT by darrylbaker
darrylbaker committed revision 36 to the CDG Editor - Edit Karaoke CDG Files SVN repository, changing 2 files.
2012-05-02 16:47:27 PDT by darrylbaker
darrylbaker committed revision 35 to the CDG Editor - Edit Karaoke CDG Files SVN repository, changing 35 files.
2012-05-02 16:44:45 PDT by darrylbaker
darrylbaker committed revision 34 to the CDG Editor - Edit Karaoke CDG Files SVN repository, changing 2 files.
2012-05-02 16:43:48 PDT by darrylbaker
darrylbaker committed revision 33 to the CDG Editor - Edit Karaoke CDG Files SVN repository, changing 1 files.
2012-05-02 16:40:41 PDT by darrylbaker
Thank you very much. Just getting a reply is promising these days. I look forward to that version if and when you have a chance to write it.
2012-05-02 10:11:42 PDT by blissland
I see what you mean. I added the functionality to insert chunks but forgot to include the possibility of removing them. The current delete function simply turns the CD+G commands into unused sub-channel instructions (I refer to them as chunks). You can insert chunks, but you cannot remove them. The good news is that implementing this feature should be fairly simple. I can't promise...
2012-05-02 09:25:32 PDT by darrylbaker
I saw at least one post pointing this out for a different reason ... it seems to be really desirable to be able to shift a whole block of commands backward. The time gap function makes it easy to add delay but not to subtract. I tried cutting and pasting the same data but then every command moves to the next available position ... please forgive my lack of fluency with the jargon. In other words...
2012-05-01 14:10:09 PDT by blissland