ofAtem is a program to control the ATEM Production Switcher from Blackmagic for Mac OSX. It is an openframeworks project with sources.
- Atem Software Control Download Pc
- Atem Software Controller Download
- Atem 1 Software Control Download
- Atem Software Control Download
- Software Control System
- Atem Software Control Download Free
Download the latest software for ATEM here at Blackmagic's site. Connect the switcher with USB. Start the ATEM SETUP UTILITY. It will ask you to update, do that. ATEM Switcher Update 6.1 software, a free download for ATEM switcher users, includes new features for Camera Control such as copying of color settings across cameras, white balance display and synchronized fading of audio and video using Fade to Black. Oct 22, 2018 Blackmagic atem software download; Atem switcher software download; Atem 6.5.1; Atem software control 6.5.1; Blackmagic atem software control; Best miscellaneous audio and video software. Intellex Player. Aimetis Symphony Client. TMPGEnc KARMA.Plus.
To control the ATEM switch, you can send messages via OSC to ofAtem.appSo you can use ofAtem.app out of the box with any software or hardware controller, which can send OSC messages.If you want to control it via Midi, it is possible to modify the openframeworks app or use an converter program like osculator. [osculator.net]
The basic functionalities of the ATEM switches are controllable with the ofAtem.app. Switching input and output channels, perform auto transitions, set transition style and many more. (see command list below).If you need more control you can tweek the openframeworks application by yourself or feel free to ask me to implement more features.
Atem Software Control Download Pc
So there is no limit to control your ATEM switch.
There is also a demo application called 'tele.ofAtem' made with max/msp, which shows a possible control setup.
A second example shows, how to control the ATEM switch with Ableton Live (using Max for Live). With this demo project you can control the ATEM switch with Midi sequences or just map the switch buttons to your keyboard or Midi device.
If you have an sugestions, new ideas or you want to hire me for expanding the project, feel free to contact me.
Atem Software Controller Download
- email: [telematique@web.de] (telematique@web.de)
- web: [www.telematique.de] (http://www.telematique.de)
I also want to thank the following people for making the ofAtem project possible:
- [Johnny DeKam] (http://www.bejohnny.com) contribution
- [Timm Ringewaldt] (http://www.autokolor.org) contribution, technical support
- [Till Wimmer] (http://www.bit1.pro) for programming support
Install the driver from Blackmagic.'Blackmagic ATEM Switchers 3.5 for Macintosh' or higher.
I recomment to check, if the 'ATEM Software Control.app' from Blackmagic is working with your hardware.Put the IP address of your Atem device in the settings filesomething like that: 192.168.10.240The settings file is located 'data' folder near the ofAtem.app.
Start the ofAtem.appYou should see that.
If you see something like that, something is wrong with the network setup or driver installation.Go to step 1 :-)
If the connection between the ofAtem.app and your hardware is working you should be able to control it via osc.
Atem 1 Software Control Download
There are 2 examples, which demonstrates how to use ofAtem.
- tele.ofAtem.appThis is made with max/msp, which shows a possible control setup.Start the application and press 'get data from atem'Now you should be able to remote control your atem device.
- live.ofAtem - a Ableton Live projectTo control the switch, simply start one of the clips.for example 'Program switch'You can also switch all input channels and aux outputs with Midi notes, keys or mouse.
ofAtem is based on the version 3.5 of the Blackmagic ATEM SDK.To get it to work, it is necessary to install the 'Blackmagic ATEM Switchers 3.5 for Macintosh' from [blackmagicdesign] (http://www.blackmagicdesign.com/de/products/atem)
The software is sucessfully tested with the BLACK MAGIC DESIGN ATEM 1/ME.THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND.
Atem Software Control Download
I used the following environment:Mac OSX 10.6, 10.7, 10.8
Software Control System
openframeworks
- XCode 3.2.6
- openframeworks version 0073 for mac osx.
tele.ofAtem
- Max6 (version 6.0.8)
live.ofAtem
- Ableton Live 8.2.7, Max for Live 6.0.8
OSC commands to the Atem
/atem/cut
perform the cut transition/atem/auto
perform the auto transition/atem/fadeToblack
perform fade To black/atem/preview ID
set the source with the number ID to preview source (ID:integer)/atem/program ID
set the source with the number ID to program source (ID:integer)/atem/mix MIXAMOUNT
perform mix transition (MIXAMOUNT:float from 0. to 1.)/atem/FTBRate FRAMES
set the 'Fade to Black' time in frames (FRAMES:integer)/atem/getInputNames
returns the source IDs with names/atem/getTransitionFrames
returns the transition frames/atem/getFTBFrames
returns the 'fade to black' frames/atem/isInTransition
returns the state of the transition/atem/getAuxCount
returns the number of auxiliary outputs/atem/getAuxSource AUXNUM
returns the source id of the selected auxiliary output (AUXNUM:integer)/atem/auxSource AUXNUM ID
set source of auxiliary output (AUXNUM: integer, ID: integer)/atem/transitionStyle STYLE
set the transitionstyle (STYLE:string mix, dip, wipe, sting, dve )/atem/setAutoRate FRAMES
set the autoTransition time in frames (FRAMES:integer)/atem/getAutoRate
returns the autoTransition frames (FRAMES:integer)
OSC commands from Atem
Atem Software Control Download Free
atem/input/ ID INPUTNAME
ID: source ID, INPUTNAME: name of the Input (ID:integer, INPUTNAME string)/atem/programInputID ID
ID: actual selected program source ID (ID:integer)/atem/previewInputID ID
ID: actual selected preview source ID (ID:integer)/atem/mix MIXAMOUNT
MIXAMOUNT actual mixamount (MIXAMOUNT:float from 0. to 1.)/atem/tfr FRAMES
FadeToBlackFramesRemaining (FRAMES:integer)/atem/ftbfr FRAMES
TransitionFramesRemaining (FRAMES:integer)/atem/isInTransition YES/NO
Transition active or not (YES/NO bool 0 or 1)/atem/ftbrate FRAMES
'Fade to Black' time in frames (FRAMES:integer)/atem/auxSource AUXNUM ID
AUXNUM: number of auxiliary output, ID: source ID of auxiliary output/atem/autoRate FRAMES
autoTransition Frames (FRAMES:integer)