Looks interesting....










No problem, even if you won´t like it.... but of course Reaper has an option for that:THE INTRANCER wrote: Sat Mar 23, 2019 11:12 pm I love the stacked mixer channels, I've yet to see that in any other DAW's.![]()
Code: Select all
/* FIXME: what was this for? */
if ( bO >= nframes )
{
cnt = 0;
goto done;
}
/* FIXME: what was this for? */
if ( len == 0 )
{
cnt = 0;
goto done;
}
Wouldn't surprise me if there's stuff like this lurking in the code of Cubase, Bitwig or any other closed-source DAW. For better or worse, we never get to peek under the hood of those proprietary DAWs...fese wrote: Sun Mar 24, 2019 7:43 pm Not sure I'd trust a DAW with code like this:Code: Select all
/* FIXME: what was this for? */ if ( bO >= nframes ) { cnt = 0; goto done; } /* FIXME: what was this for? */ if ( len == 0 ) { cnt = 0; goto done; }![]()
Kidding aside (could've been my own code...), this is some pretty impressive undertaking for one person.
And that might be the biggest problem, if that one person loses interest or for some other reason cannot continue working on the project, it is pretty much dead.
This said, large projects can also fail : think of Sonar, or Logic bought by Apple and no more developed for Windows. In the other hand a one man project, if it is open source and well documented can be enhanced and forked, so... shades.Vortifex wrote: Mon Mar 25, 2019 1:27 pmThat's why I passed on Mulab.fese wrote: Sun Mar 24, 2019 7:43 pmKidding aside (could've been my own code...), this is some pretty impressive undertaking for one person.
And that might be the biggest problem, if that one person loses interest or for some other reason cannot continue working on the project, it is pretty much dead.
Ableton once mentioned they have "over 800 automatic tests" checked before every release. Unit tests assure random bugs are not introduced to old code, and in fact Ableton quality improved over years.Wouldn't surprise me if there's stuff like this lurking in the code of Cubase, Bitwig or any other closed-source DAW.
Submit: News, Plugins, Hosts & Apps | Advertise @ KVR | Developer Account | About KVR / Contact Us | Privacy Statement
© KVR Audio, Inc. 2000-2026