2020-02-19 Fred Gleason <fredg@paravelsystems.com>

* Added a 'Disconnect All Jack Ports' ['JZ'] RML.
This commit is contained in:
Fred Gleason
2020-02-19 10:19:39 -05:00
parent 919141c27c
commit 4ccf01f029
5 changed files with 89 additions and 8 deletions

View File

@@ -76,6 +76,7 @@ void RDMacro::setCommand(const QString &str)
case RDMacro::GO:
case RDMacro::JC:
case RDMacro::JD:
case RDMacro::JZ:
case RDMacro::LB:
case RDMacro::LC:
case RDMacro::LL:
@@ -315,6 +316,7 @@ RDMacro RDMacro::fromString(const QString &str,RDMacro::Role role)
case RDMacro::GO:
case RDMacro::JC:
case RDMacro::JD:
case RDMacro::JZ:
case RDMacro::LB:
case RDMacro::LC:
case RDMacro::LL: