Skip to content
Snippets Groups Projects
Commit 8f9dfe6c authored by RANWEZ Pierre's avatar RANWEZ Pierre :anchor:
Browse files

:pencil: doc: views

parent 38321e85
No related branches found
No related tags found
1 merge request!1✨ feat: CSSLSD V2
......@@ -18,14 +18,17 @@ You need to use a custom CSS template, like below to map your audio or MIDI even
```css
body {
background-color:rgba(0,[mid,0,255],0,[loud,0,1]);
background-color:rgba(0,[mid 0:255],0,[loud 0:1]);
}
h1 {
opacity: [note:C];
}
```
<p align="center">
<img width="600" alt="Settings" src="./doc/settings.png">
</p>
To ***save*** your template, click on `Save` button or use keybind `CTRL`+`S`. To activate the extension, you can use `CTRL`+`O`.
To ***save*** your template, it's automatic or use keybind `CTRL`+`S`. To activate the extension, you can use `CTRL`+`O`.
### MIDI Variables
......@@ -54,10 +57,24 @@ For some audio or midi events, you can specify a range value. Just add `,<min>,<
```css
a {
width: [hi,0,100]%;
width: [hi 0:100]%;
}
```
## User Interface
### Popup
![Popup view](doc/popup.png)
### Devtool
![Devtool view](doc/devtool.png)
### Devtool deporté
![Devtool view](doc/devtool_deporte.png)
## Looping
***- - WIP FEATURE - -***
......
doc/devtool.png

272 KiB

doc/devtool_deporte.png

280 KiB

doc/popup.png

269 KiB

doc/settings.png

12 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment