Fix noise gate read only
This commit is contained in:
@@ -563,7 +563,7 @@ pub trait Device {
|
|||||||
self.set_equalizer_band_packet(0, 0.0).is_some()
|
self.set_equalizer_band_packet(0, 0.0).is_some()
|
||||||
}
|
}
|
||||||
fn can_set_noise_gate(&self) -> bool {
|
fn can_set_noise_gate(&self) -> bool {
|
||||||
self.set_noise_gate_packet(true).is_none()
|
self.set_noise_gate_packet(true).is_some()
|
||||||
}
|
}
|
||||||
|
|
||||||
// Initialize capability flags in device state
|
// Initialize capability flags in device state
|
||||||
|
|||||||
Reference in New Issue
Block a user