Home
last modified time | relevance | path

Searched defs:Lyric (Results 1 – 14 of 14) sorted by relevance

/dports/multimedia/py-pretty_midi/pretty_midi-0.2.9/pretty_midi/
H A Dcontainers.py181 class Lyric(object): class
/dports/security/vault/vault-1.8.2/vendor/github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/ame/v20190916/
H A Dmodels.go723 type Lyric struct { struct
726 Url *string `json:"Url,omitempty" name:"Url"`
729 FileNameExt *string `json:"FileNameExt,omitempty" name:"FileNameExt"`
732 SubItemType *string `json:"SubItemType,omitempty" name:"SubItemType"`
/dports/audio/dmidiplayer/dmidiplayer-1.5.1/
H A Dsequence.h49 InstrumentName = 4, Lyric = 5, Marker = 6, Cue = 7, enumerator
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/ame/v20190916/
H A Dmodels.go937 type Lyric struct { struct
940 Url *string `json:"Url,omitempty" name:"Url"`
943 FileNameExt *string `json:"FileNameExt,omitempty" name:"FileNameExt"`
946 SubItemType *string `json:"SubItemType,omitempty" name:"SubItemType"`
/dports/sysutils/terraform/tencentcloud-sdk-go-1.0.233/tencentcloud/ame/v20190916/
H A Dmodels.go937 type Lyric struct { struct
940 Url *string `json:"Url,omitempty" name:"Url"`
943 FileNameExt *string `json:"FileNameExt,omitempty" name:"FileNameExt"`
946 SubItemType *string `json:"SubItemType,omitempty" name:"SubItemType"`
/dports/audio/py-music21/music21-7.1.0/music21/
H A Dnote.py107 class Lyric(prebase.ProtoM21Object, style.StyleMixin): class
589 def _setLyric(self, value: Union[str, Lyric, None]) -> None: argument
/dports/audio/musescore/MuseScore-3.6.1/importexport/ove/
H A Dove.h50 class Lyric; variable
110 Lyric = 0x18, enumerator
170 Lyric, enumerator
H A Dove.cpp2227 Lyric::Lyric() { in Lyric() function in OVE::Lyric
/dports/audio/rosegarden/rosegarden-21.06.1/src/base/
H A DNotationTypes.h703 static const std::string Lyric; variable
/dports/audio/clementine-player/Clementine-1.4.0rc1/ext/libclementine-remote/
H A Dremotecontrolmessages.proto291 message Lyric { message
/dports/audio/denemo/denemo-2.0.6/src/core/
H A Dimportxml.c716 static GString *Lyric = NULL; variable
/dports/print/lilypond-devel/lilypond-2.23.5/python/
H A Dmusicxml.py961 class Lyric(Music_xml_node): class
/dports/print/lilypond/lilypond-2.22.1/python/
H A Dmusicxml.py961 class Lyric(Music_xml_node): class
/dports/print/py-python-ly/python-ly-0.9.6/ly/lex/
H A Dlilypond.py702 class Lyric(_token.Item): class