zynaddsubfx

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

commit ed8cae3ca02ec80c64223aa51376938e8a68ac76
parent 8288559cf51c04a1932014d27c196b866b3405ef
Author: paulnasca <paulnasca>
Date:   Sat, 18 Dec 2004 22:41:49 +0000

*** empty log message ***

Diffstat:
MChangeLog | 1+
Msrc/UI/VirKeyboard.fl | 37+++++++++++++++++++++++++++++++++++--
2 files changed, 36 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -743,5 +743,6 @@ 05 Dec 2004 - Corectata o eroare care facea ca functiile getChunk si setChunk sa fie supraincarcate in loc de suprascrise (dar nu am testat) - Corectata o eroare care returna gresit la canDo in vst (netestat) 17 Dec 2004 - Inceput sa folosesc Dvorak pt. VK +18 Dec 2004 - Continuat putin la VK diff --git a/src/UI/VirKeyboard.fl b/src/UI/VirKeyboard.fl @@ -378,8 +378,41 @@ virkeys->take_focus();} open code1 {o->value(virkeys->midich);} } {} Fl_Button {} { - label KL selected - xywh {10 105 20 20} box THIN_UP_BOX color 42 labelsize 11 + label KL + callback {relaseallkeys(); +klwindow->show();} + xywh {10 105 20 20} box THIN_UP_BOX labelsize 11 + } + } + Fl_Window klwindow { + label {Keyboard Layout} open + xywh {202 296 210 180} type Double modal visible + } { + Fl_Choice {} { + label Keys open + xywh {50 15 85 20} down_box BORDER_BOX labelsize 13 textfont 1 textsize 12 + } { + menuitem {} { + label { } + xywh {0 0 100 20} labelfont 1 labelsize 13 deactivate + } + menuitem {} { + label QWERTY + xywh {10 10 100 20} labelfont 1 labelsize 13 + } + menuitem {} { + label Dvorak + xywh {20 20 100 20} labelfont 1 labelsize 13 + } + } + Fl_Button {} { + label Close + callback {klwindow->hide();} + xywh {50 50 85 20} box THIN_UP_BOX + } + Fl_Box {} { + label {sa pun si in begginer mode} selected + xywh {25 130 175 25} } } }