Interested in Buying Pro- Can It….
I am coming from ClyphX free but I guess Ableton 10 broke it 🙁 Considering getting his free version but ran across Remotify and thinking it might be able to generate scripts that can do the same functionality. Can I do these things mapped to a note and channel:
-Delete Clip
-Change Time Signatures
-Unfold/Fold Groups
-Unarm all tracks
-Toggle Overdub
Thanks! This program is such a cool concept!
Hi there,
In response to your questions, most (if not all) should be possible using the ‘Reactions’ mapping type.
They have only just become possible in the latest version which was released last week so we haven’t had a chance to document how to do them yet.
But for everyone reading, here’s some rough notes on how you can fire each type (note these are untested as yet):
Delete (selected) Clip
From the first menu, choose ‘self’
Then input: .song().view.highlighted_clip_slot.delete_clip()
Then select: ( )
Fold/unfold (selected) track
From the first menu, choose ‘self’
Then input: .song().view.selected_track.fold_state
Then select: =
To fold a track input: 1
Or to unfold a track input: 0
Unarm all tracks
For each track you want to unarm add a reaction (change 1 to the track number): self.song().tracks[1].arm
Then select: =
And input: false
Toggle Overdub
This can be done using the overdub mapping.
Change Time Signatures
I can find a couple of possibilities for this but not entirely sure which it will be (if any)
signature_denominator
signature_numerator
Hey ub3rmario,
No its not a predefined set of calls, if it exists in their api then you should now be able access it.
The latest (2.5.2) version is the one you want for this.
Thanks
John
You will need Control Surface Studio for Reactions functionality.
Hmm we don’t currently have a way of firing reactions on startup. Its definitely something we can put into the development list though! In the meantime (and if you’re happy to tweak the script directly), you can still achieve this by creating a reaction to turn the on the metronome and then move it in the code. Its really simple to do and I can help you with this.
Sign up
User registration is currently not allowed.