midi-di ~master (2021-11-02T17:25:15.1445296)
Dub
Repo
DelegateSink
mididi
writer
A utility output range that outputs bytes to a delegate.
struct
DelegateSink {
this
(void delegate(scope const(ubyte)[]) sink);
void
put
(ubyte x);
void
putMultiple
(ubyte[] bytes);
}
Constructors
this
this
(void delegate(scope const(ubyte)[]) sink)
Members
Functions
put
void
put
(ubyte x)
putMultiple
void
putMultiple
(ubyte[] bytes)
Meta
Source
See Implementation
mididi
writer
functions
writeHeaderChunk
writeMIDI
writeMIDIFile
writeTrackChunk
writeTrackEvent
structs
DelegateSink
A utility output range that outputs bytes to a delegate.