This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
void ini_instr | ( | ) |
Definition at line 20 of file counterpointFunc_instr.h.
References init_instr, instr_1, instr_10, instr_11, instr_12, instr_2, instr_3, instr_4, instr_5, instr_6, instr_7, instr_8, and instr_9.
Referenced by init_all_series(), and contrappunto::init_instr_serie().
00021 { 00022 init_instr[0] = instr_1->value(); 00023 init_instr[1] = instr_2->value(); 00024 init_instr[2] = instr_3->value(); 00025 init_instr[3] = instr_4->value(); 00026 init_instr[4] = instr_5->value(); 00027 init_instr[5] = instr_6->value(); 00028 init_instr[6] = instr_7->value(); 00029 init_instr[7] = instr_8->value(); 00030 init_instr[8] = instr_9->value(); 00031 init_instr[9] = instr_10->value(); 00032 init_instr[10] = instr_11->value(); 00033 init_instr[11] = instr_12->value(); 00034 }
void retro_instr | ( | ) |
Definition at line 251 of file counterpointFunc_instr.h.
References instr_1, instr_10, instr_11, instr_12, instr_2, instr_3, instr_4, instr_5, instr_6, instr_7, instr_8, instr_9, contrappunto::retroInstr(), and contrappunto::serie_manip.
Referenced by outAutoRetro(), and retroInstr_cb().
00252 { 00253 contrappunto ob; 00254 ob.retroInstr(); 00255 instr_1->value(ob.serie_manip[0]); 00256 instr_2->value(ob.serie_manip[1]); 00257 instr_3->value(ob.serie_manip[2]); 00258 instr_4->value(ob.serie_manip[3]); 00259 instr_5->value(ob.serie_manip[4]); 00260 instr_6->value(ob.serie_manip[5]); 00261 instr_7->value(ob.serie_manip[6]); 00262 instr_8->value(ob.serie_manip[7]); 00263 instr_9->value(ob.serie_manip[8]); 00264 instr_10->value(ob.serie_manip[9]); 00265 instr_11->value(ob.serie_manip[10]); 00266 instr_12->value(ob.serie_manip[11]); 00267 }
Here is the call graph for this function:
void retroInstr_cb | ( | Fl_Widget * | , | |
void * | ||||
) |
Definition at line 269 of file counterpointFunc_instr.h.
References counterpointPitch, and retro_instr().
00270 { 00271 retro_instr(); 00272 counterpointPitch->value(0); 00273 }
Here is the call graph for this function:
void croce_instr | ( | ) |
Definition at line 292 of file counterpointFunc_instr.h.
References contrappunto::croceInstr(), instr_1, instr_10, instr_11, instr_12, instr_2, instr_3, instr_4, instr_5, instr_6, instr_7, instr_8, instr_9, and contrappunto::serie_manip.
Referenced by croceInstr_cb(), and outAutoCroce().
00293 { 00294 contrappunto ob; 00295 ob.croceInstr(); 00296 instr_1->value(ob.serie_manip[0]); 00297 instr_2->value(ob.serie_manip[1]); 00298 instr_3->value(ob.serie_manip[2]); 00299 instr_4->value(ob.serie_manip[3]); 00300 instr_5->value(ob.serie_manip[4]); 00301 instr_6->value(ob.serie_manip[5]); 00302 instr_7->value(ob.serie_manip[6]); 00303 instr_8->value(ob.serie_manip[7]); 00304 instr_9->value(ob.serie_manip[8]); 00305 instr_10->value(ob.serie_manip[9]); 00306 instr_11->value(ob.serie_manip[10]); 00307 instr_12->value(ob.serie_manip[11]); 00308 }
Here is the call graph for this function:
void croceInstr_cb | ( | Fl_Widget * | , | |
void * | ||||
) |
Definition at line 310 of file counterpointFunc_instr.h.
References croce_instr().
00311 { 00312 croce_instr(); 00313 }
Here is the call graph for this function:
void slide_instr | ( | ) |
Definition at line 329 of file counterpointFunc_instr.h.
References instr_1, instr_10, instr_11, instr_12, instr_2, instr_3, instr_4, instr_5, instr_6, instr_7, instr_8, instr_9, contrappunto::serie_manip, and contrappunto::slideInstr().
Referenced by outAutoSlide(), and slideInstr_cb().
00330 { 00331 contrappunto ob; 00332 ob.slideInstr(); 00333 instr_1->value(ob.serie_manip[0]); 00334 instr_2->value(ob.serie_manip[1]); 00335 instr_3->value(ob.serie_manip[2]); 00336 instr_4->value(ob.serie_manip[3]); 00337 instr_5->value(ob.serie_manip[4]); 00338 instr_6->value(ob.serie_manip[5]); 00339 instr_7->value(ob.serie_manip[6]); 00340 instr_8->value(ob.serie_manip[7]); 00341 instr_9->value(ob.serie_manip[8]); 00342 instr_10->value(ob.serie_manip[9]); 00343 instr_11->value(ob.serie_manip[10]); 00344 instr_12->value(ob.serie_manip[11]); 00345 }
Here is the call graph for this function:
void slideInstr_cb | ( | Fl_Widget * | , | |
void * | ||||
) |
Definition at line 347 of file counterpointFunc_instr.h.
References slide_instr().
00348 { 00349 slide_instr(); 00350 }
Here is the call graph for this function:
void jumpone_instr | ( | ) |
Definition at line 369 of file counterpointFunc_instr.h.
References instr_1, instr_10, instr_11, instr_12, instr_2, instr_3, instr_4, instr_5, instr_6, instr_7, instr_8, instr_9, contrappunto::jump_oneInstr(), and contrappunto::serie_manip.
Referenced by jumpOneInstr_cb(), and outAutoJumpone().
00370 { 00371 contrappunto ob; 00372 ob.jump_oneInstr(); 00373 instr_1->value(ob.serie_manip[0]); 00374 instr_2->value(ob.serie_manip[1]); 00375 instr_3->value(ob.serie_manip[2]); 00376 instr_4->value(ob.serie_manip[3]); 00377 instr_5->value(ob.serie_manip[4]); 00378 instr_6->value(ob.serie_manip[5]); 00379 instr_7->value(ob.serie_manip[6]); 00380 instr_8->value(ob.serie_manip[7]); 00381 instr_9->value(ob.serie_manip[8]); 00382 instr_10->value(ob.serie_manip[9]); 00383 instr_11->value(ob.serie_manip[10]); 00384 instr_12->value(ob.serie_manip[11]); 00385 00386 }
Here is the call graph for this function:
void jumpOneInstr_cb | ( | Fl_Widget * | , | |
void * | ||||
) |
Definition at line 388 of file counterpointFunc_instr.h.
References jumpone_instr().
00389 { 00390 jumpone_instr(); 00391 }
Here is the call graph for this function: