origfla
Results
2
issues of
origfla
See screenshot:  Is this is a bug OR must I configure something in SublimeText to adjust? Is it also like this on the Mac? I have the ability to...
I am using an `OffsetSampleProvider` to simply add silence at the start and end of my tracks as follows: var offsetSampleProvider = new OffsetSampleProvider(trackSampleProvider); offsetSampleProvider.DelayBy = track.StartTime; offsetSampleProvider.LeadOut = track.EndGap;...