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
if (parameters.size() < 11) { // Test that we have enough parameters
151
-
BOOST_THROW_EXCEPTION(AlfException() << ErrorInfo::Message("Wrong number of parameters for the Pattern Player RPC call: " + std::to_string(parameters.size())));
152
-
}
153
150
154
151
roc::PatternPlayer::Info info = parseStringToPatternPlayerInfo(parameters);
if (infoField != 11) { // Test that we have enough non-comment parameters
226
-
BOOST_THROW_EXCEPTION(AlfException() << ErrorInfo::Message("Wrong number of non-comment parameters for the Pattern Player RPC call: " + std::to_string(infoField)));
0 commit comments