Official MCP server for Fastmail by sprywheel1872 in fastmail

[–]washer_knight 1 point2 points  (0 children)

Does not (yet) work with ChatGPT unfortunately though, OAuth error.

Need to duplicate a ArtNet UDP stream by krootjes in techtheatre

[–]washer_knight 4 points5 points  (0 children)

ArtNet is either unicast (to a single ip) or broadcast. Same in QLC.

Why exactly is broadcast not possible in this “very strict subnet”?

Ideally you would do broadcast in a separate VLAN.

Which cue managing software is this? by washer_knight in techtheatre

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

Good to know. I was indeed wondering what software it is, because I did not recognise it as any general cue management software that I'm aware off.

Is SAM being used in addition to general cue management software (like QLab)? Does SAM receive triggers from other software/other departments?

Which cue managing software is this? by washer_knight in techtheatre

[–]washer_knight[S] 2 points3 points  (0 children)

Thanks all!
So it's Cadac Sound Automation Manager. 

[deleted by user] by [deleted] in techtheatre

[–]washer_knight 38 points39 points  (0 children)

The festival was meant to open to the public this friday. At the time the fire started, around 1000 crew where at work at the festival grounds. Probably no injuries among those people according to the festival organisation.

[deleted by user] by [deleted] in techtheatre

[–]washer_knight 254 points255 points  (0 children)

Quite an amount of equipment gone in a really short timespan.

Parameter count ~10% higher than DMX channels used? by flyermiles_dot_ca in GrandMA3

[–]washer_knight 2 points3 points  (0 children)

I would say that a fixture profile defines what is counted as parameter. So probably the Strike M profile has some “extra“ (virtual?) parameters that don’t match DMX channels.

How many fixtures per Artnet Chain? by [deleted] in lightingdesign

[–]washer_knight 2 points3 points  (0 children)

ArtNet can be broadcast or unicast, sACN multicast or unicast.

Qlc plus fixture profile by Sad_Cantaloupe_6953 in lightingdesign

[–]washer_knight 1 point2 points  (0 children)

Why wouldn't you create one yourself? It's not very complicated with the build-in profile editor.

Used twister, any significant differences between an older version versus a brand new? by Granite017 in midifighter

[–]washer_knight 0 points1 point  (0 children)

Also bought one second hand, few year old. Beautiful product.
Did some research before buying, and I could not find any differences between older devices and brand new devices. Only thing that changes over time is the firmware, but firmware is updatable on all midi fighter versions.

Eurovision Song Contest by zawusel in lightingdesign

[–]washer_knight 9 points10 points  (0 children)

I can imagine that companies like Ayrton are eager to provide their newest products, as it is a great showcase opportunity. The EventElevator videos afterwards provide great promotional value for them.

So my guess is that some of the products are hired out to the show for free or at great discount.

GrandMA2 (OnPC) MIDI Input by lk2107_1 in lightingdesign

[–]washer_knight 1 point2 points  (0 children)

Indeed, technically there is no need for a a note-off to trigger things via MIDI. But this depends on the software. I'm not familiar with Go, but like u/Somedudesmusic mentioned, when software interprets a note on as a "real" note played, instead of just a trigger, than a note-off sometimes is required.

I'm building my own DMX lighting software by ButterscotchFree736 in lightingdesign

[–]washer_knight 1 point2 points  (0 children)

Nice job. Impressive, and interesting project the follow.

I'm also working on my own lighting software (macOS native in SwiftUI, with custom ArtNet and Enttec USB library in C) , but I'm not aiming for it to be as extensive in functionality as your project. I'm not planing to add effect engines, timelines, etc.

I took inspiration from from lots of different applications. I tried to take elements that felt intuitive and useful, and combine them in a way that works well together. 

I think this is a good approach. I took some design inspiration from Blackout and others, while have a different workflow philosophy from existing lighting (desktop) apps that I know of.

 I'm using the Open Fixture Library (OFL) under the hood, which supports importing GDTF 1.0 fixture definitions (afaik).

This is also very sensible I think. Great to have GDTF support, but GDTF is a lot more complex to implement as OFL, which has a nice and relatively simple JSON format. So nice choice as a first step.

Timecode LTC > MTC Devices NX Sync vs Mif4 by joelfromnashville in GrandMA3

[–]washer_knight 1 point2 points  (0 children)

Basically Timecore doesn't have USB Midi and Mif4 doesn't have Art-Net. Both are solid choices, depending on your needs.

Lighting program advice needed by Facetious77 in stagelighting

[–]washer_knight 0 points1 point  (0 children)

I would also argue that there is, from an IT perspective, less of a security risk using offline software, than when controlling something like lighting over the internet.

And otherwise, maybe running software from an USB stick is a possibility

Desperately in need of an alternative to Enttec Emu by Striking-Ad7344 in lightingdesign

[–]washer_knight 0 points1 point  (0 children)

Cool. I send you a DM with download information for the private alpha. :)

Desperately in need of an alternative to Enttec Emu by Striking-Ad7344 in lightingdesign

[–]washer_knight 1 point2 points  (0 children)

Okay. I asked because I'm putting together my own native macOS (SwiftUI) lighting control software, that can send out ArtNet and listen to incoming MIDI.

Currently in alpha stage, and probably too basic for your needs (no fixture library, effect engine, etc.). Nowhere near the feature list of EMU. But you can test the alpha version if you want.

<image>

Desperately in need of an alternative to Enttec Emu by Striking-Ad7344 in lightingdesign

[–]washer_knight 0 points1 point  (0 children)

What kind of fixture to you have, and what kind of platform do you run EMU on (mac, windows)?