豊橋技術科学大学 音楽技術部; TechnoTUT では、Q Light Controller Plusというソフトウェアを使用してDMX信号の送出を行っています。この記事では、セットアップ方法を紹介します。
環境
Fedora 41
Debian 12
Ubuntu 24.04
Windows 11
用意するもの
USB-DMXケーブル (FTDI製チップが搭載されたものがおすすめ)
インストール
以下の手順に従います。
Fedora 41
$ sudo dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:mcallegari79/Fedora_40/home:mcallegari79.repo $ sudo dnf install qlcplus-qt5
Debian 12
$ sudo apt install qlcplus
Ubuntu 24.04
$ echo 'deb http://download.opensuse.org/repositories/home:/mcallegari79/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:mcallegari79.list $ curl -fsSL https://download.opensuse.org/repositories/home:mcallegari79/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_mcallegari79.gpg > /dev/null $ sudo apt update $ sudo apt install qlcplus-qt5
Windows 11
以下からインストーラーをダウンロードして実行します。
設定ファイルの取得
Linux
$ rm -rf .qlcplus ##今までのqlcplusの設定情報が全部消えるので注意 $ git clone https://github.com/TechnoTUT/dotqlcplus.git .qlcplus
Q Light Controller Plusを起動し、
~/.qlcplus/TheUtopiaTone.qxw
を開くと、最新のプロジェクトファイルが開きます。Windows
$ git clone https://github.com/TechnoTUT/dotqlcplus.git
Q Light Controller Plusを起動し、
dotqlcplus/TheUtopiaTone.qxw
を開くと、最新のプロジェクトファイルが開きます。Gitがインストールされていない場合
以下の手順でインストールします。
## Fedora $ sudo dnf install git ## Debian, Ubuntu $ sudo apt install git ## Windows $ winget install Git.Git
これで、照明制御の準備は完了です!