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

NanoKontrol2 Maxmizie Library with syncTempo #8

Open
hibiarata opened this issue May 16, 2018 · 2 comments
Open

NanoKontrol2 Maxmizie Library with syncTempo #8

hibiarata opened this issue May 16, 2018 · 2 comments

Comments

@hibiarata
Copy link

I want "maxmize library" as Nano Kontrol2.
So I tried to add code and compile as below.
But "maximize_library" (SET + REC(●) ) does not work properly..
How do I define this 2way functions?

  • The play and record buttons synchronize to the other track. The
    play button can be held to enable master synchronization for the deck.

          @sync.when @decks.activator(i), g, "sync_enabled"
          @syncTempo
            .when @decks.activator(i), g, "beatsync"
            .else.when(@marker, g, "maximize_library")
    
@kellertobias
Copy link

I assume that you get the error in mixx that this._transformed is undefined.

I solved it by adding a transformation in the transformation mapping for maximize_library

var t = mixco.transform
t.mappings["maximize_library"] = t.binaryT

@arximboldi
Copy link
Owner

Sorry for the late reply. Cool that you found the workaround! Wondering why does it work on Nano Kontrol 2. Or maybe it is broken there too...?

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

3 participants