ファイル操作Files
プロジェクトの保存/読込、SMF(標準 MIDI ファイル)の入出力、DAW へのドラッグ。 Saving / loading projects, Standard MIDI File import / export, and drag-to-DAW.
プロジェクト .midiomProjects .midiom
- 保存 Ctrl+S / 別名保存 Ctrl+Shift+S。人間が読める形式で、全トラックのシーケンスとテンポ・拍子・解像度・トラック設定を保存します。 Save Ctrl+S / Save As Ctrl+Shift+S. A human-readable format storing every track's sequence plus tempo, time signature, resolution and track settings.
- DAW 使用時は、同じ状態がホストプロジェクトと一緒に保存・復元されます。 Inside a DAW, the same state is saved and restored with the host project.
SMF インポートSMF import
SMF フォーマット 0 / 1 を読み込み、テンポ・拍子を復元します。ファイルの解像度(TPQ)をプロジェクト解像度として採用します(SMPTE タイムベースは非対応)。 Imports SMF format 0 / 1, restoring tempo and time signatures. The file's ticks-per-quarter becomes the project resolution (SMPTE time base is unsupported).
midiom は「1 トラック=1 出力チャンネル」なので、これに収まらない場合はイベントの MIDI チャンネル(1–16)でトラックを再構成します。 Since midiom is "one track = one output channel", imports that don't fit are re-keyed to one track per MIDI channel (1–16):
| 入力Input | 結果Result |
|---|---|
| クリーンな format-1(≤16 本・各トラック単一チャンネル)Clean format-1 (≤16 tracks, one channel each) | 1 SMF トラック : 1 midiom トラック(トラック名も保持)1 SMF track : 1 midiom track (names kept) |
| SMF-0 など複数チャンネルが混在SMF-0 with mixed channels | チャンネル毎に分離("Ch 1".."Ch 16")split per channel ("Ch 1".."Ch 16") |
| 17 本以上More than 16 tracks | チャンネル毎にマージmerged by channel |
チャンネルは 1–16 なので、再構成後は常に 16 トラック以内に収まります。 As channels are 1–16, the result is always at most 16 tracks.
SMF エクスポート / DAW へドラッグSMF export / drag-to-DAW
プロジェクトを SMF(フォーマット 1)として書き出します。コンダクタトラック(テンポ+拍子)+トラック毎に 1 本で、展開後(ループ・クローン展開済み)のタイムラインとして出力します。 Export ボタンのほか、ボタンを掴んで外へドラッグすると、生成した .mid を DAW のトラックへ直接ドロップできます。
Exports the project as SMF (format 1): a conductor track (tempo + time signature) plus one track each, written on the effective (loop / clone expanded) timeline. Besides the Export button, dragging the button out drops a freshly written .mid onto a DAW track.