Skip to content

Path parameters

Laurent Marsac requested to merge path_parameters into master

Adds path related plugins
Needs to be used with the "path" branch of lebiniou-data

Description of added plugins:

  • Path

    Draw selected path, color depending of input volume, fixed length drawn on each run

  • Path freq

    Draw selected path, color depending of input volume, length drawn on each run depends on input frequency

  • Path oscillo

    Draw selected path as an oscilloscope, color depending of input volume, fixed length drawn on each run

  • Path oscillo freq

    Draw selected path as an oscilloscope, color depending of input volume, length drawn on each run depends on input frequency

Description of plugin parameters

  • Path

    • path: selected path
    • color_factor: high value produce colors higher in the colormap
    • scale: scale the size of the path
    • length: length of path to be drawn on each frame
    • radius_factor: thickness of the path drawn
  • Path freq

    • path: selected path
    • color_factor: high value produce colors higher in the colormap
    • scale: scale the size of the path
    • radius_factor: thickness of the path drawn
    • length_min: minimum length drawn on each frame
    • length_max: maximum length drawn on each frame
    • spectrum_id_factor: link length drawn to input frequency, higher value leads to shorter length drawn on each frame
    • speed: adjust the drawing speed
  • Path oscillo

    • path: selected path
    • color_factor: high value produce colors higher in the colormap
    • scale: scale the size of the path
    • volume_scale: amplitude of the oscilloscope signal
    • length: length of path to be drawn on each frame
    • oscillo_length_factor: high value means the oscilloscope is computed on more input points
    • windowing_factor: adjust input smoothing for oscilloscope computation
  • Path oscillo freq

    • path: selected path
    • color_factor: high value produce colors higher in the colormap
    • scale: scale the size of the path
    • volume_scale: amplitude of the oscilloscope signal
    • oscillo_length_factor: high value means the oscilloscope is computed on more input points
    • windowing_factor: adjust input smoothing for oscilloscope computation
    • length_min: minimum length drawn on each frame
    • length_max: maximum length drawn on each frame
    • spectrum_id_factor: link length drawn to input frequency, higher value leads to shorter length drawn on each frame
    • speed: adjust the drawing speed

path_seqs.zip

Edited by Olivier Girondel

Merge request reports