1
0
Fork 0

Enable sample accurate automation in SoftVacuum

This commit is contained in:
Robbert van der Helm 2023-04-25 00:22:14 +02:00
parent 1cedd1fd7e
commit af12853644

View file

@ -239,6 +239,8 @@ impl Plugin for SoftVacuum {
},
];
const SAMPLE_ACCURATE_AUTOMATION: bool = true;
type SysExMessage = ();
type BackgroundTask = ();