I donāt think so. The firmware mod adds USB midi host support where the earthsea module is effectively acting like the computer. Implementing host support means that you can plug in:
usb midi interfaces which are class compliant (tested with roland um-one)
The iPad (or a computer) would most likely be expecting to USB midi device to be connected (like one of the above). It is conceivable that device mode could be implemented, the only thing Iām not immediately sure about is how one would go about telling the earthsea it should be a device or host.
For me personally I often use this with the zendrum zap => roland um-one interface => earthsea combo when I want to play something more rhythmic than what I can with a grid.
oh boy, what a great update! sounds like a really neat feature. i can imagine this on a WW as well, with the param knob controlling something like a quantized interval between A and B outputsā¦
Fantastic⦠Just when I had started considering adding an Intellijel uMidi to my setup. Looking forward to try this with my SubPhatty. Unfortunately, last night I was working on some presets on the Earthsea, and I suppose updating the firmware will delete them. So this will have to wait, until Iām done with my recorded presets. (Or if anyone can remind me if is it possible to backup presets on the computer⦠I assume itās not possible).
Finally got to try this with my beloved SubPhatty. Very nice, specially for when I feel like playing a more traditional keyboard. Itās easier than me setting up the Oplab, though I might also try connecting it to Oplab, to receive MIDI from the computer or the Octatrack.
The only problem I experienced was with pitch bending, which got Earthsea to hang on a note, until I took the USB cable or unplugged the SubPhatty. Perhaps I need to lower the range? By default itās two semitones. Also, what cc is ātrackingā listening to? I didnāt seem to be getting anything out from that one.
I donāt think the pitch bend range on the controller should matter. The code is directly mapping the 14-bit MIDI pitch bend to +/- 12 semitones (unless I botched something which is entirely possible). Out of curiosity do you know if the SubPhatty transmits 7-bit pitch bend or 14-bit? Now that Iām thinking about it Iām not sure I tested 7-bit pitch bend. The next chance I get Iāll setup a torture test using a Continuum Fingerboard - not sure why I didnāt think to try that before, the Continuum can generate a lot of MIDI data.
The tracking output is actually a variation on pitch. Unlike pitch/pos where the output is mapped to semitones (based on 1v / octave), the tracking output maps MIDI notes 0-127 directly to the 0-10V range of the output. When the tracking knob is in the middle you get linear mapping, turn it left and the mapping is log(ish) in shape, turn it right for exponential(ish) shape.
The motivation for the tracking output was to aide in emulation of behavior more common to acoustical instruments. Take the decay of piano note for example; the low notes have a longer decay than the higher notes. Other instruments get brighter or darker depending on the note played. I tend to patch tracking to MATHS for inversion and scaling (if need be) then on to:
the rise/fall CV for one of its āslopeā channels
the FM and/or resonance input on a filter
What I suspect is happing in your case is that tracking output appears to not be doing anything because the SubPhattyās keyboard has a limited range - 25 keys or roughly 20% of the MIDI note range. Depending on what the base note of the SubPhattyās keyboard is set to you might not see the tracking LED turn on. If the keyboard was translated up a few octaves Iād expect the tracking LED would illuminate.
Thanks for your detailed answer. I changed the default MIDI resolution in the SubPhatty from 7 to 14 bit, and now tracking is working as expected, but it still hangs on a note when I use pitch bending. Interestingly, when it hangs, it still accepts data from the mod wheel, which it first spits intermittently and then continuously, whilst the rest of the module is still stuck in one note, until I unplug the SubPhatty.
I have also tried it briefly with Oplab and I was pleased to find out I could even power the Oplab through Earthsea⦠And ES then had no problems receiving note info from the Octatrack (which, otherwise, would not accept if connected directly through the USB). Earthsea still hangs on a note when I change modes on the Oplab, but I can live with that. All it takes is to unplug it and plugged back on again.
I know I could just use Oplab, but I find it such a pain, having to find its own power plug, or connecting it to a computer⦠And with the CV ins and outs, I used to feel like I was spending more time troubleshooting the Oplab, than actually been able to use it to make music.
Thanks again for such alternative version for the Earthsea. I probably would still use ES more often with the grid, but itās great to know I can also use it with other instruments, like the SubPhatty, to play more traditional keys, or the Octatrack, for some more rhythmic and crazy MIDI stuff.
I donāt have an Oplab I can test with but if you could record the MIDI stream which is generated when you change modes and send it to me I can attempt to find and fix that problem. Recording the MIDI output from your SubPhatty as you play (key plus pitch bend) could also be of use in tracking down these bugs.
The MIDI spec has some finicky parts around running status which might not be getting handled properly. The pitch bend support was tested using a Push 1 (in user mode) as well as a Novation SL 61 but not as heavily as other parts of the code. Iāve found each controller can have itās own quirks - the Zendrum controllers (I have a Zendrum ZAP) send note on and note off together in one burst which certain other devices didnāt work well with (it uses running status and zero velocity note on(s) in place of explicit not off(s) IIRC).
Took me couple attempts but I did install it eventually. Works like a charm with Qnexus. Thanks you ngwese!!
BTW, I though of it for a bit, maybe you can do something like built in arpeggiator and replace tracking knob with speed of arpeggios.
@ngwese iām absolutely loving this with the op-1. i was using the oplab to sequence, but this is waaaay more convenient. one thing iām missing is a midi clock, so i can synchronize my other sequencers (meadowphysics & teletype) with the 4-track tape playback on the op-1. would it be hard to add this? perhaps holding the front panel button for a few seconds could switch output 1 (currently mod wheel) to be a clock out?
Anyone had any luck getting this to work with a Korg Microkey? Iāve tried both the latest HEAD and the linked hex and neither are working properly (though it is working a bit, if I wiggle the pitch bend it elicits a response).