zynaddsubfx

ZynAddSubFX open source synthesizer
Log | Files | Refs | Submodules | LICENSE

commit ca0feba1c6ea9c455e9f373d957f16bc33f164c9
parent e0b3a238a727ca737999bc2724f98987c2f88ec2
Author: paulnasca <paulnasca>
Date:   Mon,  4 Oct 2004 17:10:06 +0000

*** empty log message ***

Diffstat:
MChangeLog | 2+-
Msrc/UI/MasterUI.fl | 6+++---
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -726,5 +726,5 @@ 02 Oct 2004 - Corectata o eroare grava care facea ca sa nu pot schimba partul curent in interfata utilizator obisnuita 03 Oct 2004 - LANSAT PE INTERNET - VERSIUNEA (2.1.1) -------------------------------------------------------------------------------------------------- - + - Corectata o eroare care face ca in modul simple UI, sa se inverseze panning-ul diff --git a/src/UI/MasterUI.fl b/src/UI/MasterUI.fl @@ -375,7 +375,7 @@ class MasterUI {} { fl_alert("ZynAddSubFX could not be closed this way, because it's a VST plugin. Please use the host aplication to close it."); \#else if (fl_ask("Exit and leave the unsaved data?")) *exitprogram=1; -\#endif} selected +\#endif} xywh {353 127 390 465} type Double hide } { Fl_Menu_Bar mastermenu { @@ -1133,8 +1133,8 @@ bankui->show();} } Fl_Slider partpanning { label Pan - callback {master->part[npart]->setPpanning((int) o->value());} - xywh {185 95 70 15} type {Horz Knob} box FLAT_BOX minimum 127 maximum 0 step 1 value 64 + callback {master->part[npart]->setPpanning((int) o->value());} selected + xywh {185 95 70 15} type {Horz Knob} box FLAT_BOX maximum 127 step 1 value 64 code0 {o->value(master->part[npart]->Ppanning);} } Fl_Choice partrcv {