mirror of
https://github.com/ppy/osu
synced 2025-02-07 13:51:59 +00:00
Merge pull request #6896 from iiSaLMaN/implement-aggregate-audio-adjustment-properties
Implement IAggregateAudioAdjustments properties for FallbackSampleStore
This commit is contained in:
commit
31e58eb682
@ -517,6 +517,12 @@ namespace osu.Game.Rulesets.UI
|
|||||||
|
|
||||||
public BindableDouble Frequency => throw new NotImplementedException();
|
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
|
public int PlaybackConcurrency
|
||||||
{
|
{
|
||||||
get => throw new NotImplementedException();
|
get => throw new NotImplementedException();
|
||||||
|
Loading…
Reference in New Issue
Block a user