Genome Work Log
Refactored some stuff with the main song view to separate the track info area (so it scrolls properly now). I thought I would have to do some tricky component juggling to get the pattern selector to appear over top of the song tracks but it turns out that Juce already has a really easy solution - I just used 'addToDesktop' which basically moves the component into a top level window. This is what is used for the popup menus and tooltips. That's the nice thing about Juce - the base Component class already has almost every feature you could possibly dream of built in and ready to use in an easy manner.
Labels: Genome


0 Comments:
Post a Comment
<< Home