Skip to content

Commit

Permalink
Merge pull request #163 from helgoboss/feature/153-basic-osc-support
Browse files Browse the repository at this point in the history
Basic OSC support
  • Loading branch information
helgoboss authored Feb 21, 2021
2 parents 4c7880e + 80fa4e0 commit d564826
Show file tree
Hide file tree
Showing 36 changed files with 2,636 additions and 569 deletions.
117 changes: 103 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,4 @@ webpki = { git = "https://github.com/helgoboss/webpki.git", branch = "workaround
# It's important to make the server shutdown immediately before ReaLearn is unloaded without having to force the user
# to wait for open connections to finish. The following is a hopefully temporary hack to make this possible.
# See https://github.com/hyperium/hyper/issues/1885 and https://github.com/helgoboss/realearn/issues.
hyper = { git = "https://github.com/helgoboss/hyper.git", branch = "feature/realearn" }
# TODO-low-wait
# As long as not yet released and reaper-rs has switched to new version as well.
helgoboss-midi = { git = "https://github.com/helgoboss/helgoboss-midi.git", branch = "feature/5-polling-nrpn-scanner" }
hyper = { git = "https://github.com/helgoboss/hyper.git", branch = "feature/realearn" }
Loading

0 comments on commit d564826

Please sign in to comment.