Windows Clipboard Collection.
Posted: Mon Dec 23, 2013 9:04 pm
Seasons greetings everyone,
As is now a well established tradition at this time of year, I have prepared something a little special for you to play with over the holidays...
Ever wished you could just cut and paste a CSV list straight into an array - no messing with a text box; just click - and it's in there - or if you could copy and paste data that's a PITA to convert to text like a Color or Font - or take the settings of an oscillator and paste them into another (and not accidentally into your filter - or text document!).
Now you can, with the new Clipboard module collection...
NB - I advise NOT to use this download for the time being, as there seems to be a bug in FlowStone when calling dlls from exported files - this has been reported, and I'll let you know if/when this is fixed!
This is not some cheat using a hidden file somewhere, it is all done using Windows' own clipboard, and taking advantage of its many features...
- Copy/Paste between applications and VST instances.
- All data is tagged with a format label, so you can always be sure what is there and whether the data is appropriate.
- Data can be stored in multiple formats at once - store an Array as a 'green' Float Array, Ruby Array object and a CSV String for pasting into other app's - all at the same time.
- Parse data from alternative clipboard formats. Can't find a String Array anywhere on the clipboard? - never mind, maybe there's a CSV string on there that you could parse, or a Ruby array that could have it's numbers turned into strings.
- Custom format types for data that you want to keep to yourself! - e.g. 'FILTER' data that will copy/paste your filter settings, but won't accidentally paste into your envelopes.
- Modules for most of the 'green/yellow/red' data types - no coding required!
- Ruby API that can be used in any RubyEdit instance for those who prefer to code.
- Master module that is also a Clipboard viewer, so you can always see what's going on.
The download is complete with User Guide and some examples to get you started,
Bah Humbug, and all that
Trog.
As is now a well established tradition at this time of year, I have prepared something a little special for you to play with over the holidays...
Ever wished you could just cut and paste a CSV list straight into an array - no messing with a text box; just click - and it's in there - or if you could copy and paste data that's a PITA to convert to text like a Color or Font - or take the settings of an oscillator and paste them into another (and not accidentally into your filter - or text document!).
Now you can, with the new Clipboard module collection...
NB - I advise NOT to use this download for the time being, as there seems to be a bug in FlowStone when calling dlls from exported files - this has been reported, and I'll let you know if/when this is fixed!
This is not some cheat using a hidden file somewhere, it is all done using Windows' own clipboard, and taking advantage of its many features...
- Copy/Paste between applications and VST instances.
- All data is tagged with a format label, so you can always be sure what is there and whether the data is appropriate.
- Data can be stored in multiple formats at once - store an Array as a 'green' Float Array, Ruby Array object and a CSV String for pasting into other app's - all at the same time.
- Parse data from alternative clipboard formats. Can't find a String Array anywhere on the clipboard? - never mind, maybe there's a CSV string on there that you could parse, or a Ruby array that could have it's numbers turned into strings.
- Custom format types for data that you want to keep to yourself! - e.g. 'FILTER' data that will copy/paste your filter settings, but won't accidentally paste into your envelopes.
- Modules for most of the 'green/yellow/red' data types - no coding required!
- Ruby API that can be used in any RubyEdit instance for those who prefer to code.
- Master module that is also a Clipboard viewer, so you can always see what's going on.
The download is complete with User Guide and some examples to get you started,
Bah Humbug, and all that
Trog.