@ -32,6 +32,7 @@ namespace Lib.Audio
_midiCommunication.ErrorReceived += OnMidiCommunicationErrorReceived;
}
public string Name => _driver.Name ?? "";
public List<IChannel> Channels { get; }
public void StartCommunication()
@ -8,6 +8,7 @@ namespace Lib.Audio.Interfaces
{
public interface IDevice
string Name { get; }
List<IChannel> Channels { get; }
void StartCommunication();