Home
last modified time | relevance | path

Searched refs:numstaffs (Results 1 – 5 of 5) sorted by relevance

/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dstaff.c212 gint numstaffs = g_list_length (movement->thescore); in staff_new() local
215 if (numstaffs == 0) in staff_new()
244 staff->midi_channel = (numstaffs < 9 ? numstaffs : numstaffs + 1) & 0xF; in staff_new()
279 g_string_sprintf (staff->denemo_name, _("Part %d"), numstaffs + 1); in staff_new()
293 addat = numstaffs + 1; in staff_new()
/dports/audio/denemo/denemo-2.0.6/actions/menus/MainMenu/PlaybackMenu/
H A DMuteStaffs.scm2 (let ((tag "MuteStaffs") (mute "MuteStaff") (numstaffs (d-GetStaffsInMovement)) (thelist '()))
/dports/audio/denemo/denemo-2.0.6/src/export/
H A Dimportmusicxml.c1054 gint numstaffs = 1, numvoices = 1; in parse_part() local
1063 if (maxstaffs > numstaffs) in parse_part()
1064 numstaffs = maxstaffs; in parse_part()
1069 g_info ("Number of staffs %d, voices %d\n", numstaffs, numvoices); in parse_part()
1092 gint *numvoices_for_staff = (gint *) g_malloc0 (numstaffs * sizeof (gint)); in parse_part()
1101 for (i = 0; i < numstaffs; i++) in parse_part()
/dports/audio/denemo/denemo-2.0.6/src/audio/
H A Dparseinstruments.c115 config->numstaffs = lookupnumstaffs (tmpstaff); in ParseInstruments()
/dports/audio/denemo/denemo-2.0.6/include/denemo/
H A Ddenemo_types.h698 gint numstaffs; member