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
[FeedbackType.MasterChannelLevelCompare]: {label: 'Change colors for master channel level comparison',description: 'If fader level is greater/less than a given value, change color of the bank',options: [getBackgroundPicker(instance.rgb(0,102,0)),getForegroundPicker(instance.rgb(255,255,255)),
...OPTION_SETS.masterChannel,OPTIONS.faderValuesSlider,{type: 'dropdown',label: 'Compare',id: 'compare',choices: [{id: 1,label: 'greater than or equal'},{id: -1,label: 'less than or equal'}],default: 1}],callback: evt=>{constcompareValue=Number(evt.options.value);constfaderValue=feedback.get(evt.id);constcompareFactor=Number(evt.options.compare)if(faderValue*compareFactor>=compareValue){returngetOptColors(evt);}else{return{};}},subscribe: evt=>{constc=getMasterChannelFromOptions(evt.options,conn);feedback.connect(evt,c.faderLevelDB$);},unsubscribe: evt=>feedback.unsubscribe(evt.id)
The text was updated successfully, but these errors were encountered:
Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.90. Please mark this comment with 👍 or 👎 to give our bot feedback!
First draft, not yet part of the module:
The text was updated successfully, but these errors were encountered: