Copy & Paste Funtcion
Posted: Sat Nov 03, 2012 10:01 pm
Hey all,
Im trying to design a copy and paste function which saves data (knobs, switches ect) to a virtual clipboard, then pastes.
Basically I have a prog that has 3 filter modules and I want to be able to copy the settings from one and paste it to another.
My original plan was to create an array with all the data I want to copy (from 1st filter). Then when you click a button (copy) it sends the array to a "clipboard" module which holds it for 5 seconds.During which you click a paste button on another filter module. It then tells the clipboard to paste here, which it sends the array and the 2nd filter module handles the parsing and connects it to the relevant knobs ect.
Is there a better way of doing this? I have a feeling my schematic is going to get WAY too complicated that way.
Can I do it with a hacked preset manager module?
Anyone got any tips?
Thanks!
Im trying to design a copy and paste function which saves data (knobs, switches ect) to a virtual clipboard, then pastes.
Basically I have a prog that has 3 filter modules and I want to be able to copy the settings from one and paste it to another.
My original plan was to create an array with all the data I want to copy (from 1st filter). Then when you click a button (copy) it sends the array to a "clipboard" module which holds it for 5 seconds.During which you click a paste button on another filter module. It then tells the clipboard to paste here, which it sends the array and the 2nd filter module handles the parsing and connects it to the relevant knobs ect.
Is there a better way of doing this? I have a feeling my schematic is going to get WAY too complicated that way.
Can I do it with a hacked preset manager module?
Anyone got any tips?
Thanks!