0.9.11-rc-2

Switch from JACK to ALSA audio.
This commit is contained in:
Robin Davies
2022-07-01 21:15:57 -04:00
parent 0995e0fb16
commit 0a67b39103
51 changed files with 4301 additions and 632 deletions
+4
View File
@@ -57,6 +57,10 @@ namespace pipedal
: PiPedalException(std::forward<std::string>(what))
{
}
PiPedalStateException(const std::string &what)
: PiPedalException(what)
{
}
};
class PiPedalLogicException : public PiPedalException
{