Hi all,
Is there any good reason for automatically removing the layer's
filename's path before saving a drumkit?
---------- from ""local_file_mgr.cpp":
if ( instr->get_drumkit_name() != "" )
{
// se e' specificato un drumkit, considero solo il nome del file senza
il path
int nPos = sFilename.rfind( "/" );
sFilename = sFilename.substr( nPos + 1, sFilename.length() );
}
----------
Why drumkit specifications includes this? Is it really needed?
I have a huge drumkit based on NS Kit7 full version and there is a lot
of instruments and files. So keeping them in a directory tree is very
convenient. But actually I can not, due to this behaviour :-(
Of course, I will deactivate it for my own use, but I was wondering why
it was here :-)
-> By the way: Hydrogen's mailing-lists (both "devel" and "users") seems
to be pretty dead... Should we use Forums instead?
Bye
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Hydrogen-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hydrogen-devel