Home

Awesome

Timeliner

A Posh based timeline that can be controlled by and sends out its values via OSC.

Brought to you by vvvv.

Requires Internet Explorer >= 10 to be installed on your system.

Looking for a binary download? Get it here.

Track Types

Mouse Interaction

Keyboard Interaction

FunctionShortcut
Toggle PlaySPACE
Stop<kbd>Backspace</kbd>
Undo<kbd>Ctrl + Z</kbd>
Redo<kbd>Ctrl + Shift + Z</kbd>
Set in point<kbd>I</kbd>
Set out point<kbd>O</kbd>
Select all keyframes in active track<kbd>Ctrl + A</kbd>
Select all keyframes<kbd>Ctrl + Shift + A</kbd>
Delete selected keyframes<kbd>Del</kbd>
Toggle Collapse active track<kbd>Ctrl+</kbd>
Nudge selected keyframes by one frameLeft/Right Arrow Keys
Nudge selected keyframes valuesUp/Down Arrow Keys (also use Shift/Ctrl/Alt vvvv-style to change stepsize)
Jump to next/previous keyframeUp/Down Arrow Keys (with no keyframe selected)
Change EASE mode of selected keyframe<kbd>E</kbd> (toggles through: In, Out, InOut, None)
Reload page in case it is frozen or to reload CSS<kbd>F5</kbd>

Styling

Edit web\project.css if you want to change colors, stroke-widths or fonts.

Receiving OSC

All of Timeliners current values are being sent via UDP using the OSC protocoll. Specify a target IP address (default: 127.0.0.1 ie. localhost) and a port (default: 4444) via Main Menu -> OSC.

All values are sent in one OSC-Bundle. The individual messages addresses comprise of the specified "Prefix" + the pinname. e.g.:

In addition the current time is sent via:

Sending OSC

TimelinerSA can be remote controlled via OSC commands. It listenes to commands sent to the port set via the "Receive Port" numberbox in the interface (which defaults to 5555).

Send the commands to the "Prefix" + the command you like to controll. e.g.:

play: takes 0 (pause) or 1 (play) as argument

/timeliner/play 1

stop: no arguments

/timeliner/stop

seek: takes a single floating point value to specify the time to seek to

/timeliner/seek 0.234

loop: takes two floating point values to specify the loops in and out points

/timeliner/loop 0.456 1.234

Web Access

Navigate to http://127.0.0.1:4444 with your browser to see a list of available timelines.

If you want to access a timeline other than via localhost make sure to run TimelinerSA.exe as admin.

Building Timeliner from Source

The Timeliner.sln requires Posh to be cloned right next to the Timeliner\ directory. That should be it.

Similar Projects: