MCPcopy
hub / github.com/VOICEVOX/voicevox / MeasureInfo

Interface MeasureInfo

src/composables/useSequencerLayout.ts:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11// 小節のレイアウト位置
12export interface MeasureInfo {
13 number: number;
14 x: number;
15}
16
17export interface SequencerLayoutOptions {
18 timeSignatures: Ref<TimeSignature[]>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected