ak5k / reablink

REAPER plug-in extension providing ReaScript bindings for Ableton Link session, and Ableton Link Test Plan compliant implementations for REAPER.
MIT License
40 stars 0 forks source link

Cannot start #9

Closed tkna91 closed 4 months ago

tkna91 commented 4 months ago

I would like to try reablink as I have found that this is available on my OS. https://github.com/ableton/link

However, it seems to be unable to start with the following error.

ReaBlink_Monitor.lua:6: attempt to call a nil value (field 'Blink_GetEnabled')

Screencast:

https://github.com/ak5k/reablink/assets/102382754/7c37ec6c-188d-4a98-b192-2eeed7a993d4

What should I do?

Environment:

ak5k commented 4 months ago

It seems the ReaBlink extension itself isn't loaded during REAPER startup. Consider installing ReaBlink through ReaPack and restart REAPER, or make sure you've installed proper version of ReaBlink in correct path for your CPU architecture and operating system. That being said, ReaBlink hasn't been tested on Arch Linux.

E: In this case, https://github.com/ak5k/reablink/releases/download/0.5.6/reaper_reablink-x86_64.so file should be installed into UserPlugins directory under your REAPER resource path.

tkna91 commented 4 months ago

I restarted REAPER and it seems to have worked! Thanks!

https://github.com/ak5k/reablink/assets/102382754/5a969878-ac63-4464-a378-da8cfce47075

ak5k commented 4 months ago

I restarted REAPER and it seems to have worked! Thanks!

20240707-005631_screencast-audioin.mp4

Nice! If you're planning to use only one instance of REAPER in your Link session, you might want to consider running ReaBlink in Master mode. This can be achieved by editing the ReaBlink_Monitor.lua file and uncommenting line containing reaper.Blink_SetMaster(true).

tkna91 commented 4 months ago

Understood. Thanks for the advice!