Builds

Available downloads

Stable is the recommended track for most users. Alpha gets you the newest capabilities first.

Stable 1.9.9740 Alpha 1.9.9740
Windows 10/11 x64 Administrator rights
Release Notes

Track recent changes

Every release stays linked here so you can inspect what changed before you switch versions.

Release

1.2.4418

Permalink 3 years ago
  • [Volume Level Trigger] Is now able to capture audio stream of a single process. Note that volume level depends on a lot of different options so will different wildly across devices/games/etc
Release

1.2.4415

Permalink 3 years ago

New trigger - Volume Level

This trigger allows you to configure reaction to loud sounds (or presence of sound at all) by setting volume level threshold (will be in decibels eventually, currently it's a decimal number [-1;1]

  • How it works?

    • It allows you to select specific audio device (input/output), captures audio and measures Min/Max/Average value of played audio samples. In most cases analysis in done in 50ms "frames". If peak value in some frame is high enough ( ≥ Min Level) then the trigger is switched on. As soon as peak level decreases it automatically switches off.
  • Is it able to detect a specific sound like click, footsteps or alarm?

    • No, this requires some fancy algorithms which I do not have time to research/implement atm. Maybe at some point in the future if demand will be high enough.
  • Is it able to capture audio output of a specific application?

    • No, API that I am using does not support this feature. If you are interested - ping me in Discord with your use case description and I'll think about switching to another one if there will be enough requests and it will be more useful than other features on the roadmap.

Image

Release

1.2.4399

Permalink 3 years ago
  • [SendInput] UI improvements
  • [Bugfix] Usb2Kbd settings Reset was not working correctly
Release

1.2.4391

Permalink 3 years ago
  • [Feature] Added new input method - TetherScript, which requires ControlMyJoystick software to be installed (Free version is enough). It is still early alpha, so please send reports if something works incorrectly
  • [Feature] Enabled ImageEffects for all users - it was in testing phase for a few months and should be stable enough for most uses. There will be a separate video/wiki article about effects soon
Release

1.2.4389

Permalink 3 years ago
  • [Bugfix] Folders with EnablingConditions were not cloned/duplicated correctly
Release

1.2.4382

Permalink 3 years ago
  • Tuned vertical/horizontal scrolling - should be much smoother now
Release

1.2.4343

Permalink 3 years ago
  • [Bugfix] Fixed an issue with Capture Region hotkey being sporadically changed to “0” instead of "None"
Release

1.2.4335

Permalink 3 years ago
  • [Bugfix] Fixed Syncrhonization problem - sometimes items were created with a new ID instead of inheriting parent one.
Release

1.2.4323

Permalink 3 years ago
  • Fixed few minor bugs related to bindings
  • Exposed IWindowHandle ActiveWindow via interfaces of Triggers/Actions/Overlays - this makes them more easily accessible via scripts
Release

1.2.4318

Permalink 3 years ago
  • [Bugfix] Fixed (hopefully) random freezes during startup on some PCs
  • Improved startup time