Skip to content

dissabte/smidi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smidi

MIDI library with MIDI Clock synchronization support.
You can generate doxygen documentation:

# assuming you are in a build folder located next to smidi repository:
cmake ../smidi/smidi/ && cmake --build . --target smidi_docs

And in case you want to look at internal documentation (i.e. the one for library private parts):

# assuming you are in a build folder located next to smidi repository:
cmake -DDOXYGEN_SECTIONS=INTERNAL ../smidi/smidi/ && cmake --build . --target smidi_docs

Still in development...

  • demo app uses watcher to take hot plugged MIDI devices into account.
  • MIDI sync is not even started!
  • OS X (CoreMidi)? Some day.
  • Windows (winmm)? Some day.

About

MIDI library with MIDI Clock synchronization support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published