_______________________________________________________
Livid Instruments and Kosh have set up a github page for Remote items for Rack Extensions. This isn't a list just for Livid Instruments, it is also a resource for anyone who wants to create Remote templates, both manufacturers and users.
Please submit your list when you create a new RE, it would be very helpful to anyone who makes their own Remote maps:
https://github.com/LividInstruments/Rea ... _Templates
_______________________________________________________
Koshdukai's original posting was at https://www.propellerheads.se/forum/sho ... +templates
and his OP follows below
______________________________________________________
Koshdukai:
I've seen some questions about this around here and have had to reply to so many PMs about this that I decided to list all the currently possible Remote Map Scopes.
I'll try to keep it updated as some of the existing betas become publicly released and as newer REs become available.
Please, if you detect anything wrong with these, just post about it and I'll correct it.
Be extra careful with extra spaces, comas and full-stops in the Company IDs field. Try to copy-paste from this list to keep those typing errors to the minimum
This thread was made mainly to keep the RE Scope list with the correct Company and RE IDs as up-to-date as possible (spare time permitting).
As a side-effect and "added bonus", some (as I edit this, it's more like) ALL released REs Remote templates (already are and) will be posted as a useful source for the available remoteable lists... at least while RE Devs keep forgetting to add themselves that info in their documentation or support pages.
20130625: The list below is also available at GitHub (check the links at the end of this post, please).
If you find that format more convenient, please say so in a post here and if there's enough interested users, I'll deprecate this thread snippets format so everyone can start using GitHub instead and keep everything still in one place to avoid confusion.
Be careful when using the GitHub search... while searching for a REID and 5sec later, a remoteable, I got a warning "Whoa there! Too many requests are being made from your IP address. Wait a minute or two and try again."
Useful related links:
- Products: Remote
- DISCOVERING REASON: Part 33 - Control Remote (2010)
- Sound On Sound: Hacking Remote Files In Reason - Reason Notes & Techniques (2007)
- Q2: What about the Scope line ? How do I identify the Rack Extension as a Scope?
- Q5: How do I use a "Remote template" ?
- Remote Map Templates available in GitHub, generously setup by LividInstruments
To start with the .remotemap Template snippets of code for each Rack Extension, I guess I'll start with a short, simple and a FREE one, which to me, are the only ones we would excuse to be released "as-is" because the developer already had all the trouble designing and building the RE, we just can't possibly ask him/her for more
So, here's the .remotemap Scope template for Groovy Melon's Morfin XF Crossfader (valid for Version 1.0.1 at least):
Code: Select all
//Utilities Groovy Melon Morfin XF Crossfader
Scope Groovy Melon com.groovymelon.MorfinXF
// Control Surface Item Key Remotable Item Scale Mode
Map Recall snap 1 Ch A Select Input
Map Envelope Attack Volume A
Map Recall snap 2 Phase Invert A
Map Envelope Sustain Crossfader
Map Recall snap 3 Phase Invert B
Map Envelope Decay Volume B
Map Recall snap 4 Ch B Select Input
Map Volume Curve Type
You're supposed to take this snippet and add it to your own controller's .remotemap file.Then, edit it, replacing the "_control_" text with a valid control item identifier used by your own controller (check existing scopes on that .remotemap file or inspect the list in the respective Codec file)
Don't forget to replace the "//Map" for "Map" on each edited line, so your edited mappings become active
Here's an example of how this template was used on my Arturia Factory 32 controller:
Code: Select all
//Utilities Groovy Melon Morfin XF Crossfader
Scope Groovy Melon com.groovymelon.MorfinXF
// Control Surface Item Key Remotable Item Scale Mode
Map Recall snap 1 Ch A Select Input
Map Envelope Attack Volume A
Map Recall snap 2 Phase Invert A
Map Envelope Sustain Crossfader
Map Recall snap 3 Phase Invert B
Map Envelope Decay Volume B
Map Recall snap 4 Ch B Select Input
Map Volume Curve Type
.remotemap Scope template for Quadelectra's CV Suite Line Processor (valid for Version 1.2.2 at least):
Code: Select all
//Remote Map template for Utilities Quadelectra: CV Suite Line Processor
Scope Quadelectra (Quadelectra Audioworx) com.quadelectra.CVSuiteLineProcessor
// Control Surface Item Key Remotable Item Scale Mode
//Map _control_ Enabled
//Map _control_ Gain
//Map _control_ Polarity
//Map _control_ Low Cut
//Map _control_ Hi Cut
//Map _control_ Foldback
//Map _control_ Low End
//Map _control_ Hi End
//Map _control_ Balance Point
//Map _control_ Quantize
//Map _control_ Quantize Synced
//Map _control_ Quantize Sync Switch
//Map _control_ Smooth
//Map _control_ Shaper
Code: Select all
/Utilities Quadelectra: CV Suite Line Processor
Scope Quadelectra (Quadelectra Audioworx) com.quadelectra.CVSuiteLineProcessor
// Control Surface Item Key Remotable Item Scale Mode
Map Recall snap 1 Enabled
Map Volume Gain
Map Recall snap 2 Polarity
Map Filter Cutoff Low Cut
Map Filter Reso Hi Cut
Map LFO Rate Foldback
Map LFO Amount Low End
Map Key param 1 Hi End
Map Key param 2 Balance Point
Map Key param 3 Quantize
Map Key param 4 Quantize Synced
Map Recall snap 3 Quantize Sync Switch
Map Fx Chorus Smooth
Map Fx Delay Shaper