Player MIDI ?
  • Acolyte of the Butterfly
    Acolyte of the Butterfly
    cip060
    Posts: 137 from 2010/7/30
    A midi player that works on morphos?
    I can't get any players to work under morphos
    advice help?
  • »16.12.21 - 14:29
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    MoerBoer
    Posts: 210 from 2019/10/15
    Try this one : https://www.morphos-storage.net/?id=1643102

    It even comes with a pre-build sf2 library to play midi files.
  • »16.12.21 - 18:02
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    Stevo
    Posts: 888 from 2004/1/24
    From: #AmigaZeux
    Quote:

    MoerBoer wrote:
    Try this one : https://www.morphos-storage.net/?id=1643102

    It even comes with a pre-build sf2 library to play midi files.


    After trying it, I would very much recommend not. Try this instead.

    edit: MoerBoer pointed out ANR crashes a lot for him, so here is a thread saying DAPlayer works fine.

    [ Edited by Stevo 16.12.2021 - 20:33 ]
    ---
    http://www.iki.fi/sintonen/logs/its_only_football.txt
  • »16.12.21 - 18:36
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    Tcheko
    Posts: 508 from 2003/2/25
    From: France
    Hi,

    You can try FrozenLiquid (here or there).

    You'll need to get a SoundFont (SF2) to make it works, they are easy to find. Usually, the bigger the better... Instruments are stored as samples. A huge quantity of RAM can be consumed if you pick a large soundfont.

    Usage:
    Code:
    FrozenLiquid soundfont.sf2


    A Midi Cluster named against the soundfont filename is created.

    FrozenLiquid outputs by default to AHI 0 channel via Reggae framework.

    To play a Midi song, you have the PlayMidi command line.

    Usage:
    Code:
    PlayMidi midisong.mid clustername


    Where
    - midisong.mid is the Midi file to play
    - clustername is the Midi Cluster to connect to (if soundfont filename is foo.sf2, clustername is foo.sf2)

    If you have some external hardware Midi Expander, just pick the its clustername to push Midi events to.
    Quelque soit le chemin que tu prendras dans la vie, sache que tu auras des ampoules aux pieds.
    -------
    I need to practice my Kung Fu.
  • »17.12.21 - 07:30
    Profile Visit Website
  • Just looking around
    wicknix
    Posts: 18 from 2020/12/1
    From: Wisconsin, USA
    WildMidi works great for me. Simply double clicking the .mid plays it, and CTRL+c stops it.
    (See screenshot) https://ibb.co/kyrYScD
    Link to download: https://www.morphos-storage.net/?id=1531933

    Cheers

    [ Edited by wicknix 18.12.2021 - 01:26 ]
  • »18.12.21 - 06:33
    Profile Visit Website
  • Order of the Butterfly
    Order of the Butterfly
    Solo_Kazuki
    Posts: 182 from 2006/7/23
    From: Universe:Milky...
    AmiNetRadio can play MIDI with this player (plugin).

    Edit: Sorry, I missed that it was mentioned before.

    [ Edited by Solo_Kazuki 25.12.2021 - 07:06 ]
  • »25.12.21 - 06:03
    Profile Visit Website