Terminating freeamp on failure to create UI

1999-08-25 Thread Michael Rich
pointers? Michael Rich http://alphax86dev.cjb.net

RE: bug it seems

1999-09-08 Thread Michael Rich
If your having to use drivers directly from Creative then that's probably your problem. I had simular (other than NT didn't crash) with a SB16 a while back where when you closed FA, it would disappear, but still show in task manager. I traced it down to somewhere in the sound card driver where

RE: ANNOUNCE: Win32 Beta of FreeAmp 2.0 available

1999-10-19 Thread Michael Rich
http://www.freeamp.org/download/FreeAmpSetup_2_0_beta1.exe * The new UI looks cool, but right off i didn't find a clearly defined option to open a MP3 file. I had to open another window just to select a file. Couldn't this be simplied down to just let them select a single file if they want to

RE: ANNOUNCE: Win32 Beta of FreeAmp 2.0 available

1999-10-19 Thread Michael Rich
* when i first selected my MP3, it scroll the filename across the window, subsequent times it actually displayed the correct title there. Did it not load the title on the initial load? Could you be more specific on this one? What steps did you take to make this happen? Here goes... Try to

2.0 docs for UI Plugins?

1999-10-19 Thread Michael Rich
work (that and everytime i would press stop on my plugin, i could never get the sound to ever work again from any app, i'd have to reboot :) Michael Rich http://alphax86dev.cjb.net http://www.cdx.sk/userwebs/zdrpg

RE: ANNOUNCE: New plugin available, and one left out

1999-11-10 Thread Michael Rich
Unfortunately updateing is only supported under win32 right now. linux has too many flavors to make it practical. Is it possible to get this update to work for the Alpha/NT version of FreeAmp also? Is the update smart enough to know not to download x86 binaries when running on the Alpha?

RE: freeamp port!

1999-12-06 Thread Michael Rich
My CPU is MIPS RM5231,are there some codes implement xingmp3 LMC use MIPS assemble language(FPU)? There is a regular C/C++ version of the decoder that I compile for the Alpha CPU version of FreeAMP, so as long as you have a C++ compiler, it should compile fine i'd think (minus any platform

RE: freeamp port!

1999-12-06 Thread Michael Rich
Can you mail to me? Thanks in advance. If just use c/c++ code, Do you think my MIPS CPU on STB can afford the decoding task? Patrick, There isn't anything special really, all you need to do is grab the latest (beta 4) source code (i used

Beta 5 nit

1999-12-09 Thread Michael Rich
to thereafter. I do agree that it should append to the playlist if one is playing, but if the track is stopped then it should play the new one added to the list. Michael Rich http://alphax86dev.cjb.net http://www.cdx.sk/userwebs/zdrpg ___ [EMAIL

Is the website down?

1999-12-23 Thread Michael Rich
I've been trying to connect to it to pull the 2.0 release code down and i can't access it. Is it just me, or is it really down? thanks Michael Rich http://alphax86dev.cjb.net http://www.cdx.sk/userwebs/zdrpg ___ [EMAIL PROTECTED] http

RE: [ANNOUNCE] FreeAmp 2.0 For AlphaNT and Debian Linux Package

2000-01-03 Thread Michael Rich
Thanks to the special efforts of Mike Rich and Brian M. Almeida we have new additions to the download page. Mike sent us the the latest version as an installer for AlphaNT while Brian put together a package for Debian users. Mark, I don't see either the AlphaNT 2.0 or the Debian 2.0

I'm having problems with 2.0.1

2000-01-21 Thread Michael Rich
on, nothing like this has happened before. Another thing I've noticed is that the registry is building two sets of keys now, one under EMuic, and another under FreeAmp. Which one is for real now? Michael Rich http://alphax86dev.cjb.net http://www.cdx.sk/userwebs/zdrpg

RE: I'm having problems with 2.0.1

2000-01-21 Thread Michael Rich
Second, the FreeAmp prefs should only be creating a FreeAmp registry entry. check your config.h to see if it says EMusic anywhere... I might have screwed up a checkin did you build from the zip file or cvs? I just checked the config.h and its fine, it looks identical to config.win32.

RE: Compile error in latest Win32 sources

2000-02-09 Thread Michael Rich
The docs still say that MSVC 5.0 or higher is required. Has the requirement now moved to MSVC 6.0 for some modules? Best bet is to just update your DirectX SDK files to 7.0a to be sure you have the latest headers/libraries. But you are correct in that VC5 ships with old headers/libs. mike

RE: Wave output plugin

2000-02-24 Thread Michael Rich
the direct sound plugin is not as efficient as the soundcard plugin. it invloves an extra memcpy. i would use the soundcard plugin as your model if i were you. The structure is what I was really wanting the most because all i should be doing is taking the output buffer data and writing it

Custom preferences dialog

2000-02-25 Thread Michael Rich
What is the recommended way to show a perference dialog for an output plugin? I need to ask for a directory to write the files to, and also hopefully in the future to allow the user to select the type of output file (WAV, AIFF, etc). Can anyone give me any tips on this? thanks Michael Rich

RE: DiskOut Output Plugin v0.0.1

2000-02-26 Thread Michael Rich
In each PMO, there is a function called: void HandleTimeInfoEvent(PMOTimeInfoEvent *pEvent); Hmm, it appears the function is still in the code left over from where i based it on the DirectSound plugin. Maybe I've not updated the variables properly. I'll do a check against the

Download Manager Exception

2000-02-29 Thread Michael Rich
e ignoring it, or maybe Windows is ignoring it. Any ideas on what could be wrong before I got through the painful task of building a debug version of the files? FWIW, this is with the latest 2.0.4 version that was just released. Michael Rich http://alphax86dev.cjb.net http://www.cdx.sk/user

RE: Download Manager Exception

2000-03-01 Thread Michael Rich
I haven't heard or seen anything about that. Please do build the debug version and let us know what you can dig up... I'll try to look into it, but I have verified its at least been there seens 2.0.1, don't know how I managed to not find it until now though because all you have to do is click

RE: Installation

2000-03-06 Thread Michael Rich
Using InstallerVise would basically terminate my ability to generate an Alpha setup executable since they do not have an Alpha version of their product. I've asked them before about it, but they said it wasn't a high priority item, and that was before the big crash last August where AlphaNT was

RE: Installation

2000-03-06 Thread Michael Rich
Great. Now all we need is a Mac version. ;) huh? There is a Mac version last time I knew. http://www.mindvision.com/index1.html Is this not available for shareware/freeware use also? mike ___ [EMAIL PROTECTED]

