Re: About .... everything

2000-06-01 Thread Mayhem Chaos Coordinator
I found freeamp recently and i really love it. I'm glad you like it. Except for its numerous bugs and 20% more time consuming it beats winamp undoubtedly. Speed isn't something you should worry about (too much) but bugs maybe you should clear all bugs before implementing new

Re: after compile in VC6++

2000-06-01 Thread Mayhem Chaos Coordinator
"Error, there isn't this file VSC6OD.dll", obviously if I had this file I can run without problem, but if I want redistribuite it to all my friends, all they will need this file, how can I do to fix it (for dont asking for this file)? If you choose your build target to be the NASM Release

Re: Support for other file formats

2000-05-26 Thread Mayhem Chaos Coordinator
We've recently added support for Vorbis (http://www.xiph.org) and I will also write a plugin that will do WAV files. However, that's the extend of it right now --ruaok Hindsight is always 50/50. Robert Kaye -- [EMAIL PROTECTED] http://www.emusic.com - Original

Re: Localization

2000-05-01 Thread Mayhem Chaos Coordinator
We don't have any plans at this point in time. I very much would like to see something like this, but unfortunately it is not a pripority for us at the moment. If someone would like to jump in and help us out with this, we would greatly appreciate it and we would be more than willing to help you

Re: new version of id3lib available

2000-04-17 Thread Mayhem Chaos Coordinator
I had heard remours that, starting with version 2.1, freeamp was planning on using id3lib for its tagging needs. If this is not the case, please let me know. If this is the case, I'd like to briefly take this opportunity to [snip] You'll notice that I've listed freeamp as a project that

Re: Stripping out the code to get just teh playing functionality

2000-04-07 Thread Mayhem Chaos Coordinator
The decoder lives in the lmc/xingmp3 directory. In the towave.c file you'll find example code on how to use the decoder. The streaming stuff can be found in io/obs and io/http. What are you going to use this for, if you don't mind me asking? --ruaok Hindsight is always 50/50.

Re: DiskOut Output Plugin v0.0.1

2000-03-17 Thread Mayhem Chaos Coordinator
I just loaded up the 2.0.5 release and select the DSound plugin. I get no sound whatsoever, the volume bar is locked at 100 and i can't move it at all. If I try to move the seek bar, it keeps resetting to the beginning and starts playing again. Never have I heard a single note from the

Re: Documentation on debug functionality? Also, dev FAQ?

2000-03-17 Thread Mayhem Chaos Coordinator
Hi. Is there any documentation on the debug functionality? I looked in player.cpp for relevant command-line options (none), and in debug.h and debug.cpp. How do I turn it on? Not really -- the function Debug_v() is a function that I use as a replacement to printf(). This is my primary

Re: Windows NT sound interface code

2000-03-16 Thread Mayhem Chaos Coordinator
Now, I am ready to start debugging dual-processor NT hangs that I've been experiencing. I figure I will start with the Windows PMO, but first I have some questions: Dual processor NT with a SB Live! card? If so, do you have another card that you might stick in there just to see if the SB

Re: Windows NT sound interface code

2000-03-16 Thread Mayhem Chaos Coordinator
Well... :) The PMO model does not mesh well with DirectSound, nor are you happy with the soundcard PMO. Would generalizing the PMO model help at all? Yes, we plan to do that for 3.0... --ruaok Freezerburn! All else is only icing. -- Soul Coughing Robert Kaye -- [EMAIL PROTECTED]

Solaris!

2000-03-16 Thread Mayhem Chaos Coordinator
Running a dual P-III 600 with SBLive, work fine with FreeAmp, however the system does seem to go unstable after a while, but I've been told that this is due to the number of cards I've got in the system (and it loses interrupts of something, ps NT4 SP6+). Steve You're a Solaris guy, right?

Re: DiskOut Output Plugin v0.0.1

2000-03-16 Thread Mayhem Chaos Coordinator
I downloaded and massaged your code for a while. Its now checked in CVS. * How to I display a customize dialog from the preferences page when I select my plugin? You don't. We need to implement something like that. * When the plugin is outputting the data, the time counter on the main

Re: Comments

2000-03-13 Thread Mayhem Chaos Coordinator
1. When playing back mono recordings that have been compressed using the mp3 codec bundled with Media Player, FreeAmp reports the mono recording as stereo. 2. FreeAmp does not minimize when the Minimize All Windows is activated. 3. FreeAmp was then minimized by clicking on the Minimize

Re: Download Manager Exception

2000-03-01 Thread Mayhem Chaos Coordinator
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. I haven't heard or seen anything about that. Please do build the debug version and let us know what you can dig

Re: DiskOut Output Plugin v0.0.1

