Author Topic: tiny mci multimedia player  (Read 41370 times)

guga

  • Member
  • *****
  • Posts: 1467
  • Assembly is a state of art.
    • RosAsm
Re: tiny mci multimedia player
« Reply #60 on: September 01, 2014, 03:36:34 PM »
Excelent work Siekmanski
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

caballero

  • Member
  • *****
  • Posts: 2160
  • Matrix - Noah
    • abre ojos ensamblador
Re: tiny mci multimedia player
« Reply #61 on: September 01, 2014, 05:33:28 PM »
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
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:
« Last Edit: September 01, 2014, 08:24:24 PM by avcaballero »
The logic of the error is hidden among the most unexpected lines of the program

Gunther

  • Member
  • *****
  • Posts: 4198
  • Forgive your enemies, but never forget their names
Re: tiny mci multimedia player
« Reply #62 on: September 01, 2014, 09:49:56 PM »
Good work, Marinus.  :t

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

Siekmanski

  • Member
  • *****
  • Posts: 2725
Re: tiny mci multimedia player
« Reply #63 on: September 02, 2014, 09:49:08 AM »
Thanks guys.

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

caballero

  • Member
  • *****
  • Posts: 2160
  • Matrix - Noah
    • abre ojos ensamblador
Re: tiny mci multimedia player
« Reply #64 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.
The logic of the error is hidden among the most unexpected lines of the program

Gunther

  • Member
  • *****
  • Posts: 4198
  • Forgive your enemies, but never forget their names
Re: tiny mci multimedia player
« Reply #65 on: September 03, 2014, 02:19:40 AM »
Hi Alfonso,

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.

caballero

  • Member
  • *****
  • Posts: 2160
  • Matrix - Noah
    • abre ojos ensamblador
Re: tiny mci multimedia player
« Reply #66 on: September 03, 2014, 04:31:43 PM »
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
The logic of the error is hidden among the most unexpected lines of the program

Gunther

  • Member
  • *****
  • Posts: 4198
  • Forgive your enemies, but never forget their names
Re: tiny mci multimedia player
« Reply #67 on: September 03, 2014, 06:21:50 PM »
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

  • Member
  • *****
  • Posts: 2725
Re: tiny mci multimedia player
« Reply #68 on: September 03, 2014, 06:58:01 PM »
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

  • Member
  • *****
  • Posts: 4198
  • Forgive your enemies, but never forget their names
Re: tiny mci multimedia player
« Reply #69 on: September 03, 2014, 09:45:08 PM »
Hi Marinus,

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.

caballero

  • Member
  • *****
  • Posts: 2160
  • Matrix - Noah
    • abre ojos ensamblador
Re: tiny mci multimedia player
« Reply #70 on: October 22, 2014, 06:42:30 PM »
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
The logic of the error is hidden among the most unexpected lines of the program

Gunther

  • Member
  • *****
  • Posts: 4198
  • Forgive your enemies, but never forget their names
Re: tiny mci multimedia player
« Reply #71 on: October 22, 2014, 09:42:39 PM »
Alfonso,

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

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

caballero

  • Member
  • *****
  • Posts: 2160
  • Matrix - Noah
    • abre ojos ensamblador
Re: tiny mci multimedia player
« Reply #72 on: October 22, 2014, 10:09:39 PM »
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.
The logic of the error is hidden among the most unexpected lines of the program

Gunther

  • Member
  • *****
  • Posts: 4198
  • Forgive your enemies, but never forget their names
Re: tiny mci multimedia player
« Reply #73 on: October 22, 2014, 10:30:02 PM »
Works fine under Windows 7-64.

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

Siekmanski

  • Member
  • *****
  • Posts: 2725
Re: tiny mci multimedia player
« Reply #74 on: October 23, 2014, 12:58:35 AM »
works on win 8.1 64 bit.
Creative coders use backward thinking techniques as a strategy.