diff --git a/Changelog.md b/Changelog.md index c287bd1..f02dbc3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -19,8 +19,8 @@ - connects to an XJadeo instance opened in OSC remote control mode on port `12345`. - Studio I/O panel settings - An absolute video file path and frame rate can be defined per project which then will be played back by XJadeo. - - 'Flush!' button: (re-)send all settings to an open XJadeo window + - *Flush!* button: (re-)send all settings to an open XJadeo window - Controller script preferences - - '?' button opens the help HTML - - 'Keep on top' checkbox: makes the XJadeo window stay on top of all other windows - - 'Flush!' button: (re-)send all settings to an open XJadeo window + - *(?)* button opens the help HTML + - *Keep on top* checkbox: makes the XJadeo window stay on top of all other windows + - *Flush!* button: (re-)send all settings to an open XJadeo window diff --git a/Readme.md b/Readme.md index 397c04a..c6d77bb 100644 --- a/Readme.md +++ b/Readme.md @@ -8,11 +8,11 @@ The implementation makes use of XJadeo's OSC remote control capabilities which a 1. Put the .js into the Bitwig controller script folder 2. Add the controller script in Bitwig Studio - - via *Dashboard -> 'Settings' -> 'Controllers' -> '+ Add Controller'* - - select hardware vendor: 'XJadeo' - - select product: 'XJadeo Video Sync' - - click *'Add'* -3. Click the "?" icon and follow the setup instructions in the help HTML + - via the Dashboard -> *Settings* -> *Controllers* -> *+ Add Controller* + - select hardware vendor: *XJadeo* + - select product: *XJadeo Video Sync* + - click *Add* +3. Click the *(?)* button and follow the setup instructions in the help HTML ## Build diff --git a/doc/help.md b/doc/help.md index be21842..c1c8d11 100644 --- a/doc/help.md +++ b/doc/help.md @@ -8,13 +8,13 @@ - Open a project. - In the *Studio I/O panel*, unfold the *XJadeo Video Sync* settings. - Enter the absolute video file path under *Path*. - - Enter the original frame rate of the video under 'Frame rate'. + - Enter the original frame rate of the video under *Frame rate*. ## Features - If you save the project and open it later, the video will be opened again together with the project. - You can easily switch Bitwig project tabs with different videos and the XJadeo window will be udpated on the fly! -- There is a *'Keep on top'* checkbox which will ensure that the video window stays in front of Bitwig Studio. (default: on) -- The *'Flush!'* button in the settings will (re-)send all data to the XJadeo window. This is helpful if XJadeo was opened after Bitwig Studio. +- There is a *Keep on top* checkbox which will ensure that the video window stays in front of Bitwig Studio. (default: on) +- The *Flush!* button in the settings will (re-)send all data to the XJadeo window. This is helpful if XJadeo was opened after Bitwig Studio. ## Tipps & tricks @@ -23,7 +23,7 @@ - How to hear the original sound of the video file in sync with the video? - If Bitwig supports the file format, you can drag it into the project so that. - Place it into the Arranger at position 1.1.1.00 - - Make sure that time-stretching is off for that audio clip (*Mode* set to *'Raw'*) + - Make sure that time-stretching is off for that audio clip (*Mode* set to *Raw*) ## What's new?