Skip to content

T-b-t-nchos/FMP7.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FMP7.nvim

A Neovim plugin to control FMP7 (FMP7.exe) from Neovim.

Built for Neovim Required Neovim 0.11+
License

✨ 概要 - Overview -

FMP7.nvim is a plugin to control FMP7 (FMP7.exe) from Neovim.
FMP7.nvimは、NeovimからFMP7(FMP7.exe)を制御するためのプラグインです。

It can be used to play, stop, pause, fade, etc. basic functions.
再生、停止、ポーズ、フェードなど、基本的な機能を利用することができます。

Also, you can use FMP7 plugins to play music files from the following drivers:
また、FMP7の各種プラグインを導入することで、下記のドライバの再生ファイルを再生可能です。

  • FMP-SYSTEM (exFMP4)
  • P.M.D (exPMD)
  • mxdrv (exMXDRV)
  • S98P (exS98P)

Warning

This plugin is only for Windows.
このプラグインはWindowsのみで利用できます。

💼 依存関係 - Dependencies -

🔧 インストール - Install -

In Neovim

lazy.nvim

return {
    "T-b-t-Nchos/FMP7.nvim",
    cmd = "FMP",
    opts = {
        -- your options here.
    },
}

🛠️ オプション - Options -

{
    fmp7_path = "C:/path/to/FMP7.exe", -- Specify the path of the FMP7 software.
                                       -- If its value is nil, You can't use the boot sub-command.
    fadeout_before_play = true, -- Whether to fade out before playing.
    play_roots = { "C:\\path\\to\\root\\1", "C:\\path\\to\\root\\2" }, -- Specify the root directories of playing.
}

💡 使用ソフトウェア - Softwares -

This plugin uses the following software directly, or indirectly.
本プラグインは以下のソフトウェアを直接的、または間接的に使用しています。

I would like to thank the authors of the following software.
素晴らしいソフトウェアをありがとうございます。

Releases

No releases published

Contributors

Languages