Mark van Renswoude
cae557e7e1
Added VoiceMeeter plugin (run macro and get status) Added Inno Setup script Added Fusion 360 files for housing designs
11 lines
288 B
C#
11 lines
288 B
C#
using MassiveKnob.Plugin.CoreAudio.Base;
|
|
|
|
namespace MassiveKnob.Plugin.CoreAudio.SetDefault
|
|
{
|
|
public class DeviceSetDefaultActionSettings : BaseDeviceSettings
|
|
{
|
|
public bool Playback { get; set; } = true;
|
|
public bool Communications { get; set; } = true;
|
|
}
|
|
}
|