mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:07:43 +00:00
Piano: Set some nice defaults
This commit is contained in:
parent
59bde64ba6
commit
1e0d57a13f
1 changed files with 4 additions and 4 deletions
|
@ -31,10 +31,10 @@
|
|||
|
||||
AudioEngine::AudioEngine()
|
||||
{
|
||||
set_sustain_impl(0);
|
||||
set_attack(0);
|
||||
set_decay(0);
|
||||
set_release(0);
|
||||
set_sustain_impl(1000);
|
||||
set_attack(5);
|
||||
set_decay(1000);
|
||||
set_release(5);
|
||||
}
|
||||
|
||||
AudioEngine::~AudioEngine()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue