Giter VIP home page Giter VIP logo

midi-tools's Introduction

Midi Tools

A store of various tools to assist with MIDI creation and fixing, using python

midi-tools's People

Contributors

glitchglider avatar theballaam96 avatar brian0255 avatar schwartzgandhi avatar

Watchers

 avatar

midi-tools's Issues

Overlap detector window will automatically close when running directly

When running the overlap detector .py via double clicking, the window will run through the list of overlaps and then close without having any chance to read them.
This isn't the case when running from the command window beforehand, but having to do that all the time is pretty bad UX.

I suggest adding either a Press any button to continue... or 'Exit program? (y/n)' prompt at the end of the script to have time to look over them.

Overlap detector detect false positive for NOTE ON and NOTE OFF events

Sometimes I have midis where the event list places the note off event after the next note on event
ie: like this (from synthfont's event list) note how event #486 is a note on event and is listed before #488 which is note off event

     # | Bar   | When  | Length|Chnl| Vel|Note|  Operation  | Data
   482 |    13 |  4848 |    24 | 10 | 39 | 44 |note on      |
   486 |    13 |  4872 |    24 | 10 | 39 | 44 |note on      |
   488 |    13 |  4872 |     0 | 10 |  0 | 44 |note off     |
   493 |    13 |  4896 |    24 | 10 | 79 | 44 |note on      |
   497 |    13 |  4896 |     0 | 10 |  0 | 44 |note off     |
   501 |    13 |  4920 |     0 | 10 |  0 | 44 |note off     |

As far as I know this doesn't have any detrimental effect on DK64's music engine, so I suggest having the program make an exception for this type of case.

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.