origfla

Results 2 issues of origfla

See screenshot: ![screenshot](https://cloud.githubusercontent.com/assets/15446573/11323377/b2cd258c-9119-11e5-99e6-16b5e0c5d4c8.png) 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;...