2000-02-26 Thread Mayhem Chaos Coordinator
i can't answer the time stuff, Rob? In each PMO, there is a function called: void HandleTimeInfoEvent(PMOTimeInfoEvent *pEvent); Check this function out -- it sends the time info to the player. These functions are complicated by the fact that they need to be accurate and that the

Re: Slider Problem and Compiling question...

2000-02-25 Thread Mayhem Chaos Coordinator
First, the slider (volume) problem. When I attempt to adjust the volume using the slider, as soon as I move the control, it sends the actual volume up and pans all the way to the right. A subsequent adjustment of the slider does nothing. I have to open the windows audio panel to reset the

Re: Wave output plugin

2000-02-24 Thread Mayhem Chaos Coordinator
Hmmm. A change of pace might be nice. :-) --ruaok Freezerburn! All else is only icing. -- Soul Coughing Robert Kaye -- [EMAIL PROTECTED] http://moon.eorbit.net/~robert - Original Message - From: Michael Rich [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 24,

Re: Win32 minimize wierdness

2000-02-10 Thread Mayhem Chaos Coordinator
Perhaps someone with more experience could figure out what messages are posted as a result of WINDOWS_KEY+M (maybe using Spy++ or a similar tool) and then figure out why Freeamp isn't handling them? This is the relevant portion of what I get from Spy++ when hitting the Windows Key + M:

Re: Any documentation on UI..

2000-02-08 Thread Mayhem Chaos Coordinator
1) Input support for the LCD ui (either key pad or knop, remote etc.) 2) Play-list support (list, update, etc.) 3) Diplay the meta data (artist, album etc.) First thing is to check out the ncurses ui -- it uses curses to display the meta data of the current song -- you should be able to grab

Re: skipping to next song.. ( naive question )

2000-01-27 Thread Mayhem Chaos Coordinator
One of the others who had this problem said it went away when he switched to ALSA or ESD, I believe. Would it be relevant that normally when I run con- figure, I run it thus: The problem is definitely in the soundcard (OSS and not ALSA, or ESD) stuff. So switching to one of the other systems

Re: skipping to next song.. ( naive question )

2000-01-24 Thread Mayhem Chaos Coordinator
snip author='Srinivas A' date='24.01.00' Freeamp stops once it played the first song. it is not moving to the second song unless I explcitly next song button. Did anybody experienced this problem. /snip Indeed, I've been having this problem too. It first cropped What OS are you

Re: Playlist management under cmdline.ui

2000-01-19 Thread Mayhem Chaos Coordinator
We can give a collection of mp3 files (using * wild card) to the freeamp. Using '+/=' and - options of cmdline ui, we can move forward and backward.. Instead of that, I want to create a .m3u file that holds the list of mp3 files of PLAYQUEUE. Now I can give this .m3u file to freeamp. But I

Re: command line options for freeamp

2000-01-19 Thread Mayhem Chaos Coordinator
Or even, freeamp -ui mpg123 blah.mp3 ... --ruaok Freezerburn! All else is only icing. -- Soul Coughing Robert Kaye -- [EMAIL PROTECTED] http://moon.eorbit.net/~robert - Original Message - From: Azazel [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 19, 2000

Re: cmdline UI.. ( freeamp UI, download UI musicbrowser UI )

2000-01-05 Thread Mayhem Chaos Coordinator
Yes, sort of. The Internet-Draft already contains pseudo-code for translating between regular MP3 frames and "ADU frames". And once LIVE.COM's "liveMedia" C++ class framework is made Open Source (real soon now!), this will include filters for translating between the two. Awesome -- do you

Re: Xing Decoder

1999-12-20 Thread Mayhem Chaos Coordinator
Hi Sir, Please, call me Dude. Not sir. :-) Thanks for giving me the right direction.. Sorry for not getting back to you sooner -- the FreeAmp 2.0 release was hell since our server started going on the fritz. I got struck with GetHeadInfo() function. This function is MP3 specific

Re: Xing Decoder

1999-12-20 Thread Mayhem Chaos Coordinator
site. My comments below are not accurate for the code you're currently looking at. Sorry. --ruaok Freezerburn! All else is only icing. -- Soul Coughing Robert Kaye -- [EMAIL PROTECTED] http://moon.eorbit.net/~robert - Original Message - From: Mayhem Chaos Coordinator [EMAIL

Re: FreeAmp.fat

1999-12-20 Thread Mayhem Chaos Coordinator
I don't see what you're talking about -- maybe it has already been fixed... Can you send me the values of what they should be and I'll look at it again? --ruaok Freezerburn! All else is only icing. -- Soul Coughing Robert Kaye -- [EMAIL PROTECTED] http://moon.eorbit.net/~robert -

Re: freeamp linux freezes machine

