Git Product home page Git Product logo

_mpgl's Introduction

MPGL

MIDI Player OpenGL (MPGL) was created in very early 2019 to try replace Piano From Above (PFA) in terms of better performance and less RAM use, but instead it ended up turning into its own thing over time.

MPGL uses a modified Morshu-mmidi player core, which was a revolutionary player and decoder engine at the time, so it had superior playback performance compared to the rest of the players at the time.
However, due to its single-threaded nature, and its note-ordering system, it doesn't quite hold up anymore today as it did back then, as the track scanning ends up taking more CPU time than actual decoding.
But that's okay, it did its job on our 2nd-gen i7 and Core 2 Quad and Pentium CPUs :P

The Morshu-mmidi player core is equipped with the precise mmidi adaptive timer code, which adapts to the CPU load, unpredictable kernel times, and other unpredictable factors, and tries its best to stabilize playback performance, and create precise playback excellence if the hardware and software configuration allow for it.

MPGL has a wide feature set, almost all of which can be individually enabled or disabled for the chosen fine-tuned experience.

System requirements

  • OpenGL 3.0 (or depending on the chosen shaders, OpenGL 3.3) support
  • Windows with said OpenGL drivers
    • Technically works down to Windows XP, but I doubt there are compatible drivers for it
    • Works perfectly in wine too!
  • OmniMIDI 7.1 (and up)
    • Note: newer versions have slightly incompatible interface, so it might freeze with those.
      This is my fault.

Building

Note: due to the age of the code, the standards are extremely sub-par; it's not representative of what I'd write today.

Note: Khronos OpenGL headers (GLKHR) are included in the inc folder, so it's not necessary to download those separately.

  • Install gcc (minimum gcc 5.3.0, either Windows native, or cross-compiling works)
  • Edit Makefile for compile flags (optional)
  • Run make
  • out\MPGL.exe is built

License

MIDI Player OpenGL
Copyright (C) 2019-2024 Sono (https://github.com/SonoSooS)
All Rights Reserved.

_mpgl's People

Contributors

sonosoos avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.