Page 1 of 2

Titan midi controller

Posted: 01 Mar 2018, 17:17
by sultahan
I want to connect the titan mobile midi control unit. behringer bcf 2000 is suitable for this. which product you recommend me. fader midi controller.thank’s.

Re: Titan midi controller

Posted: 01 Mar 2018, 18:43
by kimwida
Just curious.
Why do you need fader?? Mobile have already faders.
You can use only physical 10 faders in mobile. Am I wrong??
I think launch pad MK2 is much better. It has more buttons and they are colorful.

Re: Titan midi controller

Posted: 03 Mar 2018, 20:46
by sultahan
kimwida wrote:Just curious.
Why do you need fader?? Mobile have already faders.
You can use only physical 10 faders in mobile. Am I wrong??
I think launch pad MK2 is much better. It has more buttons and they are colorful.


You are right. but 10 faders are not enough for me. because I use media server and pixel mapping with light. do you have a midi controller that you can suggest to me?

Re: Titan midi controller

Posted: 05 Mar 2018, 18:08
by kimwida
AKAI APC mini (+ Launch Pad MK2)

Re: Titan midi controller

Posted: 05 Mar 2018, 18:14
by niclights
kimwida wrote:AKAI APC mini (+ Launch Pad MK2)


I don't think those will work. As far as I know they are Usb only. Currently Titan only supports MIDI triggers via the MIDI connectors.

Re: Titan midi controller

Posted: 05 Mar 2018, 18:19
by danhoff

Re: Titan midi controller

Posted: 05 Mar 2018, 18:36
by sultahan


Do you use this device? If you use it, can you share some information?

Re: Titan midi controller

Posted: 05 Mar 2018, 18:47
by danhoff
Yup, I have one and use it all the time, and have used it with Titan Mobile and both the Akai MPK Mini and Launchpad. What do you want to know?

Re: Titan midi controller

Posted: 05 Mar 2018, 20:28
by sultahan
danhoff wrote:Yup, I have one and use it all the time, and have used it with Titan Mobile and both the Akai MPK Mini and Launchpad. What do you want to know?


If I take it, for example, I can not run the akai apc 40 or any other person?

Re: Titan midi controller

Posted: 05 Mar 2018, 21:01
by danhoff
The Mio4 will act as a USB host, so that you can use any USB-MIDI device and the Mio4 will send the MIDI stream out the 5-pin DIN connector, into your Titan Mobile.

The APC40, being designed specifically to control Ableton, has some additional features for that software, but it still sends out regular MIDI messages, so I don't see any reason it wouldn't work with Titan.

Re: Titan midi controller

Posted: 20 May 2018, 13:15
by chien0721
kimwida wrote:AKAI APC mini (+ Launch Pad MK2)


i am kind of curious. have you tried akai apc mini on avolites yourselves? Does it work?
Because I have heard some of my friends say that these kinds of device are designated for ableton and might need some sort of signal translator (i am not sure what is the name of device) to controller lighting software, at least on GrandMA.

Re: Titan midi controller

Posted: 20 May 2018, 20:50
by kimwida
Yes, as danhoff explained very well and many people use them, titan mobile have midi port and titan support midi trigger in system menu.
So you can use any midi device with avolites consoles except titan one.
And Grand MA need some midi translator to use midi device's faders because Grand MA doesn't understand cc midi code not the device are designated for ableton.
Avolites consoles not support usb midi device so you need something like mio4 to use usb midi device like apc mini.

Re: Titan midi controller

Posted: 21 May 2018, 10:28
by Mars3110
kimwida wrote:I think launch pad MK2 is much better. It has more buttons and they are colorful.


Hi ! I'm using a LaunchPad MK2 (with a Kenton USB MIDI) too… how do you get the buttons colours lit up ? By using MIDI out (so not compatible with Quartz and Mobile) and a bunch of macros ? Or do you have a much efficient way ?

Would be nice to use the colours of the LaunchPad. If only Titan was accepting USB MIDI and offering a simpler way of sending MIDI commands…

Re: Titan midi controller

Posted: 21 May 2018, 13:13
by kimwida
There are many ways to light launch pad MK2. I am using MIDI-OX to send sysEx just for one shot color set.
Generally, if you send midi code(color) to each button by channel 1, your MK2 buttons will light with the specific colors.
Even you can make them blink.

For example this macro will light left bottom button to red. (Your launch Pad MK2 must be in session mode which use midi channel 1.)

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<avolites.macros>
  <macro id="Test_Midi">
    <name>Test Midi</name>
    <sequence>
     <step pause="0.01">Panel.Midi.NoteOn(1, 11, 5)</step>
    </sequence>
  </macro>
</avolites.macros>


For more information, you have to read "launchpad mk2 programmers reference guide".
After read the manual, adding more code lines, you will light your pad buttons color like you want.

Re: Titan midi controller

Posted: 21 May 2018, 13:57
by Mars3110
Ok thanks. I've already read the programmer manual for the launchpad.

So there is no way of lighting it without having a console with midi out and long macros (which I already successfully did).

And with MIDI-OX you need a computer between the launchpad and the console and I don't want that…

I already tried to find any info about this unsuccessfully, but maybe you would have a solution : is it possible to store a one shot colour set IN the launchpad so no need of sending commands each time we turn on the launchpad ?