This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Apply zyn parameters when changing programs
tags/1.9.4
falkTX
11 years ago
parent
851c89ec07
commit
b7fc162767
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
source/backend/native/zynaddsubfx.cpp
+ 2
- 0
source/backend/native/zynaddsubfx.cpp
View File
@@ -186,6 +186,8 @@ protected:
kMaster->bank.loadfromslot(program, kMaster->part[i]);
pthread_mutex_unlock(&kMaster->mutex);
kMaster->applyparameters();
}
}
Write
Preview
Loading…
Cancel
Save