yoyz
yoyz
Yes, it's a really big issue to be in the old project... I have written the patch which change the project directory using this interface in AppWindow : AppWindow::CloseProject() AppWindow::LoadProject()...
Hi Marc, it seem this issue is related to my debian box, some library, RTAudio ??? Some old 1.3g_04B crash too, the 1.3m_051 is affected too. So it is an...
SIGSEV seem to be fixed with these line in sources/Adapters/RTAudio/RTAudioDriver.cpp : //mainBuffer_=(char *)((((int)unalignedMain_)+1)&(0xFFFFFFFC)) ; mainBuffer_=unalignedMain_; More info from the gdb output : https://gist.github.com/yoyz/d8fdd0fc727ff5e015f2
Yes it's a 64 bit build, there is not a lot of issue. Just this pointer which make sometimes the soft crash when the project is loaded. And some sounfont...
Hi Marc, Ok, I begin to understand how it is done now, this is not a bad idea to split things like this. Not easy to understand first, but not...
Fuck yes, it now works on gp2x f100 too. So GP2X/PSP/DINGOO/DEB should be ok ( there is the pointer alignement on DEB but it should only affect me ). Unfortunately,...
Yes, user ( and me too ) don't like to change this, it's painfull to do it on handled. I let you choose and think about the right way to...
Fuck, the last patch which should resolve the memory free issue on gp2x is not resolving anything. I need a permanent storage for the "projectName" not a memory tricks.... Quoting...
this problem is in master branch and picoloop-0.67
this problem is in master branch and picoloop-0.67