summaryrefslogtreecommitdiff
path: root/muse2/muse/widgets
AgeCommit message (Collapse)Author
2013-09-01Midi Input Transformator plugin mods/fixes:Tim E. Real
Fixed bugs loading procVal2Op from song. New! Added 'Program' event type + 'Toggle' processing Value#2 operation.
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.
2013-04-05save and titlesRobert Jonsson
2013-03-292.1.2Robert Jonsson
2013-03-04print shortcuts for toolsRobert Jonsson
2013-03-02added ardour themeRobert Jonsson
2013-03-01Wave Editor: Fixed some painting problems. Optimizations, speed boosts.Tim E. Real
2013-02-24color fixesRobert Jonsson
2013-02-22New: Install pre-built PDF + single/split HMTL docs. Separate devel docs. ↵Tim E. Real
Added build script.
2013-02-20MASSIVE FIXES: MANY editor, usability, operation fixes and changes. Tim E. Real
See ChangeLog.
2013-02-13dark themeRobert Jonsson
2013-02-07metronome workRobert Jonsson
2013-02-02Solved: "Old style" Drums: Track channel/port re-enabled, drum list columns ↵Tim E. Real
default to them. Required some icon and colour changes. See ChangeLog. Fixed Old Style Drum lockup: Certain item channel overrides caused infinite loop in Audio::processMidi().
2013-01-28release 2.1.1Robert Jonsson
2013-01-28added setting for default track heightRobert Jonsson
2013-01-27Feature: Shortcuts dialog modeless + has default global shortcut ↵Tim E. Real
Ctl+Shift+F1 + "Printable file" button. Memory leaks! Many widgets and dialogs had no parent and were not deleted! See ChangeLog.
2013-01-26Feature/fix: Zoom at cursor! Zoom now zooms about cursor. Tim E. Real
2013-01-062.1Robert Jonsson
2013-01-04Just some benign tests to try to solve too-tall toolbarTim E. Real
2012-12-15Slight text updateTim E. Real
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-12-12Fixes...Tim E. Real
2012-12-11Fix againTim E. Real
2012-12-11Fix compile errors when ENABLE_VST_NATIVE turned off.Tim E. Real
2012-12-10rc2Robert Jonsson
2012-12-10Fix VST names: Use filename if effect name or product name blank. Tim E. Real
Fix bug 3594221: End-to-end midi notes don't retrigger. My bad.
2012-12-07Feature: Native VST instruments support. PLEASE SEE ChangeLog.Tim E. Real
2012-11-18"widgets" depend on "instruments"Orcan Ogetbil
2012-11-16Improved: Popup menus: Auto-breakup too-wide menus in class PopupMenu. Tim E. Real
2012-11-12updated version stringsRobert Jonsson
2012-11-12Finished Aftertouch controllersTim E. Real
Feature: Piano KB / drum list show coloured dots when per-pitch controllers exist / have data.
2012-11-03Improved: Instrument Editor, fFixed MANY bugs. Should be SOLID now. Tim E. Real
Improved: Midi controller graph 'Ctrl' popup menus. Improved: Aftertouch and PolyAftertouch (channel/key pressure) are true MusE controllers now. TODO: Still W.I.P. See ChangeLog
2012-10-27Improved: Velocity graphs. Icon for showing per-note or all velocities. Also ↵Tim E. Real
found in Settings. Improved: Piano KB has current selected note (yellow). For velocity/polyaftertouch/other per-note ctrls. Bad timing warning now has "don't show again". Added 'speaker' icon to drum edit. And drum list and piano keyboard now obey the 'speaker' icon.
2012-10-21Slight changes to midi track info hbank/lbank/program dblclick on/off ↵Tim E. Real
behaviour.
2012-10-20Improved: Midi initializations. New settings options, can be 'quiet'. ↵Tim E. Real
Complete rewrite of initializations coding. Improved: Midi controller graphs: Control selector 'S' popup now stay-open, AND NOW with multi-coloured dots. Bonus! Pianoroll and drum edit 'Ctrl' buttons ALSO now popup this very same menu. Improved: 'Old' drum track 'drum controllers' display and operation: Fixed several problems.
2012-10-09!!! Song type is now removed !!! : See ChangeLogTim E. Real
2012-10-04tab order in project dialog and added a wave-track shortcutRobert Jonsson
2012-10-04added gain knob to channel stripsRobert Jonsson
2012-10-02cursor mode explanationRobert Jonsson
2012-09-17Introducing Copy On Write for waves. See ChangeLog.Tim E. Real
2012-09-16fixed some bugs, see ChangeLogRobert Jonsson
2012-09-07Feature request 3565102: FLAC audio file import. Tim E. Real
2012-09-02translation issuesFlorian Jung
2012-09-02documentationFlorian Jung
2012-08-30compile fixesFlorian Jung
2012-08-15Introducing: Improved Wave Editor. Class WaveView is replaced by WaveCanvas. Tim E. Real
Wave Events can be selected, added, moved and deleted. TODO: Bunch o' stuff, but currently it should be as good or better than the old editor.
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-07-08see ChangeLogRobert Jonsson