Alexander Lukyanchikov
Alexander Lukyanchikov
Yes, right now the windows support is experimental and relies on the sh interpreter. That's why it is [recommended](https://github.com/sqshq/sampler#windows-experimental) to use non-default emulators, e.g. Cmder I don't have a Windows...
Duplicate issue: https://github.com/sqshq/sampler/issues/5
Hi @ksaj, Are you saying the library is available in the system, but you still have the issue? Are you running Sampler under a user with enough rights to access...
Could you please clarify the use cases for these components? Also note that Sampler already supports output of an [arbitrary text](https://github.com/sqshq/sampler#textbox).
Hey @drozdowsky, Thank you for reporting this. When you got rid of the intro, does the keyrbord/mouse events work for you? E.g. `p` (pause), `left`-`right` to select a component, mouse...
Thank you. I'll try to reproduce and figure it out
A trigger condition was intended to be examined right after the particular value update. The values for all labels are updated independently, so the trigger conditions are independent as well....
Thank you, I like the suggestion for the dot notation. Will consider to implement that.
`1.0.1` was released, the fix for this issue included. Could you please update Sampler and try again? `sudo wget https://github.com/sqshq/sampler/releases/download/v1.0.1/sampler-1.0.1-linux-amd64 -O /usr/local/bin/sampler`
Was able do reproduce. Can be fixed with `apt-get install libasound2`, but it better work without it. I'll see what I can do. The `libasound` is needed to play a...