Kevin Smith
                                            Kevin Smith
                                        
                                    Based on this I have uninstalled and looks like Octant is a better fit for me anyways.
@7immy I haven't started using this in a real project yet but it should work. If you have a chance to give it a try I would appreciate feedback.
The channel audio meters are in `audioChannels` under the channel. For example `status["1"].audioChannels["2"].dBFS` would give you audio channel 2 on caspar channel 1. What version of CasparCG are you running?...
I haven't started using 2.1 yet. We need to keep compatibility with 2.0.6 but I'll accept pull requests for new features and improvements for 2.1. I think the Length is...
See http://lostechies.com/derickbailey/2011/12/26/automating-docco-generation-and-deployment-to-heroku-and-github/
Looks like the `net` client is scoped incorrectly. I only have one box at the moment so I hadn't noticed. Should be an easy fix. I'll take a look.
I wrote a fix but haven't had a chance to test it. The problem is that the `net` client is not part of the instance and opening a second connection...
I looked over the code and found a couple of places that were using `this` instead of `self`. None of them should have caused a problem though. I just pushed...
removing the @Override works for me. I created a PR with the change.
This is a great feature. There are a few things that are a little unexpected though. 1. With the group selected if you hit play a second time it will...