TouchOSC mk2 text label song notes

Hi @matt37137, yes you must add this lines of code to the root of the touchOSC template. I included parts of the original code to indicate where you must add the new lines of code.

The new lines of code are these:

local Song_Note = root:findByName("SongNote",true)
Song_Note.visible=false
  if path == '/SongNote' then
   Song_Note.visible=true
   end

With the comments lines (-- copy & paste the follow lines here) is indicated where you must insert the new lines in the original code

3 Likes