groups in MIDI bindings and info dialog. Momentary swtiches, Progress ctl,, TooB Looper and Record plugins.

This commit is contained in:
Robin E. R. Davies
2025-03-12 20:52:56 -04:00
parent eb7a7f3a48
commit 28f4aeafe2
32 changed files with 3526 additions and 264 deletions
+4 -2
View File
@@ -724,7 +724,8 @@ void SetVarPermissions(
if (chown(entry.path().c_str(), uid, gid) != 0)
{
std::cout << "Error: failed to set ownership of file " << entry.path() << std::endl;
// Expect spurious pulse config files to be un-chown-able.
// std::cout << "Error: failed to set ownership of file " << entry.path() << std::endl;
}
try
@@ -740,7 +741,8 @@ void SetVarPermissions(
}
catch (const std::exception &e)
{
std::cout << "Error: failed to set permissions on file " << entry.path() << std::endl;
// spurious errors on pulse config files.
// std::cout << "Error: failed to set permissions on file " << entry.path() << std::endl;
}
}
}