Merge pull request #6896 from iiSaLMaN/implement-aggregate-audio-adjustment-properties

Implement IAggregateAudioAdjustments properties for FallbackSampleStore
This commit is contained in:
Dean Herbert
2019-11-21 09:44:04 +09:00
committed by GitHub

View File

@ -517,6 +517,12 @@ namespace osu.Game.Rulesets.UI
public BindableDouble Frequency => throw new NotImplementedException();
public IBindable<double> AggregateVolume => throw new NotImplementedException();
public IBindable<double> AggregateBalance => throw new NotImplementedException();
public IBindable<double> AggregateFrequency => throw new NotImplementedException();
public int PlaybackConcurrency
{
get => throw new NotImplementedException();