这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: atsushieno/cmidi2

Tags

0.9.1

Toggle 0.9.1's commit message
fix typo in an enum and remove deprecated enum.

0.9

Toggle 0.9's commit message
Fix function signatures for Type 0 (Utility) messages.

They became groupless at 2023 specification updates, and we did not update
the API, which we should have done that as of v0.6. Now it is done as v0.9 API.

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.