| Age | Commit message (Collapse) | Author | 
|---|
|  | Midi instrument can now be changed from midi track info panel.
Some minor code tweaks, code cleanup in mtrackinfo.cpp, confmport.cpp. | 
|  | Add GM2 .idf file created by Tim.
Fixed couple of improper "&apos" xml substitutions in xml.cpp | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | Fixed bugs loading procVal2Op from song.
New! Added 'Program' event type + 'Toggle' processing Value#2 operation. | 
|  |  | 
|  |  | 
|  |  | 
|  | it compiles and seems to work again! :) | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | additionally:
added Song::applyOperation()
removed unused param from (un)chainTrackParts | 
|  |  | 
|  |  | 
|  |  | 
|  | various fixes. | 
|  |  | 
|  | removed refcounting in Eventlist
Part::events() is now a const EventList&
chaining parts now a Part:: member function
made Track::events, ::mpevents public instead of using an insane reference-accessor
TODO: need a grouping indicator of clones (like the eventlist pointer was used for) |