Type assertion for LastPresetRef in Ableton builders
This commit is contained in:
@@ -423,7 +423,7 @@ async function buildSimplerDevice(koTrack: AblTrack, abletonVersion: AbletonVers
|
||||
const simplerFilter = device.Filter.Slot.Value.SimplerFilter;
|
||||
const playbackDuration = simplerPlaybackDuration(koTrack);
|
||||
|
||||
device.LastPresetRef.Value = {};
|
||||
device.LastPresetRef.Value = {} as any;
|
||||
device.ShouldShowPresetName['@Value'] = 'false';
|
||||
device.UserName['@Value'] = '';
|
||||
loopModulators.SampleStart.Manual['@Value'] = 0;
|
||||
|
||||
Reference in New Issue
Block a user