RE: audio questions

2007-02-19 Thread Jack D
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > > # This should work for you... > use Tk; > use Win32::MultiMedia::Mci; > > my $mci; > my $mw=tkinit; > my $start = $mw->Button(-text=>'Start',-command=>\&start)->pack; > my $stop = $mw->Button(-text=>'S

RE: audio questions

2007-02-19 Thread Jack D
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Spencer Chase > Sent: Monday, February 19, 2007 12:36 PM > To: perl-win32-users@listserv.ActiveState.com > Subject: audio questions > > Greetings perl-win32-users, > > The recent discussion of a

RE: audio questions

2007-02-19 Thread Henry Hartley
Spencer Chase wrote: >> >> The recent discussion of audio on the PC has me thinking again >> about something I have been trying to do for years. I want to >> play MIDI files from a perl TK script. I don't have any experience with this but Win32API::MIDI looks promising. -- Henry ___

audio questions

2007-02-19 Thread Spencer Chase
Greetings perl-win32-users, The recent discussion of audio on the PC has me thinking again about something I have been trying to do for years. I want to play MIDI files from a perl TK script. I have checked out all of the modules available on CPAN and nothing does what I want. There are issues wit

RE: AudioFile::Info and plugins.yaml

2007-02-19 Thread Henry Hartley
Thanks. That worked perfectly. -- Henry -Original Message- From: Tobias Hoellrich [mailto:[EMAIL PROTECTED] Sent: Monday, February 19, 2007 2:03 PM To: Henry Hartley; perl-win32-users@listserv.ActiveState.com Subject: RE: AudioFile::Info and plugins.yaml Here you go: cut here

RE: AudioFile::Info and plugins.yaml

2007-02-19 Thread Tobias Hoellrich
Here you go: cut here -- C:\>type \perl\site\lib\AudioFile\plugins.yaml --- AudioFile::Info::MP3::Tag: pure_perl: 1 read_mp3: 1 read_ogg: 0 write_mp3: 1 write_ogg: 0 default: mp3: name: AudioFile::Info::MP3::Tag score: 100 C:\> cut

RE: AudioFile::Info and plugins.yaml

2007-02-19 Thread Henry Hartley
I'm logged in with an administrator account. I've tried uninstalling the two plugins (leaving AudioFile::Info installed), and reinstalling them thinking perhaps they need to be installed in the proper order. No help. I uninstalled them again and created an empty file and reinstalled and still no

RE: AudioFile::Info and plugins.yaml

2007-02-19 Thread Tobias Hoellrich
Hmm - I installed and used AudioFile::* in the past and I don't recall having an issue like you describe below. The individual "plugins" for AudioFile::Info are supposed to register themself during installation. They will read and write the plugins.yaml file that you refer to below. Look at this

AudioFile::Info and plugins.yaml

2007-02-19 Thread Henry Hartley
I've just installed AudioFile::Info::MP3::Tag and AudioFile::Info::MP3::Info. That also caused AudioFile::Info to be installed, which is what I expected. When I try to use the module, however, I get the following error message: YAML Error: Couldn't open C:/Perl/site/lib/AudioFile/plugins.yaml f