Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: atsushieno/cmidi2

Tags

0.8

Toggle 0.8's commit message
Add cmidi2_ump_sysex7_process_n() that takes length as the argument too.

It is required when we forward UMP-originated bytes to `sendUMP`.

0.7

Toggle 0.7's commit message
bump version in CMakeLists.txt to 0.7 to make new release.

I noticed that I haven't managed this version number...

0.6

Toggle 0.6's commit message
update README for v0.6 release.

0.5

Toggle 0.5's commit message
add full UMP to MIDI1/SMF bytestream translator, with some breaking c…

…hanges.

- There are fixes in 64bit serialization regarding endianness.
- UMP to MIDI1 single translator is removed (internalized) and there is
  now `cmidi2_convert_ump_to_midi1()` which handles full translation and
  JR Timestamp to deltaTime converter (which leaves some TODOs though).

v0.4

Toggle v0.4's commit message
fix bank select calculation in cmidi2_convert_midi1_to_ump().

(and some cosmetic code comment)

v0.3.4

Toggle v0.3.4's commit message
update README. It's 1300 LoC, not tiny at all... Also bump version to…

… 0.3.4.

v0.3.3

Toggle v0.3.3's commit message
Add MIDI1 CC, RPN and META event constants.

v0.3.2

Toggle v0.3.2's commit message
it will be tagged as 0.3.2.

v0.3.1

Toggle v0.3.1's commit message
Add MIDI CI buffer generator functions with various tests (ongoing).

v0.3

Toggle v0.3's commit message
[actions] split doxygen/gh-pages (tag) from tests (push/PR).