Search found 211 matches
- Wed Nov 24, 2010 9:29 pm
- Forum: General programming
- Topic: gapless sample replay - how to do?
- Replies: 7
- Views: 5771
gapless sample replay - how to do?
I am writing a program where I calulate some data and replay that as sample. But the replay is stuttering. Let's assume the basic layout of the program looks like that: Function p_DoSomethingComputingIntensive() ... [many operations]... EndFunction Function p_CalculateSample() For k=0 To 2499 noise[...