CRI ADX  Last Updated: 2024-07-17 10:47 p
File structure of WorkUnits

Placement of WorkUnits and Materials

CRI Atom Craft organize the sounds in Work Units fore an easier workflow.
In a project where several team members collaborate, the tasks can be separated in Work Units related to the work of each participant.

After sepcifying its name, a Work Unit is created in the WorkUnits subfolder of the project folder.
If the "Manage materials individually" option was selected, the Material files will be managed locally at the Work Unit level: they will be located in a Materials subfolder in that Work Unit folder.
Otherwise, they will be managed globally at the project level: in the Materials folder, just under the project folder.

Assign WorkUnits to each person in charge


Relation with files and folders

In the main project folder, the files and subfolders are created following a hierarchy similar to the one described below.
In this example, the project name is NewProject and the Work Units are WorkUnit_A, WorkUnit_B, WorkUnit_C, and WorkUnit_D.

  • NewProject : [Project folder]
    • Materials : [Materials folder managed by the project]
    • WorkUnits : [WorkUnits folder]
      • WorkUnit_A : [Person in charge A's WorkUnit folder]
        • Materials : [Materials folder can be managed only by worker unit of person A]
        • WorkUnit_A.atmcunit : [WorkUnit file of person A]
        • WorkUnit_A.materialinfo : [Material information file managed by person A]
      • WorkUnit_B : [Person in charge B's WorkUnit folder]
        • Materials : [Materials folder can be managed only by worker unit of person B]
        • WorkUnit_B.atmcunit : [WorkUnit file of person B]
        • WorkUnit_B.materialinfo : [Material information file managed by person B]
      • WorkUnit_C : [Person in charge C's WorkUnit folder]
        • Materials : [Materials folder can be managed only by worker unit of person C]
        • WorkUnit_C.atmcunit : [WorkUnit file of person C]
        • WorkUnit_C.materialinfo : [Material information file managed by person C]
      • WorkUnit_D : [Person in charge D's WorkUnit folder]
        • Materials : [Materials folder can be managed only by worker unit of person D]
        • WorkUnit_D.atmcunit : [WorkUnit file of person D]
        • WorkUnit_D.materialinfo : [Material information file managed by person D]
    • NewProject.atmcglobal : Global settings file
    • NewProject.atmcproject : Project file
    • NewProject.materialinfo : Material information file managed by the project