summaryrefslogtreecommitdiffstats
path: root/src/mixer/samplerbank.cpp
AgeCommit message (Collapse)Author
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
The moc_compilation file became unbearable large, easily taking 10 minutes to compile whenever a Q_OBJECT changes. AUTOMOC scans for <basename>_moc.cpp includes and does not add the file to the moc_compilation whenever it is included in the propper cpp file. After this patch, moc_compilation.cpp is empty and the mocs are compiled with the approptial cpp, increasing recompile speeds by a factor of 10 when just a header file changed.
2020-10-24export sampler bank: add xml suffix also when file name contains '.'ronso0
2018-04-05delete all leaking COsDaniel Schürmann
2017-03-30use VERIFY_OR_DEBUG_ASSERTbe_
and add a TODO
2017-03-24make tracks loaded into samplers persistent across restartsbe_
2016-04-27Move all Control classes to src/control.RJ Ryan
2016-04-26Rename TrackInfoObject to Track.RJ Ryan
At long last! Also move trackinfoobject.h/cpp to src/track/track.h/cpp.
2016-01-09Move classes that represent mixing "devices" into mixer/.RJ Ryan
PlayerManager should be renamed MixerManager at some point. I didn't to avoid causing too many merge conflicts.