Lines Matching +refs:ctl +refs:int
92 Function {PartSysEffSend(int x, int y, int w, int h) :
98 Function {send_data(int action, int control, float value, int type)} {} {
103 Function {init(int npart_, int neff_, SynthEngine *_synth)} {} {
120 decl {int neff;} {private local
122 decl {int npart;} {private local
129 Function {showparameters(int /* kititem */,int /* engine */)} {return_type virtual
167 int tmp = o->value();
168 int other = maxkcounter->value();
182 int last = part->lastnote;
185 int tmp;
186 int other = maxkcounter->value();
199 int last = part->lastnote;
202 int tmp;
203 int other = minkcounter->value();
224 int tmp = o->value();
225 int other = minkcounter->value();
290 …code0 {o->add("OFF"); char nrstr[10]; for (int i = 0; i < NUM_PART_EFX; i++) {sprintf(nrstr,"FX%d"…
297 int answer = 1;
321 …d_data(int action, int control, float value, int type, int kititem = UNUSED, int engine = UNUSED, …
326 …Function {PartKitItem(int x,int y, int w, int h, const char *label=0):Fl_Group(x,y,w,h,label)} {} {
345 Function {init(Part *part_, int n_, int npart_, PartUI_ *partui_)} {} {
357 int size = int(10 * dScale);
358 int size11 = int(11 * dScale);
359 int size12 = int(12 * dScale);
384 decl {int n;} {private local
386 decl {int npart;} {private local
416 /*int voiceNum = lastkey - 49;
518 int event = Fl::event_button();
583 code0 {o->value(part->ctl->portamento.portamento);}
589 int tmp = ((int)o->value() -1);
619 code1 {int tmp = synth->ReadPartKeyMode(npart);}
655 int tmp = o->value();
656 int other = maxkcounter->value();
672 int tmp = o->value();
673 int other = minkcounter->value();
719 for (int i = 0; i < NUM_SYS_EFX; ++i)
779 …code0 {for (int i=0;i<NUM_KIT_ITEMS;i++){partkititem[i]=new PartKitItem(0,0,670,20,"");partkititem…
821 int tmp = o->value();
983 int param = 0;
1079 int x = part->Pefxroute[ninseff];
1112 code1 {int x = part->Pefxroute[ninseff]; if (x == 127) x = 1;}
1133 code0 {int x=part->Pefxbypass[ninseff];o->value(x);}
1163 code0 {o->value(part->ctl->modwheel.data);}
1171 code0 {o->value(part->ctl->expression.data);}
1179 code0 {o->value(part->ctl->filterq.data);}
1187 code0 {o->value(part->ctl->filtercutoff.data);}
1195 code0 {o->value(part->ctl->bandwidth.data);}
1220 code0 {o->value(part->ctl->volume.data);}
1228 code0 {o->value(part->ctl->volume.receive);}
1236 code0 {o->value(part->ctl->panning.depth);}
1244 code0 {o->value(part->ctl->modwheel.depth);}
1252 code0 {o->value(part->ctl->modwheel.exponential);}
1260 code0 {o->value(part->ctl->bandwidth.depth);}
1268 code0 {o->value(part->ctl->bandwidth.exponential);}
1276 code0 {o->value(part->ctl->expression.receive);}
1284 code0 {o->value(part->ctl->fmamp.receive);}
1292 code0 {o->value(part->ctl->sustain.receive);}
1308 code0 {o->value(part->ctl->pitchwheel.bendrange);}
1316 code0 {o->value(part->ctl->filterq.depth);}
1324 code0 {o->value(part->ctl->filtercutoff.depth);}
1336 code0 {o->value(part->ctl->resonancecenter.depth);}
1344 code0 {o->value(part->ctl->resonancebandwidth.depth);}
1361 code0 {o->value(part->ctl->portamento.time);}
1369 code0 {o->value(part->ctl->portamento.updowntimestretch);}
1377 code0 {o->value(part->ctl->portamento.pitchthresh);}
1384 code0 {o->value(part->ctl->portamento.pitchthreshtype);}
1392 code0 {o->value(part->ctl->portamento.propRate);}
1400 code0 {o->value(part->ctl->portamento.propDepth);}
1408 code0 {o->value(part->ctl->portamento.receive);}
1426 code0 {o->value(part->ctl->portamento.proportional);}
1675 Function {handle(int event)} {return_type int
1678 int ret = Fl_Group::handle(event);
1705 …d_data(int action, int control, float value, int type, int kititem = UNUSED, int engine = UNUSED, …
1710 …int control, int part, int kititem = UNUSED, int engine = UNUSED, int insert = UNUSED, int paramet…
1726 int valInt = lrint(value);
1734 int displaypart = newpart % NUM_MIDI_CHANNELS;
1758 int send = valInt - 1;
1764 //std::cout << "reached npart " << int(npart) << " new " << int(newpart) <<std::endl;
2175 Function {PartUI(int x,int y, int w, int h, const char *label=0):Fl_Group(x,y,w,h,label)} {} {
2196 int i = 0;
2209 expmwh->value(part->ctl->modwheel.exponential);
2210 modwh->value(part->ctl->modwheel.depth);
2211 expbw->value(part->ctl->bandwidth.exponential);
2212 bwdpth->value(part->ctl->bandwidth.depth);
2213 pwheelbrng->value(part->ctl->pitchwheel.bendrange);
2214 panwidth->value(part->ctl->panning.depth);
2215 filtq->value(part->ctl->filterq.depth);
2216 fltcut->value(part->ctl->filtercutoff.depth);
2217 volrng->value(part->ctl->volume.data);
2218 expr->value(part->ctl->expression.receive);
2219 fmamp->value(part->ctl->fmamp.receive);
2220 vol->value(part->ctl->volume.receive);
2221 sustain->value(part->ctl->sustain.receive);
2223 cfdpth->value(part->ctl->resonancecenter.depth);
2224 rbwdpth->value(part->ctl->resonancebandwidth.depth);
2226 rcv->value(part->ctl->portamento.receive);
2227 thresh->value(part->ctl->portamento.pitchthresh);
2228 propta->value(part->ctl->portamento.propRate);
2229 proprt->value(part->ctl->portamento.proportional);
2240 prtime->value(part->ctl->portamento.time);
2241 timedu->value(part->ctl->portamento.updowntimestretch);
2242 thtype->value(part->ctl->portamento.pitchthreshtype);
2243 proptb->value(part->ctl->portamento.propDepth);} {}
2323 Function {setATchannel(int type, int state)} {} {
2350 Function {setATkey(int type, int state)} {} {
2376 Function {init(Part *part_,int npart_,BankUI *bankui_)} {} {
2386 …int efftype = fetchData(0, PART::control::effectType, npart, UNUSED, 0, TOPLEVEL::insert::partEffe…
2393 channelATselection = int(fetchData(0, PART::control::channelATset, npart));
2394 int tmp = int(fetchData(0, PART::control::humanise, npart));
2396 tmp = int(fetchData(0, PART::control::humanvelocity, npart));
2400 keyATselection = int(fetchData(0, PART::control::keyATset, npart));
2443 for (int i = 0; i < NUM_KIT_ITEMS; ++i)
2476 int num = npart % NUM_MIDI_CHANNELS;
2496 Function {showparameters(int kititem, int engine)} {} {
2547 for (int i = 0; i < NUM_KIT_ITEMS; ++i)
2585 int fetchW, fetchH, fetchX, fetchY, fetchO;
2602 int fetchW, fetchH, fetchX, fetchY, fetchO;
2619 int fetchW, fetchH, fetchX, fetchY, fetchO;
2634 int fetchW, fetchH, fetchX, fetchY, fetchO;
2650 modulation->value(part->ctl->modwheel.data);
2651 expression->value(part->ctl->expression.data);
2652 filterq->value(part->ctl->filterq.data);
2653 filtercutoff->value(part->ctl->filtercutoff.data);
2654 masterbandwidth->value(part->ctl->bandwidth.data);} {}
2658 int fetchW, fetchH, fetchX, fetchY, fetchO;
2674 int fetchW, fetchH, fetchX, fetchY, fetchO;
2747 int size = int(10 * dScale);
2748 int size11 = int(11 * dScale);
2749 int size12 = int(12 * dScale);
2750 int size14 = int(14 * dScale);
2751 int boxY = int(227 * dScale);
2752 int boxWidth = int(89 * dScale);
2753 int boxHeight = int(18 * dScale);
2756 addbox->resize(int(10 * dScale), boxY, boxWidth, boxHeight);
2761 subbox->resize(int(110 * dScale), boxY, boxWidth, boxHeight);
2766 padbox->resize(int(210 * dScale), boxY, boxWidth, boxHeight);
2805 int size = int(dScale * 10);
2806 int size14 = int(dScale * 14);
2851 int size14 = int(dScale * 14);
2884 int size = int(dScale * 10);
2891 ctlmidiclose->labelsize(int(dScale * 14)-1);
2901 int size12 = int(12 * dScale);
2912 effClose->labelsize(int(14 * dScale));
2922 int fetchW, fetchH, fetchX, fetchY, fetchO;
2935 int size11 = int(11 * dScale);
2950 kitClose->labelsize(int(12 * dScale));
2953 kitpack->resize(0, int(21.0f * dH), int(670.0f * dW), int(322.0f * dH));
2955 for (int i = 0; i < NUM_KIT_ITEMS; ++i)
2957 partkititem[i]->size(int(670.0f * dW), int(20.0f * dH));
2958 partkititem[i]->partkititemgroup->size(int(605.0f * dW), int(20.0f * dH));
2976 for (int i = 0; i < NUM_SYS_EFX; ++ i)
2982 int size = int(10 * dScale);
2983 int size11 = int(11 * dScale);
2984 int size12 = int(12 * dScale);
3077 decl {int npart;} {public local
3079 decl {int ninseff;} {public local
3081 decl {int lastkititem;} {public local
3091 decl {int *plgroup;} {private local
3093 decl {int engine;} {private local
3097 decl {int lastkey;} {private local
3099 decl {int channelATselection;} {private local
3101 decl {int keyATselection;} {private local
3113 decl {int atSeen;} {private local
3119 decl {int lastctlW;} {private local
3133 decl {int lasteditW;} {private local
3143 decl {int lastfxW;} {private local
3145 decl {int lastkitW;} {private local
3147 decl {int lastmidiW;} {private local
3149 decl {int lastatW;} {private local