essential-actions

Clone or download

a lot of changes

Modified Files

Name
M obssuite/mother/.gitignore +1 −1 Go to diff View file
R obssuite/LICENSE Go to diff View file
M obssuite/mother/pom.xml +6 −5 Go to diff View file
M obssuite/mother/src/main/java/mother/Mother.java +2 −2 Go to diff View file
M obssuite/mother/src/main/java/mother/motherconnection/MotherConnection.java +1 −1 Go to diff View file
M obssuite/setcurrentprofile/.gitignore +4 −5 Go to diff View file
A obssuite/setcurrentprofile/LICENSE +674 −0 Go to diff View file
M obssuite/setcurrentprofile/pom.xml +2 −2 Go to diff View file
M obssuite/setcurrentprofile/src/main/java/setcurrentprofile/SetCurrentProfile.java +4 −3 Go to diff View file
A obssuite/setcurrentscene/.gitignore +8 −0 Go to diff View file
A obssuite/setcurrentscene/LICENSE +674 −0 Go to diff View file
M obssuite/setcurrentscene/pom.xml +2 −2 Go to diff View file
M obssuite/setcurrentscene/src/main/java/setcurrentscene/SetCurrentScene.java +2 −2 Go to diff View file
A obssuite/setcurrenttransition/.gitignore +8 −0 Go to diff View file
A obssuite/setcurrenttransition/LICENSE +674 −0 Go to diff View file
M obssuite/setcurrenttransition/pom.xml +2 −2 Go to diff View file
M obssuite/setcurrenttransition/src/main/java/setcurrenttransition/SetCurrentTransition.java +2 −2 Go to diff View file
A obssuite/setpreviewscene/.gitignore +8 −0 Go to diff View file
A obssuite/setpreviewscene/LICENSE +674 −0 Go to diff View file
M obssuite/setpreviewscene/pom.xml +2 −2 Go to diff View file
M obssuite/setpreviewscene/src/main/java/setpreviewscene/SetPreviewScene.java +3 −2 Go to diff View file
A obssuite/setreplaybuffer/LICENSE +674 −0 Go to diff View file
M obssuite/setreplaybuffer/pom.xml +2 −2 Go to diff View file
M obssuite/setreplaybuffer/src/main/java/setreplaybuffer/SetReplayBuffer.java +49 −31 Go to diff View file
A obssuite/setvolume/.gitignore +7 −0 Go to diff View file
A obssuite/setvolume/LICENSE +674 −0 Go to diff View file
M obssuite/setvolume/pom.xml +2 −2 Go to diff View file
M obssuite/setvolume/src/main/java/setvolume/SetVolume.java +42 −31 Go to diff View file
M obssuite/togglemute/pom.xml +2 −2 Go to diff View file
M obssuite/togglemute/src/main/java/togglemute/ToggleMute.java +3 −3 Go to diff View file
M obssuite/togglerecording/.gitignore +1 −0 Go to diff View file
M obssuite/togglerecording/pom.xml +2 −2 Go to diff View file
M obssuite/togglerecording/src/main/java/togglerecording/ToggleRecording.java +3 −3 Go to diff View file
M obssuite/togglestreaming/pom.xml +2 −2 Go to diff View file
M obssuite/togglestreaming/src/main/java/togglestreaming/ToggleStreaming.java +3 −3 Go to diff View file
M obssuite/togglestudiomode/pom.xml +2 −2 Go to diff View file
M obssuite/togglestudiomode/src/main/java/togglestudiomode/ToggleStudioMode.java +3 −3 Go to diff View file