Skip to content

Commit

Permalink
(cargo-release) version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mwylde committed Nov 15, 2021
1 parent 0f5a45b commit 6d6608c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Loopers

![master status](https://github.com/mwylde/loopers/workflows/Rust/badge.svg?branch=master)
[![Crate](https://img.shields.io/crates/v/loopers-jack.svg)](https://crates.io/crates/loopers-jack)
[![Crate](https://img.shields.io/crates/v/loopers.svg)](https://crates.io/crates/loopers)

Loopers is a graphical [live looper](http://www.livelooping.org/),
written in Rust, designed for ease of use and rock-solid stability. It
Expand Down
2 changes: 1 addition & 1 deletion loopers/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "loopers"
version = "0.1.2"
version = "0.2.0"
authors = ["Micah Wylde <micah@micahw.com>"]
description = "Loopers is graphical live looper, designed for ease of use and rock-solid stability"
homepage = "https://github.com/mwylde/loopers"
Expand Down
10 changes: 0 additions & 10 deletions loopers/src/loopers_jack.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,16 +147,6 @@ impl jack::NotificationHandler for Notifications {
warn!("JACK: xrun occurred");
jack::Control::Continue
}

fn latency(&mut self, _: &jack::Client, mode: jack::LatencyType) {
info!(
"JACK: {} latency has changed",
match mode {
jack::LatencyType::Capture => "capture",
jack::LatencyType::Playback => "playback",
}
);
}
}

pub fn jack_main(gui: Option<Gui>,
Expand Down

0 comments on commit 6d6608c

Please sign in to comment.