X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FPython%2FMusicSampler.git;a=blobdiff_plain;f=documentation_en.md;fp=documentation_en.md;h=ac12909142ff535285ba2ff401ac3550016fae02;hp=e92b85c60d69a53cd489336c9fb0dae722440749;hb=b798117bb79038ae7495ea4fdb5254d15c7e4b63;hpb=d028768179d4fd1555831e26daaa9aae9ac94e85 diff --git a/documentation_en.md b/documentation_en.md index e92b85c..ac12909 100644 --- a/documentation_en.md +++ b/documentation_en.md @@ -225,6 +225,7 @@ protected for 2 seconds after each stroke. - `repeat_delay: x` (default 0) : protection delay. Once all its actions are done, the key will remain disabled (semi-transparent and crossed) for that amount of time (in seconds). +- `actions: list`: List of actions to run with the key. #### `common` key property @@ -237,6 +238,8 @@ This section lets you describe for each key, the list of actions associated to it. Note that except for `wait` and some particular cases (see below), all the actions are almost instantaneous. +*This section is deprecated and replaced by an `actions` key containing a list +in `key_properties` section for each key.* #### Examples