MCPcopy Create free account

hub / github.com/algoGuy/EasyMIDI / functions

Functions202 in github.com/algoGuy/EasyMIDI

FunctionTestDivisionToBytes
(t *testing.T)
smfio/header_test.go:11
FunctionTestDivisionToBytesSMTPE
(t *testing.T)
smfio/header_test.go:29
FunctionTestGetAllEvents
(t *testing.T)
smf/track_test.go:108
FunctionTestGetBytesFromVLQ
(t *testing.T)
vlq/vlq_test.go:10
FunctionTestGetFromBytes
(t *testing.T)
vlq/vlq_test.go:52
FunctionTestGetFromReader
(t *testing.T)
vlq/vlq_test.go:70
FunctionTestGetFromReaderMsb1
(t *testing.T)
vlq/vlq_test.go:91
FunctionTestGetIterator
(t *testing.T)
smf/track_test.go:62
FunctionTestGetSingleData
(t *testing.T)
smf/midi_event_test.go:129
FunctionTestGetTrack
(t *testing.T)
smf/midi_file_test.go:9
FunctionTestGetTrackWrongNumber
(t *testing.T)
smf/midi_file_test.go:37
FunctionTestGetValue
(t *testing.T)
smf/track_iterator_test.go:7
FunctionTestGetValueNoEvents
(t *testing.T)
smf/track_iterator_test.go:26
FunctionTestIsEndOfTrack
(t *testing.T)
smfio/track_test.go:13
FunctionTestIsEndOfTrackWrong
(t *testing.T)
smfio/track_test.go:27
FunctionTestIsSMPTE
(t *testing.T)
smf/division_test.go:126
FunctionTestMetaSetDtime
(t *testing.T)
smf/meta_event_test.go:146
FunctionTestMetaSetDtimeOutOfRange
(t *testing.T)
smf/meta_event_test.go:165
FunctionTestMidiSetDtime
(t *testing.T)
smf/midi_event_test.go:166
FunctionTestMidiSetDtimeOutOfRange
(t *testing.T)
smf/midi_event_test.go:185
FunctionTestMoveNext
(t *testing.T)
smf/track_iterator_test.go:63
FunctionTestMoveNextFirst
(t *testing.T)
smf/track_iterator_test.go:40
FunctionTestMoveNextNoElements
(t *testing.T)
smf/track_iterator_test.go:89
FunctionTestNewDivision
(t *testing.T)
smf/division_test.go:36
FunctionTestNewDivisionSMPTE
(t *testing.T)
smf/division_test.go:59
FunctionTestNewDivisionTickOutRange
(t *testing.T)
smf/division_test.go:82
FunctionTestNewDivisionTickOutRangeSMPTE
(t *testing.T)
smf/division_test.go:97
FunctionTestNewDivisionWrongSMPTE
(t *testing.T)
smf/division_test.go:112
FunctionTestNewMIDI
* func TestGetFormat(t *testing.T) { //arrange midi := &MIDIFile{format: Format1} //act result := midi.format //assert if result != midi.GetF
smf/midi_file_test.go:165
FunctionTestNewMIDIWrongFormat
(t *testing.T)
smf/midi_file_test.go:188
FunctionTestNewMetaEvent
(t *testing.T)
smf/meta_event_test.go:70
FunctionTestNewMetaEventNil
(t *testing.T)
smf/meta_event_test.go:102
FunctionTestNewMetaEventOverDelay
(t *testing.T)
smf/meta_event_test.go:113
FunctionTestNewMetaEventWrongDataSize
(t *testing.T)
smf/meta_event_test.go:135
FunctionTestNewMetaEventWrongMetaType
(t *testing.T)
smf/meta_event_test.go:124
FunctionTestNewMidiEvent
(t *testing.T)
smf/midi_event_test.go:50
FunctionTestNewMidiEventOverDelay
(t *testing.T)
smf/midi_event_test.go:84
FunctionTestNewMidiEventWrongChannel
(t *testing.T)
smf/midi_event_test.go:106
FunctionTestNewMidiEventWrongData
(t *testing.T)
smf/midi_event_test.go:117
FunctionTestNewMidiEventWrongStatus
(t *testing.T)
smf/midi_event_test.go:95
FunctionTestNewSysexEvent
(t *testing.T)
smf/sysex_event_test.go:10
FunctionTestNewSysexEventWrongDeltaTime
(t *testing.T)
smf/sysex_event_test.go:38
FunctionTestNewSysexNilData
(t *testing.T)
smf/sysex_event_test.go:49
FunctionTestNewSysexWrongDataSize
(t *testing.T)
smf/sysex_event_test.go:71
FunctionTestNewSysexWrongStatus
(t *testing.T)
smf/sysex_event_test.go:60
FunctionTestParseAllTracks
(t *testing.T)
smfio/track_test.go:171
FunctionTestParseAllTracksAddTrackError
(t *testing.T)
smfio/track_test.go:279
FunctionTestParseAllTracksNoData
(t *testing.T)
smfio/track_test.go:219
FunctionTestParseAllTracksNoHeader
(t *testing.T)
smfio/track_test.go:234
FunctionTestParseAllTracksNoLength
(t *testing.T)
smfio/track_test.go:249
FunctionTestParseAllTracksTrackError
(t *testing.T)
smfio/track_test.go:264
FunctionTestParseEventMeta
(t *testing.T)
smfio/event_test.go:254
FunctionTestParseEventMetaWrongLength
(t *testing.T)
smfio/event_test.go:282
FunctionTestParseEventMetaWrongType
(t *testing.T)
smfio/event_test.go:272
FunctionTestParseEventMidi
(t *testing.T)
smfio/event_test.go:155
FunctionTestParseEventMidiOneByte
(t *testing.T)
smfio/event_test.go:173
FunctionTestParseEventMidiOutOneOfRange
(t *testing.T)
smfio/event_test.go:192
FunctionTestParseEventMidiOutTwoOfRange
(t *testing.T)
smfio/event_test.go:202
FunctionTestParseEventRunningNextOneMSB
(t *testing.T)
smfio/event_test.go:349
FunctionTestParseEventRunningNoSecondByte
(t *testing.T)
smfio/event_test.go:366
FunctionTestParseEventRunningOneByte
(t *testing.T)
smfio/event_test.go:332
FunctionTestParseEventRunningStatus
(t *testing.T)
smfio/event_test.go:315
FunctionTestParseEventRunningStatusNextSecondMSB
(t *testing.T)
smfio/event_test.go:383
FunctionTestParseEventSysex
(t *testing.T)
smfio/event_test.go:212
FunctionTestParseEventSysexWrongLength
(t *testing.T)
smfio/event_test.go:231
FunctionTestParseEventWrongStart
(t *testing.T)
smfio/event_test.go:400
FunctionTestParseEventWrongStatus
(t *testing.T)
smfio/event_test.go:305
FunctionTestParseHeaderData
(t *testing.T)
smfio/header_test.go:78
FunctionTestParseHeaderDataSMTPE
(t *testing.T)
smfio/header_test.go:114
FunctionTestParseHeaderDataWrongTicks
(t *testing.T)
smfio/header_test.go:150
FunctionTestParseHeaderNoLength
(t *testing.T)
smfio/header_test.go:186
FunctionTestParseHeaderNoMThd
(t *testing.T)
smfio/header_test.go:171
FunctionTestParseHeaderWrongLength
(t *testing.T)
smfio/header_test.go:201
FunctionTestParseTrack
(t *testing.T)
smfio/track_test.go:107
FunctionTestParseTrackNoEnd
(t *testing.T)
smfio/track_test.go:151
FunctionTestReadCorruptedHeader
(t *testing.T)
smfio/read_test.go:43
FunctionTestReadNilReader
(t *testing.T)
smfio/read_test.go:10
FunctionTestReadNoData
(t *testing.T)
smfio/read_test.go:31
FunctionTestReadNoHeader
(t *testing.T)
smfio/read_test.go:19
FunctionTestReadWriteTest
(t *testing.T)
smfio/midiio_test.go:15
FunctionTestReadWrongFormat
(t *testing.T)
smfio/read_test.go:57
FunctionTestRemoveAt
(t *testing.T)
smf/track_test.go:131
FunctionTestRemoveAtOutRange
(t *testing.T)
smf/track_test.go:154
FunctionTestRemoveTrack
(t *testing.T)
smf/midi_file_test.go:52
FunctionTestRemoveTrackWrongNumber
(t *testing.T)
smf/midi_file_test.go:76
FunctionTestSetDtime
(t *testing.T)
smf/sysex_event_test.go:111
FunctionTestSetDtimeOutOfRange
(t *testing.T)
smf/sysex_event_test.go:130
FunctionTestTrackFromArray
(t *testing.T)
smf/track_test.go:8
FunctionTestTrackFromArrayNilArray
(t *testing.T)
smf/track_test.go:37
FunctionTestTrackFromArrayNilEvent
(t *testing.T)
smf/track_test.go:48
FunctionTestUint32ToBytes
(t *testing.T)
smfio/track_test.go:358
FunctionTestWritTrack
(t *testing.T)
smfio/track_test.go:53
FunctionTestWritTrackNilTrack
(t *testing.T)
smfio/track_test.go:96
FunctionTestWriteAllTracks
(t *testing.T)
smfio/track_test.go:309
FunctionTestWriteEventMeta
(t *testing.T)
smfio/event_test.go:12
FunctionTestWriteEventMidi
(t *testing.T)
smfio/event_test.go:62
FunctionTestWriteEventRunningStatus
(t *testing.T)
smfio/event_test.go:80
FunctionTestWriteEventRunningStatusWrongChannel
(t *testing.T)
smfio/event_test.go:98
FunctionTestWriteEventRunningStatusWrongStatus
(t *testing.T)
smfio/event_test.go:117
FunctionTestWriteEventSysex
(t *testing.T)
smfio/event_test.go:37
← previousnext →101–200 of 202, ranked by callers