diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2002-09-27 09:31:31 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2002-09-27 09:31:31 +0000 |
| commit | bb572c44121e48d9d54411dff9e0f8dce015e550 (patch) | |
| tree | a91d8c8e9e5675c9b5039ddc8108f81f55fc4f49 /apps/settings.h | |
| parent | acfacd938cfa878aeb69410532b2de58698f703a (diff) | |
| download | rockbox-bb572c44121e48d9d54411dff9e0f8dce015e550.zip rockbox-bb572c44121e48d9d54411dff9e0f8dce015e550.tar.gz rockbox-bb572c44121e48d9d54411dff9e0f8dce015e550.tar.bz2 rockbox-bb572c44121e48d9d54411dff9e0f8dce015e550.tar.xz | |
Philip Pertermanns peak meter
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2436 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
| -rw-r--r-- | apps/settings.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h index 048c673..bbc7bb3 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -86,6 +86,10 @@ struct user_settings int ff_rewind_accel; /* FF/Rewind acceleration (in seconds per doubling) */ int disk_spindown; /* time until disk spindown, in seconds (0=off) */ + int peak_meter_release; /* units per read out */ + int peak_meter_hold; /* hold time for peak meter in 1/100 s */ + int peak_meter_clip_hold; /* hold time for clips */ + /* show status bar */ bool statusbar; /* 0=hide, 1=show */ |