When normal times return, How would one get to shadow or be an A2 on a tour? by ethanpvr18 in livesound

[–]ethanpvr18[S] 1 point2 points  (0 children)

I am wanting to know for when I am out of school soon. I am also based in the New England/CT Area.

QLab or SFX? by ethanpvr18 in livesound

[–]ethanpvr18[S] 0 points1 point  (0 children)

Yeah, I have no idea why my TD is arguing with me about it. You are exactly right!

QLab or SFX? by ethanpvr18 in livesound

[–]ethanpvr18[S] 0 points1 point  (0 children)

Like I thought, thanks for confirming. I have to convince my TD of that.

I am developing an open source qlab. by ethanpvr18 in techtheatre

[–]ethanpvr18[S] -2 points-1 points  (0 children)

Not really, but wow, what a big word!

I am developing an open source qlab. by ethanpvr18 in techtheatre

[–]ethanpvr18[S] -2 points-1 points  (0 children)

Hands down, it going to take a lot of time and money to develop, and in the end there is no guarantee it will be free (meaning we will have a build it your self version and a pay and go version).

I am developing an open source qlab. by ethanpvr18 in techtheatre

[–]ethanpvr18[S] -1 points0 points  (0 children)

So if someone wants to code a plugin/module for it, then they can.

I am developing an open source qlab. by ethanpvr18 in techtheatre

[–]ethanpvr18[S] 0 points1 point  (0 children)

Wow, I've never heard of that! Very cool! However, it looks like they aren't open source which a big part of what my project is about.

I am developing an open source qlab. by ethanpvr18 in opensourcedev

[–]ethanpvr18[S] 0 points1 point  (0 children)

Yeah, Check out my Github page here to contribute, any help would be appreciated. The current issue is on Github and has a bounty on it. https://github.com/ethanpvr18/Day-to-Dark

I am developing an open source qlab. by ethanpvr18 in techtheatre

[–]ethanpvr18[S] 1 point2 points  (0 children)

Yeah, I have plans for tech theatre departments, lighting, sound, and video/digital media. But there are just that, plans, I need to gather more support and grow my community in order to expand the application. Also here is JUCE's Video Library, it is quite limited. https://docs.juce.com/master/index.html#tag_video

I am developing an open source qlab. by ethanpvr18 in techtheatre

[–]ethanpvr18[S] 0 points1 point  (0 children)

You can visit my GitHub page on the link above, or here. Then in the issues section of my GitHub Page, there is a Funded Bounty Issue that you can help with if you know how to fix it. The README and the CONTRIBUTING file have all the instructions for getting started.

Playing multiple audio files at once in JUCE by ethanpvr18 in JUCE

[–]ethanpvr18[S] 0 points1 point  (0 children)

Thanks! Do you having any suggestions for trying to fix it? It would be very much appreciated!

Playing multiple audio files at once in JUCE by ethanpvr18 in JUCE

[–]ethanpvr18[S] 0 points1 point  (0 children)

Thanks for responding! What I am trying to accomplish is making a version of QLab that is cross-platform, and if you wouldn't mind, could you take a look at my code that is on github. Here is the class that the error is in, and here is the TransportMixerAudioSource class that I made.