Colin McEwan
Colin McEwan
Some further digging shows that the code at the higher addresses is indeed the same x86 code as the linked binary, at different page addresses, so it certainly *looks* like...
Excellent! The paths are set in src/core/Helpers/Filesystem.cpp in bootstrap(), under some #if logic for different platforms.
@mauser, have I misunderstood the use model for the 'build-with-artifacts' branch name as the condition for keeping artifacts? Is there an advantage to using the branch name that I've missed?...
> Maybe ;-) The idea was to be able to produce binaries whenever it is suitable, without the need for an "official" release. For example after a bug has been...
Hmm, looks like my previous reply here went missing or failed to post. > I'm not sure if moving tags around is a nice thing to do on a public...
> Or will 32 bit LADSPA .dll just not work with a 64 bit Windows OS? Correct, 64 bit processes can't use 32 bit libraries in general. For instance passing...
This is currently on the 1.1 milestone; I'm guessing largely because at the time that meant "not quite 1.0". @elpescado do you want to get this in for 1.1? If...
Maybe calculate and store a signature that's a very, very approximate parametric representation of the spectrum of the instrument sample, and then use that to find the closest sounding instrument...
> > Maybe calculate and store a signature that's a very, very approximate parametric representation of the spectrum of the instrument sample, and then use that to find the closest...
...huh