You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after playing a bit with your code I found a possible solution for the CT V2 (#27). Because I've no published repo for this I put the small changes here in the text.
In device.js change productID to:
class LoupedeckCT extends LoupedeckLive {
static productId = 0x0007;
The CT is now discovered BUT the grid is not drawn anymore. Originally I did a mistake and and changed the productID in the LoupedeckLive but not in the LoupedeckCT. But after fixing my mistake the grid buttons are not shown or updated anymore.
You also need to modify the id in the displays. Here you can use the same values from the LoupedeckLive, wich seems to work pretty well.
Hi,
after playing a bit with your code I found a possible solution for the CT V2 (#27). Because I've no published repo for this I put the small changes here in the text.
In
device.js
changeproductID
to:The CT is now discovered BUT the grid is not drawn anymore. Originally I did a mistake and and changed the
productID
in theLoupedeckLive
but not in theLoupedeckCT
. But after fixing my mistake the grid buttons are not shown or updated anymore.You also need to modify the
id
in thedisplays
. Here you can use the same values from theLoupedeckLive
, wich seems to work pretty well.You can keep the rest of the code as it is. That's it and all CT function work now. I hope that this will help somebody here.
The text was updated successfully, but these errors were encountered: