Interested in Buying Pro- Can It….

2.42K viewsGeneral
0

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!

admin Changed status to publish
Attached Files:
0

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

admin Changed status to publish
Attached Files:
You are viewing 1 out of 12 answers, click here to view all answers.