Kruiz Control v1.4.0
Home Page | Installation | Documentation | Tutorial | Patreon | Support Discord
Text-to-Speech, Loops, and Param Manipulation!
Major Updates
- New Text-to-Speech (TTS) handler using responsivevoice.org.
- Manipulate parameters using
Param
Loop
through events, repeating lines multiple times!
NEW
TTS
action to read messages out loud.Loop
action to repeat lines in an event.Param
actions for manipulating parameters:Param Copy
,Param Exists
,Param Replace
,Param Proper
,Param Lower
,Param Upper
,Param Add
, andParam Subtract
.- Added Alias support for the following triggers:
OnCommand
,OnKeyword
,OnMessage
,OnChannelPoint
,OnCommunityGoalComplete
,OnCommunityGoalProgress
,OnCommunityGoalStart
,OnOBSSwitchScenes
,OnOBSTransitionTo
,OnOBSCustomMessage
,OnSLOBSSwitchScenes
Timer Stop
andTimer Start
actions for pausing and restarting timers.SLOBS
actions for manipulating the stream and reply buffer:SLOBS ToggleStream
,SLOBS StartReplayBuffer
,SLOBS SaveReplayBuffer
, andSLOBS StopReplayBuffer
.SLOBS
actions for editing sources:SLOBS Mute
andSLOBS Position
.SLOBS Notification
for adding notices to the SLOBS notification window.OBS
actions for the replay buffer:OBS SaveReplayBuffer
,OBS StartReplayBuffer
, andOBS StopReplayBuffer
.List Empty
action to remove all items from a list.- None (
n
) permission forOnCommand
andOnKeyword
. Variable Remove
action to delete variables.AsyncFunction
for calling async code (allows the use of theawait
keyword).
Fixes
- Fixed
OnSETwitchFollow
not firing for live events. - Fixed the
OnSEDonation
user
parameter being undefined. - Fixed the non-prime subscription tiers for
OnSLTwitchSub
,OnSLTwitchCommunitySub
, andOnSLTwitchGiftSub
. - Fixed
OnHypeTrainCooldownExpired
not capturing input events properly. OnTimer
no longer fires once when it is created.