| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-12-12 | Add stdint.h to vestige header. | Tim E. Real | |
| Some WIP trying to fix odd patch name bug (shows @u@ etc). | |||
| 2012-12-12 | Fixes... | Tim E. Real | |
| 2012-12-11 | Fix again | Tim E. Real | |
| 2012-12-11 | Fix compile errors when ENABLE_VST_NATIVE turned off. | Tim E. Real | |
| 2012-12-10 | rc2 | Robert Jonsson | |
| 2012-12-10 | Fix 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-07 | Feature: Native VST instruments support. PLEASE SEE ChangeLog. | Tim E. Real | |
| 2012-11-18 | "widgets" depend on "instruments" | Orcan Ogetbil | |
| 2012-11-16 | Improved: Popup menus: Auto-breakup too-wide menus in class PopupMenu. | Tim E. Real | |
| 2012-11-12 | updated version strings | Robert Jonsson | |
| 2012-11-12 | Finished Aftertouch controllers | Tim E. Real | |
| Feature: Piano KB / drum list show coloured dots when per-pitch controllers exist / have data. | |||
| 2012-11-03 | Improved: 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-27 | Improved: 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-21 | Slight changes to midi track info hbank/lbank/program dblclick on/off ↵ | Tim E. Real | |
| behaviour. | |||
| 2012-10-20 | Improved: 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 ChangeLog | Tim E. Real | |
| 2012-10-04 | tab order in project dialog and added a wave-track shortcut | Robert Jonsson | |
| 2012-10-04 | added gain knob to channel strips | Robert Jonsson | |
| 2012-10-02 | cursor mode explanation | Robert Jonsson | |
| 2012-09-17 | Introducing Copy On Write for waves. See ChangeLog. | Tim E. Real | |
| 2012-09-16 | fixed some bugs, see ChangeLog | Robert Jonsson | |
| 2012-09-07 | Feature request 3565102: FLAC audio file import. | Tim E. Real | |
| 2012-09-02 | translation issues | Florian Jung | |
| 2012-09-02 | documentation | Florian Jung | |
| 2012-08-30 | compile fixes | Florian Jung | |
| 2012-08-15 | Introducing: 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-04 | REWRITE: 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-04 | Introducing: 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-08 | see ChangeLog | Robert Jonsson | |
| 2012-07-07 | see ChangeLog | Robert Jonsson | |
| 2012-07-01 | final merge | Florian Jung | |
| 2012-05-28 | merged with release_2_0 | Florian Jung | |
| 2012-03-19 | merged with release_2_0 | Florian Jung | |
| 2012-03-17 | - custom columns can now also store their values to song->cpos(), not | Florian Jung | |
| only to tick0 - hopefully fixed a bug in the custom columns setup dialog | |||
| 2012-03-15 | merged with trunk | Florian Jung | |
| 2012-02-29 | changed custom column for "program" to display and edit real patches | Florian Jung | |
| instead of the raw values | |||
| 2012-02-24 | made custom columns editable. | Florian Jung | |
| TODO FIXME: you need to restart MusE to apply them | |||
| 2012-02-14 | - added support for custom controller columns in the tracklist | Florian Jung | |
| they are stored in and read from the global config file. - tracklist header is now saved into global config, not in songfile. TODO: - allow the user to customize the custom columns - make recreating the Header work (graphical glitches currently) | |||
| 2012-01-18 | added sigedit and tempo toolbar | Florian Jung | |
| 2012-01-17 | added song position toolbar for rapid position selection | Florian Jung | |
| 2012-01-06 | merged with release_2_0 | Florian Jung | |
| 2012-01-03 | merged with trunk | Florian Jung | |
| added "copy drummap" to duplicate track dialog | |||
| 2012-01-03 | merged with release_2_0 | Florian Jung | |
| 2011-12-26 | merged with latest release | Florian Jung | |
| fake-merged because of the cherry-pick | |||
| 2011-12-26 | (no commit message) | Florian Jung | |
| 2011-12-25 | added config option for switching between "prefer old/new drumtracks" | Florian Jung | |
| and "only show new/old drumtracks". defaults to "prefer new" | |||
| 2011-12-25 | ctrlcanvas now reacts properly on ALT-left/right part changes | Florian Jung | |
| 2011-12-22 | merged with trunk again (you're committing faster than i can merge ;) ) | Florian Jung | |
| 2011-12-21 | merged again | Florian Jung | |
| 2011-12-21 | merged with trunk (that is, pulled the fixes from release_2_0) | Florian Jung | |
| only quickly tested, seems okay on the first glance | |||
