kokernutz / traktor-kontrol-screens

Replacement screens for the Native Instruments Traktor Kontrol D2, S5, and S8
102 stars 40 forks source link

REQUEST: Cue names displaying #11

Closed bascurtiz closed 5 years ago

bascurtiz commented 6 years ago

Hey mate! Been a while =)

Would it be possible to implement the cue names displaying at the screens too?

So for example, u have these cue names named within Traktor: traktor-cue-names

...and they would show like this: screen-cue-names

kokernutz commented 6 years ago

It's something I would like to do, but I don't think it is possible. I don't see anything in the data model related to labels, just position. Can you get the labels to show in Traktor itself? I looked but didn't see anything.

ErikMinekus commented 6 years ago

The hotcue name property is app.traktor.decks.X.track.cue.hotcues.Y.name. To reduce clutter you may want to hide the name if it's set to n.n.. See HotcueRow.qml for an example.

kokernutz commented 6 years ago

@ErikMinekus, you are amazing. I'll take a look into next week when I am back from vacation.

kokernutz commented 5 years ago

Implemented hot cue bar. Toggle via prefs.