Found floating point problem

2000-03-02 Thread Michael Rich
at. Guess some error checking needs to be added to make sure the line is not executed (or percent just get set to 0). Anyone verify if this also happens on x86 CPUs and whether it ignores it or not? Michael Rich http://alphax86dev.cjb.net http://www.cdx.sk/userwebs/zdrpg

RE: Found floating point problem

2000-03-02 Thread Michael Rich
i will make the change in our code base. for the alpha version of 2.0.4 just make this change: if(total) percent = (uint32)recvd/total*100; else percent = 0; Done, i'm rebuilding the binaries now and I'll upload the setup soon after it finishes. mike

Shoutcast streams / song names

2000-03-09 Thread Michael Rich
When using FreeAmp to play a Shoutcast stream, why does it not display the name of the song that is currently playing? Is it an option I have to enable, or does it simply not support it? Michael Rich http://alphax86dev.cjb.net http://www.cdx.sk/userwebs/zdrpg

RE: DiskOut Output Plugin v0.0.1

2000-03-16 Thread Michael Rich
I downloaded and massaged your code for a while. Its now checked in CVS. Good deal Mr. Mayhem Chaos Coord because I was sure running low on time due to apartment searching and moving that I have coming up in a few weeks. I'll pull down the cvs so I can take a peek at the updated code. mike

RE: DiskOut Output Plugin v0.0.1

2000-03-16 Thread Michael Rich
Ok, I'm in the process of porting it to Linux, so expect more changes. :-) Speaking of Linux, I hope to get my a Alpha Personal Workstation after I get moved into my new place, so my current AlphaStation will probably be a fulltime AlphaLinux, or maybe AlphaFreeBSD once I can learn the

404 on website

2000-03-16 Thread Michael Rich
http://www.freeamp.org/bodies/download.html Down the the compilation section, the _development_ link leads to a 404 error. Michael Rich http://alphax86dev.cjb.net http://www.cdx.sk/userwebs/zdrpg ___ [EMAIL PROTECTED] http://www.freeamp.org/mailman

RE: WavOut Plugin

2000-03-16 Thread Michael Rich
Can I suggest that we rename it when we move to the new plugin architecture for 3.0? At that point we'll also have an improved options system that will allow for the things that you're planning for. Is that reasonable? Quite reasonable because if I remember, the customize dialogs for

RE: DiskOut Output Plugin v0.0.1

2000-03-16 Thread Michael Rich
My last check in was at Fri Mar 17 4:22:41 2000 (GMT). Which is about 40 minutes ago... I updated my code and it still seems to be working just fine. Both the Amorphis and Arch Enemy MP3s decoded nicely into WAV files. The StuffFourChars function you added is exactly what I was thinking was

RE: DiskOut Output Plugin v0.0.1

2000-03-17 Thread Michael Rich
I'm returning the value of the pointer, not the pointer itself, so everything is ok. Your right, i overlooked that. I changed the way the volume works -- I'm using the same code that the normal soundcard uses to control volume. Can both of you mess with the volume slider and see if

RE: DiskOut Output Plugin v0.0.1

2000-03-17 Thread Michael Rich
More bad news. FreeAmp did not close after I clicked the [x]. It disappears, but it still shown as running in Task Manager, so I have to do an End Task to get rid of it. This was simular to what happened to me when I ran WinNT4.0 SB Live! at home, so it maybe related to the drivers to, but I

FreeAmp for AlphaNT

2000-05-07 Thread Michael Rich
Mark, did you get my message I sent you earlier last week about me uploading the AlphaNT build of 2.0.7? If you didn't, let me know and I'll email you the url to the binaries again. Michael Rich http://www.alphax86.com http://www.cdx.sk/userwebs/zdrpg

RE: Again about NASM.BAT

2000-05-28 Thread Michael Rich
I would just copy NASMW.exe to NASM.exe... it could be argues that I should make the change in the project to reference NASMW.exe instead. What do you guys think? It would make the setup for new users easier, right? FWIW, i use nasmw myself, i just edited the project settings and added a w

RE: Modifying help files

2000-05-31 Thread Michael Rich
For the Window's builds I use a software tool called RoboHelp. It's not an "open source" program. However any help I build with it is licensed for Couldn't she do an export to RTF or HTML from RoboHelp? It has to support that kind of stuff, and then maybe the files could be used in the

RE: [ANNOUNCE] FreeAmp 2.1 beta 3

2000-06-01 Thread Michael Rich
We have fixed a lot of the baddies in beta 1 but rumor has it there are still bugs lurking in our beloved product... please pound on this and let us know about them. Does this mean I can't watch the thread count for freeamp.exe jump to over 100 anymore? :) mike