function [soundsourceCombinationsCell] = createCombinationsCell(pSoundsourceCombinationsTable)
%TRACKPARAMETERTOWORKSPACE Summary of this function goes here
%   Detailed explanation goes here

%% Create struct for workspace
soundsourceCombinationsCell = table2cell(pSoundsourceCombinationsTable);

end