From fea3fc70fa9fa2ca2bf7dd08745ab3ffb05ace68 Mon Sep 17 00:00:00 2001 From: James Elliott Date: Mon, 8 Jul 2024 07:35:06 -0500 Subject: [PATCH] Update dependencies. --- CHANGELOG.md | 5 +++-- project.clj | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 722117d..41fce32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/project.clj b/project.clj index 8794243..325a0a1 100644 --- a/project.clj +++ b/project.clj @@ -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"]]