GCD on the fly!!!

I read on SprintUsers.com forum someone had a PHP script that could convert GCD on the fly.. You just place a script in the webserver and everything else was done for you!!!!

I have emailed them but I havnt recieved a reply :(

I cant find the script anywhere but I think its PHP.. If anyone can help.. please do!!!!

Im sure ALOT of people will appreciate it :-)

GCD on the fly!!!

The Uploader here at SprintDevelopers will create GCDs on-the-fly. For example, if you upload a bare MIDI file the Uploader will create the GCD file for you and send it to your phone. The Uploader even creates JADs.

What do you mean by "convert GCD"?

GCD on the fly!!!

I know its not really converting GCD... Its more creating one...

I mean all I have to do is just drag and drop a MIDI and a GCD is created for me... Its for a website... I dont want to use this websites uploader 2000 times.. That would take way to long!

GCD on the fly!!!

OK, I understand. You have a directory full of MIDI files and you want to generate a whole bunch of GCD files to go with them.

If I just type DIR at a DOS prompt, I get listings like this:
[code:1:d60db87aa7]05/28/2004 02:08 PM 24,728 All_Star.mid
05/28/2004 02:11 PM 48,315 California.mid
05/28/2004 02:02 PM 69,799 Fernando.mid
05/28/2004 02:07 PM 50,071 Hell.mid
05/28/2004 02:09 PM 39,553 Peaches.mid[/code:1:d60db87aa7]
With some clever search and replace macros, you could probably get MS Word to generate GCD files just from a directory listing like that. All you need is the file extension (to determine MIME type) and the file size (in bytes).

I'm sure you'd rather have a neat utility to do the job. That shouldn't be too hard to write, but you need a language like Perl or Python. I can certainly imagine a Perl script that would operate on a single file or an entire directory and automatically create GCD files for everything. I'd start by installing ActivePerl from http://activestate.com if you don't have it already.

GCD on the fly!!!

Well I have no clue how to do that.. but thanks!! Im sure theres alot of people who can use that:)

I did find software called GCD creator at sprintusers.com ..

Its nice but there are some features that would be nice.. I emailed the creator but havnt heard a response..

GCD SCRIPT!! :-) :-) :-)

Okay so I got a gcd script but its PHP and I dont know how to put that into my site.. I guess I jut put it in the directory with my midis but is that all??

Hope someone can help me!!

Thanks