Coder Social home page Coder Social logo

emidi's People

Contributors

coon42 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

alemariusnexus

emidi's Issues

Implement a cache

Add a cache so reading MIDI data from slow media like SD-Cards won't lead to real time issues

Add "Software" pitch bend mode

Implement an alternative mode where pitch bend messages are converted into NoteOn / NoteOff events, by calculating the notes.

Migrate catch2 to most recent version

Catch2 has ditched its single header include for a while. Also the constant SIGSTKSZ has been changed from a constant to a dynamic value, which breaks the legacy build and requires a hotfix currently. Thus a local compatibility repository is needed for now, which should be avoided.

Use nanosleep on player again

nanosleep does overflow on waiting times of a few microseconds. As a workaround usleep is used. Since this is depricated, nanosleep should be used again later.

Support of MIDI 1 files

MIDI 1 files are like MIDI 0 but have a dedicated track for each channel. The tracks are saved after another, so multiple file pointers and permanent seeking is required here.

Move constants to extra file

Most constants are located in midifile.h. To remove the dependency to midifile.h the constants like MIDI_EVENT_NOTE_OFF, MIDI_META_SEQUENCE_NUMBER etc. should be moved to an extra header. There should also be constants for controllers and programs.

Add cmake build system

As a preparation for doxygen and to enable compiling for different platforms (Linux, Arm and Windows) a cmake build system is implemented.

Add lossless MIDI compression

When it is possible to write midi files there should be an option to "compress" midi files:

  • Use running status +NoteOn with zero velocity trick
  • Calculate minimum MIDI resolution without loosing precision
  • Convert to MIDI 0

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.