/ultraschall-lua-api-for-reaper

A Lua-Api for Reaper (reaper.fm)

Primary LanguageLua

Ultraschall Lua API for REAPER

Concept

The Ultraschall-Extension is intended to be an extension for the DAW Reaper, that enhances it with podcast functionalities.

More infos on Ultraschall API website.

Discussion on the dedicated Cockos Forum thread.

Install

Reapack

Use the following link to install via Reapack extension.

https://raw.githubusercontent.com/Ultraschall/ultraschall-lua-api-for-reaper/master/ultraschall_api_index.xml

Manual

You can download ultraschall releases manually on the release page.

Usage

In your ReaScript, add the following lines. You can tweek them if needed:

ultraschall_path = reaper.GetResourcePath().."/UserPlugins/ultraschall_api.lua"
if reaper.file_exists( ultraschall_path ) then
  dofile( ultraschall_path )
end

if not ultraschall or not ultraschall.GetApiVersion then -- If ultraschall loading failed of if it doesn't have the functions you want to use
  reaper.MB("Please install Ultraschall API, available via Reapack. Check online doc of the script for more infos.\nhttps://github.com/Ultraschall/ultraschall-lua-api-for-reaper", "Error", 0)
  return
end

Donation

If you want to donate to our project, head over to ultraschall.fm/danke.