Skip to content

complete desc files with full gui style info. #278

@adcxyz

Description

@adcxyz

Most desc files now have complete gui style info and look quite good;
in some the elements are not aligned as on the physical device, but they are usable.

The desc files below need some attention, ideally by people who own and use the devices ;-)

// access descs
MKtlDesc.openFolder;
// read the descs, make MKtls for all
(
MKtlDesc.loadDescs.size;
MKtlDesc.allDescs.do { |desc| MKtl(desc.name, desc) };
l = MKtl.all.keys(SortedList).collect(MKtl(_));
)
// post creation + comment code for each one
(
l.do { |mk|
	var str = mk.name.asString.cs;
	"MKtlDesc.loadDescs(%); MKtl( %, %.gui; // \n".postf(str, mk.name.cs, str)
};"";
)
// current todo status for all descs and guis 2016_11_10
// most others seem good enough ATM.

MKtl('akai-apc40').gui; // layout, onoff
MKtl('akai-mpkmini2').gui; // layout, onoff
MKtl('snyderphonics-manta').gui; // onoff, use MHexPad,
MKtl('snyderphonics-manta_mc').gui; // onoff, layout, use MHexPad,

// layout!!
MKtl('teenage-engineering-op-1').gui;

// simple layout but usable. how to do 98 keys? colors
MKtl('cthrumusic-axis49').gui; // layout

// default layout, but usable
MKtl('logitech-extreme-3d-pro').gui;
MKtl('thrustmaster-megaworldectronics').gui;

// not urgent :
// could copy layout from saitek, fix compass gui
MKtl('shanwan-wirelessgamepad').gui;
MKtl('jesstech-dual-analog').gui;
MKtl('jesstech-dual-analog-rumble').gui;

// fix compass gui eventually:
MKtl('saitek-cyborg-x').gui;
MKtl('saitek-impact-gamepad').gui;
MKtl('thrustmaster-run-n-drive').gui;
MKtl('thrustmaster-run-n-drive-wireless').gui;

-- not now: --
// add missing elements, finish layout:
MKtl('native-instruments-traktor-kontrol-z2').gui;
MKtl('rme-audio-totalmix').gui; // add more controls
MKtl('touchosc-simple1').gui; // add 3 more pages for simple1 preset
MKtl('x-io-x-osc').gui; // layout, etc

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions