1
0
Fork 0
nih-plug/plugins
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
..
buffr_glitch Add a SysExMessage type to Plugin 2023-01-31 18:18:41 +01:00
crisp Add a SysExMessage type to Plugin 2023-01-31 18:18:41 +01:00
crossover Add a SysExMessage type to Plugin 2023-01-31 18:18:41 +01:00
diopser Add a SysExMessage type to Plugin 2023-01-31 18:18:41 +01:00
examples Add a SysExMessage type to Plugin 2023-01-31 18:18:41 +01:00
loudness_war_winner Add a SysExMessage type to Plugin 2023-01-31 18:18:41 +01:00
puberty_simulator Add a SysExMessage type to Plugin 2023-01-31 18:18:41 +01:00
safety_limiter Add a SysExMessage type to Plugin 2023-01-31 18:18:41 +01:00
spectral_compressor Add a SysExMessage type to Plugin 2023-01-31 18:18:41 +01:00