summaryrefslogtreecommitdiff
path: root/muse2/muse/widgets/mtrackinfo.cpp
AgeCommit message (Collapse)Author
2014-01-07Instrument can now be changed from trackinfo panel. Tweaks, cleanups.terminator356
Midi instrument can now be changed from midi track info panel. Some minor code tweaks, code cleanup in mtrackinfo.cpp, confmport.cpp.
2013-08-22removed unused seq/audio-messages. more orphansFlorian Jung
2012-12-13Fixed some vst controls stuck.Tim E. Real
Added vst master timebase (sequencers should work now). Not quite finished. Fixed weird QString bug causing some patch names to appear with garbage characters.
2012-12-12Add stdint.h to vestige header.Tim E. Real
Some WIP trying to fix odd patch name bug (shows @u@ etc).
2012-10-21Slight changes to midi track info hbank/lbank/program dblclick on/off ↵Tim E. Real
behaviour.
2012-10-09!!! Song type is now removed !!! : See ChangeLogTim E. Real
2012-08-04REWRITE: Introducing: More bits for Song Changed SC_* flags. Tim E. Real
Added MusECore::SongChangedFlags_t (in new type_defs.h file). Declared as int64 type. All Song Changed parameters, handlers, connections, calls, colateral operations etc. now use this new SongChangedFlags_t. All the handlers are now ready for the code bodies to accept any extra flags, devs need not do anything more than define new SC_* flags and write support inside the handlers. Please beware these possible extra flags when writing songChanged handlers and setting updateFlags.
2012-08-04Introducing: More bits for Song Changed SC_* flags. Tim E. Real
Added member Song::updateFlags2. Song::update() now takes an extra 'flags2' param. Please see ChangeLog for important information.
2012-05-28merged with release_2_0Florian Jung
2012-03-15merged with trunkFlorian Jung
2012-02-29changed custom column for "program" to display and edit real patchesFlorian Jung
instead of the raw values
2011-12-22merged with trunk again (you're committing faster than i can merge ;) )Florian Jung
2011-12-21merged againFlorian 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-10-13removed or fixed many FINDMICH markers. NEEDS TESTING!Florian Jung
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-30Fixed long-standing problem with themes (Ora/Bespin etc) and button icons. Tim E. Real
Fixed midi strip blank automation box at bottom, too high. Repaired some non-virtual paintEvent(), resizeEvent(), event() etc.
2011-09-09namespace work (part deux)Orcan Ogetbil
2011-09-08introducing namespacesOrcan Ogetbil
2011-09-06Updated the licensing informationOrcan Ogetbil
2011-06-19Major work, all synthesizers. Other fixes. Please see ChangeLog.Tim E. Real
2011-05-26Moved all routing popup menu stuff from app, astrip, mstrip, mtrackinfo into ↵Tim E. Real
new class RoutePopupMenu, *massively* cleaning up those 4 files. Used new Route QVariant type as action data instead of integers. Moved MenuTitleItem definitions from astrip.cpp into it's own menutitleitem.cpp Added to settings: "Make popup menus stay open. Otherwise hold Ctrl."
2011-05-24template sample rate, drum track channel, track list headerRobert Jonsson
2011-05-19remove a debug messageTim E. Real
2011-05-19Popup menus now auto-scroll if too large to fit on desktop. Tim E. Real
Midi track info patch popup now stays open for auditioning patches. Editor 'ctrl' controller popups: Split instrument/other (+ common controls!) + show ctrl numbers.
2011-02-24Improved midi auto-connections. Fixed Organ synth crashing.Tim E. Real
2011-01-09Completed soloing system. Other fixes - see ChangeLog.Tim E. Real
2010-12-30Please see ChangeLog.Tim E. Real
2010-12-29Fixed the 'no selected track' trackinfo background MusE logo display.Tim E. Real
2010-12-28Some more arranger + pianoroll trackinfo synchronization fixes.Tim E. Real
2010-12-26Initial addition of midi track info to pianoroll. WORK IN PROGRESS.Tim E. Real
2010-12-24Added some safety checks.Tim E. Real
2010-12-24MidiTrackInfo is now self-contained.Tim E. Real