0.9.11-rc-2
Switch from JACK to ALSA audio.
This commit is contained in:
@@ -57,6 +57,10 @@ namespace pipedal
|
||||
: PiPedalException(std::forward<std::string>(what))
|
||||
{
|
||||
}
|
||||
PiPedalStateException(const std::string &what)
|
||||
: PiPedalException(what)
|
||||
{
|
||||
}
|
||||
};
|
||||
class PiPedalLogicException : public PiPedalException
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user