Stage display viewer in java for propresenter.
The output text is shown in a lower key fashion, i.e. it's shown in the lower part of the screen. It also compactifies rows by removing every second line break, i.e. 4 rows will be shown as 2 rows.
It should work in Windows/MacOS/Linux and other *nix systems
Propresenter must be running when running stage display viewer.
Either just double click the jar file or, if your OS is not configured for starting jar files, start program as following:
Windows:
run.bat
MacOS/Linux/*nix
./run.sh
Text transform support: compactify rows by removing every second line break, i.e. 4 rows will be shown as 2 rows. Active module in properies file config.properties
TEXT_TRANSLATOR_ACTIVE = true
This setting will preserve two lines and not convert that into one line when text_translator_active is true
PRESERVE_TWO_LINES = true
Makes it possible to explicitly place each new line in the slide. In a slide that should have custom new lines, add commands line this to the Stage Display Notes:
NEWLINE x
Where x is the position of the word the newline should be inserted after. You can insert multiple newlines by adding more numbers to the command separated by a space. Example:
NEWLINE 1 4
inserts newlines after the first and fourth word.
All whitespace other than what is specified in the NEWLINE command is removed.
Can be used on the same slide as a Midi command, just separate them with a space:
NEWLINE 1 4 Midi 0 60 92
Removes lines after an empty line This is useful if multiple languages are shown separated with a line break and only the first language are to be shown
REMOVE_LINES_AFTER_EMPTY_LINE = true
This setting sets the margin below the text
MARGIN_BOTTOM = 30
Midi module makes it possible to send midi commands from propresenter.
Activate midi module in properties file config.properties
MIDI = true
In propresenter on a slide that should send a midi command should add commands like this to Stage Display Notes:
Midi 0 60 92
Where
Midi channel note velocity
The 0 indicates the channel, 60 indicates the note Middle C and the 92 is an arbitrary key-down velocity value
v1.7.2 download Each line is now trimmed of whitespace
v1.7.1 download Text Shadow is now configurable
v1.7.0 download Fixed Issues #16: Enhancements Request
v1.6.0 download Fixed Issues #15: Enhancements Request
v1.5.0 download Make it more resilience by adding auto-reconnect
v1.4.0 download Add feature #9 to make it possible to change margin below text
v1.3.0 download Add feature #8 to make it possible to preserve two rows Bug fixes #1, #4
v1.2.0 download Add support for propresenter 6 for windows
v1.1.0 download Add midi module support. This makes it possible to send midi command from propresenter.
v1.0.0 download First release.
- Propresenter 5 for Windows does not support UTF-8 correctly which makes international characters to be shown incorrectly, e.g. Swedish characters ÅÄÖ are shown as ???. This is fixed in propresenter 6.
- Starting on secondary screen is not correctly implemented