// Author: Simon Gockner // Created: 2021-04-10 // Copyright(c) 2021 SimonG. All Rights Reserved. namespace Lib.Audio.Interfaces { public interface IMasterControllable : IControllable { } }