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
Don't register zyn uipart callback, has conflicts
tags/1.9.4
falkTX
11 years ago
parent
fbf75f2512
commit
10480aacee
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
source/backend/native/zynaddsubfx.cpp
+ 1
- 1
source/backend/native/zynaddsubfx.cpp
View File
@@ -432,7 +432,7 @@ private:
{
fUiClosed = 0;
fUi = new MasterUI(kMaster, &fUiClosed);
fUi->npartcounter->callback(_npartcounterCallback, this);
//
fUi->npartcounter->callback(_npartcounterCallback, this);
fUi->showUI();
}
}
Write
Preview
Loading…
Cancel
Save