Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
e45dcf4f
Commit
e45dcf4f
authored
Oct 29, 2023
by
Anton Baskanov
Committed by
Alexandre Julliard
Oct 31, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dmsynth: Use correct transform for controls.
Fixes pitch bend scale.
parent
beb4a091
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
synth.c
dlls/dmsynth/synth.c
+1
-1
No files found.
dlls/dmsynth/synth.c
View file @
e45dcf4f
...
...
@@ -1563,7 +1563,7 @@ static void add_voice_connections(fluid_voice_t *fluid_voice, const CONNECTIONLI
if
(
!
mod_from_connection
(
conn
->
usSource
,
(
conn
->
usTransform
>>
10
)
&
0x3f
,
&
src1
,
&
flags1
))
continue
;
if
(
!
mod_from_connection
(
conn
->
usControl
,
(
conn
->
us
Control
>>
4
)
&
0x3f
,
if
(
!
mod_from_connection
(
conn
->
usControl
,
(
conn
->
us
Transform
>>
4
)
&
0x3f
,
&
src2
,
&
flags2
))
continue
;
add_mod_from_connection
(
fluid_voice
,
conn
,
src1
,
flags1
,
src2
,
flags2
);
...
...
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