From 9a68f6e221576f94e153f5f20e499b22745621ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 23 Oct 2022 23:03:22 +0300 Subject: Move from `imp.instance()` to `imp.obj()` It's doing the same thing and is shorter. --- audio/csound/src/filter/imp.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/csound/src/filter/imp.rs') diff --git a/audio/csound/src/filter/imp.rs b/audio/csound/src/filter/imp.rs index 060278828..83c276be7 100644 --- a/audio/csound/src/filter/imp.rs +++ b/audio/csound/src/filter/imp.rs @@ -230,7 +230,7 @@ impl CsoundFilter { drop(state_lock); drop(csound); - self.instance().src_pad().push(buffer) + self.obj().src_pad().push(buffer) } fn generate_output(&self, state: &mut State) -> Result { -- cgit v1.2.3