Home
last modified time | relevance | path

Searched refs:orig_note (Results 1 – 4 of 4) sorted by relevance

/dports/audio/p5-MIDI/MIDI-Perl-0.83/lib/MIDI/
H A DSimple.pm1668 my $orig_note = $note; # Just in case BLOCK changes it!
1675 if($orig_note =~ m<^\d+$>s) { # "12"
1677 } elsif ($orig_note =~ m<^n\d+$>s) { # "n12"
/dports/devel/raylib/raylib-3.7.0/src/external/
H A Djar_xm.h377 float orig_note; /* The original note before effect modifications, as read in the pattern. */ member
1367 …ch->orig_note = ch->note = s->note + ch->sample->relative_note + ch->sample->finetune / 128.f - 1.… in jar_xm_handle_note_and_instrument()
1514 ch->note = ch->orig_note; in jar_xm_handle_note_and_instrument()
/dports/biology/ncbi-toolkit/ncbi/sequin/
H A Dsequin2.c2350 CharPtr orig_note, new_note; in ReplaceOneModifierValue() local
2417 orig_note = FindValueFromPairInDefline ("note", title); in ReplaceOneModifierValue()
2418 if (StringHasNoText (orig_note)) in ReplaceOneModifierValue()
2429 new_note = (CharPtr) MemNew ((StringLen (orig_note) in ReplaceOneModifierValue()
2434 sprintf (new_note, "%s; %s was %s", orig_note, orig_name, orig_value); in ReplaceOneModifierValue()
2443 orig_note = MemFree (orig_note); in ReplaceOneModifierValue()
28521 CharPtr orig_note; in AddTypeStrainCommentsProc() local
28537 orig_note = GetSourceQualFromBioSource (biop, &vn, NULL); in AddTypeStrainCommentsProc()
28538 if (orig_note != NULL && StringStr (orig_note, "type strain of") != NULL) { in AddTypeStrainCommentsProc()
28539 orig_note = MemFree (orig_note); in AddTypeStrainCommentsProc()
[all …]
/dports/science/gramps/gramps-5.1.4/gramps/plugins/importer/
H A Dimportxml.py1890 orig_note = self.db.get_note_from_handle(orig_handle)
1891 self.info.add('merge-candicate', NOTE_KEY, orig_note,