################################################################################################# # # # This is the sample PRICOM Design Configuration File for the Dream Player Lite and MK2 # # This supports DreamPlayer-Lite and MK2 only, not used in the DreamPlayer-Classic # # # # To comment out a line and have it ignored, place a # at the beginning of the line # # Case is NOT sensitive, we used upper and lower case to make the setting readable # # # # Settings are read at power-on, and only apply until power is removed # # The DreamPlayer looks for any file that starts with "Config" and ends with ".TXT" # # So a file named "Config-3113.txt" or "Config-MainLine.txt" will work perfectly # # # # (One restriction is that the entire file must be less than 4KBytes long) # ################################################################################################# ################################################################################################# # General Modes Setup Here # ################################################################################################# # AutoStart # automatically start at Power On # LoopMode # LoopMode makes the Dream Player Loop at end of track # RandomMode # sets the Random Track Mode (plays random one of the 4 tracks) # MultiRandomMode #(Available on the MK2) Each track has 4 random sub-tracks # BackgroundMode #(Available on the MK2) Plays the background track until a trigger # StealthMode # Disable the LED's to save power, and not attract attention (new in v2.0) # BatteryMode # Put CPU to sleep when not used to save battery power (new in v2.0) # StartupDelay=30 # Ignore triggers for time in Seconds. For Motion Sensors (new in v2.0) ################################################################################################# # Trigger Input Configuration Below # ################################################################################################# # LoopWhileTrigger # Loop the track as long as the Trigger Input is active # PlayWhileTrigger # Plays a track ONLY as long as the Trigger Input is active # HighTrigger # LITE Trigger Input is Active HIGH instead of the normal Active LOW # HighTrigger1 # MK2 Trigger #1 Input is Active HIGH instead of the normal Active LOW # HighTrigger2 # MK2 Trigger #2 Input is Active HIGH instead of the normal Active LOW # HighTrigger3 # MK2 Trigger #3 Input is Active HIGH instead of the normal Active LOW # HighTrigger4 # MK2 Trigger #4 Input is Active HIGH instead of the normal Active LOW # NoRetrigger # Dream Player will IGNORE trigger until current track completes playing # ToggleTrigger # Uses a toggle switch on the trigger input to select file 1 or 2 ################################################################################################# # Control Outputs Setup Here # ################################################################################################# # ControlBegin # pulse the Control Output at Begin of Track Playback (ControlPulseTime) # ControlEnd # pulse the Control Output at END of Track Playback (ControlPulseTime) ControlPlay # Activate the Control Output for as long as the Track is Playing # ControlPulseTime=500 #(Available on the MK2) Control Output Pulse Length in Milliseconds ################################################################################################# # Audio Mode Configuration Below # ################################################################################################# # MasterVolume=100 #(Available on the MK2) Output volume (0-100%, '0' would be silly...) # NoFade # this makes the Dream Player stop quickly instead of Fading FadeTime=5000 # Fade time in Milliseconds (5000 = 5 secs) (default is 5000MS) #End of Line#