Igor Zinken
Igor Zinken
Had not thought about Ableton Link specifically but more towards inter application sharing like Audioroute. Depending on the protocol in question, it shouldn't be more work to the engine than...
I'm not touching this at the moment ;)
Hi @YogarajRamesh can you add a limiter as the last effect in the input channels ProcessingChain ?
Hi @YogarajRamesh can you pull the latest changes and rebuild the engine ? Amplitude capping has been added to `AudioRenderer::renderEvent`.
I have actually. But not taking action on anything yet as I have to think the design through, let's use this issue to ponder the implementation: What I'm thinking is...
Hm, no that seems properly broken 🙈 I think what is going is that the events are not added to the currently running sub-sequence cache (explaining why your experiment with...
Would you have some (pseudo) code relating to all operations you do with an event when you both add and remove them when clicking on the cell pads ? I...
This could be tackled along with https://github.com/igorski/MWEngine/issues/83 If we do it at the audio event level, rather than at the instrument level you can merely shift the base pitch of...
So I had some time to look into this. Debouncing on the UI thread may work as as the handler will not be executed synchronously with the sequencer, which reduces...
Ah sorry that's embarrassing 🙈 A recent improvement to the recording API left this lingering and I didn't check the impact in the case RECORD_DEVICE_INPUT|RECORD_TO_DISK was disabled in `global.h`. I...