Home
last modified time | relevance | path

Searched refs:voicecontrol (Results 1 – 14 of 14) sorted by relevance

/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dstaff.c69 …imarystaff && (((DenemoStaff *) movement->currentprimarystaff->data)->voicecontrol & DENEMO_SECOND… in staff_set_current_primary()
115 dest->voicecontrol = DENEMO_SECONDARY; in staff_copy_properties()
141 dest->voicecontrol = src->voicecontrol; in staff_copy()
249 staff->voicecontrol = DENEMO_SECONDARY; in staff_new()
254 staff->voicecontrol = DENEMO_PRIMARY; in staff_new()
389 gboolean isprimary = (gboolean) (curstaffstruct->voicecontrol & DENEMO_PRIMARY); in staff_delete()
427 ((DenemoStaff *) movement->currentstaff->data)->voicecontrol = DENEMO_PRIMARY; in staff_delete()
H A Dcommandfuncs.c488voicecontrol == DENEMO_PRIMARY && ((gui->movement->currentstaff->next == NULL) || !(((DenemoStaff … in swapstaffs()
528 … if ((thestaff->voicecontrol & DENEMO_PRIMARY) && (nextstaff->voicecontrol == DENEMO_SECONDARY)) in splitstaffs()
529 nextstaff->voicecontrol = DENEMO_SECONDARY | DENEMO_PRIMARY; in splitstaffs()
558 thestaff->voicecontrol = DENEMO_SECONDARY; in joinstaffs()
590 …rrentstaff && (((DenemoStaff *) (gui->movement->currentstaff->data))->voicecontrol & DENEMO_SECOND… in govoiceup()
627 …while ((((DenemoStaff *) (gui->movement->currentstaff->data))->voicecontrol == DENEMO_SECONDARY) && in gostaffup()
672 …>next && ((DenemoStaff *) (gui->movement->currentstaff->next->data))->voicecontrol & DENEMO_SECOND… in govoicedown()
742 …next && (((DenemoStaff *) (gui->movement->currentstaff->next->data))->voicecontrol == DENEMO_SECON… in gostaffdown()
H A Dscorelayout.c713 if (staff->voicecontrol == DENEMO_PRIMARY) in create_voice_widget()
1574 … label_text = (nextstaff && nextstaff->voicecontrol & DENEMO_SECONDARY) ? _("Voices") : _("Voice"); in install_staff_with_voices()
1594 if (nextstaff && (nextstaff->voicecontrol & DENEMO_SECONDARY)) in install_staff_with_voices()
1596 …for (g = g->next, (*pvoice_count)++; g && (((DenemoStaff *) g->data)->voicecontrol & DENEMO_SECOND… in install_staff_with_voices()
2581 if (staff->voicecontrol == DENEMO_PRIMARY) in selection_install_voice()
2665 if (nextstaff && (nextstaff->voicecontrol & DENEMO_SECONDARY)) in selection_layout()
2667 …for (g = g->next, voice_count++; g && (((DenemoStaff *) g->data)->voicecontrol & DENEMO_SECONDARY)… in selection_layout()
H A Dobject.c1883 if(thestaff->voicecontrol != DENEMO_PRIMARY) in clef_change_initial_cb()
1890 if(thestaff->voicecontrol != DENEMO_PRIMARY) in keysig_change_info()
1903 if(thestaff->voicecontrol != DENEMO_PRIMARY) in timesig_change_initial_cb()
2002 if(thestaff->voicecontrol != DENEMO_PRIMARY) in edit_staff_and_voice_properties()
/dports/audio/denemo/denemo-2.0.6/src/ui/
H A Dmoveviewport.c101 …while (*staff_iterator && !((DenemoStaff *) (*staff_iterator)->data)->voicecontrol & DENEMO_PRIMAR… in to_next_primary_voice()
121 if (!((DenemoStaff *) staff_iterator->data)->voicecontrol & DENEMO_PRIMARY) in set_bottom_staff()
195 … gui->movement->top_staff || !((DenemoStaff *) staff_iterator->data)->voicecontrol & DENEMO_PRIMAR… in move_viewport_up()
H A Dmousing.c94 if (!(((DenemoStaff *) (gui->movement->currentstaff->data))->voicecontrol & DENEMO_PRIMARY)) in get_click_height()
103 if (staff->voicecontrol & DENEMO_PRIMARY) in get_click_height()
108 if (staff->voicecontrol & DENEMO_PRIMARY) in get_click_height()
172 …for (curstaff = si->currentstaff; curstaff && !(((DenemoStaff *) curstaff->data)->voicecontrol & D… in primary_staff()
193 if ((!staff->hidden) && (staff->voicecontrol & DENEMO_PRIMARY)) in staff_at()
853 if ((((DenemoStaff *) gui->movement->currentstaff->data)->voicecontrol != DENEMO_PRIMARY) in scorearea_button_press()
863 …if ((((DenemoStaff *) gui->movement->currentstaff->data)->voicecontrol == DENEMO_PRIMARY) && (gui-… in scorearea_button_press()
H A Dclefdialog.c185 if(curstaffstruct->voicecontrol & DENEMO_SECONDARY) in clef_change()
/dports/audio/denemo/denemo-2.0.6/src/display/
H A Ddraw.c975 if (cr && !(thestaff->voicecontrol & DENEMO_SECONDARY)) in draw_staff()
987 if (cr && !(thestaff->voicecontrol & DENEMO_SECONDARY)) in draw_staff()
992 if (cr && !(thestaff->voicecontrol & DENEMO_SECONDARY)) in draw_staff()
1011 if (cr && !(thestaff->voicecontrol & DENEMO_SECONDARY)) in draw_staff()
1013 if (cr && !(thestaff->voicecontrol & DENEMO_SECONDARY)) in draw_staff()
1031 gint staffname_offset = (thestaff->voicecontrol & DENEMO_PRIMARY) ? 26 : 12; in draw_staff()
1059 gint staffname_offset = (thestaff->voicecontrol & DENEMO_PRIMARY) ? 26 : 12; in draw_staff()
1520 if (curstaff && staff->voicecontrol & DENEMO_PRIMARY) in draw_score()
1573 if (si->leftmeasurenum == 1 && !(staff->voicecontrol & DENEMO_SECONDARY)) in draw_score()
1734 … if ((!curstaff->next) || ((DenemoStaff *) curstaff->next->data)->voicecontrol & DENEMO_PRIMARY) in draw_score()
/dports/audio/denemo/denemo-2.0.6/src/export/
H A Dexportabc.c391 … = (curstaff->next != NULL && ((DenemoStaff *) curstaff->next->data)->voicecontrol & DENEMO_SECOND… in exportabc()
392 curisnonprimary = (curstaffstruct->voicecontrol & DENEMO_SECONDARY); in exportabc()
H A Dexportlilypond.c2580 if (curstaffstruct->voicecontrol == DENEMO_PRIMARY) in output_score_to_buffer()
2606 if (!(curstaffstruct->voicecontrol & DENEMO_SECONDARY)) in output_score_to_buffer()
2634 else if (curstaffstruct->voicecontrol & DENEMO_SECONDARY) in output_score_to_buffer()
/dports/audio/denemo/denemo-2.0.6/src/core/
H A Dexportxml.c594 newXMLIntChild (curElem, ns, (xmlChar *) "voice-control", curStaffStruct->voicecontrol); in newVoiceProps()
1250 if (!(curStaffStruct->voicecontrol & DENEMO_SECONDARY)) in exportXML()
1279 if (!(curStaffStruct->voicecontrol & DENEMO_SECONDARY)) in exportXML()
H A Dimportxml.c2089 curStaff->voicecontrol = getXMLIntChild (childElem); in parseVoiceProps()
2283 … curVoice->voicecontrol = DENEMO_SECONDARY; //Set primary as well if display is to be separated in parseInitVoiceParams()
/dports/audio/denemo/denemo-2.0.6/src/scripting/
H A Dscheme-callbacks.c1311 …if (((DenemoStaff *) (Denemo.project->movement->currentstaff->data))->voicecontrol == DENEMO_PRIMA… in scheme_get_current_staff_layout_id()
5945 if (Denemo.project->movement->currentstaff->prev && (current->voicecontrol == DENEMO_PRIMARY)) in scheme_staff_to_voice()
5947 current->voicecontrol |= DENEMO_SECONDARY; in scheme_staff_to_voice()
5954 current->voicecontrol = DENEMO_PRIMARY; in scheme_staff_to_voice()
5963 current->voicecontrol = DENEMO_PRIMARY; in scheme_staff_to_voice()
5985 …if (((DenemoStaff *) Denemo.project->movement->currentstaff->data)->voicecontrol & DENEMO_SECONDAR… in scheme_voice_to_staff()
5987 ((DenemoStaff *) Denemo.project->movement->currentstaff->data)->voicecontrol = DENEMO_PRIMARY; in scheme_voice_to_staff()
5999 return SCM_BOOL ((((DenemoStaff *) Denemo.project->movement->currentstaff->data)->voicecontrol & DE… in scheme_is_voice()
/dports/audio/denemo/denemo-2.0.6/include/denemo/
H A Ddenemo_types.h323 …DenemoVoice voicecontrol; /**< either controls whether this staff is displayed and printed separat… member