Analyser module oscilloscope view
-
Hi, is there a chance to show the oscilloscope view from an Analyser module into a custom GUI?
-
easy..
create a FloatingTile Panel in your interface and set its
ContentType
to "AudioAnalyser" and theData
property to:{ "ProcessorId": "Analyser1", "Index": 1 }
you can select the possible dropdown values of the analyser with their index numbers. ( 0,1,2 )
best,
d -
@Dominik-Mayer said in Analyser module oscilloscope view:
easy..
create a FloatingTile Panel in your interface and set its
ContentType
to "AudioAnalyser" and theData
property to:{ "ProcessorId": "Analyser1", "Index": 1 }
you can select the possible dropdown values of the analyser with their index numbers. ( 0,1,2 )
best,
dI used that before create this topic and press F5, but nothing appeared on the floating tile :(
-
Oppsss... I left th -1 default value of the index... now it works fine! Sometimes some synapses of mine is out of duty