iffyloop

Results 104 comments of iffyloop

@philkoh Good question! Sorry for the late reply. Yes, it should probably be `_processSetup.processMode = _realtime ? Steinberg::Vst::ProcessModes::kRealtime : Steinberg::Vst::ProcessModes::kOffline;` (or whatever the correct process mode constant is for offline,...

Sorry I haven't been active on this repo in a long time. Glad this worked correctly with the lowercase `new`. I don't actually remember writing a lot of this code...

I'd currently consider this outside the scope of StemRoller, but if I have more time in the future I might work on this. Will leave the issue open though in...

Changing the title - let's use this as a mega-issue for other DAW-like functionality. I would like to add custom mixes and timestretching together in a (potential) complete redesign of...

Not on the roadmap for now, but I will consider adding custom models at a later date. Would be nice to have but is not trivial to do without bloating...

That's a good question - making a robust downloader within StemRoller isn't easy, but what I *think* I can do at some point is make StemRoller look for custom models...

This is a very strange issue and I'm not sure what could be causing it. Is there a reason to not use CUDA in your situation? That should be a...

I see - that makes a lot of sense. Don't know of anything I can do about this, but hopefully someday another user will find this issue and have a...

Just tested today and this is already possible if you select a lot of files and drag-n-drop them onto the StemRoller window, but it looks like I forgot to add...

Good to know - thanks for reporting! I'll try to fix this next time I'm working on StemRoller.