Skip to content

ultraschall.ini settings

Meo Mespotine edited this page Apr 10, 2019 · 4 revisions

Ultraschall.ini settings as of Ultraschall 3.2 - (current state: 10th of April 2019)

[ultraschall_clock]
settings for the Ultraschall Clock

used by: 
    ultraschall_ultraclock.lua
    ultraschall_set_view_record.lua

settings:
    docked - the docked-state, the last time the clock was closed/the last time the user changed dockstate IN the contextmenu
                  true, the clock was docked
                  false, the clock was undocked
    
    preset - the selected views in the clock; it is an integer bitfield
                0 - all displays off
                &1 - Show Realtime
                &2 - Show Timecode
                &4 - Show Date

[ultraschall_envelope]
settings for the envelope-height-toggle

used by:
    ultraschall_toggle_envelope_height.lua

settings:
    EnvelopeMaxHeight   - the maximum envelope-height in pixels (24-291)
    EnvelopeMinHeight   - the minimum envelope-height in pixels (24-291)
    EnvelopeToggleState - the heightstate currently toggled
                              true, the height-state is maximum-height(EnvelopeMaxHeight)
                              false, the height-state is minimum-height(EnvelopeMinHeight)

[ultraschall_follow]
settings for the Ultraschall-follow-mode

used by:
    __startup.lua
    ultraschall_zoomlimiter.lua
    ultraschall_zoom_out_limiter.lua
    ultraschall_toggle_follow.lua
    ultraschall_set_next_planned_marker.lua
    ultraschall_set_namedmarker.lua
    ultraschall_set_marker.lua
    ultraschall_set_edit.lua
    ultraschall_helper_functions.lua
    ultraschall_center_arrangeview_to_cursor.lua
    Ultraschall_Force_Playcursor_To_Center_In_Follow.lua

settings:
    state - the followmode-on/off state
                0, followmode is off
                1, followmode is on

[ultraschall_gui]
settings for the view and the toggle-zoom(z)-action

used by:
    __startup.lua
    ultraschall_toggle_arrange_zoom.lua
    ultraschall_ultraclock.lua
    ultraschall_set_view_story.lua
    ultraschall_set_view_setup.lua
    ultraschall_set_view_record.lua
    ultraschall_set_view_edit.lua
    ultraschall_prepare_for_editing.lua

settings:
    view              - the currently set view
                            setup, record, edit, story
              
    zoom_toggle_state - the current toggle state of the toggle-arrange-zoom
                            false, the zoom-level is the normal level
                            true, the zoom-level is the zoomed-in-level(zoomin_level)
    zoomfactor_old    - the old zoomfactor, before zoomed in was toggled
    zoomin_level      - the zoomed in-factor, that is set, when toggle-arrange-view was toggled; default is 400

[ultraschall_magicrouting]
settings for the Ultraschall Soundcheck/Autorouting

used by:
    ultraschall_set_matrix_editing.lua
    ultraschall_set_matrix_preshow.lua
    ultraschall_set_matrix_recording.lua
    ultraschall_toggle_magicrouting.lua
    
settings:
    state - the on/off-toggle-state of the Ultraschall-Soundcheck
                0, Ultraschall-Soundcheck is off
                1, Ultraschall-Soundcheck is on
                
    step  - the current phase of the show(and therefore needed routing-matrix)
                preshow, recording, editing

[ultraschall_mouse]
settings for the mouse-selection-action

used by:
    __startup.lua
    ultraschall_toggle_mouse_selection.lua

settings:
    state - the mouse-selection-toggle-state
                0, state is toggled on
                1, state is toggled off

[ultraschall_playrate]
settings for the alternative playrate-setting

used by:
    ultraschall_toggle_playrate.lua

settings:
    AlternativeRate - the alternative playrate of the project(0.25 to 4; default is 1.5)

[ultraschall_start]
settings for the first start of ultraschall, after (re-)installation

used by:
    __startup.lua
    ultraschall_reset_firststart.lua
    ultraschall_startscreen.lua

settings:
    firststart - is this the first start of a newly/updated Ultraschall?
                        true, yes it is the first start
                        false, no it is not the first start
                        
    startscreen - shall the startscreen be shown at startup?
                        0, don't show startscreen
                        1, show startscreen

[Ultraschall_Transport]
settings for toggling SafeMode for recording on and off

used by:
    ultraschall_safemode_start_pause.lua
    ultraschall_safemode_start_stop.lua
    ultraschall_toggle_safemode_recording.lua
    ultraschall_toggle_safemode_recording_message.lua
    
settings:
    Safemode_Toggle - the toggle-state, if the safe-mode shall be applied to rec/pause, rec/stop or not
                            OFF, safe-mode is off
                            On, safe-mode is on

[ultraschall_update]
settings for checking for new updates at startup

used by:
    ultraschall_startscreen.lua
    ultraschall-plugin

settings
    update_check - the state, if Ultraschall shall check for updates
                        0, don't check for updates(checkbox unchecked)
                        1, check for updates(checkbox checked)