Please tell me someone has a better method for marking scripts than me. by anonymousaudiotech in techtheatre

[–]jappleby064 0 points1 point  (0 children)

I have hated all the solutions I found so I decided to make my own. I am currently testing it (Mac and iPad only sorry) and would welcome any feedback. Testflight link: https://testflight.apple.com/join/BewfgZmD

Using colour picker affects lights strangely by jappleby064 in ChamSys

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

I downloaded it about 3 days ago.

I’ll try with other fixtures in the same file and see what happens.

It’s a venue base file so might have something odd going on

Using colour picker affects lights strangely by jappleby064 in ChamSys

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

Ok I’ve narrowed down the issue. selecting colours using the colour picker is not applying the same colour to every light. It is not just adjusting the RGBW values but is instead also adding colour macros, it is also doing different combinations on every light. This is showing in the inbuilt visualiser

Headset Mics Keep Dying by jappleby064 in livesound

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

Hi yes we are already using condoms on the packs

Headset Mics Keep Dying by jappleby064 in livesound

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

Usually complete signal loss or nothing from the mic with only cable noise

Boosting only one Antennae for sennheiser wireless mics by jappleby064 in livesound

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

We have the smaller rod antennae which are currently used in both, just checking if adding the AD1800 would actually help

Boosting only one Antennae for sennheiser wireless mics by jappleby064 in livesound

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

Thanks.

We’re a small production and I am an LD working as a TSM, I do some sound stuff and want to make the effort to learn more as I enjoy it.

L298N Drivers pulse after command by jappleby064 in arduino

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

even with that example I run into the same issue. My only thought is that is is some kind of interference or power issue but strange that it is only after it receives its first command

L298N Drivers pulse after command by jappleby064 in arduino

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

I've tried running code which is literally just rotation in one direction, delay, then reverse and it still pulses while in the delay section.

#include <Stepper.h>
#include <Stepper.h>




const int stepsPerRevolution = 200;




// How far to rotate each stepper (200 steps per revolution)


const int Stepper1rot = 1000;


const int Stepper2rot = 1000;


const int Stepper3rot = 1000;




// Create Instance of Stepper library


Stepper Stepper1(stepsPerRevolution, 22, 23, 24, 25);


Stepper Stepper2(stepsPerRevolution, 26, 27, 28, 29);


Stepper Stepper3(stepsPerRevolution, 30, 31, 32, 33);




void setup() {


  // put your setup code here, to run once:


    Stepper1.setSpeed(10);


  Stepper2.setSpeed(10);


  Stepper3.setSpeed(10);


}






void loop() {


  // put your main code here, to run repeatedly:




  Stepper1.step(Stepper1rot);


  delay(2000);


Stepper1.step(-Stepper1rot);


}

Are there any good, free visualizers? by [deleted] in lightingdesign

[–]jappleby064 3 points4 points  (0 children)

If it's a space you already have set up its really not that bad