So first of all: I've got Launchpad Mini I wish to use as a loop controller. I also have a M-Audio keyboard that I'd like to use for recording MIDI sequences and then loop them in Giada. Aside from audio looping of course.
1) First thing first - I think we should consider separating MIDI inputs for control and channels input.
The reason is simple - I don't want to get my "loop control controller" actions captured on my channel. Sure, I could filter out whatever channel Launchpad is using, but I'd rather be able to use Chn1 on my keyboard.
If someone wishes to use a single controller for both, let them be free to pick the same controller in both settings.
The same applies to outputs - Separate lightning output, and channels output, so I can safely send lightning messages back to Launchpad, and feed synths with channels content.
2) MIDI controller shortcuts, or key combos.
I imagine using my Launchpad in a way that a single button means single channel. Pressing a button should start or stop a channel, obvious. However, in order to mute, solo, arm, kill or free a channel, a global function keys would be used.
Now there are two options, both with pros and cons.
a) While holding a function key, press the channel buttons to trigger an action on them. Just like pressing Ctrl+A->C->V to select-copy-paste without even releasing Ctrl key. The drawback is rather complicated volume and speed control, requiring pressing a volume function button, channel button, and operating a knob at the same time.
b) pressing function button while holding desired channel buttons. The pro of this solution is perfectly synced function processing for multiple channels. Also volume and speed control using separate MIDI knobs would be far easier - just turn a knob while holding a channel button. The major drawback of this solution is that the normal loop start/stop action would have to be moved to key-release event, rather than key-press like it is now. That might be unacceptable to some musicians.
I think that this feature could easily live in peace and harmony with currently existing "per channel" MIDI binding.
3) (I'll use word "Chn" for MIDI protocol channel, and "Channel" for Giada channel)...
MIDI Channels should be able to capture and play notes on any Chn. For now, sure, I can capture notes from any MIDI Chn, but then Giada doesn't remember which Chn was it. I think that ideally, Giada's default behavior should be to record anything it catches on its MIDI input, and then repeat it exactly the way it was. Chn filtering on input, or converting all channel contents to a specified Chn on an output, should be optional.
By the way, why is MIDI Channel Output disabled by default? Why would anyone do that?

4) Lightning output enhancements
I see it this way: If any channels are in solo, all the rest should be dimmed (simple Launchpads have 3 color intensities to pick from), or turn, say, orange. Muted channel should be dimmed itself unconditionally, just like Giada processes both mute and solo applied to the same channel.
For now, Giada sends "playing" lightning message on each beat #1. This essentially means that a single button on Launchpad can either show waiting/playing/stopping/stopped status on a given channel, because "playing" message eventually will overwrite any solo/mute lightning.
To achieve this, I think that:
a) solo should be handled as mute on any other playing channel (probably just like the engine does), or introduce a new event for that purpose, say "playing_inaudible"
b) mute should have higher "priority" than playing. More precisely, the lightning priority should go like this: stopped, stopping/waiting, mute, solo, playing_inaudible, playing.
c) giadamap file should allow more than one message per event (honestly, I just assume it doesn't),
d) all giadamap settings should be optional (I guess they are, but just to be sure..)
e) drop "playing" message on each beat #1? Unless there's any reason to keep it.
5) Giadamap file.
I bragged about it here in greater detail, but seriously, I think this is worth mentioning here.


To wrap up my enormous wishlist, my last wish is for myself to help making it reality.. I have no experience with C++ in particular, I am an AVR ASM junkie, but maybe I'll be able to implement and test simpler ideas. I will provide giadamaps for Launchpads, that's for shizzle.
I really want this project to become the best open source looper the world has ever seen. And it's getting there!
Thanks for reading, any comments are well appreciated.