pattrstorage : copy slots bug ?

Jean-Sebastien Rousseau's icon

The copy function of the pattrstorage does copy data from one slot to another. BUT that slot is not recallable, and the pattrstorage outputs "delete 74" when provided with the "copy 2 74" command. I am insane ...

Jean-Sebastien Rousseau's icon

turns out I am crazy, but not completely. My patch was using 'pattrstorage' linked to a 'presets' object. The 'pattrstorage' did execute the copy command properly, but the 'presets' object deleted the dot representing the saved slot. I was recalling the presets via the 'presets' object, so having a missing 'dot' did not allow me to recall the preset, so that is why I was under the impression that the preset was gone....