Welcome, Guest. Please login or register.

Author Topic: I want to develop a GUI for HAMP player but I need help...  (Read 2862 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline AmigaClassicRuleTopic starter

  • Hero Member
  • *****
  • Join Date: Oct 2011
  • Posts: 956
    • Show all replies
I want to develop a GUI for HAMP player but I need help...
« on: April 15, 2013, 01:05:04 AM »
I want to develop a full functioning GUI front end for HAMP.RUN using AmiBlitz but I need help from the main author of HAMP himself. One thing, I need to ask if he is willing to work with me in getting the front GUI interface functioning and possible?

I want to know if there are parameters for HAMP.RUN that allows the person to pause the movie, to rewind the movie, fast forward the movie, allow the movie to play in windows screen and be re-sizable by windows and if there are parameters within HAMP.RUN itself to allow me to do that. If there is not, that the author of HAMP.RUN is willing to work with me to add these features and then I will be able to integrate them into my GUI application.

In the end I want the user to have the GUI and HAMP.RUN and HAMPAGA.RUN integrated into one package. That the user can simply click Update to update the latest version and features of HAMP.RUN as well as the GUI. If the author of HAMP.RUN is willing to work with me and help me get my dream GUI application into reality...then I can work on this immediately. I will be developing this using AmiBlitz 3.5 in my A1200 itself.
 

Offline AmigaClassicRuleTopic starter

  • Hero Member
  • *****
  • Join Date: Oct 2011
  • Posts: 956
    • Show all replies
Re: I want to develop a GUI for HAMP player but I need help...
« Reply #1 on: April 15, 2013, 08:06:56 PM »
Quote from: nicholas;732080
Why is this "news"?

Because I was looking for an appropriate forum about programming and I clicked it...a day later I discovered it was under category of news and it was a bit too late for me to retract it. So that now it is here...can the author of HAMP.RUN help me? Though to be honest I was shocked the admin allowed it to be post it...I thought I was expecting a PM from them saying this is not news. O_O
 

Offline AmigaClassicRuleTopic starter

  • Hero Member
  • *****
  • Join Date: Oct 2011
  • Posts: 956
    • Show all replies
Re: I want to develop a GUI for HAMP player but I need help...
« Reply #2 on: April 17, 2013, 07:29:40 PM »
Here is the thing. The program is developed using assembly language. Right now, this moment, I don't know nothing about assembly language. What I want to do...is take the source code of HAM.RUN in assembly and integrate it into my AmiBlitz project and turn it into a function routine with parameters. One parameter would be true/false variable where if the person hits spacebar it pauses or unpause the movie. The second parameter would take float variable and based on the scroll bar value being dragged by the user's mouse it would fast foreword or rewind back the movie. Another parameter would be true/false for stopping the movie all together and returning it back to zero...so when the person plays the movie it plays it back from the beginning. It will have other parameter for holding the name of the movie file when the person selects it from the file prompt dialog box...etc...etc.
 
We will have another function for the AGA version of the movie. What I want to do in the program I will be developing is it will check whether the movie is AGA or not and compare it with your hardware custom chipset. If your computer is not AGA and it is attempting to play an AGA movie an appropriate error message will come up. I also want to add the ability to watch movie in windows mode...where you can drag the window around as the movie is played....you can shrink or maximize the window or even hit in full screen mode. The main core of HAM.RUN will be integrated inside that GUI like VLC player for example and therefore you will never need to go to shell mode, type name of movie and be forced to watch the movie in full screen all the time.
 
But all of this cannot happen without the help of the author of HAMP.RUN to work with me and assist me in the way....I don't know his code and maybe there are things I am doing wrong that can help me out. If he is willing by the way...what I can do is prepare the GUI already in advance and send him the source code...then he can integrate that interface into his assembly program for HAMP.RUN. If he agrees let him tell me now so I can work on the GUI ASAP.
« Last Edit: April 17, 2013, 07:33:35 PM by AmigaClassicRule »