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
commit 31e58eb682
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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();