MOD player!
  • Just looking around
    Posts: 8 from 2003/2/24
    Is there any modulepleyer that works with morphos ?

    I have tried Hippo, but it cannot allocate audio-chans.
  • »19.12.03 - 16:04
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    td741
    Posts: 224 from 2003/4/2
    Deliplayer works with the 14-bit note player "genie" (as it works with AHI). However, some custom mods needs Paula and some formats don't work quite right (timing is off).
    Steph
  • »19.12.03 - 16:17
    Profile Visit Website
  • MorphOS Developer
    itix
    Posts: 1516 from 2003/2/24
    From: Finland
    ANR beta does it pretty well ;)
    1 + 1 = 3 with very large values of 1
  • »19.12.03 - 16:26
    Profile
  • Targhan
    Posts: 2833 from 2003/2/8
    From: USA
    I use UADE from MorphOS-News's file area. However, to make it usable, I wrote a little shell script, and gave it an icon with the default tool of IconX:

    ;---------------------------------------------
    ;$VER UADELoad 1.0
    ;Written By Dave Crawford
    ;------------------------Psuedo GPL.
    ;------------------------If you change it, put your name on it!

    requestfile INITIALVOLUMES Title="UADE Loader" >ENV:uadefile

    IF $uadefile eq ""
    requestchoice "UADE Loader" "No File Selected, exiting!" "OK" >NIL:
    ELSE
    run >NIL: uade $UADEFILE
    ENDIF

    endcli >NIL:
    ;----------------------------------------------

    I wonder if the original author would include the script for UADE loader? :-)
    :idea:Targhan

    MorphOS portal? www.MorphZone.org
  • »19.12.03 - 17:39
    Profile Visit Website
  • Acolyte of the Butterfly
    Acolyte of the Butterfly
    mahen
    Posts: 118 from 2003/2/24
    From: France (Rennes)
    > ANR beta does it pretty well ;)

    Geez, is it true ?! :-))))
    xmpp:mahen on jabber.fr
  • »19.12.03 - 18:08
    Profile Visit Website
  • MorphOS Developer
    itix
    Posts: 1516 from 2003/2/24
    From: Finland
    Only protracker modules but soundtracker and some derivates are not
    out of question... However there is lot of work to do still.
    1 + 1 = 3 with very large values of 1
  • »19.12.03 - 18:53
    Profile
  • Just looking around
    Posts: 8 from 2003/2/24
    [..Targhan about UADE..]

    YES! this works, finally! :)

    Atlast I can play mods..

    Thanks alot Targhan
    and to Piru who ported it from what I understand.
  • »19.12.03 - 18:59
    Profile
  • MorphOS Developer
    kiero
    Posts: 129 from 2003/2/28
    I tried to make a mod player using a modplug engine for ANR. But it's C++ and i had some problems with linking. Haven't tried for too long though. If someone want to try, i have made a command line mod player using this engine, so only work to do is to comvert it to ANR/something else player.
  • »20.12.03 - 00:06
    Profile Visit Website