Johannes Lorenz
Johannes Lorenz
Rename this from "En vnext" to "Env next"?
I added 3 new commits. The whole thing should be complete except for `OscilGen::calculateWaveTableBuffer` (which will `OscilGen::get` with a specified random seed) - and some parts of `ADnote` where it...
As we've discussed, I'll try to make `Tensor3` consist of multiple `Tensor2` etc. to get a more flexible memory layout.
@fundamental I added a few new commits: * 945a7cc and 1a2aa8a are rework of your comments * The following 3 commits are new code to call `OscilGen::get` when creating the...
@fundamental I pushed new commits that should be ready for review. While this is still experimental, it would help me a lot if you'd look over it. Edit: Moved notes...
@fundamental I pushed a few commits. Starting with daca469, they have not yet been reviewed. Can you please review them? Most commits are small and should be so easy that...
@fundamental I added 5 new commits since your last review, starting with f9e1a70 (this is the 1st of the 5). Can you please review those changes? There are open issues:...
> I'm not sure I'm a big fan of the capacity vs size change. Sorry, this commit might not be very helpful on its own. It's a preparation. Until now,...
> > Is it sane that ADnoteVoiceParam::paste still pastes the OscilGens? I think yes, since it's all a non-Rt operation anyways? > > Not really? Pasting is specifically a realtime...
Note to self: The following commit causes a regression when pasting ADnoteParameters: ``` commit 53e0409973979a8c9aea2bc4752f2cb99c166bec Also calc WT at initialization ``` -> Edit: Fixed