Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recording Modulation from ^^ins #36

Open
jonatronblah opened this issue Jan 19, 2024 · 3 comments
Open

Recording Modulation from ^^ins #36

jonatronblah opened this issue Jan 19, 2024 · 3 comments
Assignees

Comments

@jonatronblah
Copy link

Maybe this is more of an ableton question but I just can't figure it out... is there any way to record the modulation produced by ins in a nondestructive way?

@dndrks
Copy link
Member

dndrks commented Jan 19, 2024

hello! hope all's well :slight_smile:

this is a limitation of the device's use of the live.remote~ object, which allows realtime control of a Live parameter with less latency than live.object, but which also precludes it from being seen as a recordable data stream.

if you're willing to test this version of the device, which swaps all the live.remote~'s for live.object's, and provide feedback on real-world use, that'd be fantastic!! ^^ins.amxd.zip

@dndrks dndrks self-assigned this Jan 19, 2024
@jonatronblah
Copy link
Author

I'd be more than happy to do so! Just let me know how you prefer to receive feedback etc. I don't have a whole lot of time to play around with it right now but I definitely will.

@dndrks
Copy link
Member

dndrks commented Jan 19, 2024

rad, thank you so much!
all we really need is to hear whether the device remains performant for real-world use even though the data stream is being made discontinuous. i'd also be stoked to hear what new territory opens up by being able to record the automation data!

and no rush, no worries -- the device is currently working as expected, so this is just a lil' boost :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants