Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
5372943f
Commit
5372943f
authored
Jan 04, 2013
by
Francois Cartegnie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: Spatializer: match module's limits and values
parent
33352675
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
modules/gui/qt4/components/extended_panels.cpp
modules/gui/qt4/components/extended_panels.cpp
+5
-5
No files found.
modules/gui/qt4/components/extended_panels.cpp
View file @
5372943f
...
...
@@ -1404,11 +1404,11 @@ Spatializer::Spatializer( intf_thread_t *p_intf, QWidget *parent )
i_smallfont
=
-
1
;
const
FilterSliderData
::
slider_data_t
a
[
5
]
=
{
{
"spatializer-roomsize"
,
qtr
(
"Size"
),
""
,
0.0
f
,
1
1.0
f
,
0.0
f
,
1.0
f
},
{
"spatializer-width"
,
qtr
(
"Width"
),
""
,
0.0
f
,
1
0.0
f
,
0.0
f
,
1.0
f
},
{
"spatializer-wet"
,
qtr
(
"Wet"
),
""
,
0.0
f
,
1
0.0
f
,
0.0
f
,
1.0
f
},
{
"spatializer-dry"
,
qtr
(
"Dry"
),
""
,
0.0
f
,
1
0.0
f
,
0.0
f
,
1.0
f
},
{
"spatializer-damp"
,
qtr
(
"Damp"
),
""
,
0.0
f
,
1
0.0
f
,
0.0
f
,
1.0
f
},
{
"spatializer-roomsize"
,
qtr
(
"Size"
),
""
,
0.0
f
,
1
.1
f
,
0.85
f
,
0.1
f
},
{
"spatializer-width"
,
qtr
(
"Width"
),
""
,
0.0
f
,
1
.0
f
,
1.0
f
,
0.1
f
},
{
"spatializer-wet"
,
qtr
(
"Wet"
),
""
,
0.0
f
,
1
.0
f
,
0.4
f
,
0.1
f
},
{
"spatializer-dry"
,
qtr
(
"Dry"
),
""
,
0.0
f
,
1
.0
f
,
0.5
f
,
0.1
f
},
{
"spatializer-damp"
,
qtr
(
"Damp"
),
""
,
0.0
f
,
1
.0
f
,
0.5
f
,
0.1
f
},
};
for
(
int
i
=
0
;
i
<
5
;
i
++
)
controls
.
append
(
a
[
i
]
);
build
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment