# config file for gjacktransport
#
# lines beginning with '#' or ';' are ignored.
#
# @sysconfdir@/gjacktransportrc
# $HOME/.gjacktransportrc
# ./gjacktransportrc
#
# NOTE: @sysconfdir@/gjacktransportrc is overwritten by 'make install'

## PRESET/MEMORY ##
# load-memory preset: 01..99
;cur_mem=01

# mem-id 01..99
# 01..last-found-id presets are created - but at least 6
# start/end values are in seconds
# unit: hour:0, min:1, sec:2, audio-frames:3 - used for display not config
# name: must not be empty but may contain whitespaces
;memory_01_name=Preset 1
;memory_01_start=0
;memory_01_end=60.0
;memory_01_unit=2

;memory_02_name=Preset 2
;memory_02_start=0
;memory_02_end=3600.0
;memory_02_unit=1

;memory_03_start=0
;memory_03_end=9000.0
;memory_03_unit=0

;memory_99_start=0
;memory_99_end=60.0
;memory_99_unit=2


## KEYBINDINGS ##
# play/pause -- 'SPACE' - 32
;keybinding_1=32
# fast-rew   -- 'v' - 118
;keybinding_2=118
# fast-ffw   -- 'n' - 110
;keybinding_3=110
# play       -- 'b' - 98
;keybinding_4=98
# pause      -- 'p' - 112
;keybinding_5=112
# rewind     -- 'r' - 114
;keybinding_6=114
# skip-start -- '<' - 60
;keybinding_7=60
# skip-end   -- '>' - 62
;keybinding_8=62


## SHOW/HIDE TOOL-BARS ##
;tb_all=1
;tb_status=1
;tb_zoom=0
;tb_memory=1
;tb_transport=0
;tb_unit=1
;tb_timelabels=0


## WINDOW POSITION/SIZE ##
win_x=-1
win_y=-1
win_w=-1
win_h=-1


## MISC ##
# set to 1 to auto-connect to JACK
;syncsource=0

# 1: use JACK video-framerate (if set by time-master)
;FR_mode=0

# seek-stride (in seconds)
;seek_stride=10.0

# do not try to use LASH
;no_lash=0

# SMPTE display font and optional size
;smpte_font=Sans
;smpte_font=Monospace 20
