SoundMaker Ver 2.0.0 #2
AutumnSky1010
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Breaking change
Deleted at Tie
public bool AdditionalIsDotted { get; }
public LengthType AdditionalLength { get; }
ISoundChannel.CreateWave(SoundFormat, int, WaveTypeBase) was renamed
CreateWave(SoundFormat, int, WaveTypeBase);
↓
GenerateWave(SoundFormat, int, WaveTypeBase);
ISoundChannel.Add(ISoundComponent) was renamed
Add(ISoundComponent components);
↓
Add(ISoundComponent component);
Constructor was renamed at SoundChannelBase and derived classes.
SoundChannelBase(int tempo, SoundFormat format, PanType panType, int componentsCount)
↓
SoundChannelBase(int tempo, SoundFormat format, PanType panType, int capacity)
MonauralWave.GetValues() was renamed
GetValues()
↓
GetWave()
Renamed at LengthType
LengthType.ThrthirtySecond
↓
LengthType.ThirtySecond
Change the namespace of SquareWaveRatio
SoundMaker.Sounds.SoundChannels.SquareWaveRatio
Can't set a tempo below than 0;
Added
Fixed
Misc
This discussion was created from the release SoundMaker Ver 2.0.0.
Beta Was this translation helpful? Give feedback.
All reactions