Copying a draggable filter Panel
-
I want to copy and paste the contents of a draggableFilterPanel, and I was sure I could do this - but my brain is getting leaky again -- is it possible??
-
@Lindon I don't see a built in way to do this. You might be able to hack something using a complex data object and a broadcaster (if the draggable filter panel supports the complex data object).
-
@d-healey yeah I cant really see a way to do this either....I cant see a way to get to the data structure of the backend EQ its connected to either....
I know I can ".addModuleStateToUserPreset" so its possible to get to the data in one form or another...
-
@Lindon so this is what one of these looks like in a preset:
<Processor Type="CurveEq" ID="MasterEQ3" Bypassed="0" NumFilters="6" Band0="-8.677524566650391" Band1="22.6789379119873" Band2="0.4633881449699402" Band3="1.0" Band4="1.0" Band5="-0.3908786773681641" Band6="16026.650390625" Band7="1.113878965377808" Band8="1.0" Band9="0.0" Band10="-0.2345274239778519" Band11="3260.881103515625" Band12="0.4551661610603333" Band13="1.0" Band14="4.0" Band15="0.3908802270889282" Band16="80.67691040039062" Band17="1.0" Band18="1.0" Band19="4.0" Band20="-5.863191604614258" Band21="647.781494140625" Band22="1.0" Band23="1.0" Band24="4.0" Band25="-2.423452377319336" Band26="339.3641967773438" Band27="1.0" Band28="1.0" Band29="4.0" FFTEnabled="1">
-
I just looked in the source to see what the datatype parameter is for the complex data, and it's no good here.
I think what is needed is a way to get/set the floating tile or EQ module data as a base64 encoded string, but not currently possible from what I can tell.
-
@d-healey yeah thats what I started out looking for and couldn't find....feature request...