mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Piano: Set some nice defaults
This commit is contained in:
parent
59bde64ba6
commit
1e0d57a13f
Notes:
sideshowbarker
2024-07-19 09:39:25 +09:00
Author: https://github.com/willmcpherson2 Commit: https://github.com/SerenityOS/serenity/commit/1e0d57a13f3 Pull-request: https://github.com/SerenityOS/serenity/pull/1178
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…
Reference in a new issue