View Single Post
Old 03-05-2019, 03:47 AM   #93
MusoBob
Human being with feelings
 
MusoBob's Avatar
 
Join Date: Sep 2014
Posts: 2,643
Default

I think that's it just those 2 will have a look tomorrow.

In the chord scale tab I got up to Dorian I just need to add the rest.
Same in the Circle of Fifths there's still some to be added, use ReaTrak Circle of Fifths Setup.lua. (don't worry too much about them unless you are keen)


In the ReaTrak gui.lua they would need to be added to the functions & buttons.
This is the function for 69 chord and below the Functions in the script are the Buttons for that group (same with all groups)

Code:
function btn_click_69()
    chord_type = "69"
    chord_input ()
      end

5 is tab, 16 is x pos, 130 is y pos, 85 length, 20 height of button
Code:
GUI.New("chord_Maj69",      "Button",           5, 16+x5, 130+y5, 85, 20, "69", btn_click_69)
MusoBob is offline   Reply With Quote