ATEM Mini, Mic 2 not writing XML in macros

Questions about ATEM Switchers, Camera Converter and everything live!
  • Author
  • Message
Offline
User avatar

PhotoJoseph

  • Posts: 381
  • Joined: Sun Oct 11, 2015 12:49 pm
  • Location: Maribor, Slovenia
  • Real Name: Joseph Linaschke

ATEM Mini, Mic 2 not writing XML in macros

PostWed Feb 26, 2020 8:41 pm

I just discovered something really weird… when recording a macro, activity on Mic 2 is recorded, but does NOT show up on the saved XML file!

Do this… record four macros, each doing just one thing:
  • turn on mic 1
  • turn off mic 1
  • turn on mic 2
  • turn off mic 2
Now, play each one back. They all perform what they are supposed to do.

But then save the XML file and look at the code, and here's what you'll see:
Code: Select all
        <Macro index="5" name="turn on mic 1" description="">
            <Op id="FairlightAudioMixerInputSourceMixType" input="ExternalMic" sourceId="18446744073709486336" mixType="On"/>
        </Macro>
        <Macro index="6" name="turn off mic 1" description="">
            <Op id="FairlightAudioMixerInputSourceMixType" input="ExternalMic" sourceId="18446744073709486336" mixType="Off"/>
        </Macro>
        <Macro index="7" name="turn on mic 2" description=""/>
        <Macro index="8" name="turn off mic 2" description=""/>

uh… notice something missing? like, all the code for mic 2?

I did the same thing to record levels changes:
  • vol mic 1
  • vol mic 2
and the result again…
Code: Select all
        <Macro index="9" name="vol mic 1" description="">
            <Op id="FairlightAudioMixerInputSourceFaderGain" input="ExternalMic" sourceId="18446744073709486336" gain="-27.2"/>
        </Macro>
        <Macro index="10" name="vol mic 2" description=""/>

To repeat, you can actually RUN the command from the Macro palette, and it works! It's just that the code is missing from the XML file (which of course means you can't modify it, integrate it with other commands, etc.)

Can someone else please verify they are seeing the same thing, and that I'm not loco?

thanks
-Joseph
https://youtube.com/photojoseph

Resolve Studio 18.6.5
macOS Sonoma 14.2.1
MacBook Pro M2 Max
96GB RAM
Blackmagic Cloud Store Mini on 10gb network
Synology RS1221+ 10gb
Blackmagic UltraStudio 4K Mini
ATOMOS NEON 4K reference monitor
Offline
User avatar

Xtreemtec

  • Posts: 5397
  • Joined: Wed Jan 02, 2013 11:48 am
  • Location: The Netherlands

Re: ATEM Mini, Mic 2 not writing XML in macros

PostWed Feb 26, 2020 10:26 pm

I guess this is a bug. And could explain it. All other atems have a Stereo input which is just 1 fader, 1 button set. ;) In the Atem mini there are now 2 seperate analog inputs. But guess someone forgot to plug some code to have the Second channel post to XML. :lol:
Daniel Wittenaar .:: Xtreemtec Media Productions ::. -= www.xtreemtec.nl =-
4K OBV Trailer, ATEM TVS HD, 4M/E Broadcast Studio 4K, Constelation 8K, Hyperdeck Studio 12G, Ursa Broadcast 4K, 4K fiber converters with Sony Control
Offline
User avatar

PhotoJoseph

  • Posts: 381
  • Joined: Sun Oct 11, 2015 12:49 pm
  • Location: Maribor, Slovenia
  • Real Name: Joseph Linaschke

Re: ATEM Mini, Mic 2 not writing XML in macros

PostWed Feb 26, 2020 10:31 pm

LOL… you're probably right! I'll reach out to support.
https://youtube.com/photojoseph

Resolve Studio 18.6.5
macOS Sonoma 14.2.1
MacBook Pro M2 Max
96GB RAM
Blackmagic Cloud Store Mini on 10gb network
Synology RS1221+ 10gb
Blackmagic UltraStudio 4K Mini
ATOMOS NEON 4K reference monitor
Offline

Gary Adams

Blackmagic Design

  • Posts: 1393
  • Joined: Sat Aug 25, 2012 6:14 am

Re: ATEM Mini, Mic 2 not writing XML in macros

PostWed Feb 26, 2020 11:26 pm

Good find Joseph. I see it is supported in the Save/Recall but not the Macro. It's always nice to see people use xml function. Can be powerful.

Regards, Gary
Gary Adams
Blackmagic Design
Offline
User avatar

PhotoJoseph

  • Posts: 381
  • Joined: Sun Oct 11, 2015 12:49 pm
  • Location: Maribor, Slovenia
  • Real Name: Joseph Linaschke

Re: ATEM Mini, Mic 2 not writing XML in macros

PostWed Feb 26, 2020 11:52 pm

Gary Adams wrote:Good find Joseph. I see it is supported in the Save/Recall but not the Macro. It's always nice to see people use xml function. Can be powerful.

Regards, Gary


Hey Gary! Nice to "see" you. Oh I'm all about the Macros… here, check this out: https://jal.bz/2uuJIIG
https://youtube.com/photojoseph

