1
0
Fork 0
nih-plug/plugins/spectral_compressor/src
Robbert van der Helm c8ed795524 Add a SysExMessage type to Plugin
This is needed to enable sending and receiving SysEx #54. Because
associated type defaults still are not stable, this requires every
plugin that doesn't need this to set this to the unit type:

```rust
type SysExMessage = ();
```
2023-01-31 18:18:41 +01:00
..
compressor_bank.rs Change SC to work in the decibel domain 2023-01-15 18:28:49 +01:00
dry_wet_mixer.rs Rename Buffer::len() to Buffer::samples() 2023-01-05 16:04:38 +01:00
editor.rs Make the Spectral Compressor title link to GitHub 2023-01-16 01:18:32 +01:00
lib.rs Add a SysExMessage type to Plugin 2023-01-31 18:18:41 +01:00