1999-12-20 Thread Mayhem Chaos Coordinator
[Again, sorry for not responding sooner] Twice now, I have gone into change the theme, and upon hitting OK, the theme partially appears and then the machine [appears to] hang completely. I can telnet into the box, and X doesn't seem to be running, nor do any of the apps I had running under

Re: freeamp linux freezes machine

1999-12-20 Thread Mayhem Chaos Coordinator
On Mon, Dec 20, 1999 at 12:50:07PM -0800, Mayhem Chaos Coordinator wrote: FYI: You don't need to reboot -- if Ctrl-Alt-Backspace doesn't kill the X, then simply su to root and kill the X process. That should get you back to a login. su to root from where? My machine is compeltely

Re: Xing Decoder...

1999-12-15 Thread Mayhem Chaos Coordinator
OK, the xing/mp3 specific functions are: AdvanceBufferToNextFrame() -- this function reads bytes from the input buffer until the head of the input buffer points to a valid MP3 frame. GetHeadInfo() -- this function gets the information about the bitstream (sample rate, MPEG1/2, bitrate)

Re: title streaming from obsequiem?

1999-12-10 Thread Mayhem Chaos Coordinator
okay... freeamp is fixed so it doesn't use the n+1 port for title streaming. so then how DOES it do title streaming with obsequiem/RTP as the server? or is that no longer supported? freeamp uses n+2 by default. So if you set your obs.conf to use n+2 then the title streaming should work ok.

Re: freeamp port!

1999-12-06 Thread Mayhem Chaos Coordinator
Check out the source code from CVS (see web page for details) and attempt to compile it. Fix things that break and get it to work :-) --ruaok Freezerburn! All else is only icing. -- Soul Coughing Robert Kaye -- [EMAIL PROTECTED] http://moon.eorbit.net/~robert - Original

Re: freeamp port!

1999-12-06 Thread Mayhem Chaos Coordinator
)? Mayhem Chaos Coordinator wrote: Check out the source code from CVS (see web page for details) and attempt to compile it. Fix things that break and get it to work :-) --ruaok Freezerburn! All else is only icing. -- Soul Coughing Robert Kaye -- [EMAIL PROTECTED] http

Re: Playlist Ideas: karma?

1999-11-09 Thread Mayhem Chaos Coordinator
, October 18, 1999 11:09 PM Subject: Re: Playlist Ideas: karma? On Wed, 13 Oct 1999, Mayhem Chaos Coordinator wrote: I really like your ideas, and I've considered toying with just those concepts. And one of these days when I get more time on my hands, I will do just that. However, my tool

Play/Plause/PlayPause in theme ui

1999-11-08 Thread Mayhem Chaos Coordinator
Elrod and Jason suggested that we rename the Play button to PlayPause and the IPlay and IPause buttons to Play and Pause. This makes a bit more sense -- so Gabor and Valters, make sure that in the future you use PlayPause insteat of just Play. Also, Valters, I've already updated your theme in

Re: misc.c

1999-11-02 Thread Mayhem Chaos Coordinator
Have you tried doing a cvs update -d?? That should pull down all new files too... --ruaok Freezerburn! All else is only icing. -- Soul Coughing Robert Kaye -- [EMAIL PROTECTED] http://moon.eorbit.net/~robert

Re: BRANDING (logo button)

1999-10-31 Thread Mayhem Chaos Coordinator
Ok, I can see that. In the next CVS update, the Logo ButtonControl can now have a URL attribute. --ruaok Freezerburn! All else is only icing. -- Soul Coughing Robert Kaye -- [EMAIL PROTECTED] http://moon.eorbit.net/~robert - Original Message - From: Valters Vingolds [EMAIL

Re: (to robert) win32 patch for tooltip support

1999-10-31 Thread Mayhem Chaos Coordinator
I created a defect #191 in Bugzilla, attached the patch. Please see if you can accept it. I just accepted it and it builds fine, but I just don't see any tooltips. :-( I will check this stuff in within a few hours. Could you please check to see that I applied the patch correctly? There is

Re: dumb windows question

1999-10-31 Thread Mayhem Chaos Coordinator
Check out GetROP2(). You want R2_XORPEN. --ruaok Freezerburn! All else is only icing. -- Soul Coughing Robert Kaye -- [EMAIL PROTECTED] http://moon.eorbit.net/~robert - Original Message - From: Mark B. Elrod [EMAIL PROTECTED] To: FreeAmp Developer List [EMAIL PROTECTED] Sent:

Re: Fwd: Re: musicbrowser, metadata

1999-10-23 Thread Mayhem Chaos Coordinator
I'm pretty sure that's all winamp does, too. But it still plays. :) I've posted a slightly more informative report to bugzilla, along with a link to a file that has an offending tag. Perfect -- I'll get it taken care of before we release 2.0 on November 15th. I don't remember why we made

