News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

tiny mci multimedia player

Started by avcaballero, July 28, 2014, 06:25:24 AM

Previous topic - Next topic

guga

Coding in Assembly requires a mix of:
80% of brain, passion, intuition, creativity
10% of programming skills
10% of alcoholic levels in your blood.

My Code Sites:
http://rosasm.freeforums.org
http://winasm.tripod.com

avcaballero

#61
Thank you Marinus. I'm a bit lazy lately. I have discovered Games of Thrones and I'm catching up, I'm going now for the second sesason. I'm waiting for your code. :t
Quote from: Siekmanski on September 01, 2014, 08:13:14 AM
and rename labels and text from Dutch to English.  :biggrin:
Fortunately, because Dutch is a bit hard for me :biggrin: Hmmm... and English too  :bgrin:

Gunther

You have to know the facts before you can distort them.

Siekmanski

Thanks guys.

Alfonso, no troubles now with Direct3D9 as you had with the protracker example?
Creative coders use backward thinking techniques as a strategy.

avcaballero

I had problems with it in a WXP in an internet parlor, but works fine in my w7.

Gunther

Hi Alfonso,

Quote from: avcaballero on September 02, 2014, 04:26:41 PM
I had problems with it in a WXP in an internet parlor, but works fine in my w7.

that's unclear. Why makes it problems under XP?

Gunther
You have to know the facts before you can distort them.

avcaballero

Hello, Gunther. I don't remember exactly the error message. It was relative to Direct3D and the application never showed up. I will go there again some day and prove again. Does it work fine for everybody else in WXP? Maybe any library missed in those pc. I will check it in an vb xp...

It seems that standard wxp needs extra libraries.


Regards

Gunther

Alfonso,

I'll test it tomorrow with my old Win XP configuration. I'll let you know how it works.

Gunther
You have to know the facts before you can distort them.

Siekmanski

You only need  "d3d9.dll" for this proggy . It uses only the standard installed directX9.
Creative coders use backward thinking techniques as a strategy.

Gunther

Hi Marinus,

Quote from: Siekmanski on September 03, 2014, 06:58:01 PM
You only need  "d3d9.dll" for this proggy . It uses only the standard installed directX9.

interesting. Thank you for the information.  :t

Gunther
You have to know the facts before you can distort them.

avcaballero

Hello, this is the new version, i think it works quite well now. But, of course, we need to turn on the wave-in device to get the wave format of what we are playing. Hence, i wonder if it is possible making it work regardless of it is on or off to obtain this precious wave info.

Regards

Gunther

Alfonso,

what's the reason for the new version? Bug fixes?

Gunther
You have to know the facts before you can distort them.

avcaballero

No, in previous versions, spectrum analyzer didn't work well, ie at the rhythm of music. Now you can notice that bars move according to music, more visible when goes from top to down and vice versa.

Previously, when music was ending and sound was down, bars was up. Now, i believe that bars works better.

The hard thing to do is using wave-in device even if it were off, or use any other way to get the wave info.

Regards.

Gunther

Works fine under Windows 7-64.

Gunther
You have to know the facts before you can distort them.

Siekmanski

Creative coders use backward thinking techniques as a strategy.