Re: Please, I need help/suggestions/ideas with audio streaming forMIDI preview

2010-09-22 Thread Francisco Zarabozo
Thank you very much for your comments Michael. Francisco -- From: "Michael Ludwig" Sent: Thursday, September 23, 2010 1:08 AM To: Subject: Re: Please, I need help/suggestions/ideas with audio streaming forMIDI preview > Hi Francisco, > > this do

Re: Please, I need help/suggestions/ideas with audio streaming for MIDI preview

2010-09-22 Thread Michael Ludwig
Hi Francisco, this doesn't seem to have much (or anything) to do with Perl, but read my comments below. Francisco Zarabozo schrieb am 22.09.2010 um 18:24 (-0500): > So, I need to create a mp3 with the recorded midi file on it. Right > now, I'm using a command line utility that can convert midi f

Please, I need help/suggestions/ideas with audio streaming for MIDI preview

2010-09-22 Thread Francisco Zarabozo
Hello All, I will really appreciate any ideas or suggestions with this problem, if anyone can help, please help. :-) I'm working on a website (everything is working with mod_perl 2 and Perl 5.10 on Windows Server 2003 with Apache 2.2) that hosts thousands of midi files and I need to create a

Re: Reading a line as an array

2010-09-22 Thread zilore mumba
Brian, Thanks, the code you sent does exactly what I want. Thanks for your time and thanks to all those who looked at my code. Zilore - Original Message From: Brian Raven To: activeperl@listserv.activestate.com Sent: Wed, September 22, 2010 10:57:40 AM Subject: RE: Reading a line as an

RE: Reading a line as an array

2010-09-22 Thread Brian Raven
zilore mumba <> wrote: > Excuse me for the missing attachments. As I composed the mail in > gmail which is not recognised on the mailing list. The attachments > are now included. The main problem with your code, in addition to Jusin's point about file handle naming, is with the line: my @ra

Re: Reading a line as an array

2010-09-22 Thread zilore mumba
Justin, Thank you very much indeed for your suggestion. First I changed the file naming as you pointed out (In for initial input). The code works, except for one small snag, which is really due to me. The code with your suggestion below. The "print OUT '$rain[0], $rain[1]';", prints "$rain[0], $r