Skip to content

Should APC40 description have much flatter hierarchy? #283

Open
@adcxyz

Description

@adcxyz

The current desc file for the APC40 has a very deep and somewhat confusing hierarchy of elements. It would make sense to replace this with (or add as alternative) a desc file with a very flat hierarchy, which makes access to elements shorter.

Opinions from APC40 users please!

// deep hierarchy as is
MKtlDesc.loadDescs("*apc40").first.postElements;
-> 
\bt,
	\clip, 
		\1, 
			1-8, on/off
	\clipS, 
		\1, 
			1-8, on/off
...

// example for very flat hierarchy: 
clip 
	1, 
		1..8
	.. 
	5, 
		1..8

stop 
	(1..8) ++ \all

trak
	sel 
		1..8
	activ 
		1..8
	solo 
		1..8
	rec 
		1..8
sl 
	(1..8) ++ \master

cue 

trCtl
	kn 
		1..8
	pan, sendA, sendB, sendC,

shift

bank
	left, right, up, down

tap

nudge 
	minus, plus

dvCtl
	kn
		1..8
	cltrk, onoff, left, right

detail
quant
ovdub
metro
play
stop 
rec
xfader

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions