mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 23:56:06 +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: 1e0d57a13f
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…
Add table
Add a link
Reference in a new issue