|
From: Nils G. <li...@ni...> - 2012-09-10 17:44:05
|
Hello, Linuxsampler SVN revision 2361 does not accept the opcodes hicc1 and locc1. There is no error during load, they just don't work, but this document indicates they are implemented https://docs.google.com/document/pub?id=1UxPar5toq2uDrU4Gkf4jOGzV3ic-CAoRPo0cWE6xino#h.67113565f820 (Table 1.5. Input Controls). Here is my complete sfz file. The wave files are generated sine-waves of different pitches and one stereo channel only. They can be differentiated just by ear to 100%, no mistake possible here. Only the first group gets played back. <group> locc1=0 hicc1=0 <region> sample=stereo_left.wav count=1 lokey=0 hikey=127 <group> locc1=1 hicc1=1 <region> sample=stereo_right_higher.wav count=1 lokey=0 hikey=127 So.. do I expect the wrong thing that I hear the first group only on when CC1 (program change) is 0 and the second group on program 1 ? Extending the locc1 to hicc1 ranges (like 0-64, 64-127) makes no difference. Greetings, Nils |