入門Getting Started · 02

インストールとセットアップInstallation & Setup

midiom を VST3 として DAW に入れる方法と、Standalone での起動・初期設定。 How to install midiom as a VST3 in your DAW, and how to launch and set up the standalone app.

動作環境System requirements

項目Item対応Support
WindowsWindows 10 / 11 (64-bit)
macOSmacOS 12 以降(Apple Silicon / Intel ユニバーサル)macOS 12 or later (Apple Silicon / Intel universal)
プラグイン形式Plug-in formatVST3 · Standalone(単体アプリ)Standalone

Windows へのインストールInstalling on Windows

  1. 同梱の install.bat をダブルクリックします(管理者権限を求められます)。 Double-click the bundled install.bat (it will request administrator rights).
  2. VST3 が C:\Program Files\Common Files\VST3\Mewlist\ に配置されます。 The VST3 is placed in C:\Program Files\Common Files\VST3\Mewlist\.
  3. Standalone(midiom.exe)は同梱フォルダから任意の場所へコピーして実行できます。 The standalone midiom.exe can be copied anywhere from the bundle and run directly.

macOS へのインストールInstalling on macOS

  1. install_mac.sh を実行します(chmod +x install_mac.sh の後 ./install_mac.sh)。 Run install_mac.sh (after chmod +x install_mac.sh, run ./install_mac.sh).
  2. VST3 → ~/Library/Audio/Plug-Ins/VST3/、Standalone → /Applications/ に配置されます。 The VST3 goes to ~/Library/Audio/Plug-Ins/VST3/ and the standalone app to /Applications/.
  3. Gatekeeper の quarantine 属性も自動で除去されます。 The Gatekeeper quarantine attribute is removed automatically.

DAW で読み込むLoading in a DAW

DAW の VST3 スキャン先に上記フォルダを含め、再スキャンしてから midiom をインストゥルメントトラックに挿します。midiom はホストのトランスポート(再生・テンポ・拍子)に同期し、出力 MIDI で別の音源を鳴らします。 Make sure your DAW scans the folder above, rescan, then add midiom to an instrument track. midiom syncs to the host transport (play, tempo, time signature) and its MIDI output drives another instrument.

📷 install-daw-track DAW にトラックとして読み込んだ例midiom loaded on a DAW track
DAW のインストゥルメントトラックに挿した midiom。出力 MIDI を音源へルーティングします。midiom on a DAW instrument track, routing its MIDI to a sound source.
MIDI 出力のルーティングRouting the MIDI output — midiom は音を作りません。DAW 側で midiom の MIDI 出力を任意の音源トラックへ送ってください(手順はホストにより異なります)。 — midiom makes no sound itself. In your DAW, route midiom's MIDI output to any instrument track (the exact steps vary by host).

Standalone を起動するRunning standalone

単体アプリは内部トランスポートで動き、内蔵シンセで試聴できます。初回はオーディオ/MIDI デバイスを設定してください。 The standalone app runs on an internal transport and auditions through the built-in synth. On first launch, set up your audio / MIDI devices.

📷 standalone-audio-settings Standalone のオーディオ/MIDI 設定standalone audio / MIDI settings

設定ファイルの場所Where settings live

アプリ設定(テーマ・キー割当・F キー・言語など)は次の場所に保存されます。 App settings (theme, key bindings, F-keys, language, etc.) are stored here:

OS場所Location
Windows%APPDATA%\Mewlist\midiom\midiom.settings
macOS~/Library/Application Support/Mewlist/midiom/

音色バンク(.bnk)とドラムマップ(.drm)は <Documents>/midiom/banks/drummaps に置きます(音色・ドラムマップ参照)。 Sound banks (.bnk) and drum maps (.drm) live in <Documents>/midiom/banks and /drummaps (see Sound & Drum Maps).