mixxxbot

Results 163 comments of mixxxbot

Commented by: **[daschuer](https://github.com/daschuer)** Date: 2022-07-05T15:48:47Z --- My guess is yes.

Commented by: **[ronso0](https://github.com/ronso0)** Date: 2022-08-12T20:13:09Z --- Turns out a built-in empyt chain preset is not suitable because it can be edited which defeats the purpose. Instead I went the route...

Commented by: **[Be-ing](https://github.com/Be-ing)** Date: 2016-11-18T04:21:04Z --- "An alternate option would be to allow a script to specify a skin XML file for an off-screen window / widget that we would...

Commented by: **[Be-ing](https://github.com/Be-ing)** Date: 2016-11-18T04:22:29Z --- FWIW, someone hacked Traktor's QML to manipulate what it sends to controllers with screens. Not sure if this has any info that would be...

Commented by: **[Be-ing](https://github.com/Be-ing)** Date: 2016-11-25T05:27:07Z --- Changed the title of the bug to clarify that this is not about external monitors.

Commented by: **[ronso0](https://github.com/ronso0)** Date: 2020-10-15T17:02:16Z --- That function is made for deck strings only. [EqualizerRack1_[ChannelN]_Effect1] is a effect group. https://github.com/mixxxdj/mixxx/blob/master/res/controllers/common-controller-scripts.js#L152

Commented by: **[ronso0](https://github.com/ronso0)** Date: 2020-10-15T17:04:44Z --- What are you tryig to achieve?

Commented by: **[ronso0](https://github.com/ronso0)** Date: 2020-10-16T14:15:21Z --- Btw you can use the 'parseInt' from script.deckFromGroup(): // isolate 'N' from [ChannelN] sourceDeck = parseInt(group.substring(8,9));

Commented by: **[fkbreitl](https://github.com/fkbreitl)** Date: 2020-10-16T15:32:46Z --- I am extending my controller mapping to four decks. Therefore I need to know from which Channel a command was sent. It would be...

Commented by: **[ronso0](https://github.com/ronso0)** Date: 2020-10-16T18:40:05Z --- Why don't you use midi-components? it has a handler for deck switches. That way you'd also have an up-to-date maaping that could be merged...