summaryrefslogtreecommitdiff
path: root/muse2/muse/songfile.cpp
AgeCommit message (Collapse)Author
2013-09-19Use Part::addEvent() instead of adding to EventList directlyFlorian Jung
2013-09-12cleanupFlorian Jung
2013-08-28operations are now replicated for all clones. minor cleanups.Florian Jung
it compiles and seems to work again! :)
2013-08-16Parts have their own, non-shared EventList (still WIP!)Florian Jung
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)
2013-08-16removing commented out codeFlorian Jung
2013-08-10cleanupFlorian Jung
2013-05-08Yet another MAJOR audio engine and plugin/synth process chain re-write. Tim E. Real
And much more, see ChangeLog, May 8 2013.
2012-10-09!!! Song type is now removed !!! : See ChangeLogTim E. Real
2012-03-15merged with trunkFlorian Jung
2012-01-06merged with release_2_0Florian Jung
2011-12-21merged with trunk (that is, pulled the fixes from release_2_0)Florian Jung
only quickly tested, seems okay on the first glance
2011-12-14pulled fixes from release into trunkFlorian Jung
2011-11-07housekeeping: pulled fixes from release into trunkFlorian Jung
2011-10-16Fixed crashes reloading songs having open editors. Previous memleak fixes Tim E. Real
revealed some problems. Installed bool TopWin::deleting(). It is set true when closeEvent() is called in any self-deleting TopWins. Used it to make all such TopWins and their corresponding child canvasses ignore songChanged signals.
2011-10-14fixed dangling slotFlorian Jung
2011-10-13removed or fixed many FINDMICH markers. NEEDS TESTING!Florian Jung
2011-10-08merged with trunk againFlorian Jung
drum ordering is now stored in the songfile track reading bugfix
2011-10-08merged namespace changes. HOPEFULLY the last one.Florian Jung
2011-10-07added new style drum tracksFlorian Jung
atm, they aren't different from midi tracks except that they launch a drum editor by default added markers to help me finding the places to change TODO: instrument muting, in-note-mapping etc...
2011-10-07(hopefully) final huge namespace update.Orcan Ogetbil
2011-09-17configuration changes; topwin config isn't stored in song any moreFlorian Jung
2011-09-13Added: You can now insert new tracks instead of always at the track list end. Tim E. Real
If main menu 'Add track': Inserts before currently selected track, else adds at end. If Track List right-click existing Track Name: New 'Insert track' menu inserts before clicked track. If Track List right-click on empty space, or Mixer 'Create': Adds at end, as usual. Fixed track selection bug: Track info panel not clearing when clicking empty area.
2011-09-10merged again. please continue developing the deep changes HERE. thanksFlorian Jung
2011-09-10merged the first bunch of orcans changesFlorian Jung
STILL WAIT WITH COMMITTING NEW STUFF! i have to merge the rest as well! this is a bit buggy (connect errors, not tested much), but doesn't segfault immediately
2011-09-10Removed more namespace artifacts. Searched on "MusEGlobal "MusEConfig etc.Tim E. Real
2011-09-08introducing namespacesOrcan Ogetbil
2011-09-06Updated the licensing informationOrcan Ogetbil
2011-08-16half-way working versionFlorian Jung
toolbar state can be saved and restored, though this is still a bit buggy
2011-08-15added transport and panic toolbars to all TopWinsFlorian Jung
removed the Toplevel class, as the TopWin::type() function replaces it
2011-08-14removed the senseless (unsigned long)(some_pointer) stuff, as some_pointerFlorian Jung
was stored as "real" (uncasted) pointer in the same struct
2011-05-24template sample rate, drum track channel, track list headerRobert Jonsson
2011-05-08structure menu fixesRobert Jonsson
2011-05-01 -removed split_note property from staff_t (replaced by SPLIT_NOTE macro) Florian Jung
- fixed a toolbar-naming-bug - implemented reading and writing the score edit's status - changed name initalizing - and probably also introduced some segfaults i couldn't track :(
2011-04-23don't warn samplerate for dummy audioRobert Jonsson
2011-04-16added keymapRobert Jonsson
2011-03-05tweaks here and tweaks thereRobert Jonsson
2011-02-28progress dialogRobert Jonsson
2010-12-15Major cleanup in the #includes. Moved the contents of all.h into individal ↵Orcan Ogetbil
files.
2010-12-07Converted all latin1() instances. Ported Qt3 methods to Qt4.Orcan Ogetbil
2010-12-07Built Awl::posedit and Awl::sigedit, and replaced /widget versions and all ↵Tim E. Real
usages. Reverted class SpinBox to previous revision.
2010-11-21all menus use QActions nowOrcan Ogetbil
2010-11-10Ported the transport window to Qt4Orcan Ogetbil
2010-10-19See ChangeLogTim E. Real
2010-10-13new branch muse2, first checkinRobert Jonsson