Audio waveform loader
-
The audio waveform loader does not work for this convolution module.
Right clicking to load, dragndrop or displaying the loaded impulse , none of those work.What am I doing wrong ?
HiseSnippet 894.3ocuVs0aaaCElLNbqNacncX8c+XJPWf75kUf9Pciur4tbwH18FPABXDO1hHTjBTTNwnnuueV8+vvde+D1+fURIYKpM2fVit5mL+NmCOemqTizpPHMUoQ3lSVj.H72RFuPZh5FQ4RzvdH72QNjlZ.cqBn8WjPSSAFBia7KN.bysQ4+96GuOUPkgPEDB8bEODNfGyMUni57abgX.kAS3wdZeuNCCUxtJgJyxmFj.TBM7b5L3HpSssHH7W0mwMJ8XC0.oH716qXKFGotPVn+y4o7yDf6PazX6EU.OPIXNF6PQci3B1nkwcJxdKipxBMJxB+.4PNiuBuJabibAsprvOef2pN8ZTids8oWfG8VCkvdTZ6BJcSx3PMOwTIwwmugLTZKNSo1ztOUJzEgeGoqxpfzrWL8bXf1dXkA69fff6z59AA29QSyjgFtR1RIORYfik6d6cdyNM24s6z5eKZ5z0Jy4FsRH.8ZE6pz5qxvckYwmA56zZNUjAqTzF90yojObN0ujGVD0dJpjCkbywIf7C0HfJSUt7eIqrpZxy92pL6+jLFW8B5bXpRGi3LWGQMr1n7.veF.8rg8nF5xq05AqWS.sg6BHbOXtcFonH2jzCRO2nRx0MNQIc7A+0exj3xUDnyq5rnhMutyEblIZEvMtrSDvmEUMd9Wm2IYYRYHy4TKomqDY40qSf4f9La16+1fZGMTrLA0TedwsjnTf8Bp0j55DkobyB+kHe1Fh9Xo3MIi3lvn0ywsVCGsEx+O3X4pmqS5OcJDZpH31jAu7Kvdlueo+8p249e8c.9DpmdQ82Bd06dAXpCgPGXYqLrVhbXbRlHEN.jy7ZJscAk7ZnLIy3i+rTXe6iByzpLIaRjFnL+6ajFXffVyG+Juq2c76+Qmdz3DtbluNCFLob.rBhKJe3oE4MiN43m1u6jSGb7A85exaCdns53VWc3dWPmihcwIA6rJldo6u+YbCjPoRrUHsYoLGPeIaobbiO5pX6qtI5DkszHmcH0n4N2eTV7X6angfkkRIHbqMwa4VvUbNXIiFCRV9g+w9qTXa2Ybov1KE9EwGwzPs5zvhUut1yqkiXiaYdgno8SQrmasZGKgDrWfM8y3mFF5FT9w1Hz5s4m1.at6FXy81.at+FXyC1.a94MvlGdk139XnmjYTwEKNs.i5m+VGF2WRscu4qGPuW5l1a5
-
@lalalandsynth This is because the default value of the
sampleIndex
property is-1
. Set it to0
, then recompile and it should make the proper connection.Now the next question is: what is the purpose of this default value except for pranking anyone who is trying to use the audio waveform? AFAIK
-1
means that the waveform will always connect to the last played sample if you connect it to a sampler (and yes you can do this BTW), but in 99% of all cases it's just annoying (and if the forum search wouldn't be so unreliably bad, you could find at least 5 forum topics with the same problem).So I'm doing something completely crazy and change the default value to zero again...
-
@Christoph-Hart connecting to a sampler sounds intriguing! Tell us more! How can we go about doing this up? :)
-
@Brian just use the processorId of the sampler module then the sampleIndex property will determine which sample to show (and -1 will show the most recently played sample).