Re: musicbrowser, metadata

1999-10-22 Thread Mayhem Chaos Coordinator
] Sent: Friday, October 22, 1999 2:28 PM Subject: Re: musicbrowser, metadata On Fri, 22 Oct 1999, Mayhem Chaos Coordinator wrote: MetaData is the data associated with the music. Artist, Album, Track name and all those things are considered meta data. I see. But why are they in another file

Re: musicbrowser-linux does not add tracks, default ui

1999-10-20 Thread Mayhem Chaos Coordinator
Hrm.. after I do a make install, the ThemePath preference points to the theme in /usr/local/share/freeamp/themes. Ok, but I was referring to running FreeAmp before installing it. If you run it from the build dir you should be able to get the 2.0 version running, without having to overwrite

Re: Compile Error in Beta 1 Win32 Code

1999-10-20 Thread Mayhem Chaos Coordinator
FreeAmpUI / Win32Bitmap.cpp, Line 183: hSaved = SelectObject(hMemDC, m_hMaskBitmap); should be casted like so: hSaved = (HBITMAP)SelectObject(hMemDC, m_hMaskBitmap); Ok, thats fixed in my code. That should make its way to CVS later today. Rainplay would not compile at all. Is it

Re: linux patches for 2.0

1999-10-20 Thread Mayhem Chaos Coordinator
Isaac, can you apply these patches? I'm still stuck in windows hell. :-( 1. It was a lot of time for me to get the theme.xml's things out from the code. There should be a howto for it! There will be! However, I need to finish up a few other things before I can write the Howto. Maybe early next

Re: Playlist Ideas: karma?

1999-10-13 Thread Mayhem Chaos Coordinator
I really like your ideas, and I've considered toying with just those concepts. And one of these days when I get more time on my hands, I will do just that. However, my tool of choice would not be FreeAmp -- it would be my networked MP3 jukebox Obsequieum. The jukebox uses MySQL to store all the

Re: spectrum analyser

1999-10-09 Thread Mayhem Chaos Coordinator
Rainplay also did it in a pretty kludgey way -- for the release after next we plan on redoing the audio pipeline in a very modular fashion which should allow us to easily create spectrum analyzers... --ruaok Freezerburn! All else is only icing. -- Soul Coughing Robert Kaye -- [EMAIL

Re: sigh.

1999-10-08 Thread Mayhem Chaos Coordinator
Does any of this crap show up in linux, particularly the x86 flavors? Yes. I have not had any luck getting the current source to compile. I've seen most of the problems you're describing. As a matter of fact the problem you had with/near ParseColor is pretty close to the problem that I saw when

ParseColor -- potential problem

1999-10-08 Thread Mayhem Chaos Coordinator
I think I may have found a potential problem in ParseColor. I cannot currently check the mods in -- I'm in the middle of doing a ton of other things. However, try replacing the function in Theme.cpp with this function: Error Theme::ParseColor(string oColorstring, Color oColor) { int iRet;

Re: volume gets lost

1999-10-07 Thread Mayhem Chaos Coordinator
I just fixed all that crap -- it will be in the next commit. Possibly later today, maybe tomorrow. --ruaok Freezerburn! All else is only icing. -- Soul Coughing Robert Kaye -- [EMAIL PROTECTED] http://moon.eorbit.net/~robert - Original Message - From: Valters Vingolds [EMAIL

Re: theme.ui architecture

1999-10-07 Thread Mayhem Chaos Coordinator
I was toying with UI other day, wanted to implement drag'n'drop functionality. I quickly cut'n'pasted code from freeampUI to Theme's Win32Window.h/cpp, so the window started to accept WM_DROPFILES. But then I even quicker got frustrated to death, could not figure out how to get the

Re: UI not showing up under 95/98 fixed!

1999-10-07 Thread Mayhem Chaos Coordinator
I just added the seek-bar. Tell me - are vertical sliders supported yet? No -- and I won't get around to that before the initial release. However, it should not be too tough to take the existing slider and make a VSlider. (And rename the existing slider to HSlider) If you want to do that and

Re: theme rulez on linux!

1999-10-06 Thread Mayhem Chaos Coordinator
1. (I think this is not just the ui, but the base) Volume doesn't save. I always have to adjust it from 0. It's annoying. We should save the last volume in preferences, or not change it, and use the settings when freeamp is started. Yeah, we've heard that a few times -- I've changed

Re: where to install theme files to?

1999-10-04 Thread Mayhem Chaos Coordinator
with the same name we might not recognize it unless they know to delete the folder it has been expanded to. how can we get around that? elrod Mayhem Chaos Coordinator wrote: Sounds good to me. I've got a follow up question to that: When and where to theme files get