Open
Conversation
MidiJackPlugin.dll supports send Note & CC, and untabify code.
added scene ExampleSend, ExampleMIDIPatcher
repack UnityPackage and added some explain at README.md
Send midi. Ship this
added SendCC reference that i missed to write
improve MIDI out example, and misc
fixed send message dequeue timing issue
Issue#6 fixed MidiJackGetSendEndpointName() not working in standalone builds
|
Made a note on this ticket for MIDI Out, regarding it being available in the Teengage Engineering Videolab branch: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(Reopened for change compare branch from #40)
Hi, I added MIDI Out feature (only Win x64) and examples for this.
implemented additional API, and MIDI Jack Window shows MIDI Out device and messages.
MIDI In API has no effect, even API specification. completely additional logic for code.
accordingly, project is migrated 2018.3.6f1 and README.md is modified.
thank you for care this PR with many changes. ;)
MIDI OUT の機能を実装しました。(Win x64のみ)
追加のAPIとサンプルシーン、MIDI Jack WindowにMIDI Out デバイスとメッセージが表示されるように修正しています。
元々のMIDI IN 機能に関しては影響を受けないように実装しています。もちろんですがMIDI INはAPI仕様に変更なく、MIDI OUTのロジックを追加する形で実装しています。
またそれに伴い、プロジェクトを 2018.3.6f1 にマイグレーションしたのと、
README.md もマージ後の内容に合わせて修正しました。
大幅な変更になるのでレビューが大変かと思いますが、動作確認含め見ていただけると嬉しいです。
よろしくお願いいたします。