Can Animoog record x/y pad gestures into external sequencers

Share Model D, Model 15, Animoog and Filtatron tips and tricks. Unleash your creations on the world.
Post Reply
starving moogist
Posts: 2
Joined: Sun Aug 05, 2012 4:58 am

Can Animoog record x/y pad gestures into external sequencers

Post by starving moogist » Mon Aug 20, 2012 5:48 am

now that the midi update is out I've installed it but I can't find a way to record x/y pad gestures into my sequencer, does the x/y pad send out midi information?

starving moogist
Posts: 2
Joined: Sun Aug 05, 2012 4:58 am

Re: Can Animoog record x/y pad gestures into external sequen

Post by starving moogist » Sat Aug 25, 2012 4:10 am

does anybody have an midi cc chart for animoog?????????????????? :?:

Amos
Posts: 2438
Joined: Wed Jul 23, 2003 3:11 pm

Re: Can Animoog record x/y pad gestures into external sequen

Post by Amos » Tue Aug 28, 2012 8:14 pm

I'll see about making a chart. The simple answer is that it receives and sends MIDI notes, velocity, aftertouch, poly pressure, pitch bend, and Mod Wheel... and all other mappable controls can be user-assigned to any CC number.

So, to get Animoog to send x/y gestures as MIDI, you must map the x,y coordinates to a pair of CC numbers:

- Go to Setup page, tap "Map CCs" and you will see each mappable control surrounded by a red box.
- go to X/Y Pad; you will see a red box for X-axis and one for Y-axis. Double-tap to set a CC number for each.
- Go back to Setup page and choose Save Configuration if you want your mapping to persist.
- Tap "Map CCs" again to disable mapping mode.

If you are only recording the MIDI data to play it back to Animoog, then it doesn't matter what CC numbers you assign to the controls, more or less (CC1 is the Mod Wheel CC). Once an Animoog control is mapped to a MIDI CC, moving the on-screen control will send out MIDI CC data, and if Animoog receives those CC messages the mapped controls will respond.

heuermh
Posts: 3
Joined: Sat Sep 01, 2012 11:10 pm

Re: Can Animoog record x/y pad gestures into external sequen

Post by heuermh » Sat Sep 01, 2012 11:18 pm

Hello Amos,

A MIDI chart would be very helpful.

Is it true that the mapping is empty by default? If I hit the Map CC#s button without any MIDI input selected then all the red boxes have '--'s in them.

Second, are MIDI mappings included in a .preset file?

I'm asking because while I'm fine with manually doing MIDI CC# learn on every control with my keyboard, I am planning to write a class in ChucK to drive Animoog over network MIDI, and it would be nice to either rely on the default mapping, if one is present, or provide a .preset file with the same mappings used by the ChucK class.

http://chuck.cs.princeton.edu

heuermh
Posts: 3
Joined: Sat Sep 01, 2012 11:10 pm

Re: Can Animoog record x/y pad gestures into external sequen

Post by heuermh » Tue Sep 04, 2012 11:27 am

This is my first stab at a ChucK class that drives Animoog over MIDI

https://github.com/heuermh/lick/blob/e6 ... oogMidi.ck
https://github.com/heuermh/lick/blob/e6 ... Example.ck

In addition to the default mapping question above, I could also use some documentation on where the CC value cutoffs are for parameters like filter type, path mode and thick unison. I'm guessing 64 for binary (e.g. path sync off/on) and 127/n for n>2 (or perhaps that should be 121/n?).

Thanks in advance for your help.

Post Reply