Skip to content

Commit eca22fd

Browse files
committed
Trivial rename
1 parent 64b4cc5 commit eca22fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

caw/examples/live_example.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ fn main() {
2828
let (note, gate) = key_looper(voice.gated_note(), clock.clone())
2929
.clearing(space_button.clone())
3030
.length(length)
31-
.name("keys")
31+
.persist_with_name("keys")
3232
.build()
3333
.ungated();
3434
let cutoff_hz =

utils/src/looper.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ where
211211
N: SigT<Item = u32>,
212212
P: KeyLooperPersist<X>,
213213
{
214-
pub fn name(
214+
pub fn persist_with_name(
215215
self,
216216
name: impl AsRef<str>,
217217
) -> KeyLooperBuilder<X, S, T, C, N, KeyLooperPersistWithName> {

0 commit comments

Comments
 (0)