symusic.Note

Note = NoteFactory()

Builds typed note events and typed note vectors backed by symusic.core.

Calling the factory automatically dispatches to NoteTick, NoteQuarter, or NoteSecond depending on the requested time unit, which mirrors the templated C++ API while remaining ergonomic for Python callers.