aboutsummaryrefslogtreecommitdiff
path: root/README.rst
blob: 4c49a85e3988998f532ccbbaece83885642c73b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Loupedeck Control
-----------------

- Setup: ``npm install``
- Run: ``./app.mjs``


Demo
----

.. raw:: html

    <div align="center">
    <img src="https://raw.githubusercontent.com/Determinant/loupedeck-ctrl/main/figures/main-page.jpg" width="70%">
    <img src="https://raw.githubusercontent.com/Determinant/loupedeck-ctrl/main/figures/ap-page.jpg" width="70%">
    </div>
 
Video: https://photos.app.goo.gl/1hAQ19DZQRo4RRr9A

Profile is currently in ``profile.yaml``.

Linux permission issue: copy ``50-loupedeck.rules`` to be under ``/etc/udev/rules.d`` and then ``sudo udevadm control --reload-rules && sudo udevadm trigger``.