From various sources I've been given lots of great ideas about composite. Many of them, I don't have a place to put them. Either they are too raw for the specification, or they belong with the implementation details. This document is a dumping ground for these ideas. They'll be removed once they find an appropriate place.
I'm open to doing this on a Wiki... I just need to find a host for the Wiki site. Gitorious has one... but I'm not sure how many non-coders want to set up a Gitorious account. Google Sites looks OK, but it's not integrated well with the Google Group. Y'all let me know.
Good programmers write good code. Great programmers steal great code.
slots. Trigger the sequences with a chord. Notes will be replaced by the notes of the chord.
In matrix view... when screen gets larger the groups re-flow. When smaller, they line up linearly... horizontally. In fact, we should probably only allocate slots when we need them.
+-------+ +--------+ |GROUP | |GROUP | +=======+ ===> +========| |(BLANK)| |Loop1 | +-------+ +--------+ |(BLANK) | +--------+
The problem with this scheme is that it makes it really hard to do horizontal grouping because things may need to be "massively" rearranged after dropping a new clip.