Showfile

Author: b | 2025-04-23

★★★★☆ (4.3 / 3218 reviews)

Download multi virus cleaner 2011

Showfile breaking BUG with MA3 v2.1.1.5, doing a Partial Show Read will break Handle references [] used throughout the showfile. MVR export of showfile and then import into showfile works fine! Current Showfile Version - v1.1 The Current showfile is saved to the user's showfile and no pending changes to any part of the showfile are detected by the system; Part of the Current showfile has changed since last user Showfile save and the changes are saved on the console's backup system;

Download nvidia geforce game ready driver 382.53 whql (windows 7/8 32 bit)

MA2 Showfile Hacking (Showfile inside) - YouTube

Solid State Logic has announced an update to its SSL Live console range, with the SSL Live V6 adding a new effects suite, Dante routing enhancements, remote control updates, and more. The new update brings studio processing tools such as Fusion FX and Path Compressor Mix Control to the stage via SSL Live, while the Sourcerer and Blitzer effect rack modules can now be controlled directly from the TaCo app.The onboard Fusion Effect Rack is designed to faithfully emulate the five key color circuits found on the SSL Fusion rack mounted hardware: Vintage Drive, Violet EQ, HF Compressor, Stereo Image, and Transformer. These modules provide five coloration tools designed to bring the designed combination of added tonal character, weight and space to the mix bus or stereo stems. SSL has also added additional features found in the Fusion plugin series. ​ ​Meanwhile, parallel compression is now available on all channels and buses via the Path Compressor Mix Control, accessible directly from both the touch screen and hardware controls. ​Further, the TaCo app has been updated so users can gain full remote control over the Sourcerer and Blitzer effect rack modules directly from the app. The app provides wireless control of SSL Live consoles from iPad or Android devices and can be used anywhere in the venue or alongside the console. ​ ​The enhanced Dante Routing Modes now include both the standard Showfile Saved mode as well as a new Outside of Showfile mode. There’s full Dante routing directly from the console, and users can choose to store routes within the showfile or configure them as independent, system-wide Dante routes. This transforms the console into a Dante controller, enabling management of system-level routing across the network. Users can create Dante routes that persist even after the console is powered down or a different showfile is loaded to help ensure uninterrupted system operation.Also, a new “Dante Allowed Device List” lets users control and manage which Dante devices are visible and routable on the console. This well suited for many applications, such as fixed installations where freelance engineers may be authorized to access the console routing but perhaps not other resources that may be restricted. ​ ​The new V6 update also includes a System Set Minimum virtual tie line counts, which streamlines showfile routing for fixed installations. Even if a loaded showfile specifies a lower number of tie lines, the system will enforce this minimum, preserving “house set” connections that guest engineers cannot alter.SSL Live V6 will be available in January 2025 as a free download for the entire console range. Go here for more specifics.Solid State Logic

data rescue 6.0.1

The most intuitive MA3 Showfile is on its way ma3 showfile

Description The DirList Lua function returns a table of files at a specified path. The returned list can be filtered using an optional filter argument.Arguments String: The desired path in a string format. String (optional): The optional filter string. The * can be used as a wildcard in the string. See the example below.Return Table:The returned table has elements of other tables. Each of these table elements has the following keys: name: The name of the file. The value of name is returned as a string. size: The size of the file in bytes. The value of size is returned as a number. time: The timestamp for the file. The value of time is returned as a number. ExampleThis example prints the show files in the showfile directory. It uses the .Luareturn function () local path = GetPath(Enums.PathType.Showfiles) local filter = "*show" local returnTable = DirList(path, filter) for _, value in pairs(returnTable) do Printf(value['name'] .. " - Size: " .. value['size'] .. " bytes - Time: " .. os.date("%c", value['time'])) endend

Import a Patch to Your Showfile

. Showfile breaking BUG with MA3 v2.1.1.5, doing a Partial Show Read will break Handle references [] used throughout the showfile. MVR export of showfile and then import into showfile works fine! Current Showfile Version - v1.1 The Current showfile is saved to the user's showfile and no pending changes to any part of the showfile are detected by the system; Part of the Current showfile has changed since last user Showfile save and the changes are saved on the console's backup system;

Core Showfiles for Lighting ProgrammingDUCK

Padding-right: var(--scw-spacing-1); padding-top: 0px; padding-bottom: 0px; height: 100%;}.inputWrapper .input-field .input-text > *:not(:last-child) { margin-right: 0px; --margin-right: 0px;}.inputWrapper .input-field .input-text input { text-align: LEFT; font: var(--scw-type-text-04-font); color: rgb(114, 118, 121); flex: 1; color: var(--scw-theme-body-color, var(--scw-color-grey-02)); width: 100%; height: 100%; box-sizing: border-box; border: 0; padding: 0; background-color: rgba(0, 0, 0, 0); z-index: 2; position: relative;}.inputWrapper .input-field .input-text input:focus { outline: none;}.inputWrapper .input-field .left-icon,.inputWrapper .input-field .right-icon { width: 50px; height: 50px; display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; padding-left: var(--scw-spacing-1); padding-right: var(--scw-spacing-1); padding-top: 0px; padding-bottom: 0px; padding: 0;}.inputWrapper .input-field .left-icon > *:not(:last-child),.inputWrapper .input-field .right-icon > *:not(:last-child) { margin-right: 0px; --margin-right: 0px;}.inputWrapper .input-field .left-icon scw-icon,.inputWrapper .input-field .right-icon scw-icon { width: 20px; height: 20px; --scw-icon-color: var( default-input-icon-left-icon-icon-vector-vars.$background-color );}.inputWrapper .input-field .placeholder, .inputWrapper .input-field .dropdown-container { text-align: LEFT; font: var(--scw-type-text-04-font); color: rgb(114, 118, 121); flex: 1; z-index: 1; overflow: hidden; text-overflow: ellipsis; position: absolute;}.inputWrapper .input-field .dropdown-container { position: relative; height: 50px; padding: 0; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border: none; cursor: pointer;}.inputWrapper .input-field .dropdown-container:hover { background-color: var(--scw-color-grey-095);}.inputWrapper .input-field .dropdown-container.hide { height: 0px;}.inputWrapper .input-feedback { text-align: LEFT; font: var(--scw-type-text-02-font); color: var(--scw-color-grey-04);}.small .input-field { background-color: var(--scw-color-grey-10); border-radius: 8px 8px 8px 8px; border-width: 1px; border-style: solid; border-color: var(--scw-color-grey-07); align-self: stretch;}.small .input-field .input-container, .small .input-field .dropdown-container { display: flex; flex-flow: row nowrap; justify-content: flex-start; align-items: center; padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px; height: 40px;}.small .input-field .input-container > *:not(:last-child), .small .input-field .dropdown-container > *:not(:last-child) { margin-right: 0px; --margin-right: 0px;}.clickable { cursor: pointer;}:host([aria-disabled]) .input-field { background-color: var(--scw-color-grey-095); border-radius: 8px 8px 8px 8px; border-width: 1px; border-style: solid; border-color: var(--scw-color-grey-07); align-self: stretch;}:host([aria-disabled]) .input-field .placeholder { text-align: LEFT; font: var(--scw-type-text-04-font); color: var(--scw-color-grey-06); flex: 1;}:host([aria-disabled]) .input-field input { text-align: LEFT; font: var(--scw-type-text-04-font); color: var(--scw-color-grey-06); flex: 1;}.focused .input-field { background-color: var(--scw-color-grey-10); border-radius: 8px 8px 8px 8px; border-width: 1px; border-style: solid; border-color: var(--scw-color-grey-07); box-shadow: var(--scw-effect-focus-shadow); align-self: stretch;}.invalid .input-field { background-color: var(--scw-color-grey-10); border-radius: 8px 8px 8px 8px; border-width: 1px; border-style: solid; border-color: var(--scw-color-error); align-self: stretch;}.invalid .input-feedback { text-align: LEFT; font: var(--scw-type-text-02-font); color: var(--scw-color-error);}:host([type=telephone]) .input-field .placeholder a { pointer-events: none; text-decoration: none; color: inherit;}:host([type=file]) .input-field .placeholder { text-align: LEFT; font: 400 1rem/1.5rem "Proxima Nova"; color: var(--scw-color-grey-02); flex: 1; text-decoration: underline;}:host([type=file]) .input-field input { cursor: pointer; opacity: 0;}:host([type=file]) .input-field input::file-selector-button { height: 100%; width: 0; padding: 0; opacity: 0; margin-left: -8px;}:host([type=file]) .showFile .input-field input { opacity: 1;}:host([type=file]) .showFile .input-field .left-icon scw-icon { --scw-icon-color: var(--scw-color-success);}:host([type=file]) .showFile.invalid .input-field input { opacity: 1;}:host([type=file]) .showFile.invalid .input-field .left-icon scw-icon { --scw-icon-color: var(--scw-color-error);} :host { /* scw element */ position: relative; box-sizing: border-box; --margin-right: initial;

ShowFile 1.0 - Download, Screenshots - Softpedia

OSC Playback, MIDI, and all timecode protocols are unrestricted. Onyx Elite With a Key attached, the software runs in LIVE 128 mode. All 128 universes are completely free to use for ONYX USB, Art-Net, and sACN output. 5 DyLOS Zones are enabled. OSC Playback, MIDI, and all timecode protocols are unrestricted. New fixture library format This version introduces a new fixture library format, provided by the library partner AtlaBase. This library includes over 50.000 fixture profiles Existing fixtures will remain in the showfile but can be updated using the "Exchange" function in the patch menu User fixtures and the Library Editor are not affected New Fixture Libraries are only available for Version 4.6 and higher Daily update of new library package on obsidiancontrol.com Single file library package (no longer an executable) Faster software install, bootup, library updates Library data is perfectly synchronized with Capture fixtures, allowing for easy import of the patch over CITP Revised Parameter Defaults and Snap Rules(e.g.additive LED fixtures now have all colors defaulted to 100%) -> this can affect existing programming and cues and presets must be adjusted if needed. Enhanced real world values (e.g. Zoom Ranges, Shutter Speeds, Framing Blade Angles) Improved parameter names and feature descriptions Enhanced gobo and effects bitmaps, color buttons for CTC and Color Wheel Selections New Features New virtual controls icon, expands bank and parameter control into full Playback and Programming Bar Added "DMX OUT" option in LOAD popup window to "freeze" effects output into the programmer Effect/timing channels can now also be used as "[SELECTION] @ Parameter Button" for direct entry and fanning on the command line (digital values only: swing ranges 0-170, other attributes 0-1000) Time for automatically loading the current show on startup can now be configured Added fixture type filter to programmer and cue values panels;

MA3 Plugins Showfiles - MBLightarts Lichtdesign

How To Import MA2 Showfile PDF

Premier Key, NX Wing, or NX 2 in USB mode attached, the software runs in LIVE 64 mode. All 64 universes are completely free to use for ONYX USB, Art-Net, and sACN output. 5 DyLOS Zones are enabled. OSC Playback, MIDI, and all timecode protocols are unrestricted. Onyx Elite With a Key attached, the software runs in LIVE 128 mode. All 128 universes are completely free to use for ONYX USB, Art-Net, and sACN output. 5 DyLOS Zones are enabled. OSC Playback, MIDI, and all timecode protocols are unrestricted. New fixture library format This version introduces a new fixture library format, provided by the library partner AtlaBase. This library includes over 50.000 fixture profiles Existing fixtures will remain in the showfile but can be updated using the "Exchange" function in the patch menu User fixtures and the Library Editor are not affected New Fixture Libraries are only available for Version 4.6 and higher Daily update of new library package on obsidiancontrol.com Single file library package (no longer an executable) Faster software install, bootup, library updates Library data is perfectly synchronized with Capture fixtures, allowing for easy import of the patch over CITP Revised Parameter Defaults and Snap Rules(e.g.additive LED fixtures now have all colors defaulted to 100%) -> this can affect existing programming and cues and presets must be adjusted if needed. Enhanced real world values (e.g. Zoom Ranges, Shutter Speeds, Framing Blade Angles) Improved parameter names and feature descriptions Enhanced gobo and effects bitmaps, color buttons for CTC and Color Wheel Selections New Features New virtual controls icon, expands bank and parameter control into full Playback and Programming Bar Added "DMX OUT" option in LOAD popup window to "freeze" effects output into the programmer Effect/timing channels can now also be used as "[SELECTION] @ Parameter Button" for direct entry and fanning on the command line (digital values only: swing ranges 0-170, other attributes 0-1000) Time for automatically loading the current show on startup can now be configured Added fixture type filter to programmer and cue values panels; fixes and improvements Added Art-Net/sACN source IP input filtering Added support for sACN (E1.31) Synchronization and Art-Net ArtSync packets Added Capture (CITP) integration (patch, selection, parameter sync) Added import of patch (exported from another Onyx show file) CITP integration pulls in 3D positions to compose a top and front 2D plan of the stage (layer per fixture type) Added MSD (CITP) integration Added DEFAULT command to put default values in programmer Added current universe fixture filter in patch Added patch options for excluding fixtures from GM, SWOP, remote programming and for rotating bars and panels at DMX address level Added option to turn off smart grid ordering of fixtures in FixtureCenter DYLOS DyLOS can now apply pixel mapping for any fixture parameter between 2 and 3 presets Added DyLOS generators: - Patterns: Plasma, Voronoi - 2D Shapes: Bouncing Balls, Bouncing Shapes, Meta-balls, Floweroid - Nature: Fire, Steam Added color palettes to Dylos (First row of 256 pixels in PNG image are used. Showfile breaking BUG with MA3 v2.1.1.5, doing a Partial Show Read will break Handle references [] used throughout the showfile. MVR export of showfile and then import into showfile works fine! Current Showfile Version - v1.1 The Current showfile is saved to the user's showfile and no pending changes to any part of the showfile are detected by the system; Part of the Current showfile has changed since last user Showfile save and the changes are saved on the console's backup system;

web speeder

MA3d Showfiles : r/lightingdesign - Reddit

import Fixture - dot2 showfile - YouTube

. Showfile breaking BUG with MA3 v2.1.1.5, doing a Partial Show Read will break Handle references [] used throughout the showfile. MVR export of showfile and then import into showfile works fine! Current Showfile Version - v1.1

Vi showfile anatomy - HARMAN pro

Comments

User1782

Solid State Logic has announced an update to its SSL Live console range, with the SSL Live V6 adding a new effects suite, Dante routing enhancements, remote control updates, and more. The new update brings studio processing tools such as Fusion FX and Path Compressor Mix Control to the stage via SSL Live, while the Sourcerer and Blitzer effect rack modules can now be controlled directly from the TaCo app.The onboard Fusion Effect Rack is designed to faithfully emulate the five key color circuits found on the SSL Fusion rack mounted hardware: Vintage Drive, Violet EQ, HF Compressor, Stereo Image, and Transformer. These modules provide five coloration tools designed to bring the designed combination of added tonal character, weight and space to the mix bus or stereo stems. SSL has also added additional features found in the Fusion plugin series. ​ ​Meanwhile, parallel compression is now available on all channels and buses via the Path Compressor Mix Control, accessible directly from both the touch screen and hardware controls. ​Further, the TaCo app has been updated so users can gain full remote control over the Sourcerer and Blitzer effect rack modules directly from the app. The app provides wireless control of SSL Live consoles from iPad or Android devices and can be used anywhere in the venue or alongside the console. ​ ​The enhanced Dante Routing Modes now include both the standard Showfile Saved mode as well as a new Outside of Showfile mode. There’s full Dante routing directly from the console, and users can choose to store routes within the showfile or configure them as independent, system-wide Dante routes. This transforms the console into a Dante controller, enabling management of system-level routing across the network. Users can create Dante routes that persist even after the console is powered down or a different showfile is loaded to help ensure uninterrupted system operation.Also, a new “Dante Allowed Device List” lets users control and manage which Dante devices are visible and routable on the console. This well suited for many applications, such as fixed installations where freelance engineers may be authorized to access the console routing but perhaps not other resources that may be restricted. ​ ​The new V6 update also includes a System Set Minimum virtual tie line counts, which streamlines showfile routing for fixed installations. Even if a loaded showfile specifies a lower number of tie lines, the system will enforce this minimum, preserving “house set” connections that guest engineers cannot alter.SSL Live V6 will be available in January 2025 as a free download for the entire console range. Go here for more specifics.Solid State Logic

2025-03-24
User9290

Description The DirList Lua function returns a table of files at a specified path. The returned list can be filtered using an optional filter argument.Arguments String: The desired path in a string format. String (optional): The optional filter string. The * can be used as a wildcard in the string. See the example below.Return Table:The returned table has elements of other tables. Each of these table elements has the following keys: name: The name of the file. The value of name is returned as a string. size: The size of the file in bytes. The value of size is returned as a number. time: The timestamp for the file. The value of time is returned as a number. ExampleThis example prints the show files in the showfile directory. It uses the .Luareturn function () local path = GetPath(Enums.PathType.Showfiles) local filter = "*show" local returnTable = DirList(path, filter) for _, value in pairs(returnTable) do Printf(value['name'] .. " - Size: " .. value['size'] .. " bytes - Time: " .. os.date("%c", value['time'])) endend

2025-03-28
User9618

Padding-right: var(--scw-spacing-1); padding-top: 0px; padding-bottom: 0px; height: 100%;}.inputWrapper .input-field .input-text > *:not(:last-child) { margin-right: 0px; --margin-right: 0px;}.inputWrapper .input-field .input-text input { text-align: LEFT; font: var(--scw-type-text-04-font); color: rgb(114, 118, 121); flex: 1; color: var(--scw-theme-body-color, var(--scw-color-grey-02)); width: 100%; height: 100%; box-sizing: border-box; border: 0; padding: 0; background-color: rgba(0, 0, 0, 0); z-index: 2; position: relative;}.inputWrapper .input-field .input-text input:focus { outline: none;}.inputWrapper .input-field .left-icon,.inputWrapper .input-field .right-icon { width: 50px; height: 50px; display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; padding-left: var(--scw-spacing-1); padding-right: var(--scw-spacing-1); padding-top: 0px; padding-bottom: 0px; padding: 0;}.inputWrapper .input-field .left-icon > *:not(:last-child),.inputWrapper .input-field .right-icon > *:not(:last-child) { margin-right: 0px; --margin-right: 0px;}.inputWrapper .input-field .left-icon scw-icon,.inputWrapper .input-field .right-icon scw-icon { width: 20px; height: 20px; --scw-icon-color: var( default-input-icon-left-icon-icon-vector-vars.$background-color );}.inputWrapper .input-field .placeholder, .inputWrapper .input-field .dropdown-container { text-align: LEFT; font: var(--scw-type-text-04-font); color: rgb(114, 118, 121); flex: 1; z-index: 1; overflow: hidden; text-overflow: ellipsis; position: absolute;}.inputWrapper .input-field .dropdown-container { position: relative; height: 50px; padding: 0; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border: none; cursor: pointer;}.inputWrapper .input-field .dropdown-container:hover { background-color: var(--scw-color-grey-095);}.inputWrapper .input-field .dropdown-container.hide { height: 0px;}.inputWrapper .input-feedback { text-align: LEFT; font: var(--scw-type-text-02-font); color: var(--scw-color-grey-04);}.small .input-field { background-color: var(--scw-color-grey-10); border-radius: 8px 8px 8px 8px; border-width: 1px; border-style: solid; border-color: var(--scw-color-grey-07); align-self: stretch;}.small .input-field .input-container, .small .input-field .dropdown-container { display: flex; flex-flow: row nowrap; justify-content: flex-start; align-items: center; padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px; height: 40px;}.small .input-field .input-container > *:not(:last-child), .small .input-field .dropdown-container > *:not(:last-child) { margin-right: 0px; --margin-right: 0px;}.clickable { cursor: pointer;}:host([aria-disabled]) .input-field { background-color: var(--scw-color-grey-095); border-radius: 8px 8px 8px 8px; border-width: 1px; border-style: solid; border-color: var(--scw-color-grey-07); align-self: stretch;}:host([aria-disabled]) .input-field .placeholder { text-align: LEFT; font: var(--scw-type-text-04-font); color: var(--scw-color-grey-06); flex: 1;}:host([aria-disabled]) .input-field input { text-align: LEFT; font: var(--scw-type-text-04-font); color: var(--scw-color-grey-06); flex: 1;}.focused .input-field { background-color: var(--scw-color-grey-10); border-radius: 8px 8px 8px 8px; border-width: 1px; border-style: solid; border-color: var(--scw-color-grey-07); box-shadow: var(--scw-effect-focus-shadow); align-self: stretch;}.invalid .input-field { background-color: var(--scw-color-grey-10); border-radius: 8px 8px 8px 8px; border-width: 1px; border-style: solid; border-color: var(--scw-color-error); align-self: stretch;}.invalid .input-feedback { text-align: LEFT; font: var(--scw-type-text-02-font); color: var(--scw-color-error);}:host([type=telephone]) .input-field .placeholder a { pointer-events: none; text-decoration: none; color: inherit;}:host([type=file]) .input-field .placeholder { text-align: LEFT; font: 400 1rem/1.5rem "Proxima Nova"; color: var(--scw-color-grey-02); flex: 1; text-decoration: underline;}:host([type=file]) .input-field input { cursor: pointer; opacity: 0;}:host([type=file]) .input-field input::file-selector-button { height: 100%; width: 0; padding: 0; opacity: 0; margin-left: -8px;}:host([type=file]) .showFile .input-field input { opacity: 1;}:host([type=file]) .showFile .input-field .left-icon scw-icon { --scw-icon-color: var(--scw-color-success);}:host([type=file]) .showFile.invalid .input-field input { opacity: 1;}:host([type=file]) .showFile.invalid .input-field .left-icon scw-icon { --scw-icon-color: var(--scw-color-error);} :host { /* scw element */ position: relative; box-sizing: border-box; --margin-right: initial;

2025-04-02
User9039

OSC Playback, MIDI, and all timecode protocols are unrestricted. Onyx Elite With a Key attached, the software runs in LIVE 128 mode. All 128 universes are completely free to use for ONYX USB, Art-Net, and sACN output. 5 DyLOS Zones are enabled. OSC Playback, MIDI, and all timecode protocols are unrestricted. New fixture library format This version introduces a new fixture library format, provided by the library partner AtlaBase. This library includes over 50.000 fixture profiles Existing fixtures will remain in the showfile but can be updated using the "Exchange" function in the patch menu User fixtures and the Library Editor are not affected New Fixture Libraries are only available for Version 4.6 and higher Daily update of new library package on obsidiancontrol.com Single file library package (no longer an executable) Faster software install, bootup, library updates Library data is perfectly synchronized with Capture fixtures, allowing for easy import of the patch over CITP Revised Parameter Defaults and Snap Rules(e.g.additive LED fixtures now have all colors defaulted to 100%) -> this can affect existing programming and cues and presets must be adjusted if needed. Enhanced real world values (e.g. Zoom Ranges, Shutter Speeds, Framing Blade Angles) Improved parameter names and feature descriptions Enhanced gobo and effects bitmaps, color buttons for CTC and Color Wheel Selections New Features New virtual controls icon, expands bank and parameter control into full Playback and Programming Bar Added "DMX OUT" option in LOAD popup window to "freeze" effects output into the programmer Effect/timing channels can now also be used as "[SELECTION] @ Parameter Button" for direct entry and fanning on the command line (digital values only: swing ranges 0-170, other attributes 0-1000) Time for automatically loading the current show on startup can now be configured Added fixture type filter to programmer and cue values panels;

2025-04-12
User7283

Premier Key, NX Wing, or NX 2 in USB mode attached, the software runs in LIVE 64 mode. All 64 universes are completely free to use for ONYX USB, Art-Net, and sACN output. 5 DyLOS Zones are enabled. OSC Playback, MIDI, and all timecode protocols are unrestricted. Onyx Elite With a Key attached, the software runs in LIVE 128 mode. All 128 universes are completely free to use for ONYX USB, Art-Net, and sACN output. 5 DyLOS Zones are enabled. OSC Playback, MIDI, and all timecode protocols are unrestricted. New fixture library format This version introduces a new fixture library format, provided by the library partner AtlaBase. This library includes over 50.000 fixture profiles Existing fixtures will remain in the showfile but can be updated using the "Exchange" function in the patch menu User fixtures and the Library Editor are not affected New Fixture Libraries are only available for Version 4.6 and higher Daily update of new library package on obsidiancontrol.com Single file library package (no longer an executable) Faster software install, bootup, library updates Library data is perfectly synchronized with Capture fixtures, allowing for easy import of the patch over CITP Revised Parameter Defaults and Snap Rules(e.g.additive LED fixtures now have all colors defaulted to 100%) -> this can affect existing programming and cues and presets must be adjusted if needed. Enhanced real world values (e.g. Zoom Ranges, Shutter Speeds, Framing Blade Angles) Improved parameter names and feature descriptions Enhanced gobo and effects bitmaps, color buttons for CTC and Color Wheel Selections New Features New virtual controls icon, expands bank and parameter control into full Playback and Programming Bar Added "DMX OUT" option in LOAD popup window to "freeze" effects output into the programmer Effect/timing channels can now also be used as "[SELECTION] @ Parameter Button" for direct entry and fanning on the command line (digital values only: swing ranges 0-170, other attributes 0-1000) Time for automatically loading the current show on startup can now be configured Added fixture type filter to programmer and cue values panels; fixes and improvements Added Art-Net/sACN source IP input filtering Added support for sACN (E1.31) Synchronization and Art-Net ArtSync packets Added Capture (CITP) integration (patch, selection, parameter sync) Added import of patch (exported from another Onyx show file) CITP integration pulls in 3D positions to compose a top and front 2D plan of the stage (layer per fixture type) Added MSD (CITP) integration Added DEFAULT command to put default values in programmer Added current universe fixture filter in patch Added patch options for excluding fixtures from GM, SWOP, remote programming and for rotating bars and panels at DMX address level Added option to turn off smart grid ordering of fixtures in FixtureCenter DYLOS DyLOS can now apply pixel mapping for any fixture parameter between 2 and 3 presets Added DyLOS generators: - Patterns: Plasma, Voronoi - 2D Shapes: Bouncing Balls, Bouncing Shapes, Meta-balls, Floweroid - Nature: Fire, Steam Added color palettes to Dylos (First row of 256 pixels in PNG image are used

2025-04-09

Add Comment