On XUbuntu 9 there's a problem when sample path in sfz-region constains path in the wrong case. Should use [os.path.normcase](http://docs.python.org/library/os.path.html) or [recursive check](http://stackoverflow.com/questions/8462449/python-case-insensitive-file-name) Thanks to incide