parent
20ad19fdc5
commit
e41a1b94b5
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ impl<P: Vst3Plugin> IComponent for Wrapper<P> {
|
||||||
type_: vst3_sys::vst::MediaType,
|
type_: vst3_sys::vst::MediaType,
|
||||||
dir: vst3_sys::vst::BusDirection,
|
dir: vst3_sys::vst::BusDirection,
|
||||||
index: i32,
|
index: i32,
|
||||||
state: vst3_sys::base::TBool,
|
_state: vst3_sys::base::TBool,
|
||||||
) -> tresult {
|
) -> tresult {
|
||||||
let current_audio_io_layout = self.inner.current_audio_io_layout.load();
|
let current_audio_io_layout = self.inner.current_audio_io_layout.load();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue