Skip to main content

nvk_SHARED

About

nvk_SHARED contains shared functions that are used by all the other scripts in the nvk.tools suite. It's important to keep it updated in ReaPack as you update the other scripts. It also contains a couple of useful scripts to help manage your nvk.tools installation.

nvk_SHARED - Startup Actions

nvk_SHARED - Startup Actions

nvk_SHARED - Startup Actions is a script which allows you to easily add startup actions to be executed when Reaper starts. It's auto-populated with the common nvk.tools scripts you might want to run on start, but you can also add any action you want with the script. You can also use the action nvk_SHARED - Startup Actions - Run in order to run all the scripts manually if you want.

nvk_SHARED - License Manager

nvk_SHARED - License Manager

nvk_SHARED - License Manager is a script which allows you to easily manage your licenses for the nvk.tools suite. It allows to you see what licneses you've activated, and remove your activation from a Reaper installation if desired.

Changelog

Show changelog

Note: Since nvk_SHARED primarily contains internal functions, this changelog only includes user-facing changes.

3.1.0

  • Better fix for persistent mode. Make sure to select 'new instance' when prompted for the first time after running the script while it's already open.
  • Fix for error on upgrade notification

2.9.3

  • Change to set_action_options API in Reaper 7.32 caused scripts in persistent mode to not re-open after closing the script

2.9.2

  • Error when opening Startup Actions without the full nvk.tools repository in the actions list

2.8.0

  • More nvk_THEME features
  • Improved performance of track color functions

2.6.3

  • Tweaks to FX search UI

2.6.2

  • Adding Startup Actions script - set up startup actions to run when Reaper starts
  • Fixing error with takes on certain files (nil diff)

2.6.1

  • Removing the last track in a folder could cause the folder structure to be incorrect

2.5.0

  • License Manager - Manage activation and deactivation of script licenses
  • Improved remove icons and added confirmation to preset removal
  • Licensing improvements

2.4.0

  • Moved FX search to shared library

2.3.0

  • Fix bug with fade scripts and items with shared or overlapping edges

2.0.1

  • Allow for subprojects to be used by Loopmaker and Variations.

2.0.0

  • Fixed font paths for Reaper 6

1.9.0

  • Updated to ReaImGui 0.9.2

1.7.0

  • Custom fonts moved to global font folder so you don't have to copy them to a folder for each script. If you had custom fonts, you will need to move them to the new location. You can find the new location in the script settings under Fonts > Add more fonts...```

1.0.0

  • Initial release