Skip to content

sbxzy/abc2midi_shared

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

abc2midi_shared

Modify the MIDI project by James Allwright so that it can be used as a shared library. Only changed the converting from abc notation to midi part. Compile it like (or some else settings you want):

gcc -shared -o abc2midi.dll -lm parseabc.o store.o genmidi.o midifile.o queues.o parser2.o stresspat.o music_utils.o

after generating all the '.o' files by gcc command (or any compiler you choose).

About

Modify the midi project by James Allwright so that it can be used as a shared library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages