Artist Help:Workspace: Difference between revisions

From ShowCAD Wiki
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
The Artist workspace is made up of the user-defined layout of Artist's windows and the file containing the programmed show data. These files are, in general, viewed in the central client area which has tabs for quick selection and are,
The Artist workspace consists of the user-defined layout of Artist's windows and the files containing the programmed show data. These files are viewed in the central client area which has tabs for quick selection.


{| class="wikitable"
{| class="wikitable"
|+ Client Area  
|+ Client Area Tabs
|-
|-
| Fixtures || This tab defines all the fixtures you have installed in this workspace.  
| [[Artist Help:Workspace Fixtures | Fixtures]] || This tab defines all the fixtures you have installed in this workspace.  
|-
|-
| Scenes || This tab contains all the sub-scenes you have created.
| [[Artist Help:Workspace Scenes | Scenes]] || This tab contains all the sub-scenes you have created.
|-
|-
| Cues || This tab contains all your cues.  
| [[Artist Help:Workspace Cues | Cues ]]|| This tab contains all your cues.  
|-
|-
| Templates || This tab is used during fixture installation and contains the templates for any fixtures you may install
| [[Artist Help:Workspace Profiles | Profiles]]|| This tab is used during fixture installation and contains the Profiles for any fixtures you may want to install
|-
|-
| Patch || This tab patches external devices to Artist System Commands.
| [[Artist Help:Workspace Patch Inputs | Patch]] || This tab patches external devices to Artist System Commands.
|-
|-
| Timed events || These tabs contain timed events.  
| [[Artist Help:Workspace Timed Events | Timed Events]] || These tabs contain timed events.  
|}
|}


Line 35: Line 35:
|}
|}


The remaining file types all have names that are independent of the workspace file name.
The remaining file types all have names that are independent of the workspace file name but are all still viewable in the client area.


{| class="wikitable"
{| class="wikitable"
Line 44: Line 44:
| Patch || .pat || patches MIDI, DMX and Data acquisition inputs to System Commands.  
| Patch || .pat || patches MIDI, DMX and Data acquisition inputs to System Commands.  
|-
|-
| Template || .tem || fixture template file. Only used for installing fixtures or creating new templates.  
| Template || .tem || fixture template file. This is a legacy file format that has been superseded by Profiles.
|-
| Profile || .jprf || fixture profile file. This file contains one or more fixture profiles.
|-
|-
| Real-time events || .rtc || real-time events.
| Real-time events || .rtc || real-time events.
Line 51: Line 53:
|-
|-
| Audio events || .atc || Audio file events.
| Audio events || .atc || Audio file events.
|-
| CD events || .ctc || CD events.
|-
|-
| Video events || .vtc || Video file events.  
| Video events || .vtc || Video file events.  
Line 58: Line 58:


=== Creating a Workspace ===
=== Creating a Workspace ===
You can create a new Workspace from the main menu by selecting ''File/New/Workspace'' or ''File/Wizards/Workspace''. These will open the Workspace Wizard.


You can create a new Workspace from the main menu by selecting File/New/Workspace. This will open the Workspace Wizard.
The Workspace is backed up on your hard drive each time it is changed. Previous copies are not overwritten; they are archived and can be selectively restored.
 
=== Backup and Restore ===
 
The Workspace is backed up on you hard drive each time it is changed. Previous copies are not overwritten; they are archive and can be selectively restored. See Backup.


=== Copying a Workspace ===
=== Copying a Workspace ===
Often you may want to make a duplicate Workspace that you can tinker with without upsetting what you have programmed to date. Select from the ''Main menu File/Save''. A dialog will appear requesting a Workspace filename. Enter a new unused name to create and load a duplicate Workspace leaving the original intact.


Often you may want to make a duplicate Workspace that you can tinker with without upsetting what you have programmed to date.
Other settings such as Resource Settings are only saved as you exit Artist. Therefore it is important to shut down Artist properly.
 
If select from the Main menu File/Save As a dialog will appear requesting a Workspace filename. Enter a new unused name and this will create and load a duplicate Workspace leaving the original in tact.
 
Other settings such as, Resource Settings are only saved as you exit Artist. Therefore it is important to shut down Artist properly.


{| class="wikitable"
{| class="wikitable"
|+ Related Topics
|+ Workspace Related Topics
|-
|-
| [[Artist Help:Workspace Wizard|Workspace Wizard]]|| using the Wizard to create a new workspace
| [[Artist Help:Workspace Wizard|Workspace Wizard]]|| using the Wizard to create a new workspace
|-
|-
| [[Artist Help:Fixtures|Fixtures]]|| all about Fixtures
| [[Artist Help:Content Object|Content Object]]|| these object links are contained with in Cues and Scene and point to other main objects in the workspace.
|-
| [[Artist Help:Scenes|Scenes]]|| all about Scenes
|-
| [[Artist Help:Cues|Cues]]|| all about Cues
|-
| [[Artist Help:Content Object|Content Object]]|| Example
|-
| [[Artist Help:Profiles|Profiles]]|| the use of Profiles in creating Fixtures
|-
|-
| [[Artist Help:Timed Events|Timed Events]] || making time
| [[Artist Help:Loading Files|Loading Files]] || information about file loading
|-
|-
| [[Artist Help:Loading Files|Loading Files]] || Example
| [[Artist Help:Backup and Restore|Backup and Restore]] || workspace backup features
|}
|}

Latest revision as of 21:45, 18 May 2024

The Artist workspace consists of the user-defined layout of Artist's windows and the files containing the programmed show data. These files are viewed in the central client area which has tabs for quick selection.

Client Area Tabs
Fixtures This tab defines all the fixtures you have installed in this workspace.
Scenes This tab contains all the sub-scenes you have created.
Cues This tab contains all your cues.
Profiles This tab is used during fixture installation and contains the Profiles for any fixtures you may want to install
Patch This tab patches external devices to Artist System Commands.
Timed Events These tabs contain timed events.

Activating the tab associated with each of these workspace files will display the view and the main menu and toolbars will change according to the view selected.

When you save your workspace, data about how you have set up the client windows are also saved, ensuring that when you boot Artist it appears the way you left it. These are the Workspace file types.

Core Workspace files
File type Filename Contained objects
Workspace <WorkspaceName>.wsp This file defines which Patch, Time event, Fixture, Scene and Cue files are loaded. It also contains information about the window layout and appearance.
Fixture <WorkspaceName>.fix This file contains the installed fixtures.
Scene <WorkspaceName>.scn This file contains your sub-scenes.
Cue <WorkspaceName>.clt This file contains your cues.

The remaining file types all have names that are independent of the workspace file name but are all still viewable in the client area.

Other File Types
File type Extension Description
Patch .pat patches MIDI, DMX and Data acquisition inputs to System Commands.
Template .tem fixture template file. This is a legacy file format that has been superseded by Profiles.
Profile .jprf fixture profile file. This file contains one or more fixture profiles.
Real-time events .rtc real-time events.
MIDI time events .mtc MIDI Time code events.
Audio events .atc Audio file events.
Video events .vtc Video file events.

Creating a Workspace[edit]

You can create a new Workspace from the main menu by selecting File/New/Workspace or File/Wizards/Workspace. These will open the Workspace Wizard.

The Workspace is backed up on your hard drive each time it is changed. Previous copies are not overwritten; they are archived and can be selectively restored.

Copying a Workspace[edit]

Often you may want to make a duplicate Workspace that you can tinker with without upsetting what you have programmed to date. Select from the Main menu File/Save. A dialog will appear requesting a Workspace filename. Enter a new unused name to create and load a duplicate Workspace leaving the original intact.

Other settings such as Resource Settings are only saved as you exit Artist. Therefore it is important to shut down Artist properly.

Workspace Related Topics
Workspace Wizard using the Wizard to create a new workspace
Content Object these object links are contained with in Cues and Scene and point to other main objects in the workspace.
Loading Files information about file loading
Backup and Restore workspace backup features