Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
brunchboy committed Jul 8, 2024
1 parent dcc43fc commit fea3fc7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ This change log follows the conventions of

- Allow negative latencies thanks to user reports of beat packets
arriving before beats are heard.

- Updated to incorporate much newer versions of underlying libraries,
including Beat Link, which adds support for six players when used
with a DJM-V10, and high-precision tracking of playback position for
the CDJ-3000, including movements and looping inside of individual
beats.
beats. Also adds tentative support for working with Opus Quad
hardware with the help of metadata exports. Updated lib-carabiner
incorporates Ableton Link version 3.1.2.

## [0.1.1] - 2020-12-28

Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
:url "http://www.eclipse.org/legal/epl-v20.html"}
:dependencies [[org.clojure/clojure "1.11.1"]
[org.clojure/tools.cli "1.0.219"]
[org.deepsymmetry/beat-link "7.3.0-SNAPSHOT"]
[beat-carabiner "7.3.0-SNAPSHOT"]
[org.deepsymmetry/beat-link "8.0.0-SNAPSHOT"]
[beat-carabiner "8.0.0-SNAPSHOT"]
[overtone/osc-clj "0.9.0"]
[com.taoensso/timbre "5.1.0"]
[com.fzakaria/slf4j-timbre "0.3.21"]]
Expand Down

0 comments on commit fea3fc7

Please sign in to comment.