You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

designer.conf-base 3.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. ProjectVersion_Major = @OV_GLOBAL_VERSION_MAJOR@
  2. ProjectVersion_Minor = @OV_GLOBAL_VERSION_MINOR@
  3. ProjectVersion_Patch = @OV_GLOBAL_VERSION_PATCH@
  4. ProjectVersion_Components = \{"openvibe-sdk":"@OV_SDK_VERSION_STRING@", "openvibe-designer":"@OV_GLOBAL_VERSION_MAJOR@.@OV_GLOBAL_VERSION_MINOR@.@OV_GLOBAL_VERSION_PATCH@"\}
  5. Designer_Locale = C
  6. Designer_UndoRedoStackSize = 64
  7. Designer_ShowAlgorithms = false
  8. Designer_ShowDeprecated = true
  9. Designer_ShowOriginalBoxName = true
  10. Designer_FullscreenEditor = false
  11. #Designer_FullscreenVisualisation = true
  12. Designer_UnaffectedVisualizationWindowWidth = 480
  13. Designer_UnaffectedVisualizationWindowHeight = 320
  14. #Designer_UnaffectedVisualisationWindowFullscreen = false
  15. Designer_DefaultWorkingDirectory = ${Path_UserData}
  16. Designer_WindowManager_Center = false
  17. Designer_ScenarioFileNameTrimmingLimit = 15
  18. Designer_ScenarioTabsVerticalStack = false
  19. Designer_ThrowPopUpWhenBoxIsOutdated = false
  20. Designer_WebBrowserCommand_Windows = start ""
  21. Designer_WebBrowserCommand_Linux = nohup xdg-open
  22. Designer_WebBrowserCommand_MacOS = open
  23. Designer_WebBrowserCommand = ${Designer_WebBrowserCommand_${OperatingSystem}}
  24. Designer_WebBrowserCommandPostfix_Windows =
  25. Designer_WebBrowserCommandPostfix_Linux = >/dev/null 2>&1
  26. Designer_WebBrowserCommandPostfix_MacOS = &
  27. Designer_WebBrowserCommandPostfix = ${Designer_WebBrowserCommandPostfix_${OperatingSystem}}
  28. Designer_WebBrowserOpenViBEHomepage = http://openvibe.inria.fr/
  29. Designer_WebBrowserSupportURL = ${Designer_WebBrowserOpenViBEHomepage}/tracker
  30. Designer_WebBrowserHelpURLBase = ${Designer_WebBrowserOpenViBEHomepage}/documentation/@OV_GLOBAL_VERSION_STRING@
  31. #####################################################################################
  32. # Designer Help (F1) Configuration
  33. #####################################################################################
  34. Designer_HelpBrowserCommand_Windows = ${Designer_WebBrowserCommand_Windows}
  35. Designer_HelpBrowserCommand_Linux = ${Designer_WebBrowserCommand_Linux}
  36. Designer_HelpBrowserCommand_MacOS = ${Designer_WebBrowserCommand_MacOS}
  37. Designer_HelpBrowserCommand = ${Designer_WebBrowserCommand}
  38. Designer_HelpBrowserCommandPostfix_Windows = ${Designer_WebBrowserCommandPostfix_Windows}
  39. Designer_HelpBrowserCommandPostfix_Linux = ${Designer_WebBrowserCommandPostfix_Linux}
  40. Designer_HelpBrowserCommandPostfix_MacOS = ${Designer_WebBrowserCommandPostfix_MacOS}
  41. Designer_HelpBrowserURLBase = ${Designer_WebBrowserHelpURLBase}
  42. Designer_HelpBrowserDocumentationIndex = ${Designer_WebBrowserOpenViBEHomepage}/documentation-index
  43. Designer_HelpBrowserCommandPostfix = ${Designer_HelpBrowserCommandPostfix_${OperatingSystem}}
  44. Designer_ScriptEditorCommand_Windows = notepad
  45. Designer_ScriptEditorCommand_Linux = xdg-open
  46. Designer_ScriptEditorCommand_MacOS = open
  47. Designer_ScriptEditorCommand = ${Designer_ScriptEditorCommand_${OperatingSystem}}
  48. Designer_PopUpOnError = false
  49. Designer_AllowUpCastConnection = false
  50. Designer_ConsoleLogWithHexa = false
  51. Designer_ConsoleLogTimeInSecond = True
  52. Designer_ConsoleLogTimePrecision = 3
  53. Designer_FastForwardFactor = 100.0
  54. #Use all OpenViBE plugins, including SDK, Designer and extras
  55. Kernel_PluginsPatternMacOS = ${Path_Lib}/libopenvibe-plugins-*.dylib
  56. Kernel_PluginsPatternLinux = ${Path_Lib}/libopenvibe-plugins-*.so
  57. Kernel_PluginsPatternWindows = ${Path_Bin}/openvibe-plugins-*.dll
  58. Designer_CustomConfigurationFile = ${Path_UserData}/openvibe-designer.conf