drowaudio
drowaudio
When doing a save-as operation, relative paths will be broken if the new Edit file isn't in the same directory. In this case, the paths should be corrected to be...
The conversion from an int to a size_t here causes a warning on clang: https://github.com/hogliux/farbot/blob/489ab870e41de7b7f569540e67263c976a757ea0/include/farbot/detail/fifo.tcc#L177 Resolution: `slots (static_cast (capacity)) `
Clip Launcher
Make each source increment a counter in the parent to avoid having to update all the sources every time they're iterated.
### Starting point #### 256 block size, `kFastStartup`, ~0.8 ratio, max frames 12800 - [ ] Check time for reset: 0.1ms - [ ] Check time for initial frames: 0.176ms...
At the moment, when `reset()` is called, there is a large processing load to get the first block. This can happen when the transport jumps/loops or the clip loops. Some...