better_text rgb script help

Post Reply
prutseltje
Posts: 15
Joined: Sun Apr 19, 2015 1:28 pm
Real Name: Rob Nieuwenhuizen

Hi all,

I have been building a better_text rgb script. This is the initial test and I have some issues with the intergration with QLC+

The project can be found on : https://github.com/prutseltje/qlcplus-better-text

In the devtool I can see the plugin, But when I copy it to my QLC+ installation, there is no better_text :(
I've tested with an other script and changed the name, this works fine.

Who can help me with this issue?

Kind regards,
Rob Nieuwenhuizen
janosvitok
Posts: 1266
Joined: Mon Apr 13, 2015 7:05 am
Location: Bratislava, Slovakia
Real Name: Jano Svitok
Contact:

What OS?
In linux copy the file to ~/.qlcplus/rgbscripts
http://www.qlcplus.org/docs/questionsan ... ser-folder

I've run qlcplus -d 0 and in the log qlc+ diplayed parsing errors for the script. I created a PR for you.
It seems that orientation and size doesn't affect the output (yet?)
prutseltje
Posts: 15
Joined: Sun Apr 19, 2015 1:28 pm
Real Name: Rob Nieuwenhuizen

You gave me the solution via github, char is a reserved keyword. Now the script shows in QLC+

After running QLC+ in a Linux virtualbox I saw the issue in the debug log.

The next step is to get the input via QLC+ working.
After that the orientation, and offset.
Post Reply