Mark van Renswoude
ff1e1ca74c
Implemented orchestrator Implemented mock device Implemented serial device Implemented volume action Removed old implementation
8 lines
152 B
C#
8 lines
152 B
C#
namespace MassiveKnob.Plugin.CoreAudio.Settings
|
|
{
|
|
public class DeviceVolumeActionSettings : BaseDeviceSettings
|
|
{
|
|
// TODO OSD
|
|
}
|
|
}
|