Resolve Studio 18.6.5
macOS Sonoma 14.2.1
MacBook Pro M2 Max
96GB RAM
Blackmagic Cloud Store Mini on 10gb network
Synology RS1221+ 10gb
Blackmagic UltraStudio 4K Mini
ATOMOS NEON 4K reference monitor
Offline
User avatar

PhotoJoseph

  • Posts: 381
  • Joined: Sun Oct 11, 2015 12:49 pm
  • Location: Maribor, Slovenia
  • Real Name: Joseph Linaschke

Re: ATEM Mini, Mic 2 not writing XML in macros

PostWed Feb 26, 2020 11:53 pm

Gary Adams wrote:I see it is supported in the Save/Recall but not the Macro.


Oh also — you meant the other way around, right… it's supported in the Macro, but NOT in the save/recall. Want to be sure we're on the same page here!
https://youtube.com/photojoseph

Resolve Studio 18.6.5
macOS Sonoma 14.2.1
MacBook Pro M2 Max
96GB RAM
Blackmagic Cloud Store Mini on 10gb network
Synology RS1221+ 10gb
Blackmagic UltraStudio 4K Mini
ATOMOS NEON 4K reference monitor
Offline

Gary Adams

Blackmagic Design

  • Posts: 1393
  • Joined: Sat Aug 25, 2012 6:14 am

Re: ATEM Mini, Mic 2 not writing XML in macros

PostWed Feb 26, 2020 11:59 pm

Sorry I was in the third page. I was meaning save and recall of the switcher and not the macros. You are correct that the save and recall of the macro to xml does not work. The switcher xml does restore the settings. For users that do not use xml you can make macros that properly control the mics.

Thanks. Gary
Gary Adams
Blackmagic Design
Offline
User avatar

PhotoJoseph

  • Posts: 381
  • Joined: Sun Oct 11, 2015 12:49 pm
  • Location: Maribor, Slovenia
  • Real Name: Joseph Linaschke

Re: ATEM Mini, Mic 2 not writing XML in macros

PostThu Feb 27, 2020 12:02 am

Thanks Gary. I can work around it for now but hopefully we'll see this addressed in the next update! Cheers and see you at NAB.
https://youtube.com/photojoseph

Resolve Studio 18.6.5
macOS Sonoma 14.2.1
MacBook Pro M2 Max
96GB RAM
Blackmagic Cloud Store Mini on 10gb network
Synology RS1221+ 10gb
Blackmagic UltraStudio 4K Mini
ATOMOS NEON 4K reference monitor
Offline
User avatar

PhotoJoseph

  • Posts: 381
  • Joined: Sun Oct 11, 2015 12:49 pm
  • Location: Maribor, Slovenia
  • Real Name: Joseph Linaschke

Re: ATEM Mini, Mic 2 not writing XML in macros

PostSat Feb 29, 2020 3:33 pm

goran diffner wrote:What do you use it for? You program mic inputs to do what? Of course stuff should work but please explain this is new to me.


It’s set up for background music. An iPod is plugged into one of the mic inputs to play music pre- and post-show.


Sent from my iPhone using Tapatalk
https://youtube.com/photojoseph

Resolve Studio 18.6.5
macOS Sonoma 14.2.1
MacBook Pro M2 Max
96GB RAM
Blackmagic Cloud Store Mini on 10gb network
Synology RS1221+ 10gb
Blackmagic UltraStudio 4K Mini
ATOMOS NEON 4K reference monitor
Offline

JasenHicks

  • Posts: 1
  • Joined: Sun May 03, 2020 5:48 am
  • Real Name: Jasen Hicks

Re: ATEM Mini, Mic 2 not writing XML in macros

PostSun May 03, 2020 5:50 am

I'm in the same boat and need to be able to control MIC2 with Macros (Mic 1 is my input from my ZOOM H6 and Mic 2 is my mp3 player for background music). Trying to be super lazy and spend the time up front to make the macros easily and tweak with XML modifications to make transitions between scenes on the fly for my live streams easier.

Has this been fixed yet?
Offline

Gary Adams

Blackmagic Design

  • Posts: 1393
  • Joined: Sat Aug 25, 2012 6:14 am

Re: ATEM Mini, Mic 2 not writing XML in macros

PostTue May 05, 2020 6:04 pm

This was fixed in the latest firmware update. Stay Safe.

Regards, Gary
Gary Adams
Blackmagic Design
Offline
User avatar

PhotoJoseph

  • Posts: 381
  • Joined: Sun Oct 11, 2015 12:49 pm
  • Location: Maribor, Slovenia
  • Real Name: Joseph Linaschke

Re: ATEM Mini, Mic 2 not writing XML in macros

PostWed May 06, 2020 11:28 pm

Gary Adams wrote:This was fixed in the latest firmware update. Stay Safe.

Regards, Gary


Verified, thanks!
https://youtube.com/photojoseph

Resolve Studio 18.6.5
macOS Sonoma 14.2.1
MacBook Pro M2 Max
96GB RAM
Blackmagic Cloud Store Mini on 10gb network
Synology RS1221+ 10gb
Blackmagic UltraStudio 4K Mini
ATOMOS NEON 4K reference monitor

Return to Live Production

Who is online

Users browsing this forum: Bing [Bot] and 54 guests