Audio Status Monitor

Audio Status Monitor 0.7

JK14

New Member
Hi, nice tool! I have just one problem: It's nothing availabe when selecting the color source even though I added one to the scene. Text source works fine.

1650271739593.png
 

GrumpyDog

Member
Did you hit reload Scripts icon? What happens if you restart OBS?

The "Colour Source" must be in the same scene as the selected "Status Scene"

Can you describe how I can replicate this issue? Have you tried from scratch and managed to replicate the issue?
 
Last edited:

JK14

New Member
Did you hit reload Scripts icon? What happens if you restart OBS?

The "Colour Source" must be in the same scene as the selected "Status Scene"

Can you describe how I can replicate this issue? Have you tried from scratch and managed to replicate the issue?
Yeah, so I have an extra scene "AudioControlPanel" with two sources as you can see, Txt and Color Source. I restarted OBS and I also reloaded the script, it doesn't change anything.
1650352900142.png

1650352728939.png
 

GrumpyDog

Member
Can you please confirm the version of OBS and for the Script?

I am trying to recreate the issue, but on my side it works 100%
 

GrumpyDog

Member
In the Script Code, at line 534, ad this line of code:

1650361218426.png


Lua:
 log( name, display_name )

1650361174845.png

  1. Then click the "reload script" icon
  2. Click "Script Log" to open the script log
  3. Screenshot the Script Log
1.png
 

GrumpyDog

Member
I am on the GitHub page but i cant dolwoad the file? How to dowload that (i am on a mac)

There are several ways:

Click on Raw, then righ-click and Save As "SourceStatusMonitor.lua"

Untitled-1.png


or

click on the "Copy Raw Items" and past into a Text File and rename the file to ".lua"

1651535997049.png
 

JOJOE!#

New Member
When i Upload the script in obs i got this error code\

[SourceStatusmonitor.lua] Error loading file: ...nts/com~apple~TextEdit/Documents/SourceStatusmonitor.lua:1: unexpected symbol near '{'
 

GrumpyDog

Member
When i Upload the script in obs i got this error code\

[SourceStatusmonitor.lua] Error loading file: ...nts/com~apple~TextEdit/Documents/SourceStatusmonitor.lua:1: unexpected symbol near '{'


It looks like the is an illigal symbol in the code.

Open the .lua file and check on the very first (top) lineif there is an '{' symbol, and if so, remove it.
 
Top