Syntax error in `ita_parametric_GUI` on ` ita_roomacoustics_gui`
I have never used the toolbox before, but I just did the basic first steps of cloning and running ita_toolbox_setup()
and ita_toolbox_gui()
. After wanting to open the room acoustics application, I get the following Matlab error which is maybe due to maybe lost compatibility in a new Matlab version? Or is it a configuration failure on my end, due to never having used the toolbox otherwise?
Dot indexing is not supported for variables of this type.
Error in ita_parametric_GUI (line 227)
comment = pList{idx}.default.comment;
Error in ita_roomacoustics_gui (line 186)
guiOutput = ita_parametric_GUI(pList, 'Roomacoustics');
Error in ita_roomacoustics (line 89)
varargout{1} = ita_roomacoustics_gui(varargin{1});
Error in ita_menucallback_RoomAcoustic (line 11)
raRes = ita_roomacoustics(audioObj);
Error while evaluating Menu Callback.
Running on (not on M1 silicon btw)
MATLAB Version: 9.11.0.1837725 (R2021b) Update 2
Operating System: macOS Version: 12.1 Build: 21C52
Java Version: Java 1.8.0_202-b08 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode