Units in Audio Plugin Interface
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Pablo Panitta
am 7 Nov. 2019
Beantwortet: Pablo Panitta
am 27 Nov. 2019
Is there any way to set up the decimal precision to be shown in a audio plugin interface? Eg I don´t want the value of a parameter displayed as 3.7277 dB but 3.7 dB.
Thanks
Pablo
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 7 Nov. 2019
If you do a classdef yourself like is shown in https://www.mathworks.com/help/audio/ref/audioplugininterface.html#d117e26333 then you can define your own display() method for that class.
4 Kommentare
Walter Roberson
am 11 Nov. 2019
When I use the example at https://www.mathworks.com/help/audio/ug/plugin-gui-design.html then the relevant portion appears to be the call to parameterTuner . That in turn is a method inside ParameterTunable.m . The important step that takes a built-up description of an interface and builds the interface, is createParameterTuningController . Unfortunately that is a .p file. The operation of the interface is hidden inside .p files, so I do not know how to change the behavior.
You will need to open a technical support request with Mathworks.
Weitere Antworten (1)
Siehe auch
Kategorien
Mehr zu Audio Plugin Creation and Hosting finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!