click here for a plain text version
;
; LoopDropZ Preferences..
; https://corz.org/windows/software/loopdropz/
;
; Most of this is taken care of automatically, as you mess around with the
; various settings, add and delete combo items, and so on.
;
; There's also a few useful prefs that can be hacked here. Have fun!
;
; The different kinds of settings in this ini, are..
;
;    string        =    A simple string, like "my dog".
;
;    bool        =    Boolean value, i.e. true or false. You can also use yes/no,
;                    1/0, on/off, and a few other variations on that theme.
;
;    int            =    Integer. A number, e.g. 2
;
;    path        =    Valid file path. Use only characters that are valid on your
;                    PC, i.e. no pipe |, quote ", or asterisk characters, etc.
;
;                    Other values are probably not worth messing around with.
;                    Most values will get updated by LoopDropZ
;
; NOTE: Lines beginning with a ';' or '#' are comments, ignored by LoopDropZ.
;
; ;o)
;
; (c) 2008->tomorrow! corz.org ;o)
;

[LoopDropZ]


; Hover mouse to show main window    [bool]           [default: hover_to_show=true]
;
; If the LoopDropZ window is behind other windows, but not minimized,
; you can hover the mouse over its tray icon to bring it to the front. Nifty.
;
hover_to_show=true
;
; If LoopDropZ is minimized, clicking its tray icon shows the main window.


; Mouse Tray hover sensitivity..    [int]          [default: hover_sensitivity=8]
;
; How fast LoopDropZ activates depend on the hover_sensitivity.
; Enter an integer value: 1 - 10. 10 is fastest, basically immediately.
;
hover_sensitivity=8
;
; 8 or 9 are good values, allowing you to move your mouse quickly over the tray
; icon to  get to other tray icons, but pause for just a moment... Hello!


; Taskbar Entry                        [bool]            [default: taskbar_entry=off]
;
; Whether or not to display a taskbar entry for the main window.
; This is cute, but note, without a taskbar entry, LoopDropZ won't respond to a
; Windows "Minimize All" (Win+M) command. Your call..
taskbar_entry=off
;
; Either way; you can always toggle LoopDropZ from its tray icon.


; Fade-In                            [bool]                 [default: fade_in=true]
;
; At launch, the main LoopDropZ window fades in quickly, like a pulse, but you
; can disable that, if you like..
fade_in=true

; Fade-In Step                        [int]                      [default: step=10]
;
; ..or make it fade more quickly. larger values = faster fade-in, up to 100,
; which is the same as fade_in=false (above), except with more CPU usage!
;
step=10


; Images on Buttons                    [bool]          [default: img_on_buttons=true]
;
; Either text; "loop" / "stop" (false); or else pretty icons (true)..
;
img_on_buttons=true


; Information Alert time            [int]               [default: info_time=5000]
;
; How long information displays in the title bar (in milliseconds)..
;
info_time=5000


; For neatness, LoopDropZ reverts the title back to plain old "LoopDropZ" after
; a few seconds. You may find this extremely annoying (especially when using
; multiple copies of LoopDropZ running simultaneously) and so can instead choose
; to keep the name of the current audio track in the program title.
keep_file_in_title=no


; You can customise the keys used for volume control, here..
;
volume_up_key ="
{NUMPADADD}"
volume_down_key ="
{NUMPADSUB}"

; If you want to use, for example, Ctrl+Up Arrow for up, the pref would read:
; volume_up_key = "^{UP}"
;
; For more information on the format used for the keys, see here..
; https://www.autoitscript.com/autoit3/docs/functions/Send.htm


; Similarly, we can assign keys to perform bigger jumps in volume
; Ctrl+Numpad+ for a big jump up..
volume_big_up_key="
^{NUMPADADD}"
; etc..
volume_big_down_key="
^{NUMPADSUB}"

; The default jump is 10%.
; If you want the big jump to be some other (%) value, switch it here..
;
big_jump=10




; Start With Windows                [bool]     [default: start_with_windows=false]
;
; Whether or not LoopDropZ should startup with Windows, so you can have
; background audio from the get-go..
;
start_with_windows=false
;
; LoopDropZ remembers its looping state on exit, and continues at launch.



; Always on Top                        [bool]          [default: always_on_top=false]
;
; LoopDropZ can attempt to stay on top of other windows..
;
always_on_top=false


; Show ToolTip Help                    [bool]               [default: show_tips=true]
;
; Should LoopDropZ display helpful pop-up ToolTip-style help when you hover your
; mouse over any of the controls?
;
show_tips=true
;
; other stuff will go here..
;



;
; Version Checking..                    [bool]    [default: version_checking=7]
;
; CorzSpaZio can check online to see if a newer version of CorzSpaZio is available.
;
; Enter a number here, which will represent the number of days checks, i.e.
; to check weekly, use: version_checking=7
;
; To disable version checking, set version_checking=0
;
version_checking=-1"
back to the source menu
test

Welcome to corz.org!

I'm always messing around with the back-end.. See a bug? Wait a minute and try again. Still see a bug? Mail Me!