Giter Club home page Giter Club logo

midicomp's People

Contributors

lecram avatar markc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

midicomp's Issues

Segmentation fault while trying to convert a bunch of files

I'm trying to convert a directory full of MIDIs using this bash #!/bin/bash FILES=/path/to/MIDIs for i in $FILES;do midicomp ${i} > ${i}_output.txt; done but I'm getting the error Segmentation fault (core dumped). Am I doing something wrong?

Licence / Copying file

hi there,

Although there's explicit license information in the readme, I guess it would be nice to have a COPYING or LICENSE file in the repo, so we could be quite sure that we could pack and ship it.

No makefile in build after cmake

I've cloned the repo, created the build dir and ran 'cmake' successfully but no make file is created to run 'make' with. Am I missing something?

Problems converting to format 0?

I want to preface this by saying I know nothing of the SMF/MIDI format (formats?). The end goal is to be able to play d_e1m1.mid from http://www.theparticle.com/midi/doommidi.html on a device that only supports SMF format 0.

I used the current git master on a Linux system, and used timidity++ for playback testing locally.

This is what I tried:

$ ./midicomp d_e1m1-orig.mid > d_e1m1.asc
$ cp d_e1m1.asc d_e1m1.asc.orig
$ vi d_e1m1.asc
[make changes]
$ diff -up d_e1m1.asc.orig d_e1m1.asc
--- d_e1m1.asc.orig	2019-03-18 03:53:15.200143986 +0100
+++ d_e1m1.asc	2019-03-18 03:53:22.893528897 +0100
@@ -1,4 +1,4 @@
-MFile 1 5 89
+MFile 0 5 89
 MTrk
 0 Meta Copyright "QMUS2MID (C) S.BACQUET"
 0 KeySig 0 major
$ 

The resulting file seems broken, and will play no sound and stop after 3 seconds. Would I need to do anything else? Are there inherent incompatibilities between the formats? If so, could midicomp warn about using features that would not work in the defined format when compiling?

Here are the test files and the intermediary files, to compare with your build, just in case:
midicomp-test.zip

Couple of typos in README

Nothing major.

write it's own plain text format should be its.
easily parseble text should be parseable

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.