14Mar/090
Song View I
- Started laying the groundwork for the new changes:
- Rewrote some stuff to use juce containers instead of std::vector stuff. As usual, this is to make the code clearer and easier to maintain.
- Started improving gui stuff with adding/resizing patterns
- Came up with a good solution for how to revamp the event generation code (for pattern start / stop events). This will simplify stuff and allow for tempo change events.
- Started writing code for generating events
- Tomorrow hopefully I'll be able to wrap up some of these things I've started. Once I finish the internal stuff it will be all about improving the GUI.