ReaCoMa / ReaCoMa-2.0

ReaCoMa 2.0
GNU General Public License v3.0
37 stars 2 forks source link

ReaImGui 0.7 error #10

Closed s0u7h closed 2 years ago

s0u7h commented 2 years ago

The scripts are failing with an integer error on the latest version of ReaImGui 0.7. Working on rollback to 0.62

According to cfillion's post here https://forum.cockos.com/showpost.php?p=2571339&postcount=527, scripts developed under older ReaImGUI need the following compatibility shim added:

dofile(reaper.GetResourcePath() .. '/Scripts/ReaTeam Extensions/API/imgui.lua')
  ('0.6')

(EDIT - tried this at the top of imgui_helpers.lua and it seems to work with ReaImGui 0.7 installed via ReaPack)

Thanks for making and sharing these awesome scripts, just discovered ReaCoMa and it looks phenomenal.

jamesb93 commented 2 years ago

Thanks for this! Seems an easy update. Should be able to accomodate a fix quite quickly on the main branch

jamesb93 commented 2 years ago

I've updated it to work with 0.7 from version 2.2.0 onwards now.

Either git clone and pull the main branch or you can grab the latest release from here:

https://github.com/ReaCoMa/ReaCoMa-2.0/releases/tag/2.2.0a

s0u7h commented 2 years ago

Thanks, it works wonderfully now! Looking forward to exploring this.