124.04.2021
2    *** MusE 4.0 ***
3    - Fix: Drum list: Disable grouping options when no different tracks are involved. (kybos)
423.04.2021
5    - Part colours: Fixed 'live' recording virtual part overlay, and eventual created part. (Tim)
6      Both now obey the chosen current part colour on the Arranger toolbar.
7      Drawing of 'live' notes also fixed to obey dark/light inversion.
820.04.2021
9    - Fix neglect at 11.04.2021: No 'live' midi recording events drawn inside parts. (Tim)
1017.04.2021
11    - Fix: Memory leak with Timeline toolbar. (kybos)
12    - Fix neglect at 11.04.2021: No editor events shown if any hidden events at left. (Tim)
1316.04.2021
14    - Save recent list as soon as a new file has been opened, this to eliminate the possibility
15      that the update was lost incase MusE was not properly terminated (rj)
1615.04.2021
17    - Looping: Fixed silent wave tracks when Jack transport off or non-Jack driver used. (Tim)
18      Each AudioDevice class gets a new transportRelocateOrPlayDelay() method. For Jack it is
19       2 * segment size and for other drivers such as as RT (Pulse) or dummy driver it is zero.
20      The looping code now uses this value to look ahead, it was a fixed value before.
21      TODO: This still does not fix looping the Jack audio driver with MusE latency correction
22             enabled, causing mis-aligned or silent playback. That bug fix is still WIP...
2311.04.2021
24    * Reinstated part left border resizing: Further to 04.04.2021. (Tim)
25      Extensive re-writes and alterations of much code to support it.
26      Extensively tested with wave and midi parts.
27      Perhaps most important, class EL (EventList) is now sorted by signed integer.
28      ANY BUGS SHOULD only occur when there are left border hidden events, otherwise
29       it SHOULD behave normally.
30      Should be OK to use but still some areas need attention such as 'functions',
31       merging and splitting, and more.
32    - Wave Editor: Reinstated 'Next part' and 'Previous part'.
3310.04.2021
34    - Fix: Drum list: Drag mode activated after field editing. (kybos)
35    - Fix: Drum list: Crash in tooltip display with some show/hide options. (kybos)
36    - Fix: Drum list: Crashes in Show used/named instruments display options. (kybos)
3709.04.2021
38    - Fix: Drum list: Drag mode activated after every context menu call. (kybos)
3907.04.2021
40    - Fix: Crash when MESS synth can't be instantiated. Now the (existing)
41        warning popup is displayed instead (as originally intended). (kybos)
4206.04.2021
43    - Add: Many new vector icons as replacement for old pixel-based ones. (kybos)
44    - Fix: Improve visibility of custom drop-down triangles on dark background. (kybos)
4505.04.2021
46    - Fix: Record button: Inconsistencies between button state and
47        internal record flag state in many situations. (kybos)
48    - Fix: Inconsistent state of (pseudo-)record-arm icon and mixer strip button in Audio
49        output tracks after loading of some files. (kybos)
50    - Fix #717: Record button mustn't be activated when no track is record-armed
51        (a warning message is displayed now).
52        Record button is automatically deactivated when no track is armed. (kybos)
53    - Fix: Don't allow deselecting all tracks, as this hides the mixer
54        strip which then can't receive events and gets out-of-sync. (kybos)
55    - Fix: Add own icon for Audio output Downmix trigger to avoid confusion
56        with the arm-record indicators. (kybos)
57    - Add: New vector icons. (kybos)
5804.04.2021
59    - Part resizing and other fixes. (Tim)
60      Rewrite of part resizing routines, esp to the left.
61      No longer possible to have hidden events before left border,
62       would require integer negative event times. Too much work ATM.
63      When resizing, use Ctrl key to choose whether to 'drag' all
64       events along with the border.
65    - Midi controller cache: Fixed problems when parts or tracks muted,
66       or tracks off. Cache was not updated properly.
67    - Undo/Redo: Fixed a problem where the Redo list was cleared
68       and the Redo button was disabled even when only non-undoable
69       operations were executed, such as simply when stopping the
70       transport (which executes non-undoable EnableAllAudioControllers).
71    - Arranger and Wave Editor: Embellished wave drawing with dotted
72       event boundary lines and coloured wave boundary lines.
73      (Due to a Qt drawing bug, I had to break up long patterned lines!)
7403.04.2021
75    - Fix: Appimage start time: Avoid updating plugin cache on every start. (kybos)
7631.03.2021
77    - Fix: Don't load presets for lv2 plugins at program start
78            to reduce start-up time and save resources. (kybos)
7925.03.2021
80    - Fix: Wrong radiobuttons in Visible audio effects submenu. (kybos)
8120.03.2021
82    - Fix: Improve spacings in global settings dialog. (kybos)
83    - New: QSS properties for routing popup colors. (kybos)
8417.03.2021
85    - Fix: Midi routes popup: Custom painted elements like checkboxes
86            and menu item highlighting ignored stylesheets. (kybos)
8716.03.2021
88    - Advanced router: Added 'Unavailable' colour to Jack audio ports. (Tim)
8915.03.2021
90    - Fixed advanced router 'Unavailable' item colour and restoration colour. (Tim)
9113.03.2021
92    - Fix: Metronome accents list not showing highlighted items. (kybos)
9312.03.2021
94    - New: Settings to set gradient strength for track list and parts. (kybos)
9502.03.2021
96    - New: Option to hide beat numbers in the Time scale. (kybos)
9728.02.2021
98    - Moved scrollscale.cpp/h and cpu_toolbar.cpp/h from widgets to components. (Tim)
99      They use our icon library, which cannot be allowed in the widgets module ATM.
100    - Removed unused Awl and AL linking from several CMakeLists text files.
10126.02.2021
102    - New: Multi renaming for selected parts. (kybos)
10325.02.2021
104    - New: Add zoom buttons to scroll bars. (kybos)
10524.02.2021
106    - New: Ability to assign custom colors to individual tracks. (kybos)
107    - New: Part colors follow the track color if not overridden individually.
108           Old behaviour can be restored in Appearance->Arranger. (kybos)
109    - New: Part color toolbar. Drowdown to select current part color,
110            button to assign current color (or track color) to selected parts. (kybos)
111    - Fix: Parts created by double-click in range ignoring current part color. (kybos)
11216.02.2021
113    - LinuxVST synths: Replaced songfile midistate with customData state block. (Tim)
114      Uses compressed base64 just like several of our other areas.
115      Old songs with midistate still load and are converted upon saving.
11615.02.2021
117    *** MusE 4.0pre3 ***
118    - Fix: Consistent sorting and terminology of all Functions menus. (kybos)
119    - Fix: Dummy icon to work around Qt>5.12 menu styling bugs. (kybos)
120    - Fix: Script popup couldn't be cancelled. (kybos)
121    - Add: New vector icons for Quantize/Set range to selection. (kybos)
12214.02.2021
123    - muse3 folder renamed to src for futureproofing (rj)
124    - Rework: Removed LastEditedEvent from configuration and added it (rj)
125      to the pianoroll specific edit menu instead + shortcut.
12613.02.2021
127    - New: Menu option to Save As Template (rj)
12812.02.2021
129    - Fix: Reworked Save As..., Project dialog and Save Revision. (rj)
130      Project dialog is now only used on the initial save, after that
131      the Save As dialog is used. For very quick Save As operation,
132      use the Save Revision alternative which will increase a number
133      at the end of the name to save a new version as quickly as possible.
134    - Fix #836: Don't play existing midi events in replace mode. (kybos)
13511.02.2021
136    - Fixed wrong exclusive indicators (radiobuttons) in some submenus. (kybos)
13708.02.2021
138    - Fix #959: Trim event length function in pianoroll not working. (kybos)
139    - Fix: Remove unused cutter tool from wave editor. (kybos)
140    - Fix: Automation menu icon drawing. (kybos)
141    - Fix #960: Wrong zoom level after track type change MIDI->Drum. (kybos)
14202.02.2021
143    - Fix: Memory corruption by topwin toolbars. (kybos+rj)
144    - Fix: Clean up and encapsulate Edit Tools code. (kybos)
145    - Fix: Dark Flat theme: Improve visibility of checkboxes. (kybos)
146    - Fix #265: Midi device dlg: Native GUI led not reflecting the display state. (kybos)
14725.01.2021
148    *** MusE 4.0pre2 ***
14923.01.2021
150    - Fixed SimpleDrums not loading. Moved raster widgets into components folder. (Tim)
15120.01.2021
152    - Fixed bug in Create Project dialog where it would disregard
153      the baseProject path. (rj)
154    - Added tooltips for the various non self evident buttons in
155      the Create Project dialog (rj)
156    - Added a new dialog 'Save New Revision...' (SHIFT+R) for
157      the case where you want to save but does not need the full
158      create project dialog (rj)
159    - Fixed keyboard track selection after duplicating tracks,
160      it didn't like that multiple tracks was selected, if track
161      up/down is done while multiple are selected it now picks the
162      first instead of nothing at all. The source track is also
163      deselected (rj)
164    - Fixed automation point value printing for logarithmic values (rj)
165    - Changed automation add events to place them on the automation
166      line instead of where the mouse is placed, which often is
167      slightly offset (rj)
168    - Added the ability to cache midi event length when adding events
169      with the mouse, this is to speed up adding similar events as
170      it now will default to this length. Idea from a discussion
171      on linuxmusicians forum (rj)
17219.01.2021
173    - Add: Functions for moving multiple tracks in the track list (up,
174        down, top, bottom), incl. key shortcuts for each. (kybos)
17516.01.2021
176    - Fix #933: Sort automation controls in menu. (kybos)
177    - Fix: Crash when changing volume/pan by keyboard shortcut for drum
178        tracks.  (kybos)
179    - Fix: Changing volume/pan by keyboard shortcut also changed midi tracks
180        that were not selected. (kybos)
18115.01.2021
182    - Fix #718: Missing strips/selections at first mixer display. (kybos)
183    - Fix: Missing simpledrums plugin, both normal build and AppImage. (kybos)
18414.01.2021
185    - Add: Improve Key Shortcuts maintenance dialog. Add filter for shorcuts,
186        list contexts per shortcut. (kybos)
187    - Fix: HiDPI scaling for VST plugins. (kybos)
18813.01.2021
189    - Add: Consistent shortcuts for Add track. Show shortcuts in menu. (kybos)
19011.01.2021
191    - New: Selection dialog for Add synth track incl. favorites handling
192        in dialog and synth menu. (kybos)
19306.01.2021
194    - Fix #940: Tool shortcuts not updating properly when changed. (kybos)
19503.01.2021
196    - Fix #932: Add Show All with Events/Hide All to track automation menu.
197        Modify control icon so it's clear which controls contain events. (kybos)
19802.01.2021
199    - Add: Enable CC events for MIDI remote control (#566). (kybos)
20030.12.2020
201    - Fix issue #935: Track list toggling of solo/mute indicators. (kybos)
202    - Add: Resizing track height in track list now also works for
203        all/selected tracks (CTRL/SHIFT). (kybos)
20428.12.2020
205    - Fix: Relative paths for temporary files didn't work from AppImage,
206            e.g. when calling external wave editor. (kybos)
20726.12.2020
208    - New: Create generic LV2 UIs based on available plugin metadata. (kybos)
20925.12.2020
210    - Added double click as a way to initiate changing shortcuts in the dialog (rj)
211    - Changed default shortcut for SOLO track to META-N (From META-S as the system eats it
212      on multiple systems)
21323.12.2020
214    - New: Implement LV2 UI features FixedSize/NoUserResize. (kybos)
21522.12.2020
216    - Update AppImage build scripts (AppImage is even ~8MB smaller now):
217    	1. Build on Ubuntu 16.04 for better compatibility.
218	    2. Include latest versions of lv2/lilv for better HiDPI support in LV2. (kybos)
21921.12.2020
220    - Fix: Total number of bars not updated when signature has been changed. (kybos)
221    - For issue 920: More values (480-based) in global settings midi division list. (Tim)
22220.12.2020
223    - Fix: Most plugin native UI windows now should behave sensibly out of the box
224            on HiDPI (of course plugins with no HiDPI/scaling support still look tiny,
225            but there should be no oversized or broken Qt windows around them).
226            Global setting for the HiDPI fix is now on by default, but is only active when
227            at least one Hi-Res screen is found. The container window should now also
228            adjust to specific screen in multi monitor setups. (kybos)
229    - Fix: More fixes for Surge and others on HiDPI. Native UI window now resizes
230            correctly when the zoom level in Surge itself is changed. (kybos)
23119.12.2020
232    - Fix: More fixes for HiDPI withLV2 native UIs. Surge synth should now
233            display an adequately scaled UI and not misbehave on resizing any more.
234            Surge 1.7+ and liblv2 1.18 are required for scaling support. (kybos)
23518.12.2020
236    - Fix: Improve handling of LV2 native UIs on HiDPI. (kybos)
23715.12.2020
238    - Fix: Bug in Set range to selection, not always correctly set. (kybos)
239    - Fix: Set range to selection not working in wave editor. (kybos)
240    - Add: Menu item for Set range to selection in all relevant editors. (kybos)
241    - Add: Dynamic value tooltip in control canvas. (kybos)
24214.12.2020
243    - Fix: Support both old and new shortcuts for setting range markers as a default.
244            Remove corresponding options from global settings. (kybos)
245    - Fix: Improve channels column shortcuts in track list, avoid dependency
246            on middle mouse button (add shift+RMB for decreasing values).
247            Wrap channel values around when increasing/decreasing. (kybos)
24811.12.2020
249    - Fix: Clean up edit menu, move Structure submenu to Edit->Global. (kybos)
250    - Add: Add Duplicate track function to track context menu. (kybos)
251    - New: New vector icons for Duplicate track(s) menu items. (kybos)
25210.12.2020
253    - Add: Storing missing slider and other settings in MESS fluidsynth. (kybos)
25407.12.2020
255    - Fix: Standardize Track list as far as possible. Use left mouse consistently
256            for (multi)selecting tracks (except for flags/indicators columns).
257            Use right mouse button for context menus where appropriate.
258            Use double-click for text editing and access to frequently used items.
259            Improve consistency when applying functions to multiple tracks. (kybos)
260    - New: Add context menu to audio output track type column for downmixing. (kybos)
26116.11.2020
262    - Fix: Initialize all fonts with the current system font family on first run,
263            to avoid ugly looking sans-serif default on desktops like KDE. (kybos)
26415.11.2020
265    *** MusE 4.0pre1 ***
26612.11.2020
267    - New: Replace non-standard widgets in the mixer strip by standard and
268            customizable ones where possible. Make the layout more symmetric
269            and clear. (kybos)
270    - New: New mixer strip and track list icons for the Deep Ocean theme. (kybos)
27109.11.2020
272    - Fix: Issues with saving window geometry/state. (kybos)
27307.11.2020
274    - Fix: Complete theme specific internal color handling.
275            Colors are not saved in the central config file any more,
276            but in theme specific config files. (kybos)
27702.11.2020
278    - Add: Refresh function for the midi Scripts menu.
279           Scripts can be re-read from dics without restarting MusE.
280           Revise scripts code, put everything in one central class. (kybos)
28101.11.2020
282    - Fixed bug 853: Crash in infinite loop in latency code. (Tim)
283      Don't examine things connected TO a device if examining its 'capture' part.
284    - Latency code: Optimization of most loops, should be a bit faster now, depending.
28531.10.2020
286    - Add: Optional display of ticks/frames in the position toolbar. (kybos)
287    - Add: Draw marker/position symbols as labels in the position toolbar. (kybos)
28829.10.2020
289    - New: Color range between markers in the timeline ruler. (kybos)
290    - Fix: Fix huge tooltips in bigtime window. (kybos)
291    - Fix: Fix non-standard button in tempo toolbar. (kybos)
29228.10.2020
293    - New: Add new toolbars to replace the separate transport window.
294            The old behaviour is still available - the new toolbars can be hidden
295            and the transport window shown. Display state of all windows/toolbars
296            is saved when MusE is restarted. (kybos)
297    - Add: Show index of active part in title bar/tab in multi-part editors. (kybos)
298    - Fix: Move Plugins submenu (contaning global/user Python scripts) from global
299           Midi menu to Arranger scope Functions menu, as it's only relevant for
300           the Arranger.
301           Fix scripts being applied to wrong (non-midi) parts.
302           Check for active part selection before executing scripts.
303           Rename relevant Plugin menus to Scripts to avoid confusion with all the other
304           plugin types. (kybos)
30527.10.2020
306    - Fix: Tap button - flash when waiting for input, reset timeout after each click. (kybos)
30724.10.2020
308    - New: Proper settings dialog for plugins. (kybos)
30923.10.2020
310    - Fix: Many bugs and crashes in the mastertrack list editor. (kybos)
31121.10.2020
312    - New: Context sensitive help for many widgets and dialogs. (kybos)
313    - Add more status tips. (kybos)
31420.10.2020
315    - Fix: Resolve key shortcut conflicts in docks. (kybos)
316    - Add: Add new shortcuts in docks (List master editor, Event list). (kybos)
317    - Add: Outline focused widget in dock. (kybos)
318    - Fix: Redesign marker dock for better usability. (kybos)
319    - Add: Key shortcut hints for edit toolbar. (kybos)
32019.10.2020
321    - New: Create new SVG icons for tracks. (kybos)
32214.10.2020
323    - New: Replace marker pixmaps by vector drawing. (kybos)
324    - New: Customizable colours for all markers. (kybos)
32510.10.2020
326    - Fix: Change key modifiers for opening part in new window to Ctrl+Alt,
327        because Shift always selects all parts of a track. So now even
328        Ctrl+Shift+Alt works, opening all track parts in a new window. (kybos)
329    - New: Added status bar. Can be optionally hidden in GUI settings.
330        Moved CPU load display to status bar, xruns > 1 displayed in red (reset
331        by doubleclick). CPU toolbar remains available but is hidden by default.
332        Status bar is mainly used for context-sensitive help, to improve
333        usability for new users. Many status tips created, more to come.
334        Default status text shows audio driver and related data. (kybos)
335    - Fix: Make sure current splitter sizes are saved on application quit. (kybos)
33606.10.2020
337    - Fix: Replace marker icons by SVG. (kybos)
338    - Theme: Color tab text (active/hover) for better visibility. (kybos)
33902.10.2020
340    - Add: Show number of opened parts per editor in title bar/tab. (kybos)
341    - New: Don't open new editor windows when the same part(s) is/are already opened.
342        The existing editor window is activated instead.
343        It's still possible to open duplicate windows by holding Shift when
344        double-clicking the part or clicking the corresponding menu entry.
345        Added a new submenu to open editors in new windows.
346        Added new keyboard shortcuts for that. (kybos)
347    - Fix: MDI subwindows not destroyed properly when part was deleted. (kybos)
348    - Fix: No icons for submenus (well, almost). (kybos)
349    - Add: Keyboard shortcut to jump to Arranger window. (kybos)
35001.10.2020
351    - More vector icons (view menu). (kybos)
35229.09.2020
353    - Replace global settings and midi port icons by vector ones. (kybos)
35426.09.2020
355    - Replace editor icons by new vector ones. (kybos)
35624.09.2020
357    - Add key shortcuts and context menu for tools in mastertrack editor. (kybos)
35823.09.2020
359    - Fix mouse wheel steps for audio volume slider. (kybos)
36021.09.2020
361    - Add centered mode for pan sliders. (kybos)
36218.09.2020
363    - Change default theme to Dark Flat. (kybos)
364    - Remove system styles selection, default to Fusion. It's still possible
365        to force a different style by specifying it on the command line. (kybos)
36614.09.2020
367    - Improve dock positioning/sizing. (kybos)
368    - Save geometry of external windows automatically,
369        remove redundant (and buggy) geometry settings. (kybos)
37013.09.2020
371    - Add Event list menu/shortcut to midi editors for easy access to the event list dock. (kybos)
372    - Clean up topwin/subwin parenting. (kybos)
37311.09.2020
374    - Master track graphic editor doesn't open multiple windows any more. (kybos)
375    - Fixed several colour issues in score editor. (kybos)
37610.09.2020
377    - Add editor specific icons to subwindows for better recognizability. (kybos)
37809.09.2020
379    - Allow only one instance of master list editor dock. (kybos)
380    - Add menu item (View) and shortcut (F7) to show/hide all active docks. (kybos)
381    - Fix docks behaviour when editor windows are switched. (kybos)
382    - Fix potential resizing artefacts when loading older files into new tabbed GUI. (kybos)
38308.09.2020
384    - Settings > Midi Division fixes: Full re-work of grid raster and snap system (Tim):
385    - Replaced INCORRECT hard-coded snap/raster fixed-value tables throughout,
386       with new class MusEGui::Rasterizer, provides CORRECT dynamic raster tables
387       that change values, and dimensions, when global Midi Divison changes.
388      There is one single global instance of this new class.
389    - New class MusEGui::RasterizerModel works with class Rasterizer to provide a
390       Qt model for use with combo boxes for example. Specific columns and maximum
391       number of rows can be specified. Model is specially designed for rasters
392       (for ex. in pianoroll the first row is three columns wide and says 'off').
393    - New class RasterLabelCombo replaces hard-coded raster snap combo boxes.
394      Works with class RasterizerModel. With a high Midi Division more rows appear,
395       meaning HIGH-RESOLUTION editing is possible, rivaling that of frames.
396      New classes RasterizerListView, RasterizerTableView, and RasterizerTreeView
397       provide three types of views for RasterLabelCombo.
398    - Wave Editor: Added a 'Snap' combo box (RasterLabelCombo).
399    - Grid lines: Fixed problems with unwanted red grid line colours.
400    - Removed never-used GUI Division from Settings.
401    - Canvases: Area before bar # 1 now FIXED WIDTH regardless of Midi Division
402       or magnification, by rearranging xorg/yorg origin stuff in class View,
403       ie. origin is no longer magnified.
40404.09.2020
405    - New streamlined GUI:
406      Tabbed MDI as default, with the option to detach/float the graphical editor
407      windows, per preset or dynamically (mainly for use with multi-monitor setups).
408      List based editors (markers, clips, master list, midi events) changed to docks.
409      Arranger as the central point is fixed to the main window,
410      not longer detachable/closeable. (kybos)
411    - Reused snap/quantize shortcuts in midieditors (1-6) as snap shortcuts in arranger
412      as I discovered it was missing, and it's pretty much the same thing. Also
413      added a shortcut for setting quantize to off (8). Execution slightly
414      annoying as changing the quantize in the midi editors after having it
415      at off will always give triplets (which can be turned of by pressing T).
416      Fixing that would require a more extensive rewrite. (rj)
41703.09.2020
418    - Fixed crash in #842 extending parts to the left often caused a crash (rj)
41914.08.2020
420    - Fix MusE hanging when calling the color dialog. There is now an option
421        in Appearance->Style to disable native dialogs. (kybos)
42213.08.2020
423    - Fix horizontal slider groove length. (kybos)
42411.08.2020
425    - Implement theme specific icon overrides, both global and user level. (kybos)
42609.08.2020
427    - More styling options for knobs. (kybos)
42808.08.2020
429    - Piano: Reimplemented drawing, changed from pixmaps puzzle to vector-based drawing. (kybos)
430    - Piano: Separated key selection from playback. Made markers/selections better visible
431        and independent of each other. (kybos)
432    - Piano: Made selection/current/pressed marker colors customizable. (kybos)
433    - Piano: Made piano width changeable from stylesheet. (kybos)
434    - Piano: Added tooltip showing current playback velocity. (kybos)
435    - Fixed dark text on dark background in midi control canvas. (kybos)
436    - Create new theme - Deep Ocean. (kybos)
437
43830.07.2020
439    - Moved rewind on stop shortcut from arranger to global, fixes issue #839 (rj)
44029.07.2020
441    - Midi export: Format 1: First track must have only timing/marker events etc, no notes. (Tim)
442    - Midi import: Don't create a first track if no events left once stripped of recognized/absorbed
443       events. In format 1, first file track is supposed to be reserved for timing/markers.
444    - Midi import/export: New! Key signatures supported - supports 'minor' keys as well.
445    - Score editor: New! Key signature names shown at top of staff. Minor keys supported.
44625.07.2020
447    - Midi import: Fixed importation of SMPTE/MTC division midi files. (Tim)
448      Converts linear time to ticks. Ignores existing MusE tempo map so that
449       it plays at original speed - this allows the tempo map to be set up beforehand
450       without actually affecting the song.
45116.07.2020
452    *** MusE 3.1.1 ***
45327.06.2020
454    - Midi patch popup menu: Include patch number in the items' text. (Tim)
455    - Mixer strip labels: Added popup 'expand' button, to expand/close the strips.
45626.06.2020
457    - Fixed bug left over from 21.01.2019: Midi controller graphs: Drag n drop broken. (Tim)
458      Items were wrongly being erased after dropping.
459    - Fixed issue 830: Wave Editor: Copy-on-write always triggered. Error from 01.01.2020
460    - Fixed issue 831: Compressed song files (.gz,.bz2): Blank song on load. Error from 01.01.2020
46125.06.2020
462    - Some rework of mixer strip shortcuts. They now work in both Arranger and Mixer.
463      Default shortcuts are Alt + Arrow keys to affect selected strip(s) (rj)
46422.06.2020
465    - Fix slider/meter groove misalignment in mixer strip. (kybos)
46620.06.2020
467    - Cmake option changes (Tim): Removed ancient ENABLE_VST and ENABLE_EXPERIMENTAL,
468       and dangerous ENABLE_LV2_MAKE_PATH, and enabled ENABLE_PYTHON by default since
469       it has been thoroughly updated. No code removed. PLEASE REBUILD your MusE !
47019.06.2020
471    - Fixed long-time meter and slider scale mis-alignment. New stylesheet property meterSpacing. (Tim)
472    - Midi controller graphs: Fixed no repaint when adjusting vertical splitters.
473      Clear WA_StaticContents in CtrlCanvas ctor - need full update because contents scale.
474    - Midi controller graphs: Moved 'Add ctrl' button from bottom area to menu and toolbar as well.
47518.06.2020
476    - Mixer + strips: Replace hard-coded shortcuts with configurable ones. Several weren't working. (Tim)
477      New mixer shortcut category.
478    - Updated Simpledrums so all parameters update a status field, previously
479      it was impossible to know what the dials were set to. Changing the look
480      of the dials would also be a good idea, left to do. (rj)
48117.06.2020
482    - Fix main window being too small on large screens when MusE is started for the first time.
483      The size and position are now adjusted dynamically for the current screen size. (kybos)
484    - Fix main window size/position set to random values when a project or template is opened.
485      The window is now only resized if the file contains explicit geometry information. (kybos)
486    - Fix progress bar not being displayed when opening files. (kybos)
487    - Mixers: Maximize button removed. Certain window managers ignore a set maximum size. (Tim)
48816.06.2020
489    - Replace invisible icons in file dialogs in new dark theme. (kybos)
490    - Unify colour configuration file naming. (kybos)
491    - Fix invalid Global area default in file save dialog. (kybos)
492    - Fixed some bugs with Cursor mode in drum editor (rj)
493    - Effects rack: Ensure updateGeometry is called if number of rack items changed. (Tim)
494      Was not required for at least suse, but required for at least mint cinnamon.
49513.06.2020
496    - Add option to hide menu icons. (kybos)
49712.06.2020
498    - Menu: 'Mixer Automation' is deprecated, MusEGlobal::automation now fixed TRUE
499       for now until we decide what to do with it. (Tim)
50011.06.2020
501    - Audio: Fixed bad feedback / pinned meters with muted tracks in play mode. (Tim)
502      Was problem near end of WaveTrack::getData(), what constitutes "have data" or not.
503      Said "have data" when there was none when muted, causing AudioTrack::copyData()
504       to build up feedback data in the buffers instead of clearing them.
50510.06.2020
506	- Arranger: Removed the small toggle button for mixer strip display/hide and cleaned up the layouts.
507	  Function is now accessible from menu (Display->Toggle Mixer Strip) or by pressing F3.
50809.06.2020
509    - Fix regression from 07.06: Qt::endl and Qt::dec only from Qt >= 5.14 (Tim)
51007.06.2020
511    - Fix Qt 5.14 / 5.15 deprecations (Tim)
512      QString::SplitBehavior > Qt::SplitBehavior, QTextStream::endl > Qt::endl, QTextStream::dec > Qt::dec,
513      Qt::WindowFlags f = 0 > Qt::WindowFlags f = Qt::Widget, QWheelEvent::delta > QWheelEvent::pixel/angleDelta,
514      QWheelEvent::globalPos > QWheelEvent::globalPosition::toPoint, QWheelEvent::pos > QWheelEvent::position.toPoint.
51506.06.2020
516    - Fixed regression at 23.05.2020: Crash in viewMouseReleaseEvent. Copy/paste typo. (Tim)
517    - Many new customizing features implemented, internal colors, css properties.
518	  New theme created (Dark Flat) as a showcase/proof of concept. (kybos)
51904.06.2020
520    - Fixed blank mixers upon auto-restart. (Tim)
521    - Make MusE QMainWindow own the mixers. They had no owner, no deletion. Leak? Test OK so far.
522    - Reload the last song upon auto-restart. Templates included, and midi config loading choice.
523      Was tricky, possible wee corrections later...?
52427.05.2020
525    - Midi controller panel: Replaced 'Ctrl', 'S', and 'X' button text with svg icons. (Tim)
526    - Midi controller panel: Replaced 'per-note-velocity' bitmap with button and svg icon.
527    - Midi Controller panel redesign: Create only required controls, not keep all 4 alive but hidden.
52824.05.2020
529    - Fix regression at 06.04.2020: Can't connect Jack ports to audio input/output tracks R chan. (Tim)
530      Don't check out of bounds index in AudioInput/Output::registerPorts(). When it is called by
531       Audio::msgSetChannels(), the new number of channels has not been set yet.
532    - Added support for adjusting automation for Global structure cut/insert (rj)
533    - LV2: Fix plugins without 'programs extension' support: Send directly as midi events. (Tim)
534      Fixes plugins like gmsynth.lv2, which have midnam support but no programs extension support.
53523.05.2020
536    * New - PianoRoll Speaker button has two selectable modes, single note and chords: (Tim)
53716.05.2020
538    - Popup menus: Changed the text '<More...>' in submenus, to the first item's text in the submenu. (Tim)
539    - Oops, removed redundant addAction() in RoutePopupMenu::addMenuItem(), causing duplicate items
540       at 'More...' menu breaks.
541    - Fixed regression at 03.02.2020: Plugin dialog user 'categories' not showing LV2 plugins.
54218.04.2020
543    - New option in Global settings -> GUI tweaks to (not) keep transport window on top (kybos)
54413.04.2020
545    - Fix regression from 12.04.2019: Midi controller cache not proper after loading song. (Tim)
546      Since we now resolve track and instrument references AFTER a song file is FULLY loaded,
547       calling addPortCtrlEvents() on all tracks BEFORE doing the resolving had ill effect.
548      Now port midi control cache events are added on all tracks AFTER the resolving.
549    - Simplified several sections regarding adding/removing port midi control cache events.
550    - Removed ALL 'old-style drum track' code. Track type NEW_DRUM has been renamed DRUM.
551    - Simplified many drum controller (per-note) code sections to call a common function
552       in MidiTrack::mappedPortChanCtrl()
553    - Support midnam controllers (gmsynth.lv2 for example).
554      This was very difficult. Midnam supports per-channel AND per-patch controller lists.
555      Instead of adapting our own instrument and controller classes to NATIVELY support that,
556       which would be NICE but much more difficult and time-consuming, the instrument simply
557       'compounds' its own controller list and the midnam controller list together and
558       presents that to the outside code looking for a controller list.
559      But no changes to our own instrument definitions and structures were made.
560      This still required many changes to the outside code in order to pass the patch number.
561      TODO: Midnam supports enumerated controller values. Use them!
562    - Moved classes MidiController and MidiControllerList from midictrl module into a separate
563       midi_controller module (library in libs) so that our midnam library can use it.
56406.04.2020
565    - Fixed bug 790 Crash when dragging parts to blank area. (Tim)
566      Bonus: Now supports dragging parts from multiple non-contiguous tracks,
567       it attempts to create new tracks for all of them.
568      Bonus: The 'duplicate tracks' dialog pops up, asks what should be copied.
569      Bonus: Previously, user must press undo twice to undo the move. Now a single undo.
570    - Fixed 'drum ordering' bugs (drum notes order) after drag parts or duplicate tracks.
571    - Fixed some flaws with track copy constructors and assign() methods.
572    - Added new class TrackNameFactory. A complete list of new UNIQUE track names can
573       be requested BEFORE the new tracks are added to the song. All requests for unique
574       track names now go through this central class. It uses a modified version of
575       Robert's smart '#' character detection and naming sequencing. Robert wrote:
576       "there is still a gaping hole in the logic, making multiple duplicates of multiple
577       tracks still does not produce valid results" but his logic was OK - it was the
578       fact that the tracks are not added yet, which this new factory class SOLVES.
579    - Streamlined and fixed some problems with audio input/output track Jack port creation.
580      The ports are now only (un/)registered when the track is added/deleted.
581    - Added crash protection throughout audio processing against null destination buffers,
582       which may occurr if Jack ports could not be created.
583    - Extracted audio input/output track port registration in setName() into a separate
584       registerPorts() method. The ports are no longer registered in setName().
58521.03.2020
586    - Add shortcut (Ctrl+U) for opening synth UI for selected synth-track in arranger (rj)
587    - Added wave part extend beyond end of part if there is more wave file (rj)
58818.03.2020
589	- Enable multiple resizing in piano roll (#748) (kybos)
590	- Enable CTRL+Left Mouse Click item selection in edit mode in piano roll (kybos)
591	- Enable Right Mouse Click for exclusive single selection in edit mode/piano roll (kybos)
59217.03.2020
593	- Add more information to note tooltips in midi editors (kybos)
594	- Add global setting for switching off the note tooltips (kybos)
595	- Remove fixed track heigth from file templates, to enforce global setting (kybos)
59609.03.2020
597	- Transfer Help content to github wiki, link Manual to wiki in MusE (kybos)
59808.03.2020
599	- Fix EditPaste cursor HiDPI issue in midi editors->controller views (kybos)
60005.03.2020
601	- Fix tool cursor not changing in midi editors->controller views (kybos)
602	- Fix background color setting ignored in midi editors->controller views (kybos)
60304.03.2020
604	- Add tool context menu to Score Editor (kybos)
60528.02.2020:
606    - LV2: Now shows MidiName patch names (gmsynth.lv2 for example). (Tim)
607    - Added share/rdf/README to describe what's there and why.
60823.02.2020:
609    *** Final MusE 3.1.0 ***
61021.02.2020:
611    - Drum Editor: Fixed horizontal scrollbar width and 'Ctrl' button position. (Tim)
61220.02.2020:
613    - Partial revert of 16.02.2020. dssi-vst works now. Extra path tab was required. (Tim)
614      Description labels added to dialog vst path tabs (*.dll vs. *.so etc)
615      Linux vst paths now include 'lxvst'. It's a commonly used folder besides 'vst'.
616      Changed all std::getenv() in plugin_cache_reader.cpp to qEnvironmentVariable().
61719.02.2020:
618    - Fix new drum move cursor. New Canvas::setMouseOverItemCursor() fixes hover cursor. (Tim)
61918.02.2020:
620    * New - MidiName instrument support, currently for LV2 : (Tim)
621      Synths like DrumGizmo and AvlDrums should now show note names automatically.
622      Will test FULL parser later with real midnam files, but should be OK for LV2.
62316.02.2020:
624    - Removed the VST tab referencing Wine VST and relabeled Native VST as VST (rj)
625    - Remove Wine VST plugin type in dropdown as we only support that through
626      dssi-vst and it is dead since many years
62715.02.2020:
628    - Fixed issue with plugin scan #763, where a valid vst plugin but nonfunctional was never
629      added to the cache and hence caused a rescan every time (rj)
630    - Added a question dialog for waiting for very slow plugins (like Addictive Drums 2)
63114.02.2020:
632    - Custom Drum Editor 'move note' cursor, fix a few others. Fix mouse-up restoration. (Tim)
63313.02.2020:
634    - Reverted previous addTrack change, it affected Insert menu which then behaved wrong. (rj)
635      * Changed Add Track alternative in edit menu to have this effect instead
636      * Added Insert Track to edit menu also, together with shortcuts
637    - Oops! Fix bug 765: Crackling in recorded files. Caused by 01.01.2020 commit. (Tim)
638      Changed SndFile::write(): wrFrames = realWrite(srcChannels, src, n, liveWaveUpdate);
639       to wrFrames = realWrite(srcChannels, src, n, wrFrames, liveWaveUpdate);
640    - Track List: Make current selected track darker than other (multi-)selected tracks.
64112.02.2020
642    - Changed addTrack shortcut to insert after selected track, inserting before
643      felt strange and made it impossible to insert tracks at the end (rj)
644    - Drum list note names: Fixed mixing of default names with synth note names. (Tim)
645      When there was no note name available from a synth for a note, it was allowing
646       the default note name to appear instead. This is fixed and the note name
647       will be blank now, that is, drum list should now fully respect the complete
648       note name map provided by the synth - including unlisted blank names.
64911.02.2020
650    - Some more work on MidiName support: Completed FULL parser and C++ bindings. (Tim)
65104.02.2020
652    - Master track graphic editor: Fixed tempo ramp function was not undoable. (Tim)
653    - Referring to 30.11.2019: "Fixed crash in drumlist when synth plugin was missing."
654      Observed crash still there immediately (the drum list was empty).
655      Fixed and tested OK, saving and reloading, even if synth plugin is missing. The
656       drum list is filled now. Even if the missing plugin was MESS fluidsynth (unlikely),
657       the default map will be used since no note names are available from the synth.
65803.02.2020
659    - Fix issue 763: Plugin cache recreated on each startup. (Tim)
660      When there was more than one LV2 plugin with the same name (but different uri)
661       such as deteriorate.lv2/downsampler* and avw.lv2/downsampler*, the cache was
662       recreated every time, and only ONE of the plugins was allowed, the other ignored.
663      This MAJOR REWRITE of our cache and plugin system fixes that AND allows both
664       plugins, as long as the uris are different (this is allowed in LV2).
665      For example, both deteriorate.lv2/downsampler* and avw.lv2/downsampler* are now shown.
666      The LV2 cache file has been ELIMINATED. It was useless, not necessary, caused problems.
667      To distinguish between like-named plugins, several places where plugin names are shown
668       now also show the uri either as a tooltip, or appended to the name, or replacing the
669       library string, such as plugin dialog, synth menu, synth config, strip labels, tracklist...
670      In addition, there was a problem with dssi-vst which caused cache recreation every time,
671       since the dssi-vst library installs itself in BOTH the ldaspa and dssi folders. This has
672       been fixed. The ladspa cache file now contains additional ladspa and dssi dssi-vst entries.
673      TODO: There is a remaining problem: A shell plugin that reports no plugins may still
674       trigger cache recreation every time because there is no entry in the cache file. Such as
675       dssi-vst not finding any plugins. To fix this, the cache files must change from a 'flat'
676       listing to one ALWAYS listing the shell plugins - and the plugins they contain (if any).
67701.02.2020
678    - Global cut/insert: Overhaul. Fix crashes with markers. (Tim)
679      Cherry pick from pos_ctrls_fixes branch: Redesigned markers and marker viewer.
680      Marker functions now undoable! (Lack of that was causing crashes.)
681    - Tempo, signature, and key maps: Fixed problems with Global cut/insert.
682      Replaced complex realtime stage-2 map item-by-item operations with simple swapping
683       of entire map with complete replacement map pre-composed in stage 1 (gui thread).
684      Virtually zero cpu time, and realtime safe, no potential allocation or deallocation.
685      TODO: Sig still seems to not undo quite correctly, possibly due to raster-snapping.
686            Tempo list operations must be executed before wave part splitting! So two
687             separate operations are done - user must hit undo TWICE to undo them! (Better
688             that for now, rather than one single BUT INCORRECT undoable operation.)
689            Most of this stuff is pre-existing. Still, it is better now ;-)
69030.01.2020
691    - Replace deprecated QByteArray::[] 'past-end' usage with append() in xml module. (Tim)
692      Caused thousand of errors in debug mode, very slow to start up.
69329.01.2020
694    - Fixed and improved custom columns functionality (kybos)
69526.01.2020
696    - Fixed broken version comparison macro in fluidsynti.cpp (Tim)
697    - Replaced obsolete QTime with QElapsedTimer. Tested OK.
698    - **Bumped up** song file version to 3.3, req for some new header fixes by kybos.
69924.01.2020
700	- Global settings: Split GUI behaviour tab into two separate tabs (kybos)
701	- Add another set of mouse shortcuts for range markers - Ctrl+Left/Ctrl+Right (kybos)
70223.01.2020
703	- MESS FluidSynth: Add key modifiers to distribute soundfonts to all/empty channels
704	  with single click (kybos).
70515.01.2020
706    - Cherry pick five things from pos_ctrls_fixes branch: (Tim)
707      1) Fix when tempo serial number is incremented. (Fixes broken looping etc.)
708      2) Add rounding choice to tempo tick-to-frame methods (part of pending Pos fixes).
709      3) Remove awkward lone undoOp in song.h
710      4) Pos class makeover: New 'lock'. Rounding choice. New method msmu() (MinSecMsecUsec).
711      5) Add default getDSP_Load() in class AudioDevice, remove useless ones in RTAudio/dummy.
71214.01.2020
713    - LV2: Remove deprecated LV2_Event_Buffer and LV2_URI_Map_Feature. (Tim)
71412.01.2020
715    - Oops. Reinstall missing darkgreendot.xpm (Tim)
716    - Fix compile error when RtAudio headers not found.
717    - Fix "lv2host_module does not exist" compile error when LV2 support disabled.
71809.01.2020
719    - Fix rubberband compile error + pull trackheader size fixes from kybos. (Tim)
72001.01.2020
721    * NEW - Audio live! time-stretch and samplerate-stretch conversion : (Tim)
722      Merge from audio-convert branch. Many changes and fixes along the way.
723    - Wave editor has two new tool buttons which place two new types of markers
724       on the canvas. Move the markers around to affect the sound. Click on a
725       marker to select it. Press Del to delete the marker.
726    - Wave module moved into separate library with no external dependencies.
727    - New MuseFrame_t MuseCount_t types.
72816.12.2019
729    - Exposed new colours for stylesheets. See Ardour and Dark qss files. (Tim)
730    - Fixed #740: sf3 files crash. libinstpatch code: We did not check returned pointers.
73114.12.2019
732    * NEW - Audio effects rack size increased from 4 to 8 : (Tim)
733    - New right-click context menu entry on strip labels: "effects rack visible items".
73413.12.2019
735  - HOT Bug fix: Missing 3 MESS synths, undefined symbol MusEGlobal::config (Tim)
736    Cause: #include "gconfig.h" in icons.cpp brought in core globals which should
737     not be in these synth plugin libraries (or in icons module). Removed the line
738     and instead passed the desired global value to initIcons().
739    That said, the plugins really should be stand alone and not use the icons module
740     until the icons module becomes a true shared resource library. (Currently it
741     is initialized by core, so not quite self sufficient yet.) So... I copied the
742     required icons to the relevant synths, decoupling them from the icons module.
743    By using icons directly from qrc instead of icons module, I was also able to
744     remove the icons module from inclusion in widgets module (yay!), removing
745     a further dependency of simpledrums synth which was missing too.
746  * Module independence is a goal to strive for after 28.01.2018 MAJOR changes.
74711.12.2019
748    *** MusE 3.1.0pre4 ***
749	- Customizable size of icons and custom tool cursors (kybos)
750	- Replaced one-letter column headers by icons in track header (kybos)
751	- German translation updated (kybos)
75210.12.2019
753    - Dependency problems: Moved several files. All source together with ui files now. (Tim)
754    - Remove all dead obsolete trackinfo 'alt' button code.
755    - FIXED: Mixer strips missing if loading an older song saved before 20.10.2019
756    - FIXED: Duplicate strips found in songs saved before 20.10.2019
757    - FIXED: Long-time mixer problem with restoring size.
75809.12.2019
759    - Remove some more "old vs. new" drum track stuff, change some text etc. (Tim)
76008.12.2019
761	- Added option for opening MDI subwindows maximized (kybos)
762    - Oops, fix stuck icons from 06.12. (Tim)
763    - Fix gross misnomer throughout, should be "timebase master, not "transport master".
764    - Fix EffectRack::songChanged() crash when reloading songs: Check track still exists. (Tim)
76507.12.2019
766    - Update start play position when making a seek. Rewind to Start behaves
767      more logical then, imho (rj)
768    - Fix some compile warnings with LV2 worker functions, some others. (Tim)
769    - Moved appearance and confmport cpp/h files from /muse to muse/components.
770      Trying to solve some dependency problems...
77106.12.2019
772    - Fixed bug #719 downmix to existing file appends to the old file (rj)
773    - Transport master fixes: New button on transport. Fix connect at startup etc. (Tim)
774      Seems there is no way to ask Jack if are we transport master (without setting it).
775      So new code in our Jack driver - and a 1Hz watchdog - monitor for changes to master status.
776      Care was taken to not disturb who else may be master. Click flashing button to force.
777      Tested the new button OK with three instances of MusE competing for transport master.
77805.12.2019
779	- Added File->New from template... menu entry. File->New loads default template (kybos)
780	- Fixed inconsistent UI texts where appropriate: (kybos)
781	  * Title-style for menu texts and window titles
782	  * Sentence-style for all other UI texts
783	  * Three dots (...) for menu entries triggering a dialog (like Save As...)
784	- Fixed inconsistent tooltip font size (kybos)
785	- Vector replacements for many pixmap icons (kybos)
786	- Fixed bug #720 arm follows track did bad things while recording (rj)
78703.12.2019
788    - Eliminated all but one tr("Empty") string usage in plugins/pipeline/rack. (Tim)
789    - Snooper: Provide flashColor property. Changed it in Ardour and Dark qss themes.
79030.11.2019
791    - Added a specialization of QMdiArea to work around problems with PgUp and PgDown
792      shortcuts as it was found through Snooper tool that this is the widget that
793      was stealing the keypresses.
794    - Another keypress fix in pcanvas.cpp to allow Return to be captured
795    - Fixed a crash in drumlist when using a drummap and opening without the port having
796      been properly initialized (in this case the synth plugin was missing). The
797      dm->port had an extreme value, now the range is checked. (rj)
798    - Fix #697: On HiDPI displays, plugin native UI windows are automatically
799      scaled by Qt, but most of the native plugin UIs are not scalable
800      or apply their own scaling. There is now a global setting for reverting
801      the Qt window scaling. It can be overridden for each soft synth track
802      by a local setting in the Quirks toolbar. (kybos)
803    - Fix # 708: Surge-vst crashes. It called our pluginHostCallback() immediately from
804       instantiate() before we stored the pointer. Added VstNativeSynth::openPlugin() (Tim)
80528.11.2019
806    - Fixed the DidYouKnow menu alternative so it shows the dialog even if the
807      checkbox for not displaying it is checked. (rj)
808    - Added a few more lines to the DidYouKnow.txt database
809    - Snooper improvements, fix crashes, fix 'parented top level' not working right. (Tim)
81027.11.2019
811    - Unfortunately had to revoke the 'easy fix' below for getting more shortcuts to work
812      there were side effects...  The search goes on for the 'real' solution (rj)
813    - Snooper improvements. Moved to Help menu. Live realtime monitoring of events. (Tim)
81426.11.2019
815    * New - Introducing the Snooper (object tree) for coders and stylesheet authors: (Tim)
816      Click new Snooper button in Appearance to start. Then click on anything anywhere.
81723.11.2019
818    - More keyboard shortcuts
819      * First of, I found out that several shortcuts never end up in the dispatcher since they (rj)
820        were tested against the "accepted" property. Seems this is not reliable nor needed,
821        it affected atleast PgUp, PgDn and Return.
822      * Arm currently selected track can now be bound: Default Ctrl+Return
823      * Goto end of song can be bound: Shift+W
82422.11.2019
825    - New solution to making bar lines more visible. Basically removed more hardcoded colors
826      and made them configurable in the appearance dialog (rj)
827    - Fixed escape-key shortcut for closing a few more dialogs/editors:
828      master track list/graphical, instrument editor (rj)
829    - Advanced router stylesheet support: New property 'RouteTreeWidget::categoryColor'. (Tim)
830      Also specific instance IDs Router_input_tree and Router_output_tree, if desired.
83121.11.2019
832    - Add command line option -C "Do not re-create plugin cache." (Tim)
833      Avoids (looong) repeated re-creations in some cases. Helps devs avoid after rebuilds.
83419.11.2019
835    - Soundfont *.sf3 files: Small tweak allows our MESS fluidsynth to load them. (Tim)
83618.11.2019
837    - Add dedicated new 'mute parts' svg icon, for 17.11 (Tim)
838    - Bug 681: Fix multichannel track feeding aux track, no audio. In AudioTrack::copyData().
839    - Fixed metronome selection of wave files, the selection in the ui
840      didn't actually do anything. (rj)
84117.11.2019
842	  - Introduce new scalable icons and cursors for edit tools (kybos)
843	    Improved cursor interaction in piano roll/drum editor (event canvas vs. control canvas),
844	    cursor shape shows when cursor has no function in given area
845	    Consistent cursor shape display in all editors affected (midi, part, score, master, wave)
846	    Correct cursor size on HiDPI screens (fixes issue #637)
847    - LV2: Fix sequencing/syncing plugins (Helm, LV2 metronome, NoiseMak3r...) (Tim)
848      Fixed TimePosition usage. Add quirks class for different plugin behaviour observed.
849    - Generic plugin UI: Added 'Quirks' buttons to toolbar:
850       "fixed speed" (fixes NoiseMak3r modulator stuck in small loop in stop mode for ex.),
851       "transport affects latency" (self-correcting LV2 Example Metronome for ex.), and
852       "override reported latency" (for plugins with broken or inaccurate latency reporting).
85312.11.2019
854      *** MusE 3.1.0pre3 ***
85511.11.2019
856      - Added tab in Aboutbox with some runtime of MusE, feel free to add more (rj)
857      - Disabled rate and size for audio device when Jack is selected as we currently
858        cannot change this from within MusE (rj)
85909.11.2019
860      - Reorganize instrument popup menu. (Tim)
86108.11.2019
862      - Fixed missing font scaling in drum editor at lower zoom level (kybos)
863      - LV2: Fixed program_changed callback lv2prg_Changed(), seemed completely wrong. (Tim)
86407.11.2019
865      - Add: Tooltip for current note/instrument in the midi editors (kybos)
86606.11.2019
867      - Adjusted raster drawing in view.cpp so it would draw lines that didn't (rj)
868        draw correctly on my rig. We'll see if anyone objects
869      * New - Instrument can now be changed on a Synth Track: (Tim)
870        For example you can now set 'GM2' or 'My cool instrument' on ANY synth track.
871        Not as useless/dangerous as it sounds. Tested OK saving/loading/changing instruments.
872      - Add: Range selection (shift-click) for tracks (kybos)
87305.11.2019
874      - Oops. Restore auto-create user instruments folder, likely swept away by 03.09 (Tim)
87504.11.2019
876      - Implemented issue 644: Rewind on stop (rj)
877        Added setting directly on Settings-menu as I
878        think this might be a setting that is often changed
879        might even consider making a toolbar button.
880      - Some cleanups, especially the addition of using of an enum for CPOS,LPOS,RPOS
88103.11.2019
882      - Fix issue 667: Hang on automatic restart. Reset jackStarted upon restart. (Tim)
883      - Fix issue 638: Font too small in popups started from mixer strip (kybos)
884      - Add: Double click on track ID selects all tracks of the same type (kybos)
885      - Fix: Change piano keys in piano roll to rectangular shapes to avoid pixelation when scaled (kybos)
88602.11.2019
887      - Mixers and strips: Mods and reverts to 20.10. (Tim)
888        Removed new track UUID. Found a way to work with track index and a local LUID instead.
889      - New: Persistent synth tracks. One consequence of the above fix is that synth tracks
890         are preserved if the synth is not found. All data is preserved if project is saved.
891      - Class EvData rewrite: Safer. Members protected. New methods such as resize().
89230.10.2019
893      - Fix some memory leaks reported by heaptrack. Still others are puzzling... (Tim)
89429.10.2019
895      - Latency correction: Fix feedback/noise using channel routing (vs. omni routing). (Tim)
896      - Fix issue 666: Crash if 'Prefer knobs not sliders' clicked on disabled instrument. (Tim)
897        Changed delete to deleteLater() in ComponentRack::clearDelete()
898        Disabled label was trying to call clearDelete() which deletes itself.
89928.10.2019
900      * LV2 Major rewrite of state/worker support and more, fixes several synths: (Tim)
901      - Worker message data now uses new LockFreeDataRingBuffer for bidi comm.
902        Fixes major problems with synth workers.
903      - Fixed problems with how our worker thread is awoken. Fixes several plugins.
904      - Fixed problems with how our EvBuf reads port data. Fixes several plugins.
905      - Fixed state file storing/reading and locations. State files are stored
906         in a unique configuration folder for each plugin, even if the song file
907         is not in its own folder.
908      - All file references IN or UNDER the song project folder are deemed RELATIVE,
909         to the plugin's configuration folder. All file references OUTSIDE the song
910         file folder are deemed ABSOLUTE.
911      - New cmake option ENABLE_LV2_MAKE_PATH, it is disabled by default !!!
912        If enabled (NOT RECOMMENDED), the above mentioned configuration folders are used.
913        If disabled, NO external files or folders are created parallel to the song file.
914        This is what we want with MusE, all data stored inside the song file if possible.
915      - Tested OK saving/reloading several synths that were broken before.
91620.10.2019
917      * Mixer and strips - Save entire state. Fix label text: (Tim)
918      - Entire state of mixer is now saved, including user-adjusted strip widths.
919        The state is preserved even if no mixers are opened (created) during
920         a session. This required re-working the mixer and strip configuration
921         (song and config xml files) to be more persistent.
922      - Mixer widths restoration: Fixed (hopefully) long-time problem with mixers
923         not opening at their stored song size if the mixers are already open.
924      - Strip track labels: Replaced multi-line word-wrap with elided (...) text.
925        Reduced variable-font variation somewhat to avoid too-small fonts.
926        Added tooltips on the labels to help see the full text.
92713.10.2019
928      - Improvements to 11.10. Fix accuracy problems (re)storing view state. (Tim)
929      - Jack midi: Suppress repetitive warnings of unused Midi Sense (ME_SENSE 0xfe).
93011.10.2019
931      * Midi Editor now keeps state (zoom, pos, controllers) after closing: (Tim)
932        Works on a per-part basis: Whatever you set on a part it remembers.
933        Pianoroll Editor and Drum Editor done.
93409.10.2019
935      - Pianoroll Editor: Increased default vertical zoom level from 1 to 2. (Tim)
936        Was challenging. The global variable 'yscale' in pianoroll.cpp had no effect
937         no matter what I put there. Fixed class ScrollScale (the slider!), had a
938         problem with the initial scale. Replaced its curious successive approximation
939         log() code with an actual log10() call, rounded up! Tested OK.
94005.10.2019
941      - Merge PR 665 from hfiguiere: Remove unused "all.h" and all relevant code. (Tim)
942      - Fix crash: SimplerPlugin (LadspaPlugin). Regression of 03.09. Wrong cache loc.
94303.10.2019
944      - Redesign: All SongChanged flags are now 128-bit (split two 64-bit). (Tim)
945        128 bits of flags split as two 64-bit values in class SongChangedStruct_t,
946         to support 32-bit OSs where 128 bit integers may not be available.
947        All the SC_* #defines are now wrapped in a SongChangedStruct_t constructor.
948        The new upper 64 bits are optional. They default to zero in the constructor.
949      - Setting of extSyncFlag, useJackTransport, and useMasterFlag are now operations
950         synchronized with audio. extSyncFlag and useJackTransport are now simple booleans.
951      - Removed obsolete experimental _AUDIO_USE_TRUE_FRAME_ code.
95215.09.2019
953      - Event List Editor: Rebuild upon time signature changes, shows correct BBTs. (Tim)
95403.09.2019
955      - Replaced all hard-coded paths in main.cpp with QStandardPaths. (Tim)
956        *** NOTE: This means the location of MusE config files and names have changed!
957        Everything has been moved to ~/.config/MusE/MusE EXCEPT the qt config file
958         which remains in ~/.config/MusE. The MusE config file 'MusE.cfg' has been
959         renamed 'MusE-seq.cfg'. The MusE qt config file 'MusE-qt.conf' has been
960         renamed 'MusE.conf'. The QApplication now has an organization name,
961         application name, and organization domain. All QSettings usages now defer
962         to these values instead of hard-coding QSettings("MusE", "MusE-qt").
963        These changes comply with QStandardPaths policies and QSettings behaviour.
964      - Replaced getenv with qEnvironmentVariable or qgetenv in main.cpp
965      - Disabled loading of default template files 'MusE-seq.cfg' and 'MusE.conf'
966         when either was not found. They should not be required. All default values
967         housed in the global config struct or other classes are now honoured.
96801.09.2019
969      * Command line complete redesign using QCommandLineParser: (Tim)
970        Supports long options. Qt text translations enabled.
971        Cross-platform, no getopt used.
972      * Python remote control redesign:
973        Uses QThread instead of pthreads to start/stop the Pyro server.
974        Launcher python code simplified. No custom event loop.
975        Uses daemon loopCondition to cleanly shutdown.
976        New MusE command line options for the python bridge:
977        --pyro-ns-host<host>  --pyro-ns-port<port>
978        --pyro-daemon-host=<host> --pyro-daemon-port<port>
979        --pyro-comm-timeout<time (s)>
98027.08.2019
981      * New! Restored Python remote control: (Tim)
982      - Completely updated to Pyro4.
983      - Compiles with Python 2 or 3.
984      - The API, the launcher, and ALL examples have been updated.
985      - Enabled with a cmake option and -y command line option, as before.
986      - BONUS: Either works with an ALREADY running Pyro NS, or else starts it.
987      - See new README.python for details.
988      - TODO: Some operations in pyapi.cpp:Song::event() are not realtime safe,
989         and do not allow undo (maybe that's a good thing - too many operations?).
99023.08.2019
991      - MASSIVE tedious fixes: gcc9 and Qt obsoletes/deprecates causing compile failure. (Tim)
992        Replaced implicit copy constructors or assignment operators with explicit:
993         MPEvent, MidiRecordEvent, MidiPlayEvent, Pos.
994        Replaced ALL obsolete QSignalMapper uses, and some more (but certainly not all yet)
995         SIGNAL/SLOTs with Qt5 lambdas. (Very tedious, but at least mappers are all lambdas now!)
996        Replaced ALL (tons!) obsolete QFontMetrics::width() calls with ::horizontalAdvance().
997        Replace ALL obsolete qCopy() calls with std::copy().
998      - Fix 'ConstantLength' Python plugin: Error: PyQt4 not installed. Converted to Qt5. Test OK.
999      - Fix audio controls right-click automation 'set event': Failed unless 'touch' or 'write' on.
1000        Call _aud_ctrl_list->add not insert in PendingOperationItem::executeRTStage() (AddAudioCtrlVal).
1001      - Fix Score Editor: Delete notes crashes. Corrupt non-const Part* cast in ScoreCanvas::tagItems().
100217.07.2019
1003      - LV2: Fix plugins using worker extension, such as *v1 suite (drumkv1 etc.) (Tim)
1004        When plugins pass us worker message data, don't just copy the pointer, copy the data.
1005        The data is usually local in the plugin and goes out of scope by the time a worker
1006         thread gets it, causing corruption (TM). Installed a std::vector for this purpose.
100715.07.2019
1008      - LV2: Removed ALL internal LV2 support. Too hard to maintain. (Tim)
1009        And to get important changes sooner, we would need risky git versions of the libs.
1010      - Support nominalBlockLength feature and coarseBlockLength property.
1011      - Changed LV2_P_MIN_BLKLEN value from 'segmentSize' to 0, since we might vary the run.
1012      - For plugin sub-runs, treat PluginPowerOf2BlockSize like fixed size for now.
1013        TODO: Better support by quantizing the control period to power of 2.
101401.07.2019
1015      - libinstpatch fix: Newer libinstpatch.pc replaces old libinstpatch-1.0.pc (Tim)
101630.06.2019
1017      - Audio: Fixed old bug hopefully, yay! Symptom: Load a song, press play, and get like this:
1018         "FIFO 0xda8d600 underrun" "WaveTrack::getData(Playback track) (A) fifo underrun"
1019        Cures: In Audio::seek() do not return if we are already at the requested position -
1020         let it update the prefetch fifo. Modified Audio::sync() to NOT repeatedly call seek()
1021         if waiting for sync. Tested OK with precount, seek-while-precount, seek-while-seek etc.
102229.06.2019
1023      * New! Comprehensive full midi and audio latency correction / compensation: (Tim)
1024      - This was a very tough problem to solve.
1025      - Currently DISABLED by default until certain it is OK.
1026        You must enable it. See the new Global Settings > Latency tab.
1027      - Features: 'Corrects' (looks ahead) or 'compensates' (delays) ALL audio and midi
1028         signals throughout. Recorded or played audio files should be TRUSTWORTHY now,
1029          regardless of audio driver period size.
1030      - Tested extensively with many configurations. Should be OK for usage trials.
1031      - Works OK with plugins that report latency (properly). It accounts for their latency.
1032      - Works OK with Audio Output track sends or Midi output sends and Audio Input returns.
1033      - Works OK with 'Bounce to file/track' function, with or without Jack Freewheel enabled.
1034      - TODO: Support Aux(illiary) tracks. Not handled at all ATM.
1035              Fix small snippet of missing sound at start of all playback material. Should be
1036               played BEFORE transport rolls. Use 'slow-sync' feature to hold up the transport.
1037              Add user-adjustment boxes on hardware ports. (Enter results from jack_iodelay for ex.)
103814.05.2019
1039      - Include RTC support only if ALSA support enabled. See issue 584 (BSD support).  (Tim)
1040      - Fix for github issue 646 "Select Directory" dialogs freezes MusE. (Tim)
1041        For a known Qt bug: QFileDialog freezes with a Gnome environment.
1042        In the bug report, a user said he fixed it by NOT supplying a parent. That is what I did.
1043      - Fix problem with loading lv2 presets on '<More...>' popup menu pages. Reported in forums.
1044      - Some fixes submitted for BSD support:
1045        Remove all dlopen() RTLD_DEEPBIND usage. Add some missing headers.
1046      - Users must now specifically set cmake option ENABLE_LV2_SUPPLIED to use built-in
1047         LV2 libraries, we will NOT automatically fall back to them now, to avoid problems.
1048      - Fix confusing DSSI and OSC cmake warning messages, per issue 655.
104901.05.2019
1050      - Fix quantize dialogs in pianoroll, arrangerview, scoreedit. Regression at 21.01.2019 (Tim)
105112.04.2019
1052      - Fixed midi import problem as reported in forums: (Tim)
1053        Importing tracks with duplicate (often blank) names caused problems with
1054         'drum_ordering' and 'route' song file sections since they refer to track names.
1055        Re-wrote to use track indexes instead of track names.
1056        Optimized and compacted the 'drum_ordering' section.
1057      - Added new Arranger column 'Track Index'. Helps identify blank or duplicate track names.
1058      - **Bumped up** song file version to 3.2, necessary for the new track header column.
1059      - Added Track::displayName() and Route::displayName(). They return strings such as
1060         "1:Track 5" and "2:" "3:" to help identify tracks.
1061        All places displaying a track name, such as routing popup and dialog, now show
1062         this 'augmented' display name to help identify blank or duplicate track names.
1063      - Fixed many semantic, code-will-never-run, allocation, header-not-guarded,
1064         and other problems as displayed by KDevelop Problems Reporter.
1065      - Fixed Midi Input Transformator and Midi Transformator problems.
1066        Problems creating/deleting presets. Tested all functions OK.
106725.03.2019
1068      - Fix issue 645 "Naming a track with acentuated letter". (Tim)
1069        Oops, regression from 07.01.2019: utf8 chars were corrupted.
1070        Reverted by re-adding QByteArray stuff, required for proper parsing.
1071      - Also fixed many double &amp; in *.idf files and a few other things.
1072      - Fixed bug in storing sysex comment xml section of midi instruments.
1073        It was doing escape replacements twice, corrupting the text.
107424.03.2019
1075      - Fix Time Signature boxes on toolbars: Could not adjust if 'use mastertrack tempo' was off. (Tim)
1076        Oops, regression from 22.04.2018
107723.03.2019
1078      * Metronome super-makeover: (Tim)
1079      * New metronome accents editor with factory and user presets:
1080      - Choice of global vs. song metronome settings.
1081      - Re-design metronome dialog, separating into tabs.
1082      - NOTE: Qt signal/slots macros are OBSOLETE!
1083        Implemented first usage of Qt 'connect' functors and C++11 lambdas, in metronome dialog.
1084        Strange, some Qt classes don't seem to have functors? (QCheckBox, QComboBox.)
108511.03.2019
1086      - Fixed build issues for vanilla Debian 9 (rj)
108710.03.2019
1088      - Fixed regression with storing decimal values in song file, they
1089        were using locale's decimal type, now stores with decimal point (rj)
109003.03.2019
1091      - Fix LinuxVST duplicates in plugin list if duplicate plugins exist. (Tim)
109202.03.2019
1093      - Plugin scanner: Redesign fixes problems with 'auto-rescan' trigger. (Tim)
1094        Significant changes: Previously folders were scanned for date/time differences
1095         compared to the cache file's date/time. This caused unwanted rescans if ANY
1096         file or folder inside changed. Now it is all *.so file centric. Now, ALL *.so
1097         files found are registered in our caches, and a new 'file timestamp' member
1098         was added, and a new "unknown_plugins.scan" cache file added. Then on next start
1099         it compares date/time of what exists in our cache with what is actually on the system.
1100      - Fixed remaining compile issues with various options disabled.
1101        Tested by turning off ALL cmake options. Revealed an error: We never linked
1102         pthreads into the core! With cross-platform in mind, this was followed:
1103        https://stackoverflow.com/questions/49768454/whats-the-differences-between
1104         -pthread-and-pthread-options-in-cmake (the 'modern' answer at bottom).
110501.03.2019
1106      - Added README.editor-shortcuts with keyboard shortcuts for midi and drum editor (rj)
1107      - Extended plugin scan wait time to 9 seconds, needed by Addictive Drums 2 atleast (rj)
110825.02.2019
1109      *** MusE 3.1.0pre1 ***
1110      - Added cosmetic highlight lines in arranger for every numbered line (rj)
1111      - Added shortcut for renaming a part (rj)
1112      - Added a text filter to the shortcut dialog (rj)
1113      - finally start preparing for 3.1 (rj)
111419.02.2019
1115      - Issue 639: Make 'midi remote' dialog box more clear. (Tim)
1116      - Fix M_PI from last commit. Don't detect in cmake, hard-code #ifdef M_PI for now.
111717.02.2019
1118      - Fix all uses of exp10(). (Tim)
1119        exp10 is now detected in the main cmake file, and defined as pow(10,x) in muse_math.h
1120         if it is NOT found. All relevant places using exp10 now have the muse_math.h
1121         header instead of <cmath> or "math.h".
1122      - Fix compile breakage if DSSI support not enabled.
1123        Oops, fixed scanDssiPlugins() in plugin_cache_writer.cpp and oops, removed
1124         duplicate "void initDSSI() {}" from alsamidi.cpp (how'd that get there?)
1125      - M_PI support now detected in main cmake file.
1126      - All inclusions of math.h and cmath have been replaced with muse_math.h
1127         to make muse_math.h a 'central hub' for special defines.
112816.02.2019
1129      - Fix Issue 640: wavecanvas.cpp use QProcess not fork() et al. (Tim)
113008.02.2019
1131      - Revert usage of QRegion stl features (too new at Qt 5.8). (Tim)
113207.02.2019
1133      - Updated all PyQt4 based midi scripts to use PyQt5 (rj)
113424.01.2019
1135      - Stop heartbeat timer in Audio::stop(). (Tim)
1136        Possible random crashes closing a song and loading another song.
1137        Observed a few times in mixer strip timer handlers. Not sure how
1138         (it's graphics thread), but in case something during loading
1139         runs the event loop or something, this should at least not hurt.
114021.01.2019
1141      - Merge from selection_fixes branch: (Tim)
1142      * NEW! Midi controller graphs copy/cut/paste and drag/drop:
1143      - See README.usage for new info about how it works.
1144      * Mixer strips added to Drum and Wave Editors:
1145      * Massive graphics, canvases, cut/copy/paste/drag/drop workover:
1146      - New: A few dozen lossless 'agnostic' (regardless of magnification)
1147         graphic routines in class View.
1148      - Entire graphics chain from class View all the way through to the
1149         editor classes has been reworked. Many lines, dots were missing etc.
1150      - Update regions as well as rectangles are now passed to most routines.
1151      - Lasso fixes: Simply drawing a large lasso rectangle can take much CPU%!
1152        So a new mechanism to draw a thin four-sided lasso REGION was added.
1153        So far added to Arranger only. CPU% is much better now.
1154      - Copy/cut/paste mechanism is now designed to be more WYSIWYG, to avoid
1155         operating unknown to user on selected items in some other out-of-view window.
1156      - Midi controller graphs no longer wait for sync with audio cycle upon each
1157         item drawn by the user. This was painfully slow with large audio buffer sizes.
115819.01.2019
1159      - Merge pull 634 "Run properly on HiDPI screens" from hfiguiere. (Tim)
1160        Modified slightly, to check Qt version.
116107.01.2019
1162      - Xml class full makeover. (Tim)
1163        Removed all QByteArray stuff. Now it works directly with _s1 or _s2,
1164         which cures concerns about deep copying the b.a. back to _s1/_s2,
1165         stuff which was hastily added at Qt4 to make it work.
1166        Tightened up several of the routines.
116706.01.2019
1168      - Scanner: Replaced silly stdout stuff with QTemporaryFile. (Tim)
1169      - Class Xml now supports directly reading and writing a QIODevice
1170         and writing to a QString, instead of requiring a FILE*.
1171      - Using the above, eliminated two usages of fdopen().
117206.01.2019
1173      - Fix plugin scanner bug reported by artofmusic in forum. (Tim)
1174        Some plugins may output stuff on stdout. This was confusing
1175         our xml scanner. So a method of separating our xml from the
1176         rest of stdout was added. Tested OK with LinVst and sforzando.
117719.12.2018
1178      - Fix fluidsynth fluid_synth_error() deprecated in 2.0.2 (Tim)
1179      - For bug 632: Fix slight text error in Global Settings option:
1180         Now reads "Ctrl + right click sets left range marker".
118107.11.2018
1182      * NEW! Safe Plugin Scanner version 2: (Tim)
1183      - The plugin scans are cached now, in ./config/MusE/scanner.
1184        This means faster startup time since it no longer has to
1185         rescan each time.
1186      - Deicsonze and SimpleDrums MESS synths load muuuch faster
1187         now since each instance no longer has to scan plugins.
1188      - New command line option -R forces rescan.
1189        Also new 'Force rescan' checkbox under plugin paths tab
1190         in Global Settings dialog.
1191      - Automatically detects changes in any of the plugin paths
1192         given in Global Settings dialog, and rescans.
1193      - Added Ladspa RDF (lrdf) support. Initial support for now.
1194      - More major rearrangements: Moved several module libraries
1195         out of the muse tree into the libs tree, since they stand
1196         on their own.
1197        Created new libs folder 'plugin' containing all of the
1198         plugin scanning and caching code.
1199        Awl and AL libraries are now fully separated and isolated
1200         from the main app. Awl is NO LONGER linked in with the
1201         main app, only with the Deicsonze MESS synth. Yay.
120220.10.2018
1203      - Oops, fix previous fix of 19.10.2018 (Tim)
1204        Move function_dialogs folder out to muse folder.
1205        Re-order the cmake subdirectory list so that things get built first.
1206      - Fix freeze or crash in Xml::parse() under certain conditions
1207         with corrupt files.
120819.10.2018
1209      - Moved complex 'widgets' to new folder 'components'. (Tim)
1210        New library 'components' separated from 'widgets'.
1211      - Finished completely isolating libraries AL, AWL, and widgets
1212         so that Deicsonze and SimpleDrums MESS synths load now.
1213      - So things are even more modular now for less unresolved dependencies.
121417.10.2018
1215      * NEW! Safe Plugin Scanner 'sandbox': (Tim)
1216      - MusE should NEVER crash due to plugin scanning at startup now!
1217      - All LADSPA, MESS, DSSI, and LinuxVST plugins are each scanned
1218         in a separate QProcess program upon MusE startup.
1219        Those that fail are NOT INCLUDED for further use.
1220        Currently the QProcess communicates back to muse via
1221         an xml-encoded text on stdout.
1222        But this could change to shared memory.
1223        (Hint hint: Grow into an actual plugin run-time sandbox host!)
1224      - All items in globaldefs.h that were in the global namespace
1225         are now part of MusECore namespace, including MIDI_CHANNELS
1226         which was a #define.
1227      - Added command-line option -S (Don't load MESS plugins).
1228      - Fixed crash in Deicsonze: Failure to initialize lfoDelayIndex.
122909.10.2018
1230      - Fix bug 629 by mqnc: Meta events (lyrics) not imported. (Tim)
1231        Lyrics + few other metas were ignored in buildMidiEventList().
123211.09.2018
1233      - Fix compile bug 635 by Pablo Tassi: "invalid conversion from
1234         ‘unsigned int’ to ‘Qt::WindowType’ in vst_native.cpp at lines
1235         1520 and 3607. (Tim)
123611.08.2018
1237      - New: SongChanged flags are now a structure with extra info. (Tim)
1238        Introducing SongChangedStruct_t. SongChangedFlags_t is now a
1239         member of that structure. New member 'subFlags' holds optional
1240         extra bits (we're running out of SongChangedFlags_t bits) which
1241         are intended to be a 'sub flags' NOT an extension of flags bits.
1242        New member 'sender' should ease a long-time problem of how to
1243         ignore self-generated SongChanged signals feeding back to an
1244         object with no way to know if they were self-sent. Unused yet...
1245      - Fix accidentally broken Arranger cut/paste on 07.08.2018
124609.08.2018
1247      - Fixed compile error when using internal LV2 support. (Tim)
1248        System LV2 include paths were being included, taking priority,
1249         fixed in top CMakeLists.txt file.
1250      - Fixed internal LV2 lilv state.c new_state_from_model() (Tim)
1251        I found state->dir should be a file path, not a URI.
1252        Symptom: With linuxsampler LV2 plugin for example,
1253         the filename sent to it was wrong, it was a full URI.
1254        Prepared a patch for submission to LV2, pending testing the fix.
1255      - Fixed internal LV2 compiler warning "unneccessary parentheses"
1256         treated as as error in LV2 util.h LV2_ATOM_OBJECT_FOREACH,
1257         LV2_ATOM_OBJECT_BODY_FOREACH, LV2_ATOM_SEQUENCE_FOREACH,
1258         LV2_ATOM_SEQUENCE_BODY_FOREACH, and in lilv.h LILV_FOREACH.
125907.08.2018
1260      - Menu cleanups, rearrangement. (Tim)
1261        Moved several Edit menu items to the Functions menu.
1262        Moved Mastertrack menu items over to View menu since they
1263         don't have much to do with editing tracks or parts.
1264        Eliminated Automation menu. Moved all those items into Audio menu,
1265         since they're all audio related.
1266        As requested: Added a Close item in the File menu. Currently it
1267         does NOT clear the midi devices and ports, they remain as last set.
1268        Added File Save As and Application Exit icons.
1269        Changed name of 'MusE Settings' menu to just 'Settings'.
1270        Added new checkbox in Appearance Settings: "Use theme icons if available",
1271         which activates a dormant feature of using theme icons if they are found.
127205.08.2018
1273      - Further LV2 GUI fixes - see 29.11.2017. Fixed X11 GUI size. (Tim)
1274        For example DrumGizmo should open OK and not be allowed
1275         to shrink below its supplied size.
127601.07.2018
1277      - Fix non-functional mouse wheel in Canvas::wheelEvent(). (Tim)
1278        Broke with fixes of 15.12.2017. I tried to repect what that fix did,
1279         hopefully works OK with either touch pad (I don't have one) or mouse wheel.
1280        Increased step size slightly from 40 to 50.
128126.06.2018
1282      - More fixes for newer gcc warnings treated as errors. (Tim)
1283        Oops. Fixed some funny business with memcpy in DeicsOnze::initPluginDelay().
1284        Oops. Fixed missing switch/case breaks in Slider::setOrientation().
1285        Bump up required RtAudio version to 5.0 and fix wrong include statement
1286         in rtaudio.cpp from rtaudio.h to rtaudio/RtAudio.h
1287        Attempt to fix warning (error) in lilv.h: "error: unnecessary parentheses
1288         in declaration of ‘i’ [-Werror=parentheses]". Can't seem to suppress this,
1289         was forced to turn lv2host.cpp/h into a separate module with its own
1290         -Wno-error compile flag. Tested OK with muse built as static modules
1291         or normal build. Bit of a hack, could it fail if something else includes
1292         lv2host.h first before the module is compiled?
129328.05.2018
1294      - Added missing #includes needed by newer Qt >= 5.11 (Orcan)
129510.05.2018
1296      - SimplePlugin system: More improvements. (Tim)
1297        Various changes. Added Plugin::createPluginI().
129808.05.2018
1299      - SimplePlugin system: Some improvements. (Tim)
1300        After scanning, all plugin libraries are CLOSED until instantiated.
1301        When all instances are freed, existing behaviour remains: Library closes.
1302        New class LadspaPluginI derived from PluginI which is a base class now.
1303        SimplePlugin system remains modular. WIP: Lv2Plugin, Lv2PluginI, others.
130406.05.2018
1305      - SimplePlugin system: Rearranged sampleRate, add segmentSize. (Tim)
130630.04.2018
1307      - RtAudio, dummy driver fixes if realtime scheduling NOT available. (Tim)
1308        Symptom: "...processTrackCtrls *** Error: evframe:123 < frame:299.."
1309        Cause: Two variables - time at cycle start, and frames at cycle start -
1310         were updated at different times in the audio device callback, causing
1311         timestamp requests to be wrong.
1312        Cure: The variables need protection in the callbacks when no realtime
1313         scheduling is available. Added a 'flipping variable buffer' scheme
1314         where all the variables are updated at once.
1315      - Submitted a patch to RtAudio project, to enable realtime for Pulse.
131622.04.2018
1317      * Fixes to Master Track functionality, and Transport mini-makeover: (Tim)
1318        - Fixed: Was impossible to adjust static tempo when Master Track disabled.
1319        - Removed superfluous tempo and sig boxes from Master Track Graphic toolbars.
1320        - Enabling external sync no longer forces Master Track off.
1321        - Added Master button to Tempo toolbar in all windows. Tempo box now obeys it.
1322        - Replaced Transport tempo and sig boxes with editable spinbox versions.
1323        - Fixed Transport controls' widths causing too-wide Transport!
1324        - New Transport buttons and SVG icons.
132510.04.2018
1326      - Small important fix: Auto-connect metronome to first audio output track. (Tim)
1327        When a new AudioOutput track is added, it checks if it is the only one
1328         and auto-connects the metronome to it. Also, template files having an
1329         AudioOutput track have been changed. This should make metronome "just work".
133008.04.2018
1331      * Major fixes to long-standing fundamental midi timing errors: (Tim)
1332      - Symptoms: Midi event times were often wrong, much worse with smaller audio
1333         periods. Caused jitter on almost every event, the events were booted into
1334         the next cycle when they should have been played in current one.
1335      - Floating point math has been BANISHED from ALL timing functions including
1336         midi, sync, wall-clock, jack time etc.
1337        Instead, large-integer math is used. Where 128-bit is required, the
1338         3rd party libdivide library is used for compatibility reasons.
1339        In functions which convert from a low resolution value to a high one,
1340         rounding-up is used (NOT round-to-nearest). For example, tick to frame
1341         is rounded up but NOT frame to tick. This ensures a one-to-one
1342         correspondence between frame and tick. Similar with MTC <-> frame calcs.
1343      - There was a fundamental problem with how we schedule midi events for playback,
1344         including metronome. We compared the midi event ticks with the current
1345         tranport frame range converted to ticks. This is backwards and inaccurate.
1346        It now converts the midi event ticks to frames and THEN compares with the
1347         current transport frame range. This is much more accurate and correct.
1348      - TESTS: Precount and metronome with a tempo of 125 or 120: Timing is perfect,
1349         no missed events. With a fractional tempo of 130.55: Timing is perfect,
1350         event times are 'decimated' (staggered) to account for the fractional part.
1351        With a wildly varying hand-drawn tempo map: Observed that all song bars do
1352         show as X.0.0 when on the bar. Was not working well before, due to losses.
1353      Unrelated fixes:
1354      - Added transport seek anti-flood mechanism. (Tim)
1355        Symptoms: When cursor was moved around, there would often be a 'flood' of
1356         repeated events as the 'snap' position competes with user-dragged position.
1357        A small fraction of a second delay was added after the cusrsor stops moving
1358         before the engine plays any more events.
1359      - Added precount 'Precount on play' and 'Mute metronome' features. (Tim)
1360        Precount on play allows precount during play mode. Mute metronome mutes
1361         the metronome after precount, this is handy if only precount is desired.
1362      - Fixed compile error when ENABLE_LV2_GTK2 is disabled. (Tim)
136321.02.2018
1364      * PRECOUNT feature lives! : (Tim)
1365      - Restored dead precount feature.
1366      - It uses the 'slow-sync' feature of Jack Transport (and ours).
1367      - Moved our 'dummy' transport feature from Jack module into
1368         base class AudioDevice. This means ALL our drivers support it now.
1369      - It means ALL the drivers support precount.
1370      - Added README.metronome which explains a few things. Read it!
137130.01.2018
1372      *** MusE 3.0.2 ***
137329.01.2018
1374      - Silly but very severe bug fixed with selecting midi device for newly
1375        created midi tracks. Looking for the last created midi device started
1376        out of bounds, instant crash when built for release (rj)
137728.01.2018
1378      - Fixes for #604: muse 3.0 fails to build: many undefined references. (Tim)
1379        Packagers wanted to use -no-undefined linker flag. But this also requires
1380         our own -DMODULES_BUILD_STATIC. The fix of 14.01.2018 fixed the main app,
1381         but all the MESS synths still failed to build.
1382        This MAJOR FIX rewrites all the plugins and some main app stuff, so that
1383         there are NO unaccounted dependencies and the two flags should work.
1384        Overview: Several complete core objects and several declarations/definitions
1385         were seperated from the core to their own modules or header files:
1386             sysex_helper_module memory_module evdata_module mpevent_module
1387             wavepreview_module xml_module, and midictrl_consts.h, midi_consts.h
1388        These modules all build SHARED regardless of MODULES_BUILD_STATIC.
1389        Several of the MESS synths directly used core components. Eliminated now.
1390        A huge remaining problem was Deicsonze synth directly used the core's
1391         plugin system (eek!), while SimpleDrums used its own plugin system.
1392        So a new common SimplePlugin library was built. It is similar to our
1393         main app plugin system but simplified for LADSPA, yet still has
1394         instance reference counting and auto-library-close.
1395        Both Deicsonze and SimpleDrums now use this library instead.
1396        (It is an interesting 'clean' plugin system from the ground up. Would be
1397         good to build upon this library to replace the main plugin system!)
1398        TODO: There is a flaw in how our plugin systems connect 2-1 or 1-2 ins/outs.
1399        TODO: There are still a couple of ugly but harmless dependencies, such as
1400         some synths depend on our widgets library but only depnd on widgets which
1401         don't depend on other things, and one synth depends on WavePreview.
140223.01.2018
1403      - Added an appdata file. Distros want it these days (Orcan)
140417.01.2018
1405      - Added ability to /not/ specify a default out, instead a created midi track
1406        defaults to the port with highest number (usually the last created)
1407        this is also the default behaviour now (rj)
140816.01.2018
1409      *** MusE 3.0.1 ***
141014.01.2018
1411      - Moved structure.* into muse/arranger/. -DMODULES_BUILD_STATIC=TRUE should
1412        work now. (Orcan)
1413      - Print out note name on events in Pianoroll
1414        possibly this should be a setting (rj)
141511.01.2018
1416      - Fixed looping not playing first note in loops since 17.12.2017. (Tim)
1417        Was a line in MidiDevice::handleSeek() I was not sure of.
1418      - Fixed midi sustain controller problems since 17.12.2017. (Tim)
1419        Sustain was not handled right, and was being reset to zero.
142008.01.2018
1421      - Fixed build against newer gcc (4.5+ with c++11 enabled) and glibc 2.27+ (Orcan)
142208.01.2018
1423      - Oops! Fix #602 Wave tracks lose sync if muted / unmuted. (Tim)
1424        Slight rework of WaveTrack::getData().
1425        TODO: Same thing happens if clicking track off/on.
142606.01.2018
1427      *** MusE 3.0.0 ***
1428        Final release of MusE 3.0.0
1429      - Changed remaining toLatin1() into toLocal8Bit() for fluidsynth path operations. (rj)
143005.01.2018
1431      - Merged feature from Michael Oswald, Mid transformer support for (rj)
1432        randomizing event
143304.01.2018
1434      - Fixed Zynaddsubfx LV2 not working in Muse (#599) (Tim)
1435        (X11UI ui type would not show after the first show, and looked ugly.)
1436        Used QMainWindow instead of QWindow for X11UI LV2 ui type.
1437        Added a flag state->uiIsOpening which forces the gui update timer
1438         to re-send all controls and program to the gui upon re-opening in
1439         LV2PluginWrapper_Window::updateGui + LV2Synth::lv2ui_SendChangedControls.
144002.01.2018
1441      - Fix fluidsynth not loading font although it shows valid filename. (Tim)
1442        Out-of-scope QString byte array constData in LoadFontWorker::execLoadFont.
144301.01.2018
1444      - Ported QThread and removal of QSocketNotifier from
1445        platformindependence branch (rj)
1446      - Removed Gui calls from nongui thread of fluidsynth plugin (rj)
1447        as they caused a lockup.
1448        TODO: The gui calls were there to handle when a soundfont was
1449        not found, to be able to load an alternative. Currently
1450        the fonts are omitted silently, a better solution should be found.
1451      - fixed regression, context menu for tracks had vanished (rj)
1452      - Some attempts to fix 'global cut' crash. Working on it...(Tim)
1453      - New SVG icons for transport stop, play, ff, rew, rew-to-start. (Tim)
145431.12.2017
1455      - As requested: Track monitor now works regardless of track mute. (Tim)
1456        Allows to listen to input while muting playback material.
1457        Note that turning a track off, or 'proxy muting' it will still
1458         mute the track.
1459      - Fix monitored midi output on wrong channel. Editing error from 17.12.2017
1460      - New master record icon, dual-state red LED style.
1461      - Missing ifdefs for RTAUDIO, build patch from Dennis Schulmeister added (rj)
1462      - Moved instantiation of Add Track Menu so it is only done once (rj)
146329.12.2017
1464      - Revert some new undo stuff and replace with pending operations. (Tim)
1465        Undo was behaving oddly for things like mute, rec, monitor, off etc.
146627.12.2017
1467      - Jack is now the default audio device selection. (Tim)
1468        If that fails, it tries rtAudio with Pulse, and if that fails,
1469         the dummy driver.
147024.12.2017
1471      - Oops! Fix years-old bug preventing a just-moved part from sounding. (Tim)
1472        The MovePart undo/operations were not properly erasing/reinserting
1473         the part because they were passed null track and oldTrack.
1474        For ex. if a wave part was moved before another wave part, it
1475         looked OK on screen but it did not sound.
1476      - Reverted small piece of code that made song dirty too sensitive.
1477      - TODO: Revert a few places, causing some undo operations to be
1478         included in undo/redo history when they weren't meant to be.
1479      - Added sample-rate change according to song file when using RtAudio (rj)
1480        as backend.
1481      - Removed the RtAudioJack option, brings trouble and can't find any (rj)
1482        reasonable use for it.
148323.12.2017
1484      - Some fixes to rtAudio support. (Tim)
1485        Fix compile error on unknown 'DummyAudio'.
1486        Automatically chooses nearest lower sample rate if requested
1487         rate is unsupported. Prevents freeze in MusE msg system.
1488        If driver cannot be started, it warns with a message box but MusE
1489         still runs so that user can change the driver.
1490        NOTE: If system is not set up properly, selecting Pulse backend
1491         while Jack is already running may cause MusE to freeze. Likewise,
1492         selecting Jack backend may cause Pulse to pause.
149322.12.2017
1494      - Added backwards compatibility hack for Splitter, (atleast some) old songs
1495        have only two splits for the arranger, so we inject a third to mimic
1496        tree splits (rj)
1497      - RtAudio with PULSE AUDIO backend is now default. (rj)
1498        Rather drastic change but it should make it much easier for new users.
1499        TODO: Display the current audio driver somewhere in the UI
1500      - Harmonized audio device selection so they are all available in the
1501        config dialog, midi only still can be selected with -a and
1502        RtAudio+Pulse can be selected with -t (rj)
150319.12.2017
1504      - Enabled basic stereo input support (rj)
1505      - RtAudio buffer allocation rework (rj)
1506      - Make RtAudio fallback instead of dummyaudio if jack isn't recognized. (rj)
150718.12.2017
1508      - Fixed horizontal scrolling with shift, again (rj)
1509      - Wired rtaudio to config dialog so backend device, buffers size
1510        and sample rate can be set (rj)
1511        TODO:
1512        > Add proper output port support
1513        > Add input ports
1514        > Make config changes without restart
1515      - backported build fixes in lilv/util.c from 0.24.2 to our version
1516        to allow building without deprecation warnings (by default we treat
1517        them as errors) (rj)
151817.12.2017
1519      * Substantial midi engine redesign: (Tim)
1520         - Merge from engine_fixes_2017 branch:
1521         - To ease working with multiple threads, new classes were developed:
1522           MemoryQueue, and templates TypedMemoryPool LockFreeMPSCBuffer
1523            and LockFreeMPSCRingBuffer. Pooled-memory SeqMPEventList was added
1524            to compliment MPEventList.
1525         - Midi device processing is now completely de-coupled from other threads,
1526            using only MPSC Ring Buffers. It just does 'what it is told' now.
1527           There is no more 'sending back' of midi controller values from midi
1528            device process code to the audio thread - that was like a SERIAL manner.
1529           Example: Previously a keyboard sent a controller, the audio thread picked
1530            it up and sent it to an ALSA device where it's processed in the seq thread,
1531            which then sets the muse hw midi controller representing it, and finally
1532            the gui controls are updated with these values soon after.
1533           Now instead, a keyboard sends a controller, the audio thread picks it up
1534            and sends it in a PARALLEL manner to TWO places at once: An ALSA device
1535            ring buffer where it's processed in the seq thread, AND a ring buffer
1536            processed in the audio thread for setting the muse hw midi controller,
1537            and finally the gui controls are updated soon after.
1538           As one result, midi controls are now updated properly from automation
1539            graphs - independently - whether the device actually got the messages,
1540            or even if no device (<None>) selected for the port !
1541           TODO: Now that we have MPSC ring buffers, I am hoping to allow ALSA midi
1542            to shine, by taking midi input and bypassing the audio thread and
1543            'directly' talking (putting) to other devices' threads. Eventually the
1544            ALSA thread will 'collect' and process events completely independent
1545            of the audio thread, autonomously without audio buffer size related delays.
1546         - External midi clock sync: Complete redesign! Does not 'miss' recording
1547            the first few notes any more.
1548           There is no more pervasive 'duality' of processing midi in 'ticks' when
1549            externally syncing vs 'frames' for normal tempo map use when not
1550            externally syncing.
1551           Instead, a brief external clock frame timestamp history is kept, and
1552            ALL midi processing is done in FRAMES now, regardless of whether
1553            externally syncing. Yay.
1554         - Large System Exclusive (sysex) message support: MusE can now record
1555            and playback very large sysex messages. Works great with ALSA.
1556           TODO: Jack midi does not support large sysex recording.
1557         - Some fixes to the 'retake' (restart recording) feature. Complete re-write.
1558           Much more stable and realtime-safe now. But still slow with wave tracks.
1559         - All mute, solo, and off controls make the song dirty now.
1560         - Metronome fixes: Fixed silent metronome when any track was soloed!
1561           Fixed metronome dialog: Not updating when song loaded.
1562           Fixed non-realtime-safe reloading of metronome samples.
1563         - Piano and drum list: No more slow waiting for audio thread when each note played.
1564           Fast! Completely de-coupled by putting to the ring buffers instead.
1565         - Several other smaller related and unrelated fixes along the way.
1566         - Enhancements to midi port/device popup menu in track list + drum list. (Tim)
1567           Sorted by device type now.
1568         - New! Synthesizer tracks can change their port from the track list.
1569         * Initial support for RtAudio - Pulse Audio sound output (rj)
1570           For the moment severely limited
1571           - only samplerate 44100
1572           - only output stereo
1573           - no input
157415.12.2017
1575         - Added support for track pad horizontal scrolling.
1576           Involved adjusting scrolling constants and moving to pixelDelta() for
1577           QWheelEvent, may need further adjustment (rj)
157814.12.2017
1579         - fixed track info drawing to be drawn correctly when using big fonts (rj)
158004.12.2017
1581         - Fixes to instruments, idf files, and sysexes. (Tim)
1582           Fix error in Yamaha 9000pro idf file causing
1583            "Cannot convert string to sysex r ct bn bt f7".
1584           Several submitted idf files have F0...F7 enclosing sysexes, which was not
1585            allowed, so to avoid changing them all, MusE is now more forgiving and
1586            accepts enclosing F0...F7 in idf files and when editing sysex events.
158703.12.2017
1588         - PopupMenu and RoutePopupMenu fixes and touchups. (Tim)
1589           Fix problems with <More...> submenus.
1590           Sort and present midi device items by device type.
1591           Slight rearrangement of title items etc.
159202.12.2017
1593         - Clear 'recently opened' file list upon MusE self-restarting. (Tim)
159401.12.2017
1595         - Further to 29.11.2017: Fixed LV2 synths + rack plugins position/size. (Tim)
1596           NOTE: AFAIK we have no control over LV2 plugin 'external' windows,
1597            only the ones where we create the window.
1598           TODO: Same fix for MESS synths...
159929.11.2017
1600         - Bug #571 Plugin GUIs are too narrow: Fixed. (Tim)
1601           Fixed generic GUI windows' initial position/size.
1602           Fixed saving/restoring pos/size of generic GUIs.
1603           Reported a Qt BUG #64773 regarding ignoring setting of position upon show()!
1604           For said bug, wrote a MusE workaround. Tested all generic GUIs OK.
1605           TODO: Similar fix for 'native' synth GUIs (where it supports it...)
1606           TODO: Similar check and fix other non-QDialog usages for pos/size settings.
160720.11.2017
1608         - Removed: Arranger 'Alt' button (and hidden Pianoroll) midi Trackinfo. (Tim)
160919.11.2017
1610         - LV2: Fix continuous "LV2SimpleRTFifo:put(): fifo is full" messages. (Tim)
1611           Rewrote LV2EvBuf ctor: Can't just always call _buffer.resize() here,
1612            which fills with items. Use reserve + assign(1) item for an output buffer,
1613            and resize for an input buffer. Some plugins expose midi output sequence
1614            ports even though they do NOT use them at all. This fix cures an oversight
1615            which caused our receiving buffer to always be full in such cases, never
1616            having a chance to be cleared by the plugin.
1617         - Bug #572: Fix Alt+P crash with unselected regions. (Tim)
161816.11.2017
1619         - LV2: Fix bug #587 All Gtk-based guis crashing on close. (Tim)
1620           Rewrote how we delete things on close.
162105.11.2017
1622         - Fix #592 MusE doesn't record some controllers. (Tim)
162308.06.2017
1624         - QString::sprintf is obsoleted. Changed most sprintf and all QString::sprintf to
1625            QString::arg usage or similar code, or snprintf. Compiler warned of some suspicious
1626            sprintf usage with not enough dest space. Fixed a few other compiler complaints. (Tim)
1627         - lv2Gtk2Support module: Build with -Wno-error to avoid stopping on warnings. (Tim)
1628         - Track list: Fix double error message box on track rename with duplicate name. (Tim)
162906.06.2017
1630         - More frozen MDI sub windows fixes. (Tim)
1631           When style or stylesheet is changed in Appearance, warning now is 'changes don't
1632            take effect until restarted'. Don't even attempt to set style/stylesheet if user
1633            answers no to self-restart prompt. Moved initial setup of style/stylesheet in main()
1634            from after muse->show to just after QApplication is created - now the only
1635            place allowed to set them, except for hacks if 'Fix frozen windows' setting is on.
1636           Note: Setting a stylesheet may still cause it to freeze. Working on the issue...
1637         -------------------------------------------------------------------------------
1638         [EDIT]: 29/11/2017 The 'frozen MDI sub window' thing was a KDE Breeze/Oxygen style bug.
1639                 Fixed upstream in recent versions with help from that team.
1640         -------------------------------------------------------------------------------
164103.06.2017
1642      * GCC 7 fixes: (Tim)
1643         - LV2 GTK2 support is now optional, due to a current exception breakage in gtkmm.
1644         - Fixed many places using switch/case 'fallthrough'. With gcc7 these now generate
1645            warnings which MusE treats as errors. I used 'comment warning suppressor indicators':
1646            // FALLTHROUGH
1647         - Fixed slight de-referencing problem in JackAudioDevice::portName().
164826.05.2017
1649         - Further to 22.05: [Sigh] More timer fixes: (Tim)
1650           Info: Alsa HR timer now has hard-coded 1000 Hz limit, unsettable, unreadable :-o
1651           As recommended by ALSA support, step through and try freqs as before.
1652           Fixed div by 0 crash in ALSA timer if freq too high - set ticks to 1 if 0.
1653           In view of the above, the RTC timer now takes priority. MusE tries it first,
1654            and falls back to ALSA (typically the HR timer or else the system timer).
1655           Updated README with modern info about setting up systems for timers.
1656         - Bug #567 from Krzysztof Gajdemski: Older Qt: Build fails at QMetaObject::inherits().
1657           Oops, remove line. Next line qobject_cast() will take care of it.
165822.05.2017
1659         - Oops, fix ALSA timer fix of 14.05 not working. (Tim)
1660           From kernel 4.4.0-77, some weird default 1000Hz limit on HR timer frequency!
1661           Step through several frequencies looking for the best one.
166221.05.2017
1663         - More mixer strip focus tabbing fixes, including strip-to-strip. Should be OK now. (Tim)
166420.05.2017
1665         - Oops, fix midi meters when midi sliders are in dB mode. (Tim)
166614.05.2017
1667         - Some work on ALSA timer. For ex. not working at all in openSuSE. (Tim)
1668           TODO: More tests. Cleanups. Remove diagnostic printf's.
166913.05.2017
1670         - More frozen MDI windows fixes: (Tim)
1671           Added option "General Settings > Gui Behaviour > Fix frozen MDI sub windows".
1672           Move the theme and style stuff in MusE::changeConfig() into a separate
1673            MusE::updateThemeAndStyle(). Many places call changeConfig, but only
1674            a couple really needed updateThemeAndStyle().
1675           TODO: Benign XCB connection errors may still occur. Remove diagnostic printf's.
167624.04.2017
1677         - Added Monitor track list column. (Tim)
1678         - Streamlined and tightened up the record-arm and bounce operations. (Tim)
1679         - Monitor on record-arm is on by default now, upon first installation. (Tim)
1680         - Fixed a problem with arranger track resizing taking much too long with
1681            many tracks and mixer open - added a separate SC_TRACK_RESIZED. (Tim)
1682         - Bumped up songfile version to 3.1, so that incompatible binary header data
1683            can be skipped, since a new Monitor column was added. Changed other files. (Tim)
168410.04.2017
1685         - Slight tweak: Don't allow the strips to gain focus. (Tim)
1686         - Added new Czech translation from Pavel Fric. (Tim)
168708.04.2017
1688         - Crash fix: File > New > Audio.med > change wave track 1 to stereo -> crashes soon after. (Tim)
1689           In AudioTrack::copyData(): In two sections concerning '2ch' -> '1ch' mixing: Move 'sp' inside
1690            channel loop. Was allowed to increment beyond, into other variable data, causing silent corruption.
1691         - Also, fixed template "audo.med": Both audio output track's outputs were routed to same jack port. (Tim)
1692         - Slightly simpler track list solo icons. (Tim)
169304.04.2017
1694      * More routing and mixer relief: (Tim)
1695         - New: As requested: Monitor on Record Arm option. Right click any strip, or Global Settings.
1696         - New: Mixer strip volume/pan affect multiple selected tracks. Works fully with midi <-> audio strips.
1697           Works in mixer and arranger, but purposely NOT in pianoroll to avoid accidental changes to other tracks.
1698           Tally of things that currently can operate on multiple selected tracks:
1699               Track list: Channel, port, mute, solo. Strip: Volume, pan, routing buttons.
1700         - New: Strip keyboard focusing and operations: All strip controls now accept keyboard
1701            focus. Strip volume box is now the default PROXY focus for all strips. Any strip control
1702            having focus can be adjusted with up/down keys. Regardless of who has focus,
1703            volume and pan always can be adjusted with universal keys.
1704            Keys:              Up/down: Adjust any focused control.
1705                         Alt + Up/down: Adjust volume regardless of focused control.
1706                      Alt + Left/right: Adjust pan regardless of focused control.
1707               Ctrl + Alt + Left/right: Switch to a neighbouring strip.
1708                                Escape: "Get me out of this focused control to something higher-level!"
1709                                        (Back to the arranger canvas, or the mixer window.)
1710         - New: Show midi volume as dB option. Right click any strip, or Global Settings.
1711         - To achieve midi volume as dB and support inter-strip increments, class MidiCtrlValList hwVal
1712            member type was changed from INT to DOUBLE. Was required to support fractional increments.
1713         - New: Midi strip instrument and patch labels respond to enter/return key to open popup menu.
1714         - New: As requested: Strip name labels: Double-click to edit track name, or right-click context menu.
1715         - New: Strips: 'Tabs' hold palettes of controls. Extra controls have been moved there from right.
1716           The tabs accept keyboard focus and can be activated by hitting return/enter or clicking.
1717         - Fixed: Yay! Finally the strip volume boxes have proper focus and mouse-over rectangles.
1718           There is a dumb problem with KDE Oxygen and Breeze themes: They turn off ALL such rectangles
1719            if the widget-to-font height ratio is too small. This required a HACK to force the
1720            rectangles to be drawn. Fixed with new class LineEdit, now is base of class DEntry.
1721         - Fixed: Strip labels now show colour with a stylesheet active. Looks good with dark stylesheets.
1722           It was a problem with the order and way in which stylesheets were set. (And they override
1723            fonts, so you can't SET then READ a widget font, it always returns what the stylesheet set.)
1724         - Fixed: Strip volume scale drawing was offset too much to the left sometimes.
1725         - Several other fixes along the way.
172616.03.2017
1727         - Draw the frame around all mixer strips. (Tim)
172815.03.2017
1729      * Routing and mixer relief: (Tim)
1730         - Fixed auto-connect routing: Midi tracks by default now only connect to the first
1731            suitable midi port input or output instead of all of them at once.
1732         - Multi-selected tracks editing: New: Routing buttons apply to ALL selected tracks
1733            ie. select two or more tracks and the routing buttons apply to each track.
1734           The selected tracks must be type-compatible. TODO: All other strip controls.
1735         - Added some SVG icons: Mixer window now scales almost perfectly to chosen font.
1736           Moved 'Monitor' button to between 'Off' and 'Rec arm' buttons.
1737         - New class IconButton replaces clumsy ToolButton and icon usage. Has TWO different
1738            icon groups, perfect for our 'proxy' solo and mute.
1739         - All mute buttons now show 'proxy' mute ie. when any OTHER track is soloed.
1740         - All 'Monitor' buttons are now off by default.
1741      * Bug fixes:
1742         - Fixes for 'frozen' Arranger not responding:
1743           NEW! Changing theme style in Appearance dialog automatically restarts MusE.
1744           If a stylesheet is chosen, 'style' is forced to 'Fusion' for now until fixed upstream.
1745         - Fixed duplicate events: From multiple tracks connected to the same inputs and output
1746            if 'Monitor' was active. Protection from same-time events (only) in MPEventList::add().
1747         - Fixed: Track ordering incorrect after deleting multiple tracks then undoing.
1748         - Fixed: Big CPU % spikes when clicking almost anything in the mixer window.
1749           Excessive redrawMixer() calls: Fix some controls/strip mouse handling: Accept, not ignore.
1750           New specific SC_TRACK_MOVED flag replaces the more general SC_TRACK_MODIFIED when
1751            moving tracks in Arranger or Mixer, and filter out other flags causing redrawMixer().
175216.02.2017
1753         * Recording from synthesizer midi output supported: (Tim)
1754         - All synths are now marked as both readable/writable.
1755         - Synths can now be selected as a midi input route.
1756         - Received events from a synth will absolutely NOT be echoed back to the
1757            SAME synth instance under any circumstances, even if 'monitor' button is on.
1758         - Recording: buildMidiEventList(): Added protection from duplicate events
1759            sent by certain broken plugins or malformed midi import files.
1760           (Our 'live stuck notes' mechanism already protects from playing 'live' duplicate notes.)
1761         - If output port's instrument has no note-off mode, do not use our 'live stuck notes'
1762            mechanism. This allows for example drum trigger input devices sending NO note-offs,
1763            although you must first select an instrument having no note-off mode.
176414.01.2017
1765         - Drum editor list: Added 'Set field', 'Set row', 'Set list' to right-click menu. (Tim)
176613.01.2017
1767         - Replaced midi editors' control panel knob with compact knob and LCD patch editor. (Tim)
1768           Both use the 'waitless' method of 09.01.2017.
1769         - Improvements to compact knob look and functionality. (Should look OK with 8pt font now.)
1770         - Clear focus after LCD patch edit popup editor closes. FIXME There are three sections,
1771            need to clear focus for now, we can't really have focus hanging around there for the
1772            unaware user - need to add a section 'hilighter/selector'.
177309.01.2017
1774         - FIXED: Midi strip controls much too slow with large audio (Jack) period. (Tim)
1775         - Created and installed new template class 'LockFreeBuffer<T>' to replace clumsy
1776            per-type / fixed capacity multiple implementations. Works with ANY type, and
1777            capacity can be set per-instance.
1778         - Replaced 'waiting' calls of midi strip controls, with the new LockFreeBuffer<T>.
1779           Midi controls are now fast and smooth, like audio controls, even at high Jack periods.
1780         - TODO: Fix midi controller graphs much too slow as well!
178107.01.2017
1782         * New - Monitoring feature: (Tim)
1783         - Midi Tracks and Wave Tracks have a 'Monitor' button.
1784           Push to pass input through to output.
1785           Midi Track 'Midi Thru' was re-branded and re-purposed as 'Monitor'.
1786         - Meters: When in 'rec-arm' mode but not 'Monitor', meters are active.
1787           Wave Tracks: NOTE: Be aware that when 'rec-armed', the meters show
1788            the RECORDING levels pre-fader/rack etc. NOT post-fader.
1789           This was a technical necessity, but actually has benefits: The user
1790            can see the actual recording levels before the signal hits the disk.
1791         - Since monitoring is important and can cause unaware unwanted mixing or
1792            missing audio, the 'Monitor' buttons flash to indicate being active.
1793         - TODO: Add an Arranger track list 'Monitor' column.
1794                 Make Wave Tracks NOT monitor by default ??
1795         - FIXED: Wave tracks now mix playback audio with incoming audio -
1796                   you can now hear what's playing as you are recording.
179721.12.2016
1798         - Make some cmake system commands friendlier. (Tim)
1799         - Remove some more old setuid stuff.
180020.12.2016
1801         - Removed libuuid dependency. Replaced with QUuid. (Tim)
1802           Tested OK copying and pasting/cloning parts and notes (places using uuids).
180318.12.2016
1804         * ALSA support is now OPTIONAL ! :
1805         * MusE can now be built as a PURE Jack application:
1806         - Also fixed some problems with various config combinations of DSSI, liblo, and ALSA support.
1807           Note: The smaller DSSI ALSA Compatibility package is NOT suitable for our DSSI support. (Tim)
180817.12.2016
1809         * Eliminated midi sequencer thread when ALSA midi driver is not enabled: (Tim)
1810           When 'ALSA' button is not clicked in midi config dialog, MusE is running PURE Jack,
1811            ie no sequencer thread (midiSeq), and no timer. Pure Jack.
181216.12.2016
1813         - Bug #520 by asbaklm: "Muse fails to start, produces stack smashing error": (Tim)
1814           Further to Bug #548 fix 09.11.2016:
1815           (Very old RTC timer was still causing it to crash upon the resolution request ioctl.)
1816           Did looong overdue ALSA timer code rewrite. Picks best timer such as 1,000,000,000Hz HR Timer.
1817         - ALSA Timer is now checked and chosen first over the RTC timer. RTC could still be chosen
1818            as a LAST resort. Apparently RTC works OK for some users (not using DrumGizmo?).
181915.12.2016
1820         - Update: Fluidsynth MESS plugin GUI updates the song's maps when
1821            soundfonts are removed or the channel or drum column is changed. (Tim)
1822         - Besides drum patches, note sample names are now cached for ALL melodic
1823            patches as well, they can be obtained although nothing uses them yet. (Tim)
182414.12.2016
1825         * New - Fluidsynth MESS synth plugin automatically shows correct drum note names: (Tim)
1826         - No more manually loading a drum map file ;-)
1827         - Load up some SoundFont(s) in the plugin, and try it out. Works with multiple
1828            SoundFonts in different channels (be sure to mark 'drum' column).
1829         - Automatically looks for libinstpatch-1.0 (from Swami) and uses if found.
1830         - Door is open for our Instrument Editor to allow PER-CHANNEL drum maps,since
1831            the system supports it now. You could add it manually to .idf files for now.
1832         - TODO: Remove (L) (R) etc. from name strings. ie. find a better way to make
1833            reasonable names out of multi-sample notes.
1834           Does not update maps yet when fonts removed. Please toggle the track channel
1835            or some other way force a map update manually for now.
1836         - Thanks to Swami author 'Element Green' for help.
183711.12.2016
1838         - LV2 Synth Tracks: Fixed patch not changing when patch list popped up. (Tim)
1839           Was simple change to include QVariant::UInt in *::patchPopupActivated().
184010.12.2016
1841         - Fixed lingering Arranger bug not restoring size properly on project reload. (Tim)
184209.12.2016
1843         * More 'New drum' track fixes. 'Old drums' invisible now, going soon: (Tim)
1844         - Midi Instrument Editor: A default Patch Number is allowed now
1845            (HBank = LBank = Prg = don't care). See GM instr for ex.
1846           ALL drum map items are editable now including Hide, Mute, Channel, Port, Anote.
1847           When 'Save' is clicked, song is updated immediately with changes to the instrument.
1848         - Drum Tracks: Added Track Drum Map overrides. Right-click any map item to see options.
1849           Channel, Port and ANote can be edited now.
1850         - Added a standard GM drum map to our GM instrument, on the default patch (see above).
1851         - Old midi export bug: Some controllers not exported! My typo: Changed 0x1000 to 0x10000
1852            in exportmidi.cpp:addController().
1853         - Midi Import/Export Dialog: Added two options for how drum controllers should be exported,
1854            see their tooltips/whatsthis for more detailed info:
1855              Apply drum map Port, Channel and ANote overrides
1856              Drum map channel overrides go to a separate track
1857         - Automatic conversion of loaded projects to use new drum tracks instead of old.
1858           Warning: The project will be SAVED with NEW drum tracks!
1859         - Old drum tracks hidden now. Will be removed later since they are no longer needed.
186009.11.2016
1861         - Bug #548 by funkmuscle: New DrumGizmo version 0.9.11 causes crash. (Tim)
1862           Removed seteuid()/setreuid() code supporting ancient givertcap tool (kernel privileges).
1863           Was interfering with DrumGizmo's use of semaphores.
1864           TODO: Remove further old rtcaps code such as main.cpp:getCapabilities().
1865           Tested OK so far, with self- or externally- started Jack, or dummy audio driver,
1866            and as root user as well, and with Jack running non-realtime.
1867           Note: This may also prevent things like our RTC timer code from accessing the RTC
1868            as non-root, but RTC is old and should be replaced anyway, and it usually required
1869            'poking' it beforehand in a terminal anyway - unless MusE is run as root which still
1870            works as always.
187130.09.2016:
1872         * A fix for 'New drum' tracks!:
1873         - Drum maps were not being updated according to track's current port and channel,
1874            and current state of program controller. So a hook into the global heartbeat timer
1875            was added and all drum maps are updated if necessary. Tested OK so far with
1876            multiple parts open in Drum Editor, and changing various ports, channels, and patches.
1877           NOTE: This means the Drum List can, and will, CHANGE DYNAMICALLY for example
1878            with more than one program change in a part, or simply dialing in a new port, channel
1879            or patch numer! TODO: Test + fix/improve/optimize more, and remove debugging messages. (Tim)
188029.09.2016:
1881         *** MusE 3.0.0pre2 ***
1882           Second prerelease of MusE 3.0.0
1883
1884         - Bug #526 by jphaenlin: Crash on cut with scissors while master open. (Tim)
1885           Seems old: In class MidiEditor: _pl (parts list) can be NULL, so protect the rest of the code.
188628.09.2016:
1887         - Completed Robert's mixer strip selection + keyboard navigation features. (Tim)
1888           Now works in BOTH mixers A and B. Tested OK all functions.
1889           Use the arrow keys and ctrl and shift to navigate strips and adjust volume and pan.
189025.09.2016:
1891         - Midi ports/synths configuration dialog: Allow multiple selections in device list. (Tim)
189224.09.2016:
1893         - Anti-alias the small routing channel circles. (Tim)
189423.09.2016:
1895         * Revenge of the knobs!:
1896         - Complete re-design of mixer strips, reinstating knobs but much smaller and compact. (Tim)
1897         - Switchable between knobs and sliders, via Global Settings or via right clicking any mixer strip. (Tim)
1898         - Also switchable value display, to minimize clutter.
1899         - Replaced clumsy three-slider midi patch editor with single-line custom LCD editor. (Tim)
190017.08.2016:
1901         - Bug by Martin Drautzburg: ALSA Midi controllers not working. (Tim)
1902         - Bugs by Michael Oswald: Change 3 delete to delete[]. In LV2Synth ctor, free _nPname later. (Tim)
190303.08.2016:
1904         - Merged fix for bug where configuration storage had stopped working, from AndreeeCZ (rj)
1905         - Updated templates to 3.0 (rj)
1906         - Fixed color-theme switching no longer working (rj)
1907         - Added another idf from Dennis Schulmeister, for Yamaha Motif XS (rj)
190827.06.2016:
1909         - Added instrument definition files from Dennis Schulmeister for:
1910            * Korg Krome (Bank Map KORG).idf
1911            * Korg Krome (Bank Map GM2).idf
1912            * Roland-MT32.idf
1913            * Lexicon-MX200.idf
1914            * Yamaha-Rex50.idf
191520.06.2016:
1916         - Added connection between arranger and mixer so selecting a track carries over to the
1917           mixer. Mostly a visual queue but some keyboard navigation and editing is possible (rj)
191819.06.2016:
1919         - Removed XML printout that warned of malformed xml, mostly due to the parser being
1920           incomplete, still prints the warning when debug is enabled and when we are reasonably
1921           sure it's wrong. (rj)
1922         - Added keyboard navigation between strips in mixer. Ctrl+left/right to move between
1923           strips. Up/Down to change volume slider (TODO add pan left/right) (rj)
1924         - Strips can also be selected with clicking and ctrl+clicking to select more than
1925           one. (TODO select strips from arranger too and allow to move all selected strips)(rj)
192616.06.2016:
1927         - Removed the ability to delete strips from the mixer, atleast temporarily, as it was
1928           crashing (rj)
192902.06.2016:
1930         - Rolled back transport icons to previous version (the new version looked bad with some themes)
1931           and made a new rec icon (rj)
193230.05.2016:
1933         - LV2: Fix playback crash with certain midi event times, in LV2SynthIF::getData(). (Tim)
1934         - Midi file export: Added missing Aftertouch, PolyAftertouch support! (Tim)
193528.05.2016:
1936         - LV2, LinuxVST: Fixed Aftertouch, PolyAftertouch, Pitch improper composition. (Tim)
1937         - LV2: Fixed sending redundant program changes with every small seek. (Tim)
1938         - LV2, DSSI: Support 16384 Banks, arranged as two 8-bit-wide, 7-bit High and Low Bank values. (Tim)
1939         - Thanks to Will Godfrey for reporting and testing with yoshimi.
194021.05.2016:
1941         - Fixed bug with ctrl+rightclick resize of notes no longer working (rj)
1942         - Fixed shortcut for Pointer tool in right click tool menu (rj)
194320.05.2016:
1944         - Fixed bug with reversed Input/Output hidden in mixer menu (rj)
194519.05.2016:
1946         - Upon startup, Jack midi inputs/outputs are (finally) now paired together
1947            into single MidiDevices just like the ALSA MidiDevices. (Tim)
1948           How it works: If the DIFFERENCE between two Jack midi port names are EXACTLY
1949            the words "capture" and "playback", or "input" and "output", or "in" and "out",
1950            or finally "c" and "p", then the ports are considered a matched pair.
1951           (The best names or aliases are picked, "system:" are avoided, similar to our
1952            persistent port routes feature.)
195316.05.2016:
1954         - Updated lv2Support tree to latest versions. (Tim)
1955           Instructions on how to do future upgrades added to lv2Support/ChangeLog.
1956         - Added new cmake option 'ENABLE_LV2_SUPPLIED', to use supplied vs. system
1957            lv2 support libraries (lv2, lilv, serd, sord, sratom etc). Default off. (Tim)
1958         - Removed pre-built lv2Gtk2Helper libraries and folder. (Tim)
1959           Replaced with lv2Gtk2Support folder, always built by cmake.
1960           * Thus, GTK2 dev packages gtkmm-2, gtk+-2 are now REQUIRED for LV2 Gtk2 UI support.
1961         - Fix compile stoppage warning if using Jack-1. The very old 'case 4: hack' in
1962            processSync and JackAudioDevice::getState(). (Tim)
1963         - Suppress unwanted Jack info terminal output. (Tim)
196413.05.2016:
1965         - Added instrument file for Classic Cantabile SP-250 / Medeli SP4200 from
1966           Mariotte91 at fontenay.tk (rj)
196729.04.2016:
1968         *Important bug fix: About two dozen CORRUPT usages of QByteArray::constData(). (Tim)
1969           In: routepopup.cpp lv2host.cpp helper.cpp dssihost.cpp jackmidi.cpp conf.cpp
1970            vst_native.cpp minstrument.cpp
1971           Symptoms could vary wildly. On my system MusE refused to load the config file.
1972         - Fixed compile stoppage due to latest Jack obsoleting jack_port_set_name(). (Tim)
1973           Created 'dlopen' function pointers for jack_port_set_name() and the brand new
1974            jack_port_rename(), and arbitrated between them.
1975         - Disable ElidedLabel auto-font size for now (midi strip instrument/patch labels). (Tim)
197622,04.2016:
1977         *** MusE 3.0.0pre1 ***
1978           First prerelease of MusE 3.0.0
197921.04.2016:
1980         - New: Accu-Slider: All sliders support 'shift' control for single-stepping
1981           even with thin sliders. (Tim)
1982           The shift control changes from 'coarse' to 'fine' adjustment mode so
1983           you can zero-in on an exact value even with very short sliders.
198414.04.2016:
1985         - Added missing Aux slider and Midi Program slider Appearance colours. (Tim)
1986         - Complete rewrite of 13.04.2016. Non-modal colour chooser, fully interactive. (Tim)
1987         - Do not save part colour names in colour configuration files. (Tim)
198813.04.2016:
1989    * New - Live colour editing and Colour Chooser Dialog in Appearance Settings:  (Tim)
1990        - All target colours are updated live in realtime. With functional Apply, Cancel, and OK.
199112.04.2016:
1992        - Implement meter colours from appearance settings. (Tim)
1993        - Finish default colour scheme. (Tim)
1994        - Fix obvious crash when loading another song: Do not connect songChanged()
1995           directly to Arranger and Pianoroll trackinfo's Strips. Instead, the Strips'
1996           songChanged() is called by Arranger and Pianoroll. (Tim)
199711.04.2016:
1998    (By Tim:)
1999        - Completed (mostly) work on arranger, trackinfo, strip makeovers.
2000    * New Appearance Settings:
2001        - Several new 'Mixer' colour settings: Sliders, gain, pan, aux etc.
2002        - New: Load and save colour settings. Share or backup your custom colours!
2003        - New: Aliased small fonts for certain controls (brighter, sharper!),
2004                with adjustable on/off size in Settings.
2005    * New audio/midi mixer strip 'Component Rack' system, streamlined and unified:
2006        - Configurable controllers, properties, and other selectable 'components'.
2007        - Not quite ready yet, user-configurability hidden for now...
2008    * New UI control functions:
2009        - All descendants of SliderBase (Slider, CompactSlider, Knob, ThinSlider etc)
2010           now support three adjustments 'modes':
2011              Normal:  Control moves with mouse.
2012                Jump:  Holding ctrl/middle mouse button jumps immediately to the value.
2013            No-track:  Holding meta changes the value only when mouse is released.
2014        - Reworked automation rec/play functions to fully support these modes.
2015    * Bug fixes:
2016        - New: Discrete trackinfo panel parts have been replaced with a
2017                unified class TrackInfoWidget, where classes WidgetStack, Scrollbar,
2018                and TrackInfoLayout are combined into one widget.
2019               Undesirable recursive things in the previous layout have been minimized
2020                by using this container to hold everything.
2021        - Full rework: Bottom area of arranger: Caused runaway width in some cases!
2022          TODO: Drum editor has a similar sizing problem, difficult to shrink sometimes.
2023        - Reworked Global and Appearance Settings dialogs to be smaller.
2024        - Some other small fixes.
202506.04.2016:
2026         - Fixed show/hide menu choices in mixer for strips (rj)
2027         - Remember last mixdown directory (rj)
202824.03.2016:
2029         - Changed lilv/lib.c: lilv_lib_open(): Added RTLD_DEEPBIND to dlopen() call. (Tim)
2030           Fixes at least two Qt4-based external-ui synths (synthv1, drumk) crashing.
2031           See corresponding UI dlopen call in LV2Synth::lv2ui_ShowNativeGui()
2032            for a similar fix and test results (better but the UI still CRASHES here).
2033           No other such plugins were found, in order to test this fix further...
2034         - LV2: Fix very slow right-click synth 'presets' menu with many items (ex. amsynth). (Tim)
203521.03.2016:
2036        * New Plugin Path editor in Global Settings: (Tim)
2037          The LADSPA_PATH DSSI_PATH VST_PATH LINUX_VST_PATH and LV2_PATH environment variables
2038           are now read only ONCE upon first-time run, to fill the Global Settings boxes.
2039          Afterwards these variables are SET (internally) by MusE at each startup, from the
2040           paths in the Global Settings boxes, so that the various plugin systems can find plugins.
2041          (Actually, LV2 /required/ setting LV2_PATH since we use the recommended lilv_world_load_all,
2042           and there doesn't seem to be any other way to set the paths programmatically in that case.)
2043        - Updated -h help text to reflect changes.
204421.03.2016:
2045        - LV2 fix: Support PowerOf2BlockLength - Was missing! Supports more plugins! (Tim)
2046        - LV2 fix: Support FixedBlockLength - Our process routines weren't respecting this! (Tim)
2047                   If any controller input was adjusted, a plugin would 'gurgle' or might soon CRASH.
2048        - LV2: Add debugging output (-D option) while discovering plugins. (Tim)
2049        - LV2: Report if a plugin is ignored due to any unsupported 'required feature'. (Tim)
2050
2051          Tested OK! With MOD Pitch Shifter series of plugins (they require fixed-block AND power-of-2).
2052          At both 1024 and 128 block size, these plugins' controllers responded smoothly, both with
2053           rapid manual adjustment and graphs, and did not 'gurgle' and did not crash after much abuse.
2054
205519.03.2016:
2056        - Fix toolbars initial positions in all windows. They were all on one line. (Tim)
2057          Our shared toolbar system can now use a toolbar's objectName to /replace/
2058           an existing toolbar, in MusE::setCurrentMenuSharingTopwin().
2059          This keeps common toolbars in-place (by default) in all the windows,
2060           especially as applied to the Main Window and the Arranger.
2061        - Rebuild Tempo Signature and CPU toolbars to allow shrinking. (Tim)
2062        - Fix problems with arranger minimum size and saving/restoring window sizes. (Tim)
206314.03.2016:
2064        * Arranger Track Info panel makeover: (Tim)
2065        - Add midi strip (finally!)
2066        - Add splitter handle for resizing the panel (finally!)
2067        - Add 'Alt' button to switch between midi strip and old midi track info.
2068        - TODO: Splitter initial default sizing issues. Saving/reloading should be OK though.
2069                Also maybe some crashes. Massive cleanups.
207012.03.2016:
2071        - Fix routing popup menus consuming all CPU power upon mouse movement. (Tim)
2072          In RoutePopupMenu::event(), removed "case QEvent::MouseMove". Seems to test OK without it.
207311.03.2016:
2074        - Make it slightly easier to recompile lvGtk2Helper library: Separate 32/64 bit makefiles
2075           and automatic cmake choosing of user-compiled over pre-built version. (Tim)
207609.03.2016:
2077        - Converted python scripts to python3 and explicitly launch with python3 (rj)
2078        - Fixed focus issue with running scripts, if launched from an editor, the editor
2079          would be pushed back behind the arranger (rj)
208008.03.2016:
2081        - Project dialog put focus on name (rj)
2082        - Punch in recording now works better when recording is started after the punch point. Live wave recording doesn't seem
2083          to work though. (rj)
208407.03.2016:
2085        - Pianoroll: Make midi strip vertical scrollbar appear to the RIGHT of the strip, not intrude into strip. (Tim)
2086          Similar to how arranger trackinfo scrollbar works. Much harder than it sounds:
2087           Added new custom trackinfo_layout module. Moved class ScrollBar into its own module. Added Splitter::setPosition().
2088        - Fix regression in MusE::readPart() causing not to re-open saved open midi editors. (Tim)
208901.03.2016:
2090        - Fix remaining audio engine bug from 31.10.2015: Certain routing conditions produced garbage audio output,
2091           and pinned channel meters. (Tim)
2092          Fairly substantial re-write of AudioTrack::copyData(), ::getData() and variants, especially input routing.
2093          Removed AudioTrack::addData(). Cleanups of massive comments etc. Test OK with many multi-channel scenarios.
209426.02.2016:
2095        - Save state of: Routing preferredRouteNameOrAlias and routerGroupingChannels,
2096           and routing dialog button routerExpandVertically. (Tim)
209725.02.2016:
2098        Plugin generic UI fixes, new features: (Tim)
2099        - New: Class Meter now has orientation: Horizontal or Vertical.
2100        - New: Class Meter now has scale markings (just like class Slider).
2101        - Fix bug #470: Built-in MusE UI (such as LADSPA TAP Reverberator) not responding to controls.
2102        - Replaced plugin generic UI ThinSlider with Slider.
2103        - New: Plugin generic UI sliders have scale markings.
2104        - Fixed backwards plugin generic UI output meters: Replaced VerticalMeter with Meter,
2105           and enabled meter scale markings.
2106        - Removed class ThinSlider and VerticalMeter from cmake build (but not from project).
2107        - Related: Mixer strip volume sliders: Reinstate a 'thumb' knob.
210824.02.2016:
2109        - Remember the state of ALSA button in Midi Configuration dialog. (Tim)
2110          It is a global setting, not per-song.
211122.02.2016:
2112        Merge from midi_engine_fixes branch: (Tim)
2113        - Added MidiTrack 'stuck notes' and 'stuck live notes' lists and support.
2114          For better handling of stuck notes for example when muted or rec-arm turned off.
2115        - Split 'stuck notes' handling between devices and tracks.
2116        - Removed midi instruments 'null parameters' setting, moved into General Settings midi tab as
2117           'Send null parameters' checkbox, default is off. Removed the setting from all .idf files.
2118        - Added General Settings midi tab 'Optimize controllers' (don't send dupl params or values). Default off.
2119        - Finished note-off / zero-velocity work of 13.01.2016 (it required the live stuck notes list above).
2120        - Apply midi track velocity/compression settings (and drum volume) to note-offs, not just note-ons.
2121        - Removed 'curProg' members from SynthI, and no longer read or saved in song.
2122          Replaced with MidiOutputParams struct in class MidiDevice. It holds current banks and prog,
2123           and current (N)RPN parameters and data, to faciltate the 'Optimize controllers' setting above.
2124          The current program settings for all channels are still stored in the song's MidiPort controllers.
2125        - Added class MidiEncoder to handle all midi controller input encoding. (WIP)
2126        - Added more latency functions to track and effects rack. (WIP)
212717.02.2016:
2128        (By Tim)
2129        - Audio automation graphs fixes:
2130        - Greatly reduced CPU usage while playing and graph(s) showing.
2131          (Update only required rectangles and paint only requested rectangles - not the whole darn window.)
2132        - Fixed flickering when moving mouse.
2133        - Added drawing layers: Draw lines, then vertices, then text. With moderate transparency.
2134        - Added shaded box for text, to stand out better.
2135        - Vertex selection: Guaranteed to be able to select a vertex even in densely crowded multiple graphs.
2136        - New vertices: Guaranteed to be able to add vertices to lines even in densely crowded multiple graphs.
2137          Note that preference is now given to selecting/moving existing vertices over adding new ones.
2138          The vertex 'hit' zone is such that if you really wanted to add another vertex to an already dense
2139           graph portion, then you should zoom in more.
2140        - Undo system fix in Undo::merge_combo():
2141              if (this->combobreaker || other.combobreaker)  // Flawed?
2142              if (other.combobreaker)                        // Changed. Test OK.
2143        - Audio automation graphs: Added Undo support. Smart Undo support using the above Undo fix.
2144          Dragging a vertex around makes only ONE Undo step.
2145          This is the first real 'editing' usage of Smart Undo using Florian's combo/breaker system.
2146          Score Editor uses it for undo-able note selection. But there was a bug where it required two undo clicks,
2147           and the above Undo fix seems to cure it now, one click only.
2148          Another good example of Smart Undo usage (TODO): Editing the Track List channel column.
214912.02.2016:
2150        - Added instrument definition for Yamaha S30/S80 made by Dennis Schulmeister (rj)
215109.02.2016:
2152        (By Tim)
2153        - Non-shared event lists followup: Wave event sndfile handles are now truly
2154           unique - overlapping multiple compressed audio file instances will play
2155           now instead of halting MusE.
2156          TODO: When a wave part is edited, ensure other instances' caches are updated.
2157          Note: The master sndfile list is now meaningless. (It now allows MULTIPLE instances of SAME wave file.)
2158                It will either soon be REMOVED, or embellished/re-purposed. As will the Clip List Editor.
2159                It is kept for now, so that the Clip List Editor can help debug what is going on.
2160        - Fixed crashes when using wave editing functions. Possibly fixes recording spikes too?
2161        - Close or re-open sndfiles in deleted or undeleted wave tracks/parts/events.
2162        - Fixed part copying in Duplicate Tracks function. Dialog added new modes.
2163        - Revert old: Do not auto-snap newly recorded wave parts to the grid. (Importing never did this.)
2164        - Streamlined some complex multi-cycle operations (stopRolling, recordStop, deleteTracks etc.)
2165           into single undoable operation lists (one cycle).
2166        - Eliminated the (very old) brief total audio dropout on transport stop or rec stop.
2167        - Fixed the (very old) audio FIFO underrun copious errors, at song load then play.
2168        - Added undo of recorded audio automation controller events.
2169        - Good speed ups to midi sustain controller real-time stop/start disabling/reenabling loops.
2170          (Rearranged the loops - it was iterating all 200 ports x 16 channels).
2171        - Still some related finishing work to do...
217207.02.2016:
2173        - Added widgets dependency on instruments, liste and deicsonze targets (Orcan)
217406.02.2016:
2175        - Fixed wave writing corruption when realtime wavedrawing was enabled (rj)
2176        - Arm all selected tracks in the arranger when clicking REC (rj)
217729.01.2016:
2178        - add shortcuts for mute tracks (SHIFT+m) and solo tracks (SHIFT+S) (rj)
217928.01.2016:
2180        - print DSP load in CPU toolbar
2181        - allow gain in channelstrip to attenuate also (rj)
218225.01.2016:
2183        - added midi drum name to simpledrums sample config (rj)
218422.01.2016:
2185        - raise config dialogs after apply to keep them visible (rj)
2186        - removed startSong from the config in the default case
2187          as we already know what should be there (rj)
2188        - Pianoroll/drum editor: Ensure new events are selected. (Tim)
2189        - Refix: Midi import empty tracks: Small revert. Test OK with user-supplied broken/fixed .mid (Tim)
219021.01.2016:
2191        - Midi import: Ignore empty tracks with zero data. Fixed corruption if so. (Tim)
2192        - Midi import/export: Delete allocated memory.
2193      *New: Midi export now has 'Use running status', and the instr/mode + port/device
2194             metas can now be turned off for a 'cleaner' file.
2195        - New wavedrawing mode (set to default) with drawing only a tiny outline of the wave (rj)
2196        - DidYouKnow dialog now allows multiline help texts (rj)
2197        - Several of the colors written to the config were not properly read back, now fixed (rj)
2198        - Fix drum editor: In Canvas::findCurrentItem: Selecting notes required 2 clicks,
2199           this also fixes dragging of selected same-time notes not dragging correct notes. (Tim)
220020.01.2016:
2201        - Fixed mixer crash when deleting track in updateStripList. (Tim)
2202        - Fixed audio rack plugin problems: From README.effects-rack:
2203            "For mono tracks with plugins having more than one audio input or output,
2204              MusE uses the first input or output and ignores the rest."
2205          This was not happening. It was using the second output. Fixed.
2206          Optimization: When changing track channels: Previously we deleted all rack plugin
2207           instances and rebuilt them. Now it only deletes or rebuilds what is necessary.
2208          Fixed: A good side effect of the above is that rack plugin GUIs no longer
2209           disappear when changing track channels :-)
2210          Fixed: Multiple-instance plugin GUIs were being updated from the last instance's
2211           control values. Now they are updated from the first instance (ie. 'left').
2212        - Arranger fixes: Fixed problems with channel unwanted double increments.
2213          Fixed problems with popup editors, click/doubleclick passing to parent,
2214           for example channel editor box causing 'track lock' column icon to light.
2215      *Arranger Feature - Multiple selected tracks common property editing:
2216        - You can now edit a property and it will change all the selected tracks.
2217          Currently works for track channel column and midi output port.
2218
221918.01.2016:
2220        - Strips are raised when dragged in mixer (they should also get a solid background)
2221        - When sorting mixer as arranger moving strips in mixer affects arranger also (rj)
222216.01.2016:
2223        - Added ability to rearrange mixer A and/or sync it to the arranger look
2224          Features:
2225            - Traditional look
2226            - Sync to arranger
2227            - Manually rearrange mixer with drag and drop
2228            - Allow individual strips to be hidden (re-enable them from the view menu)
2229          Still bugs to iron out and allow mixer B to also work (rj)
223008.01.2016
2231        - Fixed icon pos for transport toolbar (rj)
223215.01.2016
2233        - Routing popup menu: Fix stereo grouping mode not connecting both channels
2234           if second channel is clicked. (Tim)
223514.01.2016
2236      By Tim:
2237        - System-wide accuracy fixes, part 1:
2238          Enforcement of audio controller double-precision floating point accuracy internally,
2239           all the way up to the lowest-level structure Port (in plugin.h). Port now has a double value
2240           besides the existing float value. All track, plugin, and synth code changed to use double-precision
2241           wherever possible (only Track can take advantage of double - plugins/synths only use floats).
2242
2243        - Due to inaccuracy in log*() functions, muse_math.h was added where special macros are defined for:
2244           muse_log10r() and muse_val2dbr() (round to the nearest .000001), and muse_db2val().
2245          These use log10 and pow10. Some critical code will use the poor-accuracy fast_log*() functions
2246           in fastlog.h for speed, while other code takes advatage of (requires) our more accurate macros.
2247        - Audio strips: Ensured and verified accuracy and round-trip consistency of vol, aux, gain sliders
2248           and labels, and their controllers.
2249          Fixed strip slider problems honouring Settings 'Slider minimum value'.
2250          This value now means 'off' or 'muted' (-inf dB), not some value below it like before. Test OK.
225113.01.2016
2252      By Tim:
2253        - More note-off fixes related to 21.12.2015: Added Instrument Definition Files NoteOffMode attribute.
2254          Enforcement of internal note-off velocity usage, and no internal midi Event zero note-on velocities.
2255        - Fixed old -l locale switch problem by adding QLocale::setDefault();
225612.01.2016
2257      By Tim:
2258        - Mixer makeover in progress:
2259        - Replaced strip knobs with horizontal sliders.
2260        - General redesign of strip look and sliders.
2261        - Strips are expandable now with a right-edge 'handle'.
2262        - Fixed old mixer problem with unpainted areas (solved by QWidget::setUpdatesEnabled()).
226306.01.2016
2264        - Added 'clipper led' to mixer's audio strips (danvd)
226502.01.2016
2266        - Added Native VST FX support (rack insert plugins) (danvd)
226727.12.2015
2268        - Midi Instrument Editor: Fixed errors from ancient missing Qt3 signals.
2269          Fixed problems with instrument / patch / controller lists. Tests OK now. (Tim)
227021.12.2015
2271        - Rewrited midi events code for lv2 host. Fix for #435 (danvd)
227213.12.2015
2273        - Added support to resize notes and parts to the left with pencil tool (issue #292) (danvd)
227411.12.2015
2275        - Added LV2 UI open behavior (danvd)
227606.12.2015
2277        - Added live update of wave parts while recording (danvd)
227803.12.2015
2279        - Added Native VST shell plugins support (danvd)
228003.12.2015
2281        - Added non-discard restart recording function (a-la multi-take, SHIFT+space is default shortcut) (danvd)
228201.12.2015
2283        - Added recording restart function (CTRL+Space to activate while recording) (danvd)
228421.11.2015:
2285        - Auto resample imported wave files to project's sample rate (danvd)
228618.11.2015:
2287	- Added double click on Port column to open the gui of a synth (rj)
228831.10.2015
2289      By Tim E. Real:
2290      * New routing capabilities:
2291        - New: Persistent routes: If a device disappears (say USB Midi) we remember it.
2292          Currently works for Jack audio and midi routes.
2293          TODO: Expand concept to include persistent Synth Tracks, Rack Plugins and Tracks.
2294
2295        - New: Multi-channel Audio Track routing. Any channel to any channel.
2296          Fully functional (although maybe a sound engine bug - an unconnected
2297           channel may have repeating nonsense sound data.)
2298          Audio tracks still only have up to two channels (or N synth audio channels),
2299           but this feature may help later for true multi-channel Audio Tracks.
2300
2301          Users connect individual Audio or Midi channels with 'Channel Routes',
2302           or all at once with 'Omni' Routes (similar to previous behaviour).
2303
2304        - New: Graphical Routing dialog redone and enhanced. Almost complete.
2305          Added to routing popups as "Open Advanced Router".
2306          Middle Connections View window, which can be scrolled.
2307                  Thick lines are Omni Routes and thin ones are Channel Routes.
2308          Each pane's tree has textual Omni nodes, plus some have a
2309           'Channel Bar' sub node (an array of connectable Channels).
2310          All nodes are organized in 'Category' nodes.
2311          Itemized Master Connection List synchronized with left and right panes.
2312          Filter buttons: Show only selected nodes in left or right pane
2313                  Show only routeable nodes in the other (right or left) pane
2314                  Show all 200 Midi Ports (else it filters unused/unrouted ones)
2315
2316        - Routing popup menus redone. Test OK, some cosmetic tweaks aside.
2317          Shows Channel Routing matrices, plus easy single-click Omni Routes.
2318          Uniform audio and midi routing popup menus.
2319          Full keyboard support.
2320        - Note: Keyboard action activation for ALL popup menus, including routing,
2321                 has been changed from space bar to Enter. Hold ctrl to 'stay open'.
2322
2323        - New: Routing popup menus for Midi Tracks now allow you to do Jack Midi
2324           routing from the menus! Like "Connect this Midi Track to Jack Midi port
2325           XYZ via Midi Port 123:MyJackMidiDeviceName".
2326
2327        - Midi Track to Audio Input routing (for soloing chaining) greatly simplified.
2328          Instead of a cumbersome dual system of Midi Track to Midi Port route and
2329           Midi Port to Audio Input route PER track channel, now it is simply a more
2330           direct Midi Track to Audio Input Omni Route. No 'channels' involved.
2331          This behaviour is different than before, but should still serve the purpose
2332           of soloing chaining.
2333
2334        - Instead of one route for all 16 Midi Track channels using a bit-wise mask for
2335           the Route::channel member, it is now reverted back to one route per channel.
2336          This makes all routing uniform (Route::channel now always means 'a channel'),
2337           no special code for Midi Track routes.
2338          (Applies only to Midi Track input routes for now.)
2339
2340      * File operations:
2341        - A new system of warning users about loading older song file versions
2342           is in place and operational. It uses the MusE File Version number
2343           found in the xml module. Increment it wisely given these new warnings,
2344           especially if 'auto-converters' are 'quietly' enacted while loading.
2345        - Added conversion code to transform older loaded files into the format
2346           which this version currently stands at.
2347        - Saving and loading tests OK so far but may need a few tweaks.
2348
2349      * Midi config dialog:
2350        - New: Device List added, with 'Delete' button.
2351        - New: Command-line flag disables startup 'midi auto-discover/fill devices/ports'.
2352        - Default Jack Midi Device names have been changed.
2353          Instead of 'mirroring' the long Jack Midi port names, helpful but NOT good - a
2354           different Jack port or multiple ports can be connected making the name meaningless -
2355           Midi Devices are now simply named like "Jack Midi 1".
2356        - Fixed improper Native VST version number display in synth list.
2357
235823.10.2015
2359        - Moving to 3.0.0 release (danvd)
236023.09.2015
2361        - New cpu usage metering algorithm without jack dependency (danvd)
236201.07.2015
2363        - Implemented "Normalize wave part" menu item for wave track parts (danvd)
236424.06.2015:
2365	- Added information in About box about supported plugins. Feel free to
2366          add more status info! (rj)
236730.05.2015:
2368         - Patch from Michele Ballabio to compile muse without LV2 enabled added (rj)
236915.05.2015
2370         - Added some missing initializations for native VST synths (rj)
2371         - Added some instructions for compiling with Steinberg VST SDK instead
2372           of the bundled Vestige header (rj)
2373
237405.05.2015
2375         - Added multichannel support for SimpleDrums (+routing ability) (danvd)
2376         - Added channel meters for SimpleDrums (danvd)
2377         - Updated SimpleDrums config to version 3 (added routing config saving/restoring) (danvd)
237815.04.2015:
2379         - Fixed bug #363, Len not initializing correctly when importing midi files (rj)
238003.04.2015:
2381         - Made raster colors in midi editor editable and section dividers in track list (rj)
238215.03.2015:
2383         - Changed string handling to allow international characters in fluid synth
2384           as well as wave tracks, this has affected several parts of muse, not the
2385           least undo/redo. Internally handling of strings have been changed to QString
2386           instead of char * in several places. This to minimize conversions as this
2387           is a big source of errors. String conversions from .toLatin1 have been changed
2388           to toLocal8Bit and QString::fromLocal8Bit in many places. I think this is
2389           right way but it needs more testing. Fixes bug #361 (rj)
239002.03.2015:
2391         - Slow motion moving of editing of automation with shift key (rj)
239204.02.2015
2393         - Added smooth transition from big to small meter value (danvd)
239431.01.2015
2395         - Load lv2 gtk2 ui helper on the first native gui call (danvd)
2396         - Removed lots of warnings, tested both on clang and gcc (danvd)
2397         - Added -Werror to DEBUG build type (danvd)
239828.01.2015:
2399         - MusE 2.2.1 release (rj)
2400         - Optimizations to lv2 rtfifo class (danvd)
2401         - Fix for potential crash on startup due to defaultStyle (danvd)
240220.01.2015:
2403         - Change toggle functions in track list to not include output tracks (rj)
2404         - Added ability to change all midi tracks or all drum tracks to the same port with
2405           control clicking on the output port name (rj)
240618.01.2015:
2407         - Added shortcut to edit track name, F2 (rj)
2408         - Added multi toggle of mute, solo and midi track type.
2409           If multiple tracks are selected and one of them is clicked they will all be affected by the operation
2410           Additionally for solo and mute, if the Control key is used, ALL tracks will be toggled. (rj)
241117.01.2015:
2412         - Added link library sndfile for SimpleDrums (rj)
2413         - typo with duplicate tracks shortcut fixed (rj)
241415.01.2015:
2415         - Ported code to Qt5. Port works rather stable - no crashes and artifacts
2416           during 4 days testing (danvd)
2417         - Added scrollable submenus option to global settings (danvd)
2418         - Added CPU load toolbar (danvd)
2419         - Optimized RT Fifo class used for lv2 plugin <-> UI communication.
2420           This reduced CPU load by 1-2% :) (danvd)
2421         - Integrated Presets submenu into midi track's programs menu for LV2 synths (danvd)
2422         - Implemented presets saving and updating for LV2 synths/rack plugins (danvd)
2423         - LV2 presets are stored in common format and can be
2424           shared between lv2 hosts (danvd)
2425         - Integrated lv2,lilv,sord,serd,sratom,zix libraries into MusE's source tree.
2426           Now MusE can be compiled without external LV2 dependences at all (danvd)
2427         - Reworked Appearance::defaultStyle static QString variable (static var init fiasco fix) (danvd)
242815.01.2015:
2429         - Fixed bug with setting name for dupliated tracks and reworked a bit (rj)
2430         - Some shortcut changes (rj)
2431         - Changed metronome accent to only affect offbeat (rj)
243212.01.2015:
2433         - Added new Czech translation from Pavel Fric (rj)
243406.01.2015:
2435         - MusE 2.2 release (rj)
243602.01.2015:
2437         - Moved LV2 effects to own submenu when adding in arranger,
2438           same solution as for Windows VST synths, a bit hacky (rj)
243901.01.2015:
2440         - Calculate filenames when duplicate tracks improved (rj)
2441         - fixed two crash bugs when instantiating plugins did not succeed (rj)
2442         - Added LV2_PATH info in help (rj)
244328.12.2014:
2444         - Some more features to metronome, click selection etc,
2445           needs some more testing (rj)
244627.12.2014:
2447         - Pretty print customData in song file for lv2 plugins (rj)
2448         - Added progress dialog to midi filter execution (rj)
244922.12.2014:
2450         - MusE 2.2beta2 release (danvd)
245121.12.2014:
2452         - Added support for LV2 path MAP and MAKE extensions (danvd)
2453         - Added support for LV2 LOG extension (danvd)
2454         - Revorked synths menu popup (added scroll ability) (danvd)
2455         - Improved lv2 synth programs popup (added bank submenus) (danvd)
245619.12.2014:
2457         - Added support for CV type lv2 ports (danvd)
2458         - Implemented Atom_Event_Transfer support for plugin<->UI communication (danvd)
2459         - Plugins with unknown port types are skipped properly now (danvd)
2460         - Absent default plugin values are initizlized to zero now (danvd)
2461         - Improved UI resize callback (some X11 uis were cropped) (danvd)
246205.12.2014:
2463         - added LV2 host support (danvd)
2464         - MusE 2.2beta1 testing release. Mainly for lv2 host testing and feedback (danvd)
246508.11.2014:
2466         - Readded plugin parameters persistence in the plugin dialog (rj)
246719.10.2014:
2468         - Moved Wine VST synths to separate sub menu (rj)
2469         - Allow unselecting default midi output port (rj)
2470         - Fixed value update of pitch knob in SimpleDrums plugin (rj)
247115.10.2014:
2472         - Fixed crash bug iterating through events in script executor (rj)
2473         - Added script RemoveAftertouch (rj)
247412.10.2014:
2475         - Reworked the PluginDialog to use a ui file and give more filter possibilities (rj)
2476         - Added [HOME] button to file open dialog (rj)
2477         - Added QMessageBox warning about missing synths (rj)
2478
247910.10.2014:
2480         - Don't allow changing the port of a soft synth, it makes no sense (rj)
248107.10.2014:
2482         - Changed detection of liblo to make it a strict requirement as the code would not
2483           build without it when DSSI was enabled (rj)
248427.09.2014:
2485         - Added QMessageBox warning about missing plugins (rj)
2486         - Ignore undo/redo while recording (rj)
248701.09.2014:
2488         - Fix crash reported by LakeIshikawa: Pressing delete while clicking or dragging events or parts. (Tim)
2489           Ignore commands (like del) in each editor's ::cmd() handler if current canvas drag mode is not DRAG_OFF.
2490         - Added Arranger menu item Edit -> Delete, does same thing as pressing delete, either parts or tracks.
2491         - Added new SongChanged flags: SC_PART_SELECTION SC_TRACK_SELECTION, to distinguish from events SC_SELECTION.
2492         - Fixed copy/paste problem: Paste copies not clones, if the original parts/tracks have been deleted.
2493           Added 'bool ClonePart::is_deleted', set/cleared when parts/tracks deleted/added. Checked in Part::readFromXml().
249416.06.2014:
2495         - Transformation to non-shared event lists (started by Florian) is virtually complete. (Tim)
2496           Events have an ID now, shared among clone parts.
2497           New: Fast pending operations lists: They replace RT "execute/revert ops stage-2".
2498         - A few more commands support Undo/Redo now, like setting global tempo.
2499         - Handful of (un)related fixes along the way.
250029.04.2014:
2501         - Added more hints to DidYouKnow dialog (rj)
2502         - Improved README.txt for share/scripts (rj)
2503         - Improved scripting interface, picks time signature from the start of the
2504           part, with -D argument extra debug info is written and the data file
2505           used for data transfer isn't removed. (rj)
2506         - Added new midi script TempoDelay (rj)
2507         - Improved swedish translation (rj)
2508         - Changed behaviour of selecting midi device for new midi tracks. Now there
2509           is no default set, instead the most recent midi device is selected. Though
2510           if a default midi channel is selected this will take precedence (rj)
2511         -
251228.04.2014:
2513         - Fixed issue #350 (rj)
251411.01.2014:
2515         - Fix song not 'dirty' on most operations (close was not prompting to save). (Tim)
2516           Added 'emit sigDirty()' at end of Song::executeOperationGroup3() and ::revertOperationGroup3()
2517           if operations list not empty.
251810.01.2014:
2519         - Instrument Editor now basically complete: Added Initialization Sequence editor. (Tim)
2520           Initialization sequence sysex's can be entered manually or chosen from pre-defined list
2521           using sysex event editor.
2522         - Sysex event editor now allows selection from pre-defined Instrument Sysex list.
2523         - Revised and edited Roland SD-50.idf by Patrick (split into GM2/nonGM2).
2524         - Fixed GM2.idf file prog numbers wrong.
2525         - MusE now imports GM2 midi files. (Properly selects GM2 instrument.)
2526         - Fixed several build-system ordering problems. Also some code cleanups, tweaks.
252706.01.2014:
2528         - Midi instrument can now be changed from midi track info panel. (Tim)
2529         - Some minor code tweaks, code cleanup in mtrackinfo.cpp, confmport.cpp.
253006.01.2014:
2531         - Added (and fixed) Roland SD-50 .idf file by Patrick. Needs more work: split in two .idfs (Tim)
2532         - Added GM2 .idf file created by me Tim.
2533         - Fixed a couple of improper "&apos" xml substitutions in xml.cpp
253417.10.2013:
2535         - Fixed drag&drop plugins sometimes not working when built with optimize (rj)
253610.10.2013:
2537         - Added a visual metronome to Bigtime (rj)
253809.10.2013:
2539         - Changed track dragging to move instead of swap (rj)
2540         - Removed projects from 'recent' menu if they no longer exist (rj)
254108.10.2013:
2542         - Added line drawing of tempo in graphical master track editor (rj)
2543         - Fixed bug (issue #342 Moving Aux sends crashes muse) (rj)
254403.10.2013:
2545         - Added keyboard shortcuts in midi editors for functions, Step record, Midi input,
2546           Play events, Inc/Dec velocity (rj)
254728.09.2013:
2548         - Changed default shortcut in PianoRoll for moving to current position from C to I
2549           the former was conflicting with the default global shortcut for metronome (rj)
255027.09.2013:
2551         - Changed beat lines to a darker shade (rj)
255202.09.2013:
2553         - Display git hash and date in the about box instead of svn revision (Orcan)
2554         - Bumped the year string to 2013 in the about box
255501.09.2013:
2556         - Mods/fixes to Midi Input Transformator plugin: (Tim)
2557           Fixed some bugs when reading procVal2Op from song.
2558           'Program' is now allowed 'Event type' selection.
2559           'Toggle' is a new Processing Value#2 Operation. It toggles between Value#1 and Value#2.
2560           This means for example a standard midi foot controller (which only sends program changes)
2561            can now be used to send TOGGLED midi CC values, say back to an effects unit
2562            thus the foot controller becomes like regular 'chained' stomp boxes, operating
2563            upon individual effects.
256414.05.2013:
2565         - When midi in is enabled in drum editor the selected track is moved along with
2566           the triggered key (rj)
256712.05.2013:
2568         - Fixed bug with playback of drums clicking on notes in the new drum editor,
2569           it was playing the wrong instrument (rj)
257008.05.2013:
2571         - Yet another MAJOR audio engine and plugin/synth process chain re-write. (Tim...)
2572         - Track controllers (vol, pan) now sample-accurate.
2573         - Track controllers (vol, pan) slope limited for near-noiseless operation. TODO: User settings.
2574         - Fixed: "Duplicate Selected Tracks" crashes. Also now copies plugins and synths too.
2575         - DSSI + Native VST: Fixed not remembering generic/native GUI pos/size. TODO: DSSI native GUI.
2576         - Fixed regression by flo: Sliders were recording multiple automation points at same value.
2577         - Fixed canvases not remembering position/zoom - everything reopens at exact same pos/zoom now.
2578         - Fixed automatable audio GUI controls 'jumpy' in TOUCH mode if heavy graphics causing slowdowns.
2579           When pressed, any control now truly 'disengages' from competing/intefering controller stream.
2580         - Improved audio automation modes, + READ mode can now be interrupted by GUI or ext control.
2581         - MESS synths (esp Deicsonze): Controls (like Track Info program) and synth controls now mirror
2582            each other, both ways.
2583         - Deicsonze softsynth: Fixed several problems: Not remembering settings + ladspa plugin settings,
2584            midi controllers were in wrong domain - moved to NRPN14 type. TODO: Fix 'biased' midi controllers
2585            like pan and detune etc.
2586         - Native VST: Call idle periodically. Makes some plugins like Glitch work, as per LAD mail.
258705.04.2013:
2588         - Change window title when there are unsaved changes (rj)
2589         - Add auto-save feature, when enabled tries to save after 5 minutes
2590           when there has been changes, unless transport is running (rj)
259104.04.2013:
2592         - Added pitch control to SimpleDrums, first version (rj)
2593         - Fixed Ctrl+arrows in the arranger so the track list is scrolled (rj)
259429.03.2013:
2595         - MusE 2.1.2 released! (rj)
259628.03.2013:
2597         - Allow reading old drummaps for new style drumtracks (rj)
2598         - Added metronome icon in main window (rj)
259927.03.2013:
2600         - Fixed moving events with keyboard in Drum editor (rj)
260110.03.2013:
2602         - Added color settings for: midi events in arranger,wave events in arranger, wave events in wave editor (rj)
260305.03.2013:
2604         - Added shortcut printout of tools in tool menu (rj)
260503.02.2013:
2606         - Generalized theming somewhat more and added a basic Ardour complementary theme (rj)
260728.02.2013:
2608         - Wave Editor: Fixed some painting problems. Optimizations, speed boosts. (Tim)
260924.02.2013:
2610         - Improved dark theme, midi editors now set background color, the current part of the ruler is darker.
2611           Theme setting separated from the regular Ok button in the Appearance settings. Also fixed the color
2612           viewer in the color selector when using the dark theme. (rj)
261323.02.2013:
2614         - Added missing line draw shortcut (F) to drum editor. (Tim)
261522.02.2013:
2616         * New: Install pre-built PDF + single/split HMTL docs. Separate devel docs. Added build script. (Tim)
2617           Build script is /doc/build_docs.sh You'll want to use it or a variant to get the HTML .aux files.
2618           Fixed table in my Appendix in tex file so it works with HTML.
2619         - For now, I've changed F1 help to open PDF, if not found fallback to HTML.
2620           I've #define MUSE_USE_PDF_HELP_FILE in help.cpp. Undefine for HTML only.
2621           May at least need to keep track of viewer process (don't open copies), also try context-sensitive help.
2622           Help opener always been LANG ready (looks for _xx) but this new build script is not 'automatic'.
2623         - TODO: For some reason the generated HTML developer docs contain nonsense. (Unknown formatters?)
2624         - Added new french translation from Yann Collette (rj)
262521.02.2013:
2626         - Fixed: Multiple label warnings in the LaTeX doc. Reference and formatting fixes. (Orcan)
2627         - Improved: Table of contents and hyperrefs in te LaTeX doc. (Orcan)
262819.02.2013
2629         * MASSIVE FIXES: MANY editor, usability, operation fixes and changes. (Tim...)
2630         - Please see the files README.usage and README.shortcuts for general changes.
2631         - Added: Pan and Zoom tools to editors. P + Z shortcuts. Added a Settings item for alternate behaviour.
2632         - Fixed: MAJOR Canvas class re-writes/simplifications!
2633         - Fixed: ALL auto-scrolling. Was 'drifting' while scrolling. Accuracy is solid now.
2634         - Fixed: Moving/new parts now fit into the tracks they are hovering over.
2635         - Improved: "Velocity per-note" is now per-graph. Also does not cause main window to activate (w/ Robert's new styles).
2636         - Fixed: Pianoroll and Drum Editor 'Snap' boxes not remembering 1st or 3rd columns.
2637         - Fixed: Arranger 'Snap' was not stored or remembered.
2638         - Fixed: Accelerator buttons shift/ctrl/alt for moving/copying/cloning / restricting movement.
2639         - Fixed: Shift key restricting movement: Ignore snap setting now.
2640         - Fixed: Resize shift key ignore snap setting now.
2641         - Fixed: Draw new item shift key ignore snap setting now.
2642         - Fixed: Shift key was not snapping to vertical.
2643         - Fixed/changed: Drum velocity level hot-keys/order. LV3 is default now. Re-ordered all MusE drum maps' LV3/LV4.
2644         - Fixed: Open Wave Editor shortcut changed from Ctrl-W to Ctrl-Y due to ambiguity with MDI 'Close Window'.
2645         - Fixed: ALL 'Speaker' related playing of notes. Works with new notes, moving notes, piano press etc.
2646         - Fixed: ALL 'Speaker' related notes now send true note-offs instead of zero-velocity note-ons.
2647         - Fixed: Drum 'Cursor' mode was playing double notes.
2648         - Fixed: New Drums 'Cursor' mode and instrument up/down movement was broken, jumping all over the place.
2649         - Fixed: Drum 'Cursor' mode was not working if no controller graphs were shown. (Silly error.)
2650         - Improved: Shortcut listings: Added Wave/Score categories. Re-categorized several keys. Updated README.shortcuts
2651         - Fixed: Memory leaks in CtrlEdit class (ownerships).
2652         - Fixed: Drum Editor not saving tool state.
2653         - Improved: Right-click menus expanded. Now also shows 'Tools' menu when clicked on parts.
265417.02.2013
2655         - Added patch from Willy Foobar to remove warnings from compilation (rj)
265613.02.2013:
2657         * Added basic theme support selection, currently two themes selectable, light and dark (rj)
265807.02.2013:
2659         * Feature: choice of new metronome with different sounds and adjustable volume.
2660           Also has additional ticks before each standard tick. The idea is to improve timing.
2661           Still needs some work, especially buggy for large time signatures, e.g. 3/16 (rj)
266204.02.2013:
2663         - Fixed gain adjustment with 'Other' choice in wave editor, it was reversed (rj)
266402.02.2013:
2665         * Solved: "Old style" Drums: Track channel/port re-enabled, drum list columns default to them. (Tim...)
2666           The drum list port and channel columns are now blank by default until overridden by user.
2667           When blank they default to the track port and channel.
2668           Internally, -1 is now an acceptable value for members DrumMap::port and ::channel, meaning default to track.
2669           All built-in drum maps have been changed, as well as the initial and blank DrumMap structures.
2670         - Since Old Style Drum and New Style Drum had the same icon, and the only way to tell the difference between them
2671            was the port and channel columns, and that difference is now gone, this required some icon and colour changes.
2672         - Fixed Old Style Drum lockup: Certain item channel overrides caused infinite loop in Audio::processMidi().
267328.01.2013:
2674         - MusE 2.1.1 released!
2675         - Added setting for default track height (rj)
267627.01.2013:
2677         * Feature: Shortcuts dialog modeless + has default global shortcut Ctl+Shift+F1 + "Printable file" button. (Tim)
2678         - Memory leaks! Many widgets and dialogs had no parent and were not deleted!  (Tim)
2679           Including several top-level editors such as LMaster, MasterEdit, ListEdit, and WaveEditor!
2680           Created MusE::deleteParentlessDialogs(), call it from MusE::closeEvent() to delete all parentless dialogs:
2681            appearance, metronomeConfig, shortcutConfig, midiSyncConfig, midiFileConfig, globalSettingsConfig,
2682            mitPluginTranspose, midiInputTransform, midiFilterConfig, midiRemoteConfig, midiRhythmGenerator, midiTransformerDialog.
2683           Also moved call of destroy_function_dialogs() into it instead of at end of main. (Consolidation.)
2684           Verified that all destructors were being called.
268525.01.2013:
2686         * Feature/fix: Zoom at cursor! Zoom Ctl+PgUp/PgDown (defaults) and Ctl+MouseWheel now zoom about cursor. (Tim)
2687           Eliminated redundant call in ScrollScale::setMag(), by blocking signals.
2688           Consolidated all HorizontalZoomIn and HorizontalZoomOut functions into a single HorizontalZoom.
2689           Added eight more 'quick zoom' levels to class ScrollScale.
2690           Modified all HorizontalZoom functions to pass cursor offset, and use it in ScrollScale::setScale().
269119.01.2013:
2692         - Fixed confused controllers on seek with multiple muted/off midi tracks/parts on same port/channel. (Tim)
2693           In MidiDevice::handleSeek(): Re-wrote controller value sending section - fixed obeying mute/off section.
269417.01.2013:
2695         - Fixed song length way too big after recorded wave is added. (Tim)
2696           Was a simple regression in Song::cmdAddRecordedWave back when tempo recording was added.
269715.01.2013:
2698         - Reinstate old Arranger "Paste to track" (Ctl+Shift+V) and "Paste clone to track" (Ctl+Shift+B). (Tim...)
2699         - Changed default shortcut of Arranger "Paste clone" to Ctl+B.
2700         - Changed default shortcut of Arranger "Paste (show dialog)" to Ctl+G.
2701         - Removed Arranger "Paste clone with dialog". Instead, paste dialog now remembers 'clone' checkbox setting.
2702         - Fixed Pianoroll/Drum Ctl+V paste bug was pasting into other parts: Always paste into current part.
2703           TODO: Score Editor still not working because there never seems to be a current part! Must ask Florian...
2704         - Fixed Pr/Dr Function dialogs bring main window to front: Don't give them a parent, add destroy_function_dialogs().
2705         - Fixed "Duplicate Track" feature: If selected 'copy parts', it was quietly cloning. Re-wrote ASSIGN_PARTS sections.
2706           Now it copies both clone and non-clone parts. Tests OK but needs a good workout. (Maybe push Parts to Undo list?)
2707           TODO: Found C.O.W. bug when de-cloning a part on a duplicated Wave Track - it's still a clone. Investigating...
2708         - Fixed Old-style Drum Editor: Was not playing new notes as they were drawn. Re-wrote a DrumCanvas::newItem(),
2709            and eliminated dynamic_casts.
2710         - Don't play midi parts if track is off.
271113.01.2013:
2712         - remote should depend on widgets through #including app.h otherwise Python bindings don't compile (Orcan)
271306.01.2013:
2714         - MusE 2.1 released!
271503.01.2013:
2716         - Fixed SimpleDrums GUI issues on AVLinux (and supposedly other debian based distros) (rj)
271701.01.2013: Happy new year!
2718         - Fixed playback of drumsounds during editing for new type drum editor (rj)
271929.12.2012:
2720         - Added clear automation to automation menu
2721         - Changed automation color selection to hopefully make more sense with styles that
2722           don't explicitly show an unchecked visual, color is shown in first menu also and
2723           automation is enabled when color is selected in the color menu (rj)
272418.12.2012
2725         - Enable fluidsynth and simpledrums to search for missing sounds in project dir if
2726           the path was missing. (rj)
2727         - Added change-dir to project dir when saving or loading songs, it needs to be
2728           researched a bit if this has any drawbacks. The idea is that if plugins or
2729           whatever wants to write to disk it should happen in the project dir. (rj)
273014.12.2012:
2731         - Made simpledrums ask to load another sample if a sample wasn't found during loading (rj)
2732         - when dragging multiple notes in editors they are not played, to avoid hanging notes (rj)
273312.12.2012:
2734         - Fixed some vst controls stuck. (Tim)
2735         - Added vst master timebase (sequencers should work now). WIP Not quite finished. (Tim)
2736         - Fixed weird QString bug causing some patch names to appear with garbage characters. (Tim)
273711.12.2012:
2738         - Fix native vst path (VST_NATIVE_PATH, VST_PATH, then preset). Also ladspa, dssi paths. Added -help text. (Tim)
273910.12.2012:
2740         - Changed versions to rc2
2741         - Changed name of SimpleSynth to original name SimpleDrums, this
2742           does affect loading of songs using SimpleSynth. Open the song file
2743           in a text editor and change the name of all SimpleSynth to SimpleDrums
2744           and all should be ok. (rj)
274509.12.2012:
2746         - Fix VST names: Use filename if effect name or product name blank. (Tim)
2747         - Fix bug 3594221: End-to-end midi notes don't retrigger. My bad. (Tim)
2748           In MEvent::sortingWeight(): Note-ons with zero velocity are really note-offs.
274908.12.2012:
2750         - Native VST fixes and changes. (Tim)
2751           Redid cmake options. Please do 'prune' and carefully reconfigure.
2752           Fixed track info banks and patch popup list bank issues.
2753           Fixed plugins such as NoizeMaker: Kill harmful redundancies - call getParameter before setParameter.
2754           Fixed crash reloading song with huge-chunk plugin like NoizeMaker: Stack overflow in processEvent().
2755              TODO: Fix all other such sysex stack buffer usages like possibly in DSSI.
275607.12.2012:
2757         * Feature: Native VST instruments support. Best results are from compiling with the vst sdk. (Tim)
2758           Featuring: True sample-accurate parameter automation, full native GUI support for TOUCH, WRITE modes.
2759           New cmake options for enabling native vst, enabling true sdk support, and the vst header path.
2760           Plugins environment variable is currently VST_NATIVE_PATH else "/usr/lib/vst:/usr/local/lib/vst".
2761           TODOs: Parameter ranges: fixed at linear 0.0 - 1.0 for now. Program categories.
2762                  Dynamic port changes. Plugins correct path and env var? No rack effect plugins yet.
276325.11.2012:
2764         - Changed playback of midi in editors to default to on (rj)
276521.11.2012:
2766         * Fixed: Markers and synth windows don't open at all on some desktops like Lubuntu. (Tim)
2767           Solution was combination of REMOVAL of fix for "bug: 2811156 Softsynth GUI unclosable..."
2768            (of which said removal BY ITSELF DID NOT FIX this problem) AND removal of some superfluous show()s.
2769           Tested OK with Lubuntu and XFCE (which the original fix was for).
2770           Thanx to knowledgable tester who told us to remove that bugfix.
277120.11.2012:
2772         - Fixed audio stuttering loud annoying repeated segments upon seek. (Tim)
2773           Slight readjustment of audio prefetch and midi thread priority (-5 and -1 instead of +1 and +2).
277417.11.2012:
2775         * Improved: Deicsonze soft synthesizer: Fixed crash, bugs, added ladspa plugins. (Tim)
2776           TODO: No plugin control automation. Some oddities with log slider/entry ranges. Maybe add delay wet/dry.
2777         * Added: Request from forums: Auto-start Jack upon MusE startup. Command-line disable switch -J added. (Tim)
2778         * "widgets" depend on "instruments". (Orcan)
277915.11.2012:
2780         * Improved: Popup menus: Auto-breakup too-wide menus in class PopupMenu. (Tim)
2781           In some cases X/Qt was giving up if too wide AND/OR too many columns, menu would not appear.
2782           Tested OK with Deicsonze track info patch popup, and a synth plugin with > 2000 automation controls.
278313.11.2012:
2784         - Fix init of gain for duplicated audiotracks (rj)
278512.11.2012:
2786         - Added aftertouch controllers to all relevant remaining instrument files. (Tim)
2787         - Synths: Added aftertouch controller to fluidsynth, and aftertouch/poly-aftertouch to DSSI. (Tim)
278811.11.2012:
2789         - Finished Aftertouch controllers: Removed PAfter and CAfter Event types. Quietly convert such
2790            events in old songs into the new controllers. Converted midi input (hopefully). (Tim)
2791           Updated README.instruments.
2792         * Feature: Piano KB and drum list show coloured dots when per-pitch controllers exist or have data. (Tim)
279303.11.2012:
2794         * Improved: Instrument Editor (controller tab): Redesigned. Fixed MANY bugs. Should be SOLID now. (Tim)
2795           Two new columns: "Show in midi tracks" and "Show in drum tracks".
2796         * Improved: Midi controller graph 'Ctrl' popup menus now unified (cascading). (Tim)
2797           'Edit Instrument' menu item now takes you right to the instrument and controllers tab.
2798         * Feature request: Aftertouch and PolyAftertouch (channel/key pressure) are true MusE controllers now. (Tim)
2799           Now FULLY supported in controller graphs AND in the improved Instrument Editor / Definition Files.
2800         - Midi controller stuff: Fixed some bugs, added some methods and improvements.
280128.10.2012:
2802         * Improved: Eliminated copious unrequired "controller" sections from songs and templates. (Tim)
2803           These controllers such as volume, pan are already always added, so it's useless to store them when "Off".
2804           Added midiport.cpp:defaultManagedMidiController, populated and used in init, also used when saving song
2805            to look up these controllers and ignore them if "Off".
2806         - Eliminated ALL "controller" sections from built-in templates, which were already over-populated.
2807         - Also eliminated ALL "midiport" sections from buit-in templates, so that they don't touch existing setups.
2808         - Also, specifically for the "synth.med", changed synth ports to 198 and 199 so that it is (almost)
2809            guaranteed not to touch existing used ports with the synths.
2810         * Improved: Also, wrote mechanism allowing track port/channel = -1 in templates, so that it uses your
2811            chosen default output port/channel from the midi ports setup dialog. Try midiGM.med template for example.
281227.10.2012:
2813         * Improved: Velocity graphs. Icon for showing per-note or all velocities. Also found in Settings. (Tim)
2814         * Improved: Piano KB has current selected note (yellow). For velocity/polyaftertouch/other per-note ctrls.  (Tim)
2815         - Bad timing warning now has "don't show again". (Tim)
2816         - Added 'speaker' icon to drum edit. And drum list and piano keyboard now obey the 'speaker' icon. (Tim)
281722.10.2012:
2818         - Oops, fixed regression: Re-add default managed controllers to midi ports at Song::clear. (Tim)
2819         - W.I.P. Preparations for Aftertouch and Poly Aftertouch (channel and key pressure) graph editing. (Tim)
282021.10.2012:
2821         - Slight changes to midi track info hbank/lbank/program dblclick on/off behaviour. (Tim)
2822           TODO Need to improve by having separate 'last valid hbank/lbank/program' instead of single 'last valid value'.
282320.10.2012:
2824         - In MidiEventBase::read() Repair controllers saved with lo byte 0xff. (Tim)
2825           No such control. It was supposed to be 0x00. It's an error caused by a previous bug, fixed now.
282619.10.2012:
2827         * Improved: Midi initializations. New settings options, can be 'quiet'. Complete rewrite of initializations coding. (Tim)
2828         * Improved: Midi controller graphs: Control selector 'S' popup now stay-open, AND NOW with multi-coloured dots:
2829                      Blank: Controller has no current 'manual' value (it is 'Off'), and no stored automation values.
2830                      Blue:  Controller has a current 'manual' value (it is not 'Off'), but no stored automation values.
2831                      Green: Controller has no current 'manual' value, but does have stored automation values.
2832                      Gold:  Controller has a current 'manual' value AND has stored automation values.
2833                     Bonus! Pianoroll and drum edit 'Ctrl' buttons ALSO now popup this very same menu. No more clumsy
2834                             adding of controllers - now just hold the ctrl key and select away and... "bing bing bing 1 2 3". (Tim)
2835         * Improved: 'Old' drum track 'drum controllers' display and operation: Fixed several problems: Incorrect mapping to drum map etc. (Tim)
2836                     Now if more than one drum is pointing to the same 'anote', the others are overlaid as grey slivers. (TODO Not quite done.)
2837                     TODO: Although THESE "drum controllers" are improved, there are conceptual problems with NON-drum controllers old drum map:
2838                           If a NON-drum controller such as pan is adjusted, what then? If the drum map contains more than one port/channel/anote
2839                            it should be sent to ALL of them BUT we would like a 'track override' which when turned off, 'pan' could be locally
2840                            adjusted for EACH drum having different ports/channels/anotes. (So in theory drum track channel should be reinstated.)
284109.10.2012:
2842         - Fixed old fluidsynth bug: Drum patch numbers incorrect. (Tim)
2843           Confusion due to special fluidsynth drum bank = 129. Changed FluidSynth::getFirstPatch,
2844            ::getNextPatch, and CTRL_PROGRAM section of ::setController.
2845         - Midi track info patches popup menu: Don't display category if empty. (Tim)
284608.10.2012:
2847         * !!! Song type is now removed !!! : (Tim)
2848           TODO: Instrument init sequences. Need some kind of editor. Need timing mechanism while in 'stop' mode.
2849                 Was thinking these events should be in FRAMES or real time - not affected by tempo. Jack slow sync
2850                  callback might help. (Also try to re-enable metronome precount - similar concept here!)
2851         * Improved: Multi-port (aka multi-channel) midi import and export, via Device Name, Port, or Instrument metas. (Tim)
2852           - MusE can now export a midi file and re-import exactly as it was, all ports + devices + instruments incl.
2853           - Extra options for import/export added.
2854           - Import midi now passes 'unabsorbed' meta events on to the track. They were discarded before - lost forever.
2855           - Solved: Export midi now stores an instrument's Init sequence, instead of the old song type sysexes.
2856           - MPEventList now has highly customized same-time sorting, helps 'cement' import/export events in place, such
2857              as controllers or program changes before notes, instrument metas before mode sysexes. (EventList NOT done.)
2858         - Old bug: Fixed superfluous NULLS in meta texts in midi export.
2859         - Old bug, annoying: Midi Import: parts are too short and 'events past end' indicator is on.
2860         - TODO: Bug: Deicsonze: Midi track info patch popup: Screen all black until esc or click.
286104.10.2012:
2862         - Added Gain knob on channel strip for audio tracks (rj)
2863         - Added descriptive tooltips for midi parameters in midi track info (rj)
286403.10.2012:
2865         - Changed WaveTrack and AudioInput to create mono tracks, AudioInputs
2866           are also no longer muted upon creation (rj)
286702.10.2012:
2868         - Added descriptive tooltip to cursor mode in drum editor (rj)
286901.10.2012:
2870         - Fixed Step shortcuts 0,9 in drum editor so they actually update
2871           the step size and fixed update of controller view when stepping
2872           up and down (rj)
287330.09.2012:
2874         - Added part creation from wave editor - to make this really usable
2875           more functions to set tempo etc, are needed (rj)
2876         - Fixed name length of Aux ports and added index (rj)
2877         - Fixed issue with moving aux:es in the track list causing the auxes
2878           to be mixed up (rj)
287929.09.2012:
2880         - Added handling of missing soundfonts in fluidsynth load so
2881           a dialog asking for replacement soundfont pops up (rj)
288217.09.2012:
2883         * Introducing: Copy On Write for waves. (Tim)
2884           It asks to copy, to the Project Directory, any wave to be modified which is either
2885            not writable or is shared with another independent (non-clone) wave event.
2886           TODO: Improve by asking even for writable waves outside the Project Directory
2887            (add a 'copy' checkbox column to the dialog, settable only under certain conditions).
2888         * Added: Informative text on Undo/Redo buttons/menu text/tooltips ("Undo AddTrack" etc). (Tim)
2889           In cases of multiple items in one operation, the first is shown, with ", .." ("Undo AddTrack, ..").
289016.09.2012:
2891	 - Fixed allocation error with drag&drop of plugins (rj)
2892	 - Fixed close menu alternative in Instrument editor (rj)
2893	 - Changed Aux name on strips to reflect the actual Aux strip name (rj)
2894         - Fixed CR:3567893 Play Event on note creation (rj)
2895         - Removed 'fluid' from the list of built synths, it is inferior to fluidsynth
2896           and causes confusion (rj)
289709.09.2012:
2898         - Added instructions on how to record audio with MusE to the new manual (rj)
289908.09.2012:
2900         - Follow up to Improved Wave Editor: Added Edit -> Adjust Wave Offset. Helps compensate for latency. (Tim)
2901           FIXME: Respect clones! If operating on two selected clones of the same part, an extra event is created.
2902           May not be this code's problem but seems like it, other operations like moving an event seem OK.
290307.09.2012:
2904         - Bug 3555569, 3555572: New informative ERROR, WARNING and HINT messages in cmake build script. (Tim)
2905           Also, detect and report missing Doxygen executable.
290606.09.2012:
2907         - Bug 3555581: No synths listed in Edit menu: main.cpp: Move initMidiSynth() ahead of MusE. (Tim)
2908         - Unrelated simple change: Privatize Arranger::parentWin. (Tim)
2909         - Feature request 3565102: FLAC audio file import. (Tim)
291004.09.2012:
2911         - Fix for forum topic "Ordering of simultaneous events". (Tim)
2912           Methods EventList::add() and ::move() now sort all same-time notes AFTER controllers.
291303.09.2012: summer sleep is over! plugins can now be grouped (flo)
291414.08.2012:
2915         * Introducing: Improved Wave Editor. (Tim)
2916           Class WaveView is replaced by WaveCanvas.
2917           Wave Events can be selected, added, moved and deleted.
2918           TODO: Bunch o' stuff, but currently it should be as good or better than the old editor.
291904.08.2012:
2920         * Introducing: More bits for Song Changed SC_* flags. (Tim)
2921           Added MusECore::SongChangedFlags_t (in new type_defs.h file). Declared as int64 type.
2922           All Song Changed parameters, handlers, connections, calls, colateral operations etc. now use
2923            this new SongChangedFlags_t.
2924           All the handlers are now ready for the code bodies to accept any extra flags, devs need not
2925            do anything more than define new SC_* flags and write support inside the handlers.
2926           Please beware these possible extra flags when writing songChanged handlers and setting updateFlags.
292704.08.2012:
2928         - Optimizations: Added Master::songChanged and ArrangerView::songChanged to filter some SCs. (Tim)
292901.08.2012:
2930         - Finished the Sysex Editor in the Instrument Editor. (Tim)
2931           Create, delete, save named instrument sysexes. Does nothing more than that for now.
293229.07.2012:
2933         - Tweaked drum editor zooming to give correct initial zoom (rj)
293412.07.2012:
2935         - Fixed controllers go wacky after moving effects rack plugins up/down. My bad! (Tim)
2936           Rewrote CtrlList::operator= and several others. Tested OK.
2937         - Also fixed existing problem: After moving rack plugins up/down, graphs disappear. (Tim)
2938           Simple oversight in AudioTrack::swapControllerIDX: New members 'color', 'visible',
2939            and 'don't show' weren't being copied.
2940         - Documentation: Some contributions to the documentation.tex file. (Tim)
294108.07.2012:
2942         - Changed naming convention for recorded wave files to include track name and it's
2943           take number. (rj)
2944         - added a warning dialog for the delete track key shortcut. (rj)
2945         - Use cmake's own FindPythonLibs module instead of pkgconfig to detect Python (Orcan)
294606.07.2012:
2947         - Updated Czech translation from Pavel Fric (rj)
2948         - Some strings that were not translatable are now (as reported by Pavel Fric) (rj)
2949         - Updated translation files, and started completing swedish translation a bit (rj)
2950         - increased zoom range in arranger, reversed zoom in wave editor (rj)
295104.07.2012:
2952         - added inc/dec tick for events in the list editor (rj)
295303.07.2012:
2954         - Fixed new drum parts disappear as sson as they're drawn. (Tim)
295530.06.2012:
2956         =======================================
2957         * 2.0 tagged (rj)
2958         =======================================
2959         - Emergency crash fix: In automation popup midi control 'Clear' item. (Tim)
2960           Cannot delete any actions from menu due to recent December PopupMenu fixes.
296129.06.2012:
2962         - Fixed file dialog: disable 'read configuration' for midi files. (Tim)
2963         - Updated swedish translation (rj)
2964         - reworked the REC button somewhat (rj)
296528.06.2012:
2966         - External sync fixes: Now have user-selectable of clock filtering and quantization. (Tim)
2967         - Fixed clicking tempo master does not update wave parts. Allow SC_MASTER to call canvas->partsChanged. (Tim)
2968         - Fixed problems with recorded wave part and event sizes, and 'past end' indicator. (Tim)
2969         - Don't resize or destroy wave events upon part resize. (Tim)
2970         - Init support for controlling midi engine from Jack timebase master. Completely disabled for now. (Tim)
297126.06.2012:
2972         - Added updated Czech translation from Pavel Fric[pavelfric@seznam.cz] (rj)
297323.06.2012:
2974         - automation graphs: deletion with middle-click, fixed automation    (flo93)
2975                              editing.
297618.06.2012:
2977         - Removed printouts about no longer supported VST implementation,
2978           use DSSI implementation instead (rj)
2979         - Some preparations for 2.0 (rj)
298016.06.2012:
2981         - MusE as Jack Timebase master: Corrected ticks_per_beat and bar_start_tick fields. (Tim)
2982         - Fixed bug by Geoff B and Flo: Changing a midi port device: We are only interested in altering
2983            tracks using the port being changed in the midi port list. And don't change channel. (Tim)
298415.06.2012:
2985        * Sync fix: MusE now records tempo changes from externally clocked midi. (Tim)
2986          Still experimental but non-intrusive: You will be asked at the end of recording if you
2987           want to transfer the recorded tempos to the master tempo graph.
2988          Tested OK so far with ALSA and Jack midi. Best results ATM may be when recording from
2989           position 0, not 'continuing' a recording or skipping 'fwd' or 'rew'.
2990          TODO: Record Jack timebase changes! Find patch someone sent years ago, likely still useful...
299111.06.2012:
2992        - Finally! Audio controller playback has smooooth frame resolution even with large audio buffers. (Tim)
2993          CtrlList::value() now accepts a nextFrame*, filled with next event frame, which the
2994           plugin and dssi process use to determine the run sizes.
2995          Bonus! This processing is now guaranteed to be ALIGNED with user's chosen minimum control processing
2996           period in Settings. Before, it was occasionally going to 1, 2, 4 frame runs etc., was not good.
2997          TODO: Sorry, track audio/pan have no 'variable run length' support yet. Choppy with large buffers.
2998                Tip: If a ping-pong effect is desired, try a plugin for now!
2999        - Increased default minimum controller period from 64 to 256. Tests showed 256 is just fine, smooth.
300010.06.2012:
3001        - Add midi-to-audio control popups to right-click automation menus. (Tim)
3002        - Track list audio automation popup now can stay open, for colour and 'clear' items. (Tim)
300308.06.2012:
3004        * Merge: From branch r2_0_extra. (Tim)
3005        - More automation fixes. In AudioTrack::processAutomationEvents, optimize integer, bool,
3006           discrete controller types to avoid multiple dots on flat straight-line graph segments. (Tim)
3007        - Replaced Song::controllerChange() with a lower-level
3008           CtrlList::guiUpdatePending()/clearGuiUpdatePending(). Checked and cleared in
3009           Song::beat() at the nice slow heartbeat rate instead of direct calls to QWidget::update().
3010          This means ALL controls should update their graphs now, and at a more reasonable rate.  (Tim)
3011        - ARVT_STOP automation events are also recorded now
3012        - When clicking sliders in the plugin's native GUIs or the
3013          mixer with SHIFT held down, straight lines are drawn (no
3014          intermediate control points are recorded)
3015          TODO: does not yet work for muse-native, but customized GUIs (flo)
301607.06.2012:
3017        - More automation fixes. (Tim)
301806.06.2012:
3019        - Another midi-to-audio mapper classes rewrite. (Tim)
302005.06.2012:
3021        - Rewrote midi-to-audio control mapper classes. (Tim...)
3022        - Added save and load midi-to-audio settings.
3023        - Remap or remove mappers when rack items moved or removed.
302404.06.2012:
3025        - Side branch r2_0_extra, copied from release_2_0:
3026        * Feature: Midi control of audio parameters. (Tim)
3027        - More important timing, accuracy fixes.
302803.06.2012:
3029        - Merged documentation from local source to repository LaTeX document, 80% done (rj)
303027.05.2012:
3031        * Timing, resolution, accuracy, and automation fixes:  (Tim)
3032        - Ask audio driver for 'its' current system time instead of wallclock in utils.cpp:curTime().
3033          Reason: Jack's clock source can be wallclock, cycle counter, HPET etc.
3034          TODO: Try more Jack time functions for accuracy in Audio::framesSinceCycleStart etc.
3035        - Fixed automation 'manual' slider values: Update them from automation values at the current time
3036           when switching to automation OFF. After some recent changes by me, the 'manual' values were
3037           left 'independent' of the automation values. While this had interesting effects, the value
3038           would 'jump' back to the manual value when switching to OFF, which became disconcerting.
3039          The best solution, in muse_evolution (from where I adopted the previous changes), was to
3040           continuously update the manual values during process, but there may be too many controllers,
3041           so this was the other lesser option.
3042        - All audio/plugin GENERIC gui controls now record their automation at FRAME resolution.
3043          Previously the timestamps were ticks converted to frames (lossy). Now they are true frames.
3044          This means these recorded graphs can be much denser with vertices now, if needed.
3045        - Querying of plugin controller values in DssiSynthIF::getData, PluginI::apply, and volume/pan
3046           controllers in AudioTrack::copyData/addData is now done at a more proper and accurate
3047           frame time instead of wallclock-based queries via AudioTrack::volume/pan/pluginCtrlVal.
3048          (Sorry, this does not mean frame accuracy on playback yet.)
3049        - Menu 'Take automation snapshot' now operates with frame resolution. Added a warning message as well.
3050        - Menu 'Clear automation' enabled and implemented. Added a warning message as well.
3051        - DSSI synths: Fixed errors with Pitch controller on playback. Removed AND'ing of 0x3FFF in
3052           CTRL_PITCH section of DssiSynthIF::processEvent.
305320.05.2012:
3054        - MusE can now compile with clang/llvm via -DCMAKE_CXX_COMPILER=clang++ flag to cmake. (Orcan)
3055        - Update some URLs in README. (Orcan)
305618.05.2012:
3057        - Added Czech translation by Pavel Fric[pavelfric@seznam.cz] (rj)
3058        - fixed native GUIs not updating                            (flo93)
3059                - removed _guiUpdate{Program,Control[]}
3060                - OscIF now stores the native GUI's state
3061                - OscIF doesn't send control changes if they don't differ from the
3062                    native GUI's state (until enforced)
306308.05.2012:
3064        - ladspa/dssi/simplesynth controls: Fixed logarithmic defaults. (Tim)
3065           Use log not log10 in plugin.cpp:ladspaDefaultValue().
3066        - ladspa/dssi/simplesynth controls: A better default than 1.0 if none found, compute from upper/lower. (Tim)
3067           In plugin.cpp:ladspaDefaultValue(). TODO: simplesynth controls still wrong.
3068        - ladspa: TAP Reverberator built-in MusE GUI: Fixed wet/dry infinity display "---". (Tim)
3069           Added DoubleLabel 'offValue' Qt property. Set in file 2142.ui
307007.05.2012:
3071        - DSSI: Fixed second of two crashes when operating controls while playing notes. (Tim)
3072          Just ignore rare out-of-order events.
307306.05.2012:
3074        - Added automation right-click remove point and printout with current value, also started
3075          working towards editing multiple points (rj)
3076        - Fixed crash bug in pianoroll when using arrow keys on an empty part (rj)
3077        - DSSI: Fixed one of two crashes when operating controls while playing notes. WIP on other (rarer) crash. (Tim)
307805.05.2012:
3079        * Updated .ts translation files in repository. Updated with -no-obsolete to
3080          trim away lots of unused strings (rj)
308104.05.2012:
3082        *Added: -A switch: "Force inclusion of ALSA midi even if using Jack". (Tim...)
3083        - Fixed intermittent Jack crash at startup with jack <= 1.9.8. Fixed in Jack 1.9.9
3084        - Rearranged main.cpp, moved a few init items into it from app.cpp
3085        - Fixed "Jack calling while audio disconnected" errors at startup.
3086        - Fixed LASH leak: Added lash_args_destroy().
3087        - Fixed icons leak: Destroy all icons.
3088        - Fixed function dialogs leak: Created with NULL parent.
3089        - Removed QApplication::setColorSpec() call. Caused "pixmap is not an X11 class pixmap" errors.
3090        - Fixed style changing problems (transparent MDI windows, other artifacts). Requires restart!
309103.05.2012:
3092        - Fixed crash bug with coloring of iR button on aux strip (it does not have one) (rj)
309324.04.2012:
3094        - Changed automation drawing in arranger to be more forgiving
3095          shift no longer needed and it's not needed to be too close
3096          to the line. TODO: some cleanup (rj)
309723.04.2012:
3098        - Global Settings: Start song: Changed to allow other templates. (Tim)
3099          * Please revisit this setting or start with clean config so MusE can
3100           initialize the box with the global default.med file.
310122.04.2012:
3102        - Duplicate Tracks: Fixed routing bug. (Tim)
3103          In tracks' ::internal_assign(), don't call msgAddRoute, push_back the route node,
3104           because caller later calls msgAddTrack which 'mirrors' that single routing node.
3105          Exception: Audio Input and Output still need to call msgAddRoute which connects to Jack.
3106          May still cause audio processing problems ?
3107        - Added colorhints to iR and oR routing buttons (rj)
310821.04.2012:
3109        - Templates: File dialog: Added 'read Midi Port Configuration' box. (Tim)
3110        - File dialog: Unset 'read Midi Port Configuration' box for Global folder, set for others. (Tim)
3111        - File dialog: Made side bar buttons auto-exclusive. Some fixes, cleanups. (Tim)
311219.04.2012:
3113        - Reverted yesterdays description change, now shows label again (rj)
3114        - Added tooltips to trackInfo which shows additional info for synths (rj)
3115        - Fixed focus for tempo and signature widgets and patch selector in midi track info (rj)
3116        - Fixed RJ's focus fixes. Now tempo/sig toolbar has proper Smart Focus and works in all related windows. (Tim)
3117        - Removed Smart Focus restart requirement in Settings. Rewrote some silly signal connects. (Tim)
311818.04.2012:
3119        - Prefer native GUI for plugins when double clicking in the rack (rj)
3120        - Prefer description instead of label in synth name in track list, it's more descriptive (rj)
3121        - Grayed out "copy plugins" in duplicate track dialog since it's not finished (rj)
312217.04.2012:
3123        - Added gcc4.7 patch from Matthias Klose <doko@debian.org> (rj)
3124        - Added -Werror=format-security from Alessio Treglia <alessio@debian.org> (rj)
312516.04.2012:
3126        - Fixed some bugs in swedish translation (rj)
312714.04.2012:
3128        - Optimize some QByteArray usages and use length() instead of taking strlen(). (Tim)
312912.04.2012:
3130        - Add new 'type' column to LADSPA browser, add tooltips to AO, AI CO, CI, IP, ID columns. (Tim)
313109.04.2012:
3132        - Feature request: Allow loading of DSSI synths (those with a run*_synth* function) in LADSPA browser. (Tim)
313307.04.2012:
3134        - Fixed bug with drawing of song position toolbar (rj)
313525.03.2012:
3136        - Added "beautifying" frame to the song position toolbar, hope that looks nicer
3137          for all :) (rj)
313824.03.2012:
3139        - Fixed memory leaks in the undo system. Removed unused ModifyTrack action (flo93)
3140        - Swapped usage of oPart and nPart in the undo system. this was completely
3141          braindead: oPart was assigned the nPart_-ctor-parameter and vice versa (flo93)
3142        - Removed unused UndoOp-ctors (flo93)
3143        - Code cleanups in undo.cpp (flo93)
3144        - changed some sharing-menu-debug-messages from debugMsg to heavyDebugMsg (flo93)
3145        - added a copy-ctor to Part which increases the eventlist's refcounter (flo93)
3146        - NPart stores serial number (flo93)
3147        - Changed locale loading to use system setting instead of keyboard setting (rj)
314823.03.2012:
3149        - Changed file loading to use .toLocal8Bit instead of .toAscii seems to
3150          fix issues to load files with local chars like åäö in the name (rj)
3151        - Fixed invalid reads/writes/deletes when having the cliplist editor open:
3152          there was a funny mixture of reference-counting smartpointers and normal,
3153          "dumb" pointers, and some pieces of the code relies on the smartpointers
3154          to delete stuff automatically (which was correct), other pieces just deleted
3155          stuff, regardless of the refcount.
3156          now everything using SndFile uses refcounting. HOWEVER this created a MEMORY
3157          LEAK: when recording to a wave track (this creates a SndFile, refcount=1),
3158          then undoing this (this doesn't delete, but only stashes away the part and
3159          so the smart pointer), then opening a new song (this doesn't delete the stashed
3160          away part and so the smart pointer, so refcount never drops to zero) the SndFile
3161          is never deleted.                                                         (flo93)
3162        - Made the DidYouKnow dialog actually work, add lines to share/didyouknow.txt (rj)
316320.03.2012:
3164        - arranger's part canvas now doesn't display thin slivers for
3165          parts of hidden tracks (flo93)
3166        - Header::write/readStatus now uses the save/restoreState functions,
3167          simplifying the code and storing column widths as well (flo93)
3168        - removed unused and non-working updateTListHeader function (flo93)
3169        - PixmapButton (red LEDs, and Delta Mode): Eat up context menu events. (Tim)
3170        - Class SpinBox, DoubleSpinBox, Dentry: Change to consistent "ctrl-double-click on/off". (Tim)
317119.03.2012:
3172        - column state is now stored into the global config, not
3173          into the song file (flo93)
3174        - Song load: Arranger MDI window: Fixed size restoration. (Tim)
3175          In TopWin::readStatus(), if mdisubwin is maximized, restore it before setting pos and height.
3176        - Changed reporting of bad timing a bit to possibly make it clearer what the problem is
3177          and what to do about it (rj)
317818.03.2012:
3179        - Delta/absolute mode button: Improved behaviour. (Tim)
3180        - Transport and NoteInfo toolbar positional editors: Fixed not updating when tempo or sig changed. (Tim)
3181          In PosEdit::setValue(), checking different value is not enough. Must check whether resultant msf or mbt values changed.
3182          TODO: updateValue() is now public so it can be called externally but it is not used yet - make NoteInfo and Transport
3183           use it instead of setValue().
318417.03.2012:
3185        - Custom columns can now either affect tick0 or song->cpos() (flo)
3186        - hopefully fixed a bug in the custom columns dialog (flo)
318716.03.2012:
3188        - Custom columns now send their controller changes to the device
3189          automatically if appropriate (flo)
3190        - Drum editor:  Added missing multiple-note editing. (Tim...)
3191        - Midi editors: Don't allow notes to be added before part. (Caused crash in Drum editor, odd behaviour in Pianoroll.)
3192        - Midi editors: Added "Delta Mode" button to Note Info toolbar.
3193        - Code cleanups in Pianoroll, Drum editor.
319415.03.2012:
3195        - Updated swedish translation with help from Cristian Ramos (rj)
319610.03.2012:
3197        - Track routing: Fixed duplicate routes: Reverted usage of operation group in Song::addTrack. (Tim)
3198        - Templates: Default routing: Restored default Jack out/in routes in audio.med, synti.med, default.med, monorecord.med. (Tim)
3199        - Switch from LIB_PATH_SUFFIX to LIB_SUFFIX, and from CMAKE_INSTALL_LIBDIR to LIB_INSTALL_DIR in CMakeLists.txt. Still fall
3200          back to CMAKE_INSTALL_LIBDIR if it is specified explicitly instead of LIB_INSTALL_DIR. (Orcan)
3201        - Fix cmake warning in simpledrums when CMAKE_BUILD_TYPE is not set. (Orcan)
320209.03.2012:
3203        - Track list: Popup editors: Pre-select text. (Tim)
3204        - Track list channel popup editor: Eat up dbl-clcks if already open. Caused pseudo 'wrapping' if disabled arrows dbl-clicked. (Tim)
320508.03.2012:
3206        * Comprehensive focus fixes: (Tim...)
3207        * New: Gui behaviour option: "Smart Focus": All toolbar boxes give focus back to respective canvases.
3208          (Most boxes except Score Velo On/Off changed to StrongFocus, for non-focused wheel support.)
3209        - Focusing + tabbing fixes: Exclusions, tightening of tab sequences.
3210        - !! Most spinboxes now wait until return pressed !!  For example the Song Length box.
3211        - PianoRoll toolbar: Fixed auto-repeats - optimized NoteInfo::setDeltaMode().
3212        - Midi boxes: Fixed Ctrl-click on/off.
3213        - Master Editor: Fixed can't edit if not enabled. Also Transport sig box.
3214        - TracK Info panel: Fixed Scrolling. TODO: Make step sizes reasonable, same as Pianoroll ScrollBox.
3215                                             TODO: Scroll when tabbing among the Track Info controls !
3216        - Track List key handling: Fixed TList::moveSelection().
3217        - Visible Tracks: Drums and Synths: Fixed Track::isVisible().
3218        - Track List, and Master Editor: Fixed popup editors. Sizing fixes. Use no frames.
3219        - Event List Editor: Fixed not updating when parts modified.
3220        - Pianoroll and Drum Editor: Fixed not updating sometimes ex. moving part past end of song.
3221          (Was returning prematurely from songChanged() coding if they got SC_SOLO.)
322223.02.2012:
3223        - Compile fix in pyapi.cpp (Orcan)
3224        - Don't optimize debug builds of simpledrums (Orcan)
322514.02.2012:
3226        - added customizable columns to the arranger (flo93)
322713.02.2012:
3228        - CMake build system: Added cached variable LIB_PATH_SUFFIX, may be set to 64 so that installed library path is lib64 or whatever. (Tim)
322912.02.2012:
3230        - Midi: Force events in play event list to be sent when playing, even if redundant. TODO: Fix sending controllers during seek. (By Tim...)
3231        - Midi revert: MidiPort::setMidiDevice(): Send controllers in song to synths. Synths were not restoring vol for ex. My old bad.
3232        - Fluid: Fixed pitch input: Add 8192.
3233        - Fluid + Fluidsynth + SimpleDrums: ::processEvent(): Don't return true for controllers (why?). Was causing multiple send attempts.
3234        - SimpleDrums: Fixed too-short plugin chooser: In ctor SS_PluginGui rem'd a couple of height-fixing lines. Hm, FIXME - was OK before.
3235        - Midi ports config window: Allow default output channel column to unselect all channels ie. no default output channels at all.
323631.01.2012:
3237        - Jack Midi: Added missing midi sync output functions start/stop/SPP etc.  (By Tim...)
3238           TODO: Give its own clock, currently it's driven by ALSA clock.  TODO: ALSA clock out seems badly broken.
3239        - Jack Midi: Fixed Song Position Pointer sync input larger than 10 bars.
3240        - ALSA: Seek sends wrong CCs. putMidiEvent() not respecting CTRL_PROGRAM and CTRL_PITCH. (Thanks to Dennis Schulmeister).
3241        - Routing popup: Fixed crash with empty ports.
3242        - Jack Midi: Fixed crashes/lockups when 'Use Jack Transport' off. Completely re-wrote Jack dummy tranport sync to behave like Jack.
3243        - Midi:Increased MIDI_FIFO_SIZE to 4096 and MIDI_REC_FIFO_SIZE to 256.
3244        - Midi: Sustain: Fixed inhibit/re-enable on stop/play. Also added during seek to quiet things down.
3245        - Midi: Don't send controllers during seek if part or track muted or off.
3246        - Midi: Send controllers during seek only if a change occurred - but force sending if at position 0, or value exists at current position.
3247        - ALSA Revert: Removed recent MidiAlsaDevice::playEventFifo. Hm, too cautious?
3248        - Midi sync: Removed redundant and too-early 'continue' commands. Audio::startRolling already properly does this when sync 'ready to roll'.
3249        - Midi: Fixed timing error. MEvent::operator<()  Put same-time note-ons after controllers so that program comes before notes! (For example).
3250        - Jack Midi: Fixed timing error: Reserve multi-events at same frame-time, NOT at successive frames. (Otherwise nightmare to sort stuff.)
3251        - Midi Revert: Re-installed ALSA sequencer thread SEQM_SEEK and SEQM_STOP, and revert code to call them from audio thread.
3252          TODO: Option "Don't use ALSA midi". Midi thread gets in the way of Jack. But ironically ALSA + long-period Audio timing currently best!
3253        - Midi sync: Song saving: Fixed slight typo saving MMC sync: Was using MRT not MMC.
325426.01.2012:
3255        - Fixed crash with drag/drop copying plugins when their gui was open (rj)
3256        - Fixed mid clicking to change aux value (rj)
325725.01.2012:
3258        - Fixed some focus stealing that prevented shortcuts from working for Snap dialog and Plugin rack (rj)
325924.01.2012:
3260        - Removed QT_USE_QTNSPLUGIN from CMakeLists.txt (rj)
326115.01.2012:
3262        - Added instrument definitions for "KORG microSTATION" sent
3263          in by Marko Nikolic (flo)
326414.01.2012:
3265        - Added "write topwin state" checkbox (flo)
326612.01.2012:
3267        - Added Czech translation from Pavel Fric (rj)
326811.01.2012:
3269        - Complain more if timing source isn't good enough (rj)
327010.01.2012:
3271        - Store default style so we can do an immediate recall when setting 'keep system style' (rj)
327207.01.2012:
3273        - Added choice to keep system GUI style (rj)
327407.01.2012:
3275        - Fixed compile errors if not configured for OSC or DSSI. (Tim)
327607.01.2012:
3277        - MusE 2.0 release candidate 2 released (rj)
327806.01.2012:
3279        - added super-glue feature (flo)
328003.01.2012:
3281        - ADDED NEW STYLE DRUM TRACKS: (flo93)
3282
3283          multiple tracks can be displayed in one editor
3284          their drum sound columns can be reordered, mixed up, hidden.
3285          drumtracks can be grouped by channel, not at all, or maximally
3286          each track owns its own drummap
3287          added drummap-definitions to instrument files (gs and xg.idf)
3288          drumtracks' drummap can be automatically set according to
3289          the currently used patch/program/bank
3290          new-style-drumtracks can ignore muted, hidden or both sounds when
3291          recording
3292
3293          KNOWN ISSUES: when having multiple drumeditors open, the mute-column
3294                        may not work, because another editor is overriding this.
3295                        this is not a bug.
3296
3297        - Global Cut: Fixed crashes with markers. Re-did marker section in structure.cpp:adjustGlobalLists(). (Tim)
3298          TODO: Still get tempo, key, and sig not found warnings.
329902.01.2012:
3300        - Fixed drag and drop cloning parts - bad reference count in PartCanvas::moveItem(). (Tim)
3301        - File Open dialog: Start with song data and configuration.
3302        - Don't auto-open ALSA Midi Through device. Fixes "midi write error: Resource temporarily unavailable".
330331.12.2011:
3304        - 'Duplicate tracks' route copying now works, including Audio Input/Output Jack routes. (Tim)
330530.12.2011:
3306        - Added 'Duplicate tracks' Edit action, and dialog. Post-cleanups. TODO: Copy plugins, fix copying parts. (Tim)
3307          Class Track, and some of it descendants, have fixed copy constructors, and a new assign() method.
3308          Tested copy constructors and the new assign() method using the new duplicate tracks feature: Good so far, + undo/redo.
3309        - Fixed compile errors when configured without OSC. Tested OK. Reported by Philippe Macaire. (Tim)
331027.12.2011:
3311        - Fixed some undo/redo/close crashes. TODO Global cut crashes from null Marker. (Tim. All marked p4.0.46)
3312          Fixed some issues with track list and popup 'name edit' and 'channel spinbox'. Added to audio tracks.
3313          REPLACED Undo type ModifyTrack: Two simpler 'ModifyTrackName', 'ModifyTrackChannels' type/struct/functions.
3314          Some work was done in undo/redo and a couple of slight apparent leaks were fixed in evdata.h
331521.12.2011:
3316        - Fixed some mixer issues: Very slow updating with large mixer when setting visible tracks for example: Set and check
3317           Style() object name in MusE::loadTheme() so that slow mixer ScrollArea::viewportEvent() is not called every time.  (Tim...)
3318          Split strips and amixer into configChanged() and songChanged() handling. Do not fully rebuild mixers upon configChanged().
3319          Fixed mixer windows raising above others, even briefly: Do not raise mixer windows in MusE::focusInEvent().
3320        - Fixed bigtime leak: Not destroyed. Give it a parent in MusE::showBigtime().
332120.12.2011:
3322        - Little break for some polish. Route button icons. Rebuild midi track info ui file - was 3 columns not 2. (Tim)
3323        * Fixed: Hopefully, finally: Non-appearing track info scroll bar.  (Tim)
3324                 Simple movement of recursive call of sb->setVisible() to end of TLLayout::setGeometry().
3325        - Audio strip prefader now controls audio. (Tim)
332618.12.2011:
3327        * Fixed: Annoying ladspa browser issues. Leak: Dialog was not destroyed. Sorting. Save complete state. (Tim)
332817.12.2011:
3329        - Fixed long-time graphics corruption issue: Large areas of desktop erased to background.  (Tim...)
3330          Fixed class RoutePopupMenu. Now a subclass of PopupMenu. Changed all usages to 'short-lived' ::exe(),
3331           no more single 'long-life' pointer in class MusE. That should allow multiple instances, using ::popup().
3332          Also fixed class PopupMenu. Tested all submenu and item destructors - OK, everything destroyed on close.
3333        - Fixed TList::ColorMenu parenting. Pass it a parent from TList::mousePressEvent.
3334        - If Jack is running but no Jack midi devices were found at start, auto-fill with ALSA just to give something.
3335        * Fixed: Some relief from mixer strip and midi track info bloated size. (Tim)
3336          Changed default strip font size from 8 to 7. Changed icon sizing - just let strip layout do its thing, instead of forcing size.
3337          Changed default style sheet to blank. Was causing problems with track info font size.
3338          Fixed mixer: Rebuild mixer upon config font changes.
3339          Re-arranged some font usages. Updated descriptive tooltips on font entry boxes.
3340          Re-claimed font#5 as a 'small bold' font for things like markers.
334116.12.2011:
3342        * New: Midi routing matrix! No more clumsy routing menu items. Currently for Midi Track iR and Audio Input iR solo routes. (Tim)
334314.12.2011:
3344        - Corrected FSF address in ladspa.h and vam/COPYING. (Orcan)
334512.12.2011:
3346        * Improved: Midi ports list now fills automatically at start. (Marked as p4.0.41 Tim...)
3347          An effort to help new users and others. If auto-filling the mid ports proves too much or unpopular, a simple change
3348           will keep them out of the list, yet still auto-create and auto-connect Jack midi devices, which is still better than before.
3349          Even if and when 'set and forget' configuration is added, this initial filling step may be welcome for new users.
3350          NOTE: Virtually impossible to 'auto-pair' together Jack midi inputs and outputs. But I'm working on it, some code in there...
3351        - When opening a song, choosing only 'Song data', without configuration, now does not upset the midi configuration at all,
3352           yet controller data was attempted to be kept - may need to remove that effort.
3353        - Moved start song loading into main.cpp, with helper in app.cpp. Disabled Florian's 'hackish loader', may be fixed now - TO BE TESTED!.
3354        - List only writeable ports in track list output port column and midi track info combo box.
3355        - Jack midi devices now save an additional required rwFlags xml tag.
3356        - ALSA Midi fixes: (Un)subscription errors. Delete our simple port! Unsubscribe from announce port. Ignore SND_SEQ_PORT_CAP_NO_EXPORT
3357           ports like 'qjackctrl' or 'port'. TODO: Possibly auto-assign newly discovered devices to available midi ports, in alsaScanMidiPorts().
3358        - Hack: "Midi Through" ALSA and Jack devices pushed to end of list, and list sorted, so useful outputs appear first.
3359        - Stopped our own ALSA client from appearing as Jack midi alsa_pcm device.
336010.12.2011:
3361        - More improvements to project save dialog. And tries to suggest parent folder if saving existing project. (Tim...)
3362        - Midi ports dialog: Auto dis/connect the stated default channels when selecting a device.
336309.12.2011:
3364        - Fixed popup menu behaviour with (nonstandard!) checkable submenus (flo)
3365        - Fixed wrong START_DRAG when clicking on popup-columns (flo)
336606.12.2011:
3367        - Fixed drawing of logarithmic values (god how I hate these conversions!..!$%) hopefully...
3368          should be improved by precalulating max and min values (rj)
336905.12.2011:
3370        - Complete Spanish translation from Cristian Ramos (rj)
337103.12.2011:
3372        * Improved: Project save dialog: Now has quick save as Template. Separate project/result paths shown. Editable project folder. (Tim...)
3373        * Added: Project directory in global settings dialog.
3374        * Added: Untitled project unique names.
3375        - Fixed bug saving compressed files with spaces in name, in filedialog.cpp fileOpen().
3376          More work in progress...
337702.12.2011:
3378        * Added: Project creation dialog now has file type combobox (.med, .med.gz, .med.bz2) (Tim)
3379        * Fixed: Remaining bugs with Header saving and loading (ex track, drum list header). (Tim)
3380                 Made two slight fixes in Header::writeStatus and readStatus. Tested thoroughly OK.
338101.12.2011:
3382        - Removed global settings User Instruments dir. Now fixed to muse config. Support for old files included. (Tim...)
3383        - Changed:  In File Dialog, 'User' initial prepend path changed to muse ./config path. So user files + templates are shown.
3384        - Fixed: Template directory changed from /home/templates to muse config directory. Support for old files included.
3385        - Moved QSocketNotifier from Audio::Audio into MusE::MusE.
3386        - Fixed mixer and main geometry restoration. Moved ahead of doReadGlobalConfig check.
3387        - Work In Progress! More to follow...
338828.11.2011:
3389        *Fixed: DSSI synth audio inputs. This means dssi vocoders, samplers etc. should work now. (Tim...)
3390        *Re-write: Fixed audio mixing, meter processing. Audio, and meters, for all mono <-> stereo route combinations work sensibly now.
3391        - Do not apply the track pan or volume to extra synth channels above 2.
3392        - (Re-)fixed valgrind 'invalid read size' in node.cpp, my very-old bad. Moved temp stack buffers to top. (Thnx to Flo)
3393        - Window titles of ladspa and dssi plugins now have track name prefix to help identify them.
3394
3395        - Added "Unused Devices" menu to the arranger's port popupmenu for rapid device selection (flo)
339628.11.2011:
3397        - MusE 2.0 release candidate 1 released (rj)
339827.11.2011:
3399        - fixed invalid read problem in node.cpp: replaced the (ab-)use
3400          of a temporary stacked buffer (which was deleted too soon)
3401          by the use of a temporary heap buffer (new[])   (flo)
340226.11.2011:
3403        - Added config properties for add-track menu, show all, show only visible and property for making visible what you add (rj)
3404        - Split behaviour and style configuration to two tabs (rj)
3405        - Adding invisible tracks no longer update track-info in arranger (rj)
3406        - clicking the background in tracklist and arranger no longer clear focus (rj)
3407        - moved configuration items for track visibility to global config (rj)
3408        - Added right click quit to channel strips (rj)
340925.11.2011:
3410        - fixed segfault when closing and SndFileList had more than 1 entry (flo)
3411        - fixed some mismatched deletes (delete vs delete[]) (flo)
341224.11.2011:
3413        - Fixed: xml song loading ignores very large text such as with Hexter-DSSI. Reported by jphaenlin. (Tim)
3414          Changed all local buffers to QByteArray (for unlimited size). Test OK loading/saving large songs + Hexter-DSSI.
3415        - Fixed "Invalid Read/Write"-bug with moving parts past the song's end or past the last track. (flo93)
3416          The problem was: when the song was automatically enlargened / a new track has automatically been
3417                           created, the song was update()d, and thus songChanged() was called. Within
3418                           songChanged(), the PartCanvas clearDelete()d its items list, deleting every
3419                           data pointed to by that list. However, right after that, the current loop's
3420                           CItem* is still used (which has just been deleted, that is, invalidated.).
3421                           In case the loop will go on, there would be even more similar errors.
3422          Solution: - Added UndoOp::ModifySongLen-action, and used that one for altering song length.
3423                    - changed Song::addTrack() to write into operation groups.
3424                      adapted all code using Song::addTrack() accordingly
3425                    - changed PartCanvas::moveItem() to support whole lists of operations.
3426        - Fixed a small unused-parameter warning (flo)
3427        - Updated broken (but unused) UndoOp::typeName() function (flo)
3428
342923.11.2011:
3430        - Fundamental audio engine fixes/changes together with a variety of other fixes. (Tim...)
3431        - Process track and plugin dssi controls always now, even if off. Fixed problems adjusting/saving gui values. TODO: Dssi when off.
3432        - User is now forbidden to do circular routing. Routing menu items are now disabled according to whether they would cause a loop.
3433          Installed anti-circular routing mechanism, allows processing should a circular route actually exist (old files, bugs, deliberate? etc).
3434        - Fixed jack.cpp: Connecting routes. Some code was not checking if routes were JACK_ROUTE types, leading to errors.
3435        * Fixed: Soloing system problems. Forgot to solo-chain all the way back to a midi track. Also fixed crashes if soloing a circular route.
3436        * Fixed: Aux Tracks. They should 'just work' always now. Required major processing-order changes and routing path support/checking.
3437          NOTE: Cannot use a track's aux sends if the track has an input route path from ANY Aux Track! Aux knobs/labels now DISABLED in that case.
343822.11.2011:
3439        - Increased contrast for midi event drawing in parts (rj)
344021.11.2011:
3441        - added super-glue feature (flo)
344217.11.2011:
3443        - Fixed all arranger/pianoroll/drumedit keyboard scrolling. (Tim)
3444          Changed PartCanvas and EventCanvas ::keyPress() key scrolling sections. Plus custom behavior tweaks in each case.
344516.11.2011:
3446        - Ctrl+click or middle button now sets an absolute value for Knobs (as good as possible without advanced arithmetic) (rj)
3447        - Structure operations: Split,Cut,Insert now work on audio tracks. The previous functionality with operating on selected
3448          tracks have been split into separate menu items (rj)
344915.11.2011:
3450        - Fixed wacky arranger part selection via KB when 'Move single armed track with selection' set. (Tim)
3451          Arranger::songChanged() was way too liberal, esp calling partsChanged(). Side benefit: Arranger speed-ups.
3452        - Changed internal 'undo' shortcut from ctrl-y to standard shift-ctrl-z. (Tim)
345314.11.2011:
3454        - Fixed: Do not clear midi ports upon 'new' (template) or 'import midi'. (Tim)
3455          Enabled some old code with which I had problems before, but that was long before 'clearing' fixes.
3456          Remaining TODOS: 'New' Synth.med template still replaces existing midi ports, and only
3457           the first port appears to be auto-connected to inputs upon import midi.
3458        - fixed ScoreEdit bug: names are removed from the set on close and on delete. (Flo)
3459        - indentation fixes in scoreedit.cpp,h and cobject.cpp (Flo)
3460        - Removed 18.06.2011 experiment. Do not allow Synths to route to midi track inputs. (Tim)
3461          It worked with MESS so far, allowed recording gui control movement. May prove useful
3462           in future, but is a big auto-routing hassle ATM. Sections marked p4.0.35.
346313.11.2011:
3464        - ScoreEdit now saves some default init values (flo)
3465        - seems like this fixed some valgrind bugs as well (flo)
346612.11.2011:
3467        - fixed "newly created subwins aren't focussed" problem (flo)
3468        - when closing a subwin, automatically another (topmost) subwin
3469          gets activated (flo)
3470        - fixed "non-subwin topwin-states aren't restored when using
3471          'muse2 songfile.med'. (don't know who, probably Tim)
347211.11.2011:
3473        -  Fixed all template .med song files. (Tim)
347410.11.2011:
3475        - Updated spanish translation by Cristian Ramos (rj)
3476        - Fixed meters not updating upon vertically shrinking arranger. (Tim)
3477        - Fixed TopWin xml errors such as "MusE: unknown tag <topwin [or tool or arranger] > at line xxxx". (Tim)
3478          Used new TopLevelList::findType() in MusE::readToplevels() to find arranger, marker, and cliplist. Was broken !
3479          So, arranger now remembers its settings (mostly).
3480          TODO: Fix broken default.med file, has serious xml errors. For long time MarkerView hasn't recalled its visibility.
348109.11.2011:
3482        - Further to 02.11.2011: Automatically convert old songs to use new 'fluid_synth' name.  (Tim...)
3483        - Added enum Synth::Type (MESS_SYNTH, DSSI_SYNTH etc) and used it throughout, ex. in findSynth(), also in song file.
3484          Protects from name conflicts with future MESS, DSSI synths, and simplifies adding future types (say LV2 etc.)
3485        - Simplified populateAddSynth(), made it agnostic. No more hard-coded synth type sorting - uses Synth::Type now.
3486        - Fixed settings synth config lists not updated when 'Remove Instance' clicked. Also now shows the type in the lists.
3487        - Fixed regression: No synthesizer patch names were listed.
348807.11.2011:
3489        - fixed restore-window-state bug (flo)
3490        - fixed dialog translation problem (flo)
3491        - Updated spanish translation by Cristian Ramos (rj)
349206.11.2011:
3493        - auto-expand fix (flo)
3494        - NoteInfo-toolbar fix (flo)
349504.11.2011:
3496        - more valgrind fixes (flo)
349702.11.2011:
3498        - Fixed new runtime errors "undefined symbol fluid_synth_cc" and "fluid_synth_set_reverb", seen on Ubuntu 11.10 (Tim).
3499          MusE "fluidsynth.so" module renamed "fluid_synth.so". Error seems due to required cmakelists LINK_FLAGS line, now removed.
3500          Also removed required LINK_FLAGS line in fluid cmakelists.
3501          PLEASE REMOVE THE OLD fluidsynth.so ! Or uninstall muse before installing again.
350201.11.2011:
3503        - Fixed Shortcut translations (flo)
3504        - Added a QSplitter to the shortcut dialog (flo)
350531.10.2011:
3506        - Translation code fixes and added almost-complete German translation (flo)
350728.10.2011:
3508        - Slight fix of midi SMF 1 export. Include meta 0x01 text event comment. (Tim)
3509        - Added Automation header in Song::execMidiAutomationCtlPopup().
3510        - Code comments cleanup in Song.
351127.10.2011:
3512        - Adapt context menu in arranger after what track types are currently visible there
3513          Now it only allows to create the track types which are set to be visible (rj)
3514        - Uninitialized value fixes in ScoreEdit (flo)
351526.10.2011:
3516        - Changed visibility of utility tracks so they are not seen by default in arranger (rj)
3517        - Added a default audio connection in default.med (rj)
3518        - More memory access fixes (flo)
351924.10.2011:
3520        - Fixed bug #3293339: Midi file export SMF format 0 broken. (Tim)
3521          Removed erroneous extra 2 bytes. Allow metas in SMF0 in MidiFile::writeEvent().
3522          Fixed very weird timing issue MidiFile::write(). See comments there (hidden problems lurking still?).
3523          Use single MidiFileTrack for SMF0 in MusE::exportMidi(). Added info to export dialog indicating that
3524           SMF 0 grabs the track name and comment from first midi track in arranger. Iterate full tracks list
3525           instead of midis list in MusE::exportMidi(), so that user can rearrange tracks on the fly before exporting.
3526          Some not fully understood useage of meta 0x0F/0x01 text events in MusE::exportMidi(). Hopefully correct...
3527        - Memory access fixes (flo)
352822.10.2011:
3529        - Catch return in spin boxes and move focus away (rj)
353021.10.2011:
3531        - rename fix (flo)
353220.10.2011:
3533        - Added missing triplets in quantisation dialog (rj)
353416.10.2011:
3535        - Fixed crashes reloading songs having open editors. Previous memleak fixes revealed some problems. (Tim)
3536          Installed bool TopWin::deleting(). It is set true when closeEvent() is called in any self-deleting TopWins.
3537          Used it to make all such TopWins and their corresponding child canvasses ignore songChanged signals.
3538          Test OK so far, multiple reloads of song with all track types, all windows open.
353914.10.2011:
3540        - Fixed keyboard navigation in tracks to work with hidden tracks (rj)
354112.10.2011:
3542        - Made the plugins aware of namespaces. (Orcan)
354311.10.2011:
3544        - Fixed the build of experimental rhythm generator. (Orcan)
354509.10.2011:
3546        - Fixed track list midi port popup menu - too many ports listed. Separated empty ports into submenu. (Tim)
354706.10.2011:
3548        - SigEdit, up/down arrow in denominator only moves between powers of two (decreased thick headedness),
3549          numerator is no longer validated (rj)
3550        - Hopefully last big namespace update. The only namespaces in use are
3551            o MusEGlobal: For global variables
3552            o MusECore:   For non-gui classes
3553            o MusEGui:    For gui classes
3554          One or two more namespaces will be added for the stuff outside the main tree (synti, al, etc) (Orcan)
3555        - Fixed python control add-on building. Left it off by default. (Orcan)
355605.10.2011:
3557        - SigEdit, up/down arrow in denominator only moves between powers of two, 2,4,8...128 (rj)
355804.10.2011:
3559        - More fixes to SigEdit, close on enter, navigate with arrows and / between values, fixed background color, focus (rj)
356002.10.2011:
3561        - SigEdit reworked to use two spinboxes, plan on adding Enter/Return detection so the widget will close when
3562          Enter/Return is pressed (rj)
3563        - Fixed HUGE massive memory leaks in all things using CItemList, and SndFile, dssi, fluidsynth and other huge leaks. (Tim)
3564          Addition of 'delete' in places hopefully does not introduce any new unforseen instabilities.
3565          Result: A song with 20 wave/midi tracks and several dssi, vst and fluidsynths, which leaked HUNDREDS of megabytes,
3566           now only leaks about 2 megabytes. TODO: Still some funny business with ALSA, and dssi scanning.
3567          Post-fix LEAK SUMMARY: definitely lost: 259,863 bytes in 356 blocks   indirectly lost: 611,874 bytes in 22,834 blocks
3568                                 possibly lost: 180,508 bytes in 5,211 blocks   still reachable: 1,061,068 bytes in 10,522 blocks
356930.09.2011:
3570        - Fixed long-standing problem with themes (Ia Ora / Bespin etc) and MusE button icons. Some themes don't support
3571           multiple-pixmap icons. So mute/solo/rec/stereo/thru always showed the same icon. Replaced w single pm icons. (Tim)
3572        - Fixed midi strip blank automation box at bottom, too high. (Tim)
3573        - Gradient for strip labels. (Hm, too pastel? Had to go top-high. Maybe change colours again Orcan, he he...) (Tim)
3574        - Repaired some non-virtual paintEvent(), resizeEvent(), event() etc. (Tim)
357528.09.2011:
3576        - Optimization: Orcan's meters are insanely lightning-fast now.  (Tim)
3577          TODO: Fix very slight oversize at bottom upon first showing of mixer.  Workaround: Simply resize vertically.
3578          TODO: Redo the VerticalMeter (actually Horz) drawing, else should be easy Horz integration into existing Meter class.
357921.09.2011:
3580        - Drawing speed boosts in part canvas. TODO Fix slight dashed border shifting. Do 'hidden' polygons (Tim)
3581        - Working on meter speed. WIP. Can enable by commenting out #define _USE_NEW_METERS in meter.cpp (Tim)
3582          Combined with part canvas fixes, meter work so far makes MusE2 near-Muse1 speed when playing big songs
3583           with many active mixer strip meters.
358420.09.2011:
3585        - Revert the change in coloring of the selected track in tlist. Making full transpaency optional
3586          requires more substantial changes. (Orcan)
3587        - Update the default config file with the same defaults as in gconfig.cpp. Question: Why do we
3588          have defaults defined in multiple places? (Orcan)
358917.09.2011:
3590        - Minor namespace fix in osc.cpp. (Orcan)
359116.09.2011:
3592        - Fixed errors when ladspa plugins not found while loading. (Tim)
3593        - Fixed forgotten bool to pointer conversion in some calls to song::addTrack, createSynthI. (Tim)
359414.09.2011:
3595        - added sane configuration defaults to muse (flo93)
3596        - several minor fixes (flo93)
3597        - added MDI-like and borland-like user interface (flo93)
3598        - improved pasting, added dialogs, added "copy in range",
3599          changed shortcut keys (flo93)
3600        - New namespaces MusEArranger and MusEMixer. (Orcan)
3601        - Updated default track colors on arranger. Indicate the selected track with a gradient instead of a
3602          separate color. (Orcan)
3603        - moved colorRect() and get_paste_len() into utils.cpp. (Orcan)
3604        - Updated default colors of transport handles, bigtime foreground, waveedit background, track labels.
3605          Made them more pastelish, easier on eyes. (Orcan)
3606        - Made horizontal alignment of meter and slider in mstrip consistent with in astrip. (Orcan)
360713.09.2011:
3608        *Added: You can now insert new tracks instead of always at the track list end. (Tim)
3609          If main menu 'Add track': Inserts before currently selected track, else adds at end.
3610          If Track List right-click existing Track Name: New 'Insert track' menu inserts before clicked track.
3611          If Track List right-click on empty space, or Mixer 'Create': Adds at end, as usual.
3612        - Fixed track selection bug: Track info panel not clearing when clicking empty area. (Tim)
3613          Added an emit selectionChanged(0) in TList::mousePressEvent.
3614        - Observed: Ancient bug: Track Info doesn't change if selecting multiple tracks in reverse order.
3615          Will need to be fixed if/when adding 'multiple track global editing'.
3616        - Made Slider::sizeHint() a const function again, so that the plugin window respects its sizeHint. (Orcan)
3617        - Explicitly disabled the scale support in Slider since it wasn't really in use for a while. (Orcan)
361811.09.2011:
3619        - Rewrote the rounding function for efficientcy. Moved the function into utils.cpp since it is written
3620          for general purpose. (Orcan)
3621        - The rounding in the meter is done in paintEvent now. I also enabled Antialiasing to make the corners
3622          look nicer. Therefore I had to comment out Qt::WA_OpaquePaintEvent attributes in the meter and the
3623          verticalmeter for now. Some testing needed. (Orcan)
3624        - Plugin slider color codes are now generated from plugin ID numbers. (Orcan)
3625        - Active plugins are colored in green in the rack. (Orcan)
362609.09.2011:
3627        - Removed sending of SEQM_ADD_TRACK, SEQM_REMOVE_TRACK, SEQM_CHANGE_TRACK, SEQM_REMOVE_PART, and
3628           SEQM_CHANGE_PART to ALSA midi thread (which waits) from inside Audio::processMsg.
3629          Replaced with hand-offs to Song::processMsg. TODO: SEQM_SET_TRACK_OUT_CHAN etc. (Tim)
3630        - MidiDevice play and stuck event lists no longer directly accessible from outside -
3631           replaced with ::addScheduledEvent and ::addStuckNote. (Tim)
3632        - Installed a ring buffer for ALSA MidiDevice play/stuck notes event lists, filled by ::addScheduledEvent
3633           and ::addStuckNote, because ALSA midi is processed in a thread other than audio. (Tim)
3634          TODO: processMidi could do stuck notes better by bypassing their insertion in the play event list,
3635                 also applies to seek/stop handler block, but I'm not sure about the time comparisons.
3636        - Removed MidiSeq::msgSeek and ::msgStop, and removed calls from Audio::seek and ::stopRolling. (Tim)
3637          Removed Audio::msgShowInstrumentGui and ::msgShowInstrumentNativeGui.
3638        - Some more separation of ALSA and Jack Midi, one step closer to configurable choice of either/or. (Tim)
3639        - Massive cleanup of audio, midi, mididev, alsamidi, jackmidi, dssi modules. Moved some stuff from
3640           Audio::processMidi into MidiDevice. (Tim)
3641        - Test OK here so far, with stress files and complete pre-existing songs, ALSA, Jack, and Synth midi. (Tim)
3642          TODO: Restoration of sustain upon play seems broken for a while - try putEvent instead of addScheduledEvent
3643           in Audio::startRolling().
3644        - Cleaned some namespace change artifacts. Fixed signal/slot mechanism related to bigtime, pianoroll,
3645          drumedit. Fixed config file corruption. (Orcan)
3646        - Made plugin slider colors fancy, experimental. (Orcan)
364708.09.2011:
3648        - Finished namespace MusEWidget. Added namespaces MusEUtil, MusEDialog. (Orcan)
364907.09.2011:
3650        - Introducing namespaces. So far, we have MusEApp, MusEGlobal, MusEConfig, and I just started
3651          MusEWidget. zynaddsubfx does not crash anymore. (Orcan)
365206.09.2011:
3653        - Add licensing information (GPLv2 or later) to source code files. Update FSF mailing address
3654          to the most recent one in the existing copyright notices. (Orcan)
365505.09.2011:
3656        - Remodel the EffectRack. There is still an ongoing issue with the minimumSizeHint, which I worked
3657          around by adding a fixed offset. (Orcan)
3658        - Fall back to using Meter's own size functions rather than the event rectangle's size functions
3659	  in paintEvent(). The latter caused corruption when toggling mono/stereo. (Orcan)
366004.09.2011:
3661        - Remodel the Slider (Orcan)
3662        - moved and changed muse.pro file (flo93)
3663        - added update_pro.sh and update_translations.sh (flo93)
3664        - added paste dialog (flo93)
3665        - updated translations (flo93)
3666        - moved stuff from functions.cpp out to dialogs.cpp (flo93)
3667        - fixed behaviour of movePartsTotheRight(): parts which
3668          begin at "start of move" aren't expanded, but moved now (flo93)
366901.09.2011:
3670        - Fixed tough old skeleton: Selecting 'previous/next event' in Song::execAutomationCtlPopup now moves cursor
3671           with exact frame resolution, all the way through via proper song->setPos > audio->msgSeek rather than
3672           song->setPos > set pos[0] etc. There was a bug that it got stuck on too-close points on the graphs. (Tim)
3673        - Reverted controls to full speed (again): Removed too-cautious msgSetVolume, msgSetPan, msgSetPluginCtrlVal. (Tim)
3674          Reviewing some other possibly unneeded too-cautious msgXXX audio messages :)
3675          TODO: Fix current automation values (the 'off' value).
3676        - Removed unused PanKnob from mixer CMakeLists. (Tim)
367729.08.2011:
3678        - Fixed Robert's fixes (flo93)
3679        - Fixed audio automation graph editing. And now 'snaps' to discrete integer or bool types. (Tim p4.0.32)
3680          All control movements should update display now. Also slightly changed behaviour of Ctrl class.
3681          TODO: Fix some painting corruption, improve discrete display, add transparency etc. etc.
3682        - Applied compilation patch to rhythmbase.ui by Jean-Damien Durand. (Tim)
368328.08.2011:
3684        - Fixed weird column expansion for [rec] column by removing autoexpand of the last column. Still
3685          something fishy with moving columns (rj)
368627.08.2011:
3687        - Changed mousewheel behaviour, vertical scrolling is default and horizontal scrolling (shift) is reversed (rj)
3688        - Added fullscreen shortcut to all editors which have full screen action (rj)
3689        - Part text editor now closes when focus is lost (rj)
369017.08.2011:
3691        - Convert some Qt3 style coding in ComboBox to Qt4 in terms of menu entry handling. (Orcan)
3692        - Add mouse wheel support to ComboBox. (Orcan)
3693        - Fix AutoType indicator coloring. (Orcan)
369416.08.2011:
3695        - More drawing fixes, improved accuracy (grids, timescales, edges, markers guaranteed to align now). (Tim p4.0.30)
3696          Much drawing changed to device (pixel) space instead of virtual space, for accuracy.
3697        - Fixed display of audio automation graphs. (But not editing). (Tim)
3698        - Fixed unreadable Master Edit tempo scale (on left side), and added toolbar saving and restoring. (Tim p4.0.31)
369915.08.2011:
3700        - Remodel the Meter and the VerticalMeter (Orcan)
370113.08.2011:
3702        - Make the shininess of the Knob ring a little smarter (Orcan)
370305.08.2011:
3704        - Parts having hidden events now drawn using 'jagged' ends and special white edges. (Tim p4.0.29)
3705        - Improved border drawing guaranteed to show L/R touching part borders. TODO: Top and bottom borders. (Tim)
3706        - Muted parts now show names and events. Filled with a special brush pattern for easy recognition. (Tim)
3707        - Huge changes to PartCanvas::drawItem(). And to all View::XmapXXX methods for better accuracy. (Tim)
3708        - Changed bool Part::hasHiddenNotes() to int Part::hasHiddenEvents(). Added int Part::cachedHasHiddenEvents(). (Tim)
370902.08.2011:
3710        - Changed behaviour of part clones (flo93)
3711
371231.07.2011:
3713        - Remodel the Knob (Orcan)
3714
371528.07.2011:
3716        - speeded up structural operations (flo93)
3717        - fixed several heavy bugs in structural operations: (flo93)
3718           - global insert freezed muse
3719           - global cut and global insert behaved wrong on parts not
3720             starting at the zeroth tick
3721           - fixed upper_bound vs. lower_bound issues
3722        - clicking below the track list now deselects all tracks (flo93)
3723        - moved checkRegionNotNull() where it belongs (flo93)
372414.07.2011:
3725        - Fixed loading of old songs with synths. (Tim)
3726          Added static keyword to array in each synth's oldMidiStateHeader() member.
372727.06.2011:
3728        - Massively speeded up muse by using operation groups (flo93)
3729        - Changed behaviour of middle click in all canvases to "delete" (flo93)
373021.06.2011:
3731        - Fixed wave editor position and marker drawing corruption. (Tim)
3732        - Updated Yamaha m06 IDF file to version 4 by Geoff King. (Tim)
373318.06.2011:
3734          (By Tim. Marked as p4.0.27)
3735        - Major work, all synthesizers. Sysexes now wrapped in a header MFG ID (0x7c) + synth ID. Fixed leaks, crashes.
3736          Each MESS synth (or just the single DSSI host) now has a unique ID, used in the sysex header.
3737          TODOS: Finish DeicsOnze::getControllerInfo. Fix Fluid - must set to High Bank #2 to see any patch names!
3738          *NOTE: Some data will now change upon saving a song! Compatibility with old songs is built-in and transparent.
3739                 Ask Tim for details.
3740        *Feature: SimpleDrums now FULLY functional including effects. Support old songs + MusE-1 songs, tested OK.
3741        - Fluid soft synth now remembers and displays the font name.
3742        - Fixed midi TrackInfo patch name not initializing at position 0 even when value stored, with FluidSynth (possibly others).
3743        - Fixed some leaks, lack of dtors cleanup call when repeatedly loading songs. Should be a weee bit more stable now.
3744        - EXPERIMENT: Midi track input routes can now come from any of the synthesizers! This is a WIP and might change or disappear.
374506.06.2011:
3746        - removed (unused) support for disabling the keymap (flo93)
374704.06.2011:
3748        - fixed regression with switching ctrl/shift when manipulating
3749          items in canvas. drag+shift limits movement, drag+ctrl copies (rj)
3750        - changed behaviour of middle click in all canvases to "delete" (flo93)
375102.06.2011:
3752        - the score editor now allows batch-movements, that is,
3753          you can transpose or move the whole selection and not
3754          only single notes (flo93)
3755        - the functions now return as boolean, if they have triggered
3756          undo (flo93)
3757        - applied another patch from WillyFoobar: moved Q_OBJECT
3758          to the top of each class definition, where it belongs (flo93)
375930.05.2011:
3760        - implemented cut,copy'n'paste and the "select foo" entries in the score editor (flo93)
3761        - added select_foo() functions to functions.cpp (flo93)
3762        - removed "midi in" button from score editor (flo93)
3763        - added a spinbox to the arranger's "Ch:" column (flo93)
376429.05.2011:
3765        - moved cut,copy'n'paste to functions.cpp, removed unnecessary duplication (flo93)
3766        - changed behaviour of paste: now the pasted, not the original notes are selected (flo93)
376728.05.2011:
3768        - fixed dragging and resizing of track header, also changed default index of new
3769          sections, they should appear last now (rj)
3770        - fixed the buggy bugfix of the "invalid Part*s" bug (flo93)
377127.05.2011:
3772        - fixed bug in scoreeditor: invalid Part*s are now not used any more (flo93)
3773        - applied some hunks of the patch sent in by WillyFoobar (flo93)
377425.05.2011:
3775        - Added midiin and steprec buttons again (flo93)
3776        - Added step-rec-support for drum edit and score edit (flo93)
3777        - put step-rec-stuff into its own class (flo93)
3778        - moved clefTypes out of scoreedit.h to prevent compile-horror (flo93)
3779        - Declared struct Route as QMetaType to make it a QVariant type. (Tim)
3780        - Moved: All routing popup menu stuff from app, astrip, mstrip, mtrackinfo into
3781           new class RoutePopupMenu, *massively* cleaning up those 4 files.
3782          Used the new Route QVariant type as action data instead of integers.
3783        - Moved MenuTitleItem definitions from astrip.cpp into it's own menutitleitem.cpp (Tim)
3784        - Added to settings: "Make popup menus stay open. Otherwise hold Ctrl." (Tim)
3785          To avoid showing new users non-standard behaviour, the default is off!
378624.05.2011:
3787        - Awl::PitchEdit now can be set with the musical keyboard (flo93)
3788        - fixed y-stretch (flo93)
3789        - cleaned up step-rec and midi-in buttons and stuff (flo93)
3790        - steprec now supports a "insert rest" key, which can be set (flo93)
3791          under Midi -> Input Plugins -> Remote Control
3792        - song->midiNote now also delivers note off events (flo93)
3793        - fixed pitch-spinbox (flo93)
3794        - removed auto-resize from tracklist-header (rj)
3795        - removed channel from track list for a drum track and grayed it out in track info (rj)
3796        - fixed samplerate warning from templates (rj)
379723.05.2011:   (all changes made by flo93, except one)
3798    Function-related changes:
3799        - made all the stuff in the "functions" menu global
3800        - added crescendo, legato functions, improved erase function
3801        - removed unnecessary _to and _quant* - stuff from piano roll and drum edit
3802          this also involved changing the Toolbar1
3803        - changed behaviour for step-recording: the note-length is now the "raster"-
3804          value instead of the "quant"-value
3805        - changed behaviour for scripts: the "quant"-parameter they get isn't the
3806          quant-combo's setting, but the snap-combo's now
3807        - removed unnecessary short cuts: SHRT_OVER_QUANTIZE etc. instead added
3808          SHRT_QUANTIZE
3809
3810    Score-Editor-related changes:
3811        - using the proper AL::raster functions in the score editor
3812        - added support for selections to the score editor
3813        - distance between staves is now automatically increased if necessary
3814        - fixed "change pitch freezes scoreeditor"-bug
3815        - added clef-combobox to midi tracks (rj and flo)
3816        - don't install the *.mf files any more
3817        - added a modified MTScale to the score editor
3818
3819    Other Stuff:
3820        - speeded up importing midi massively
3821        - when step-recording, chords can now be entered with only the musical keyboard
3822        - swapped ctrl and shift behaviour to make muse accord to standards
3823        - toolbar states are now saved
3824        - improved "cakewalk" mode for arranger: added y-stretch and drawing some controllers
3825        - added line tool to drum editor
3826        - added "reorder list" function to drum roll
3827        - changed ctrl-edit's behaviour when control key is pressed
3828
382920.05.2011:
3830        - Popup menus: If stay-open mode, space triggers item and double-click simulates return (closing). (Tim)
383119.05.2011:
3832        * Feature: Popup menus now auto-scroll if too large to fit on desktop. (p4.0.25 Tim)
3833          Added auto-scroll to my class PopupMenu. Added selectable stay-open. TODO: Use it more, where needed.
3834        - Changed midi track info patch popup behaviour. Now stays open for auditioning patches. (Tim)
3835        - Changed editor 'ctrl' controller popups. Split instrument/other (+ common controls!) + show ctrl numbers. (Tim)
3836          TODO: Add custom (R)NRPN dialog to 'other' section.
383715.05.2011:
3838        - Changed mouse wheel behaviour in graphical editors except the score editor (rj)
3839            * wheel scrolls left-right
3840            * shift+wheel scrolls up-down
3841            * control+wheel zooms horizontally
3842            TODO:
3843             - score editor
3844             - zoom to where the mouse is located
384514.05.2011:
3846        - Fixed problem with project save dialog missing a forward slash '/'. (Tim)
3847          ~/.config was being polluted with wrong folders. Fixed ProjectCreateImpl::updateDirectoryPath().
384813.05.2011:
3849        - New spanish translation from Cristian Ramos (rj)
3850        - Added dialog to remove unused wave files (rj)
3851        - Changed default imported midi song type to GM. (Tim)
3852        - Added GM drums patch in MidiInstrument::populatePatchPopup() for GM songs on ch 10. (Tim)
385312.05.2011:
3854        - Changed template song "default.med" song type from NO to GM, to help new users. (Tim)
385510.05.2011:
3856        - Added general settings audio item: Minimum control process period 1-2048, default 64. Test OK. (Tim)
3857          Adjusts minimum allowable number of samples in a LADSPA or DSSI run, ie control 'smoothness'.
3858          Still TODO: AudioTrack controllers contribution.
3859        - Added Yamaha Mo6 instrument file by Geoff King gsking1 A T gmail D O T com. (Tim)
386008.05.2011:
3861        - Draw event canvas notes if they extend past part end. (Tim)
3862        - Added checkbox to select if songinfo should be displayed on song start (rj)
3863        - fixups to structure functions, now inserts/cuts markers, and master track events with undo (rj)
386406.05.2011:
3865        - MusE 2.0beta2 released (rj)
3866        - Added Yamaha-CS1x.idf instrument from Ernie Rymer <ethylene77 A T yahoo D O T com> Thanks! (Tim)
3867          Turned off executable permissions on some others.
386805.05.2011:
3869        - Fixed regression: Plugins would not restore saved control state when loading song. (Tim)
387004.05.2011:
3871        - Fixed meter drawing for zero values in feedback parameters to plugin guis (rj)
387202.05.2011:
3873        - MusE 2.0beta released (rj)
387401.05.2011:
3875        - More fixes, improvements to ladspa and dssi processing, control responsiveness, of 25.04.2011. (Tim)
3876          Timestamp control ring buffer items with linear Audio::curFrame() instead of circular Audio::timestamp().
3877          Added Audio::curSyncFrame(), used it in process routines to subtract from timestamp.
3878          All effect/synth generic/native gui controls should be quick now.
3879        - Dssi synths respond to Audio track controller graphs now.
3880          Still TODO: Make Audio track controllers full-speed (like the controls), they are still once per period.
3881          Do same for midi->ladspa controller code.
388228.04.2011:
3883        - More separation of Alsa and Jack midi processing. Possible fix for crash report by Geoff B. (p4.0.22 Tim)
3884          Added MidiDevice::handleStop(), ::handleSeek(). Split processing among MidiSeq::processStop, ::processSeek
3885           and Audio::stopRolling, ::seek. Also some sustain resetting code and midi sync code was moved into
3886           these two new MidiDevice methods.
3887          TODO: There is more separation to be done. Hopefully it makes MusE more stable and timing-proper.
3888        - Small fix to scoredit in color_image(). Use bytesPerLine() * height() for older Qt. Test OK. (Tim)
3889        - Fix to Robert's DssiSynthIF::paramOut(). Call getParameterOut(). (Tim)
3890        - Changed all plugin and dssi module's 'unsigned' usage to 'unsigned long' for more consistency. (Tim)
3891        - fixed multiple connects in master list editor and some cleanups suggested by WillyFooBar (rj)
389227.04.2011:
3893        - added first version feedback parameters for plugins (rj)
3894        - merged score edit branch into trunk (flo)
389525.04.2011:
3896        - added a songChanged at the end of clear when loading a new song, intended effect was to
3897          clear GUI before loading new song to fix some nasty crashes, seems to work (rj)
3898        - Overhaul plugin.cpp/h: Fix all float <-> double and int <-> unsigned usages. (p4.0.21 Tim)
3899        - Improved ladspa and dssi controller responsiveness even with large audio buffer size. (Tim)
3900          Implemented variable run-lengths for frame-accurate controller processing.
3901          Improved volume, pan, and plugin control responsiveness - used track->setPluginCtrlVal()
3902           instead of audio->msgSetPluginCtrlVal() which waits until next audio process.
3903          Work in progress! Still not complete yet. Please bear with me.
390424.04.2011:
3905        - Improved master list editor editing of keys, dropdown should not 'stay behind' anymore (rj)
390621.04.2011:
3907        - Fixed drag&drop plugin instantantiation (again), was using a string pointer to private data
3908          now copies the data before use (rj)
390919.04.2011:
3910        - Added undo/redo to master list editor for key editing, should implicitly
3911          mean that SC_KEY is emitted to detect song change (not tested) (rj)
3912        - fixed bug with undo not working for first signature event (rj)
391316.04.2011:
3914        - Added KeyList for keeping key change events and ability to edit it in
3915          master list editor (rj)
3916        - fixed stuff in master list editor (rj)
3917          * editing tempo signature is now atleast working
3918          * editing time position is now atleast working
3919          * double clicking a line moves the playpointer to this position if we are not playing
3920          * changed adding tempo/sig/key so they pick the position from the play pointer instead
3921            of just incrementing the time position, I can't fathom when that would be preferable
3922            (if there is a time, I'm sure someone will let me know :) )
3923          - song changed not implemented yet
3924          - undo/redo is not implemented
3925        - Fixed crash in dssihost.cpp - my bad from recent p4.0.20 changes. (Tim)
3926        - Added destructors to sigmap and tempomap. Test OK. (Tim)
392715.04.2011:
3928        - And while we're at it... Invert drum track 'slivers' in arranger parts. (Tim)
3929        - Move part name text to bottom to accommodate drum 'slivers'.
3930          Use lowest gradient colour from new gGradientFromQColor(), to determine whether to invert.
393114.04.2011:
3932        - Fixed notes 'sliver' drawing in arranger midi parts. Invert if too dark. (Tim)
3933        - Gave arranger part name text drawing a shadow to help contrast with drawn events.
3934          Also moved part name text out of the way, to top of part.
3935        - Removed DSSI gui QProcess kill timers. In Qt4 they can only be used that way with threads started with QThread.
3936          Kill is not nice anyway. On terminate, gui may prompt user to save work etc. App should check at close
3937           if all these guis closed and ask to abort closing, or kill the guis, or leave them alone.
3938        - Improved dark part colour gradients. Added gGradientFromQColor() in widgets/utils.cpp and called from PartCanvas draw.
393912.04.2011:
3940        - Another fix for FLAM GUI controls - 300ms delay before sending control values in PluginI::oscUpdate(). (Tim)
3941          Good enough? How to make sure (any) gui is really ready?
394211.04.2011:
3943        - Possible fix for FLAM GUI controls - send current control values in PluginI::oscUpdate().(Tim)
394410.04.2011:
3945        * Added: Expanded all routing choices: Synth to Wave track, Wave track to Wave track etc. (Tim)
3946        * Added: DSSI synths can now show generic LADSPA GUI as well as native. (Tim p4.0.20)
3947          WIP: Controllers not finished + maybe need a chooser for which ones (of possibly 1000's) are shown.
3948          I reserved an Audio track controller index of 9 for them. If we ever decide to increase the number
3949           of rack plugins, that gives us room for 8 maximum, for now. (But increasing the maximum number
3950           of controllers would mean altering the list structure, requiring a bump-up of file version.)
3951        - Dummy audio: Fixed lockups, or crash at line: "while (drvPtr->cmdQueue.size())" in dummy loop. (Tim)
3952          Replaced loop code with with muse_qt4_evolution's (usleep-based instead of timer).
3953          TODO: Try subtracting process time from sleep time for more accuracy.
3954          TODO: Use a better sleep routine - usleep may be have terrible resolution in some cases.
395509.04.2011:
3956        - No more sleep icon when cancelling a quit operation (rj)
3957        - added Ctrl+Shift+LeftMouseButton to add entire rows to selection in all canvas editors (rj)
395801.04.2011:
3959        - Fixed custom LADSPA DSSI GUI support. Tested OK with FLAM. Thanks to Luis Garrido for help. (Tim)
396031.03.2011:
3961        * Feature: Support for custom LADSPA DSSI GUIs, such as those generated by FLAM. (p4.0.19 Tim)
3962        - Initial support. TODO: Refine how a particular UI file is chosen - uses first one found for now.
3963          Also may need to support multiple choices if multiple lib-level and/or plugin-level UIs are found.
396427.03.2011:
3965        - Fixed end/off-screen selections not being drawn in midi controller graphs. (Tim)
3966        - Reverted Midi Track Info ui layout more or less to pre- Mar 5, with some improvements. (Tim)
3967        - Added: placeholder for Score editor (rj)
3968        - Reclaim some screen real estate. Set zero margin and spacing in ScrollScale constructor. (Tim)
3969        - Fixed midi controller graphs' velocity items selections. (Tim)
397024.03.2011:
3971        - Fixed: Problems with midi event list editor. (p4.0.18 Tim)
3972          For ex. problems selecting items while pianroll open. Changed ListEdit::songChanged().
3973        - Fixed: Some problems drawing/editing on pianoroll controller graphs. Also added drawing speed-ups. (Tim)
3974        - Added: Pianoroll controller graph items can now be selected/highlighted. Sync'd with midi event list editor. (Tim)
3975          Just a step towards better editing of controller graphs. WIP (No copy/cut/paste/move yet.)
397616.03.2011:
3977        - Added: Midi events drawing while recording (rj)
3978        - Fixed, hopefully, MESS synths sometimes being silent (rj)
397912.03.2011:
3980        - Cursor mode in drum editor should be usable now (rj)
3981          Changes:
3982          * delete current event with delete
3983          * change edit step size on toolbar and using 0 and 9
3984            Try setting step size to 16 with snap 16, place cursor on the first beat for kickdrum
3985            hold down 'b' to add all kickdrums.
3986            Now move to snare at position 8 hold down 'b' again.
3987            A basic beat should now be entered kick/snare/kick/snare
3988          * auto scrolling of view when event is outside view
3989          * move current event as with standard event operations
399010.03.2011:
3991        - Added: Say hello to 'CURSOR MODE' in drum editor (rj)
3992          the idea is to edit drums more like a mod tracker, doing all from the keyboard.
3993          shortcuts defined for entering cursor mode (U) and V,B,N,M for entering notes.
3994          TODO: Step parameter, auto scrolling, mouse integration and more
3995        - color tweaks for wave tracks in arranger (rj)
399607.03.2011:
3997        - draw gradients in arranger (rj)
399806.03.2011:
3999        - added simple part drawing while recording, does not draw events or waveform (rj)
400005.03.2011:
4001        - Store toolbuttons in song file (rj)
4002        - Fixed issue with opening editors (rj)
4003        - Zoom shortcuts in arranger (rj)
4004        - detect samplerate and warn if samplerate isn't same in song and system (rj)
4005        - adjust columns and store size of shortcut dialog (rj)
4006        - Fixed up some missing keyboard accelerators for menus (rj)
400701.03.2011:
4008        - Added feature to show/hide track-types from arranger, this far only with toolbuttons
4009          and no persistent storage (rj)
4010        - restore window geometry for Midi configuration dialog (rj)
401128.02.2011:
4012        - Added progress dialog for loading projects (rj)
4013        - Aligned meters on mixer strip (rj)
401427.02.2011:
4015        - Fixed piano roll controller graph text drawing (finally!). (Tim)
4016        - Fixed crashes in drag & drop for plugins and drag presets from outside muse into a plugin (rj)
4017        - Support for multiple drops of files to arranger, e.g easy import of a bunch of wave files (rj)
4018        - Added some missing Qt headers, found by Flo on Debian Lenny. (Tim)
401926.02.2011:
4020        - Fixed some piano roll controller graph drawing issues. (Tim)
4021          Draw velocities on top of grid, but draw non-velocity items behind grid.
402224.02.2011:
4023        - Improved default midi auto-connections. (Tim p4.0.17)
4024          Midi ports list default input routes column now shows 'all' by default.
4025          Improved and fixed default input and output routes columns.
4026          With those two columns' popup menus, users can now apply defaults to all existing tracks.
4027        - Fixed Organ synth crashing. Added setupUi(this) in OrganGui::OrganGui(). (Tim)
4028        - Fixed synth devices should not be listed as soloing chain popup items. (Tim)
402918.02.2011:
4030        - Disable saveAs dialog for rec when project dialog isn't used (rj)
4031        - changed the default setting for move single rec with track, default is to NOT move (rj)
4032        - fixed (hopefully) bug in shortcut editor, global shortcuts were not always
4033          taken into account when checking if a shortcut was in use (rj)
4034        - added shortcut F for linedraw, applicable to automation drawing in arranger and pianoroll (rj)
403515.02.2011:
4036        - Automation fixes, better detection, not perfect (rj)
403714.02.2011:
4038        - Fixed midi track info panel layout and spacing. Should be much better now. (Tim)
4039        - Added patch to remove warnings from WillyFoobar (rj)
4040        - Fixes to graphical automation (rj)
4041           * select color in menu
4042           * offset bug, can now edit automation although it's scrolled down
4043           TODO redrawing issues when using slider automation for instance.
4044        - mixer slider now updates canvas to get automation updated (rj)
404513.02.2011:
4046        - restore toolbar locations for main window and editors (rj)
4047        - fixed some layout issues in general settings (rj)
4048        - removed window geometry from default template, TODO add a menu option for creating
4049          templates, which might not contain certain types of data, including geometry (rj)
4050        - fixed bug if jack zombifies during project load which led to a crash (rj)
4051        - Fixed MusE failing with non-RT kernel. Now falls back to normal 'OTHER' scheduling. (Tim p4.0.16)
4052        - Fixed dummy audio thread not running FIFO with RT kernel - set PTHREAD_EXPLICIT_SCHED. (Tim p4.0.16)
405310.02.2011:
4054        - added cut/copy/paste and keyboard shortcuts to wave editor (rj)
405509.02.2011:
4056        - fixed regression with Bounce to File and Bounce to Track (rj)
4057        [[[ By Tim. Marked as p4.0.15 ...
4058        - Removed MidiDevice::nextPlayEvent, and instead of erasing 'already played events' at top of
4059           Audio::processMidi(), let each device erase played events immediately after playing them.
4060          Still a bit uneasy with this one, but nextPlayEvent was causing some problems.
4061          This required forced event erasure, if the track is off, in SynthI::preProcessAlways(),
4062           which may need more tweaking for other non-processed circumstances.
4063        - Added MidiDevice::putEventWithRetry() which will wait and retry sending an event.
4064          So far it is only used in MidiPort::setMidiDevice(), which runs in the GUI thread where
4065           it can wait a bit.
4066        - Increased playback MidiFifo size from 512 to 2100, to accommodate large block sends,
4067           such as in MidiInstrument::reset() which sends 2048 events at once.
4068          Created new recording MidiRecFifo with reduced size of 160 instead of previous 512.
4069          Replaced SynthI::putFifo and MidiJackDevice::eventFifo with unified MidiDevice::eventFifo.
4070          TODO: Allow ALSA devices to also make use of it, in case events cannot be delivered.
4071        - Added a timestamp to OscControlFifo events. To be used for better, faster OSC processing - TODO.
4072        - Fixed DSSI processing timing in DssiSynthIF::getData(). Should be much better now, tested OK.
4073        - Fixed Jack Midi 'lost event' messages due to full buffers. Now it waits until next cycle if buffer is full.
4074          Slight mod: SysEx events forced to be lost, since it is most likely that the sysex is too big and Jack Midi
4075           could never allocate enough space for it, meaning the event would linger around forever attempting to
4076           be sent, tying up other events. ]]]
407708.02.2011:
4078        - made muse compilable under gcc-4.6. ptrdiff_t type requires inclusion of cstddef. (Orcan)
407931.01.2011:
4080        - added cmake option (-DMODULES_BUILD_STATIC=ON) to build the internal modules
4081          statically. It should be possible to run muse from the build tree. (Orcan)
4082        - Moved -fPIC to the global build flags. (Orcan)
408326.01.2011:
4084        - moved automation lines ontop of parts (rj)
4085        - fixes to automation editing, still many bugs though (rj)
408621.01.2011:
4087        - Added: graphical editing of automation, also now stores which parameters are visible (rj)
4088                 Edit with new automation tool in arranger, to create new points hold down ctrl.
4089           TODO: Easy selection of colors, create new points need improvement, and probably a
4090                 bunch of bugs, drawing does not always work for instance, and some cleaning
409117.01.2011:
4092        - fixed: panic button (rj)
4093        - fixed: initialization crash when loading a new project (rj)
409415.01.2011:
4095        - fixed: bug were wave track appeared to be rec enabled but no file was created. (rj)
4096        - made create project dialog optional, also some minor tweaks to the dialog (rj)
4097        -
409809.01.2011:
4099        - These changes marked as p4.0.14:
4100        - Applied aux send fix AudioTrack::writeProperties() by Remon. Thanks. (Tim)
4101        - Fixed very slow midi trackinfo property adjustments with mixer shown. In AudioMixerApp::songChanged(). (Tim)
4102        * Feature!: Complete soloing system (after 4 years). Support chaining Midi Port/Audio Out -> Audio In. (Tim)
4103          Click on audio strip iR, or midi strip oR, or midi track info oR buttons to see new additions.
4104          Tested thoroughly, but of course this major change needs wider testing.
4105          TODO TODO: Fix trackinfo width (a minor button placement gui issue).
4106        * Some tweaks for automation viewing, more to do. (rj)
410704.01.2011:
4108        - Added saving and restoring of pianoroll trackinfo h-splitter state. (Tim)
4109        - Fixed multiple velocity controllers appearing on song reload. Tested OK. (Tim)
4110        - Fixed arranger trackinfo widgets sizing - were allowed to shrink vertically. (Tim)
4111          TODO: Fix trackinfo scrollbar not showing at right time.
4112        - Replace all QWidget::setShown() calls with setVisible(). (Tim)
4113          It's supposed to be a Qt3 function, but still supported.
4114        - Enabled displaying of audio automation on tracks (rj)
4115        - Added right-click on track ARM buttons, now enables/disables all tracks of it's kind (rj)
411602.01.2011:
4117        - Fixed arranger focussing problems again. (Tim)
4118          Scratch setFocusProxy() fix of 31.12. Gave MusE a keyPress handler and pass it on to canvas.
4119        - Fixed transport +/- position snapping. Works globally now too. (Tim)
4120          Moves by, and snaps to, snap setting of either an editor, or globally to arranger by default.
4121        - Added transport position "Shift + +/-" keys, for no snapping. (Tim)
4122        - Removed (hopefully) the last bits of Qt3support functions from .ui files. (Orcan)
4123        - fixed patch loading for deicsonze and reverted to it's standard colortheme (rj)
412431.12.2010:
4125        - Possible fix for arranger focussing problems. (Tim)
4126          Added parent->setFocusProxy(canvas) just after canvas created.
4127          Also added to pianoroll.
4128        - Added shadow behind the wallpaper titles for easier read. (Orcan)
412930.12.2010:
4130        - Suggestion by OOM team: Add default velocity controllers to pianoroll and drum edit. (Tim)
4131        *Feature: Appearance part color names now can now be edited. (Tim)
4132          TODO: Add per-song settings and add toolbar with some colour goodies.
4133        *Feature: Mixer label colours can now be edited in the appearance settings. (Tim)
4134          TODO: Remix track icons using use alpha channel and special routine to mix in
4135           these settable colours.
4136        *Fixed: Appearance settings palette was broken. (Tim)
4137          Note: A few odd Qt styles are wacky (Motif, Windows). Your mileage may vary.
4138        - In ctrl canvas, draw the grid before anything else. (Orcan)
413929.12.2010:
4140        - Fixed Bigtime display when using a style sheet for MusE. (Tim)
4141          Set window font using a style sheet. Bigtime used QFont::setPixelSize().
4142          Application style sheets (even a blank one) override with the fixed application
4143          font size (evidenced by adjusting MusE config font#0, then bigtime font size changed).
4144          TODO: Darn, the tooltips fonts are as big as the labels! Must fix.
4145        - Added 2 wallpapers from Geoff Beasly.
4146        - Fixed focus stealing of transport (rj)
414728.12.2010:
4148        - Tweaked and added some delays during project load to counter threading
4149          issues during loading of projects (rj)
4150        - Commented out the comment placeholder text line in projectcreateimpl.cpp. It
4151          broke the compilation against Qt-4.7. (Orcan)
4152        - Fixed the shift modifier issue in renaming parts in the arranger. (Orcan)
4153        - Fixed the 'no selected track' trackinfo background MusE logo display. (Tim)
4154          It was a memory leak as well. Was a simple fix in Arranger::genTrackInfo().
415527.12.2010:
4156        - Added a first try at project creation dialog, we'll see how much territory
4157          it covers, intentionally it's only used upon creation of a project, later 'Save As'
4158          operations use the old dialog so multiple .med files can be saved for the
4159          same project (rj)
4160        - deferred creating *.wav files until the global record button is clicked,
4161          if a project does not exist at that time, pop up the new project dialog (rj)
4162        - changed 'new' project from listing PROJECT_VIEW to GLOBAL_VIEW where the
4163          templates reside, an enhancement would be to list USER_VIEW if it's template
4164          dir exists (rj)
4165        - Added myself to the AUTHORS list. Oops. (Orcan)
4166        - Added a mimetype file for *.med, *.med.gz, *.med.bz2 and associated MusE with this
4167          mimetype (and also midi and xml mimetypes) in the .desktop file. (Orcan)
4168        - Got manpages from Debian by Daniel Kobras, and updated them for MusE2. (Orcan)
4169        - Remove rem'd preview code in filedialog.cpp. I reimplemented it in appearance.cpp. (Orcan)
4170        - Remove the environment variables info from the usage output. (Orcan)
4171        - midiedit links to ctrl. (Orcan)
4172        - Merged changes from ccherrett into pianroll (h-splittter). (Tim)
4173        - changed open dialog to view stored project directory for PROJECT_VIEW (rj)
4174        - Fixed midi track info size issues. (Tim)
417526.12.2010:
4176        - Initial addition of midi track info to pianoroll. WORK IN PROGRESS. (Tim)
4177          TODO: Just to get off the hard drive. A few things still need to be linked up!
4178                And we really need icons to replace those 'T' 'C' 'S' 'X' buttons.
4179        - Fix minor issues that surfaced when I built an RPM for the alpha release (Orcan):
4180              o Added missing AudioVideo category to the .desktop file.
4181              o Fixed the executable name in the .desktop file.
4182              o Converted README.softsynth, synti/vam/README, README.de, SECURITY to UTF8.
4183              o Made the default MusE_DOC_DIR consistent with other default definitions.
4184              o Removed explicit rpath to ${QT_LIBRARY_DIR}. cmake should add it automatically
4185                if there's need.
4186              o Removed unnecessary linkage to libQtSvg.
4187              o utils are installed with executable permissions.
418825.12.2010:
4189        - Added fancy background selection widget with live preview to Appearance Settings. (Orcan)
4190        - Applied Geoff King's second capitalization patch.
419123.12.2010:
4192        - MidiTrackInfo is now self-contained. (Tim)
4193          Moved all of its members from Arranger into MidiTrackInfo. Removed trackinfo.cpp
419423.12.2010:
4195        - MusE 2.0alpha released! (rj)
419622.12.2010:
4197        - Capitalizations in the menus thanks to Geoff King (gsking1->gmail. com)
4198        - Added some comments in app.cpp that I've been willing to include for a while. (Orcan)
4199        - Added a line to CMakeLists to install the splash image. Commented out for now. (Orcan)
4200        - added new-user help dialog for Input button on midi track-info (rj)
4201        - Fixed *some* gui drawing speed issues. (Tim)
4202          Use Qt::WA_OpaquePaintEvent for windows we fully draw on, like part canvas, track list, meter.
4203          In PartCanvas::drawItem(), ignore null intersect of item bbox + rect.
4204          TODO: Other windows like Slider and Knob could probably use this. And with many parts,
4205                 drawing is still slow (esp waves), possibly because of alpha blending.
420621.12.2010:
4207        - Moved all the config files "~/.musePrj, ~/.MusE, ~/.deicsonze.dco" into ~/.config/MusE/
4208          and renamed them as "projects, MusE.cfg, deicsonze.dco", respectively. (Orcan)
4209        - User instruments path is made user configurable with default location in
4210          ~/.config/MusE/instruments
4211        - In simpledrums2, set the 64bit ladpsa plugin paths. (Orcan)
4212        - Fix: gensetbase was opening in the last tab instead of the first. (Orcan)
4213        - Eliminated environment variables usage (MUSE, MUSEHOME, MUSEINSTRUMENTS). (Orcan)
421420.12.2010:
4215        - Fixed arranger grid h-line drawing, track, and part drawing alignment, border issues. (Tim)
4216        - To open help pages, use the default browser of the system via QDeskopServices. Removed
4217          the configuration option to select the browser. (Orcan)
4218        - Added some groupboxes and layouts to Global Settings to make it look more uniform. (Orcan)
4219        - Don't pack the binary and subversion directories when doing "make package_source". (Orcan)
4220        - Updated the Russian translation again thanks to Alex, alex54m -> mail.ru
4221        - Fix a typo in awl/CMakeLists.txt that disabled the translations for awl. (Orcan)
4222        - Updated all the .ts files with the latest strings. Made sure that share/locale/CMakeLists
4223          is scanned last so that all the translations are collected before coming to that. (Orcan)
4224        - Fix: cliplist target should depend on widgets target. (Orcan)
422519.12.2010:
4226        - Fixed not saving part colours and part canvas background appearance settings. (Tim)
4227        *Feature: Added 'global opaqueness' (transparency) appearance setting. (Tim)
4228          Currently only affects part colours.
4229          TODO: Fix the darn black rectangle drawing. Apply the opaqueness to some other things.
4230        - Fixed arranger part drawing borders. Used QPen::setCosmetic(true) when drawing. (Tim)
4231        - Individual parts are now built as shared libraries. (Orcan)
4232        - Moved main() and first degree relatives into main.cpp (Orcan)
4233        - Fixed bad link in README. Updated German README. (Orcan)
4234        - Major clean-up in all CMakeLists.txt files. Hopefully, this will be the last time.
4235          Unified their notation. Added copyright notices to those which were missing.
4236        - Defined MusE_SHARE_DIR and MusE_LIB_DIR in config.h.in so that these directories
4237          can be accessed conveniently in the code. (Orcan)
4238        - Install documentation files to the standard docdir specified by FHS. (Orcan)
423918.12.2010:
4240        - Fixed transport shortcuts not working in some windows or situations. (Tim)
4241          Added event->ignore to PartCanvas::keyPress. Added setFocusPolicy() to WaveView, Master.
4242          Added (canvas or view)->setFocus() to WaveEdit, MasterEdit. Test OK.
4243        - Fixed rack drag'n drop. Added individual tooltips for effects since the astrip might
4244          be too narrow. (Orcan)
424517.12.2010:
4246        - Fixed crash with song loaded then File->New. Marker view had non-existent items from cleared marker list. (Tim)
4247        - Some memory leak cleanups. Delete midiInstruments and midiDevices. (Tim)
4248          TODO: Many more leaks to fix.
424916.12.2010:
4250        - Fixed track list track moving/resizing - added ev->buttons() check to mouseMoveEvent(). (Tim)
4251        - Fixed meter drawing (speed) - removed double buffer pixmap. Test OK. (Tim)
425215.12.2010:
4253        - Major cleanup in the #includes. Emptied all.ha nnd moved its contents to individual files.
4254          The build is roughly 20% faster now. (Orcan)
4255        - Fixed track list drawing - removed double buffer pixmap. Test OK. (Tim)
425614.12.2010:
4257        - Fixed corruption on track info instrument patch button due to latin1() conversions. (Tim)
4258          Changed MidiInstrument::getPatchName() and EditInstrument::getPatchName() to return QString.
425913.12.2010:
4260        - List the available locales in the --help output. (Orcan)
4261        - Fixed audio/midi control right-click automation popups were greyed out due to typo. (Tim)
4262        - Fixed some QMenu usages without parent and/or delete. (Tim)
4263        - DeicsOnze: Fixed: Crash in ctor, _preset not init. by time loadConfiguration called. Re-arranged.
4264          And 3 popup QMenu usages without delete. Test OK. (Tim)
4265        - Deicsonze: Fixed all missing icons throughout. Added qrc file, changed ui file. Looks nice now. (Tim)
426612.12.2010:
4267        - Integrated the translation system into cmake. Added a -DUPDATE_TRANSLATIONS flag to cmake
4268          which will update the .ts files in the source tree with the newest strings. I used this to
4269          update the existing translations. Also I removed the .qm files from the SVN, as they will
4270          be now installed from the build tree. (Orcan)
4271        - Added a -l flag to the muse executable to override the locale detection, mostly for testing
4272          purposes. (Orcan)
4273        - Updated the Russian translation thanks to Alex, alex54m -> mail.ru
4274        - When updating the .ts files, by adding proper dependencies, make sure all targets are
4275          scanned. Otherwise .ts files may miss some strings. (Orcan)
427611.12.2010:
4277      * Feature: Added default midi track in/out channels to midi ports list. (Tim)
4278        - For now, the boxes use the old text channel strings ("1 3 5", "1-5", "all, "none" etc.)
4279      * Changed: Experimental: Mid ports now default to 'GM' instrument. (Tim)
4280        - Was stopping new users from seeing instrument patches etc.
4281        - TODO: Overhaul instrument type, instrument sysexes, and song type.
4282      * Changed: Audio groups and inputs no longer default connect to first audio out. (Tim)
4283        - Find it tedious, once a song grows with groups and inputs, to keep disconnecting them from output.
4284        - TODO: Add a better audio default routing system.
428510.12.2010:
4286        - More compiler and build warnings fixes. (Orcan)
4287        - Restored the scripts menu and fixed scripts handling. Tested OK. (Orcan)
4288        - Added left, right, up, down to shortcuts dialog. Test OK. (Tim)
4289        - Fixed ctrl canvas not lining up in drumedit and pianoroll. (Orcan)
4290        - Fix: Save project file dialog should have a "Save" button instead of "Open". (Orcan)
4291        - Fix: Crash when Ok is clicked in the plugin selection dialog with no plugins
4292          selected. Well, I fixed the crash, then I also disabled the Ok button until
4293          a plugin is selected. (Orcan)
4294        - Feature: Middle mouse button click on a plugin in the rack will (un)byass the
4295          plugin. (Orcan)
4296        - Actually, use Qt:MidButton instead of instead of Qt:MiddleButton in rack.cpp.
4297          The latter is Qt >= 4.7 only.
429809.12.2010:
4299        - Fix: column orders mess up in the main window, and they do not save properly in
4300          the .med files. (Orcan)
4301        - Made MusE the owner of transport object so it's now deleted when MusE object is deleted. (Tim)
4302        - Improved PosEdit class, supports undo/redo levels, focus-out + return pressed updating. (Tim)
4303          This also fixes the Transport position boxes' sections jumping to last section.
4304          TODO: There's still trouble editing with KB in Bar-Beat-Tick mode, the bar and beat being '1' based.
4305          TODO: Fix SigEdit (the time Signature Editor boxes).
4306        - Fix some build and compiler warnings. (Orcan)
4307        - Fix the max slider value in the transport. This was a typo I made during conversion. (Orcan)
430808.12.2010:
4309        - Ported many more Qt3 methods to Qt4. (Orcan)
4310        - Turned off Qt3Support. Muse2 is now a pure Qt4 application. (Orcan)
431107.12.2010:
4312        - Ported rack. TODO: Drag and drop needs a hand. It's not working. (Orcan)
4313        - Converted various Qt3 support methods to Qt4 in many files. (Orcan)
4314        - Includes cleanup in app.*. (Orcan)
4315        - Converted all instances of latin1() and crossed my fingers. Initial tests OK. (Orcan)
431606.12.2010
4317        - Built Awl::posedit and Awl::sigedit, and replaced /widget versions and all usages. (Tim)
4318          TODO: Awl::sigedit has no returnPressed signal, for lmaster.
4319          TODO: Transport position posedits jump to sub-ticks sections - can't auto-inc other sections.
4320        - Reverted class SpinBox to previous revision. Test OK. (Tim)
432105.12.2010
4322        - Completed porting of dlist module (the drum list). Test OK. (Tim)
4323        - Ported sigedit and posedit. Used SpinBox in place of Q3SpinWidget. TODO: Needs some work on
4324          locating the arrows of the SpinBox accurately. Maybe we need to implement another SpinBox
4325          from scratch? (Orcan)
4326        - Ported plugin.cpp. Both internal and LADSPA plugins tested okay. (Orcan)
4327        - Trivial conversion of Qt3 support methods to Qt4 in some widgets: slider, sliderbase, knob,
4328          ttoolbutton, mlabel. (Orcan)
432904.12.2010
4330        - Fix: Escape button does not exit track renaming editor. (Orcan)
4331        - Fix: Midi ports config table items are editable when they are not supposed to. (Orcan)
4332        - Ported scldiv. Things seem to work as before. Maybe needs more testing. (Orcan)
4333        - Removed fontsel, and synthwizardbase from the project. (Orcan)
4334        - Feature: In waveedit, the mousewheel controls the vertical slider. (Orcan)
4335        - Completed porting shortcutcapturedialog, filedialog. Added paste clone, 2track, clone2track,
4336           insert empty, insert, to configurable shortcuts. Changed all arr/pianoroll/drumedit hard-wired
4337           keys to refer to shortcut table. (TODO: Other windows?) (Tim)
4338        - Correction: Convert all state() to QInputEvent::modifiers() and stateAfter() to modifiers()
4339           (I forced a downcast to QInputEvent if required). Is correct? QT Help says:
4340           QInputEvent::modifiers() "Returns the keyb. mod. flags that existed imm. before the event occurred."
4341           QKeyEvent::modifiers()   "Returns the keyb. mod. flags that existed imm. after the event occurred."
434203.12.2010
4343        - Ported all copy/paste/drag/drop coding. Including pianoroll, drumedit, pcanvas, prcanvas, dcanvas,
4344           and effect rack. Test OK cut, copy, paste, also drag n drop various files to arranger and rack. (Tim)
4345        - Fixed arranger menu cut/copy enabling. Was never right before. Test OK cut and copy. (Tim)
4346        - Completed port of MidiInstrument. Fixed its populatePatchPopup(), which fixes midi trackinfo
4347           instrument selection not updating h-bank, l-bank, and prog spinboxes. (Tim)
4348        - Some cleanups: Remove the old Header class. Rename HeaderNew to Header. (Orcan)
4349        - Ported: osc, wave, dcanvas. (Orcan)
435002.12.2010
4351        - Ported alayout, tlist, arranger (Orcan)
4352        - Minor tweak in the HeaderNew API to set column widths easier. Also commented out the
4353          old Header class. We can probably remove it soon. (Orcan)
4354        - Ported help.cpp as is. But maybe we should use QDesktopServices to open user's default browser
4355          instead of the browser specified in a config option. (Orcan)
4356        - Ported scrollscale and splitter (Orcan)
435701.12.2010
4358        - Ported listedit. (Orcan)
4359        - I missed to port one action call in drumedit. Now it's (hopefully) done. (Orcan)
4360        - Ported midiport. This also finishes the port of dlist. (Orcan)
436130.11.2010
4362        - Ported vscale and ctrledit. (Orcan)
436329.11.2010
4364        - In Mess::processEvent(), added ME_PITCHBEND case. For synths which don't override
4365           processEvent (like Vam and Deicsonze). Pitchbend should work in them now. (Tim)
4366        - Added a new HeaderNew (Qt4 based) class to be used instead of Header (Qt3 based). (Orcan)
4367        - Ported drumedit except a Q3PopupMenu reference that needs to be ported in midiport.cpp.
4368          This update restores the tooltips, adds icons to edit menu items in drumedit window. (Orcan)
436928.11.2010
4370        - Finished porting Marker View. (Orcan)
4371        - Ported ctrlpanel. Needs some testing. I also removed usage of the Oxygen's "pen" icon
4372          in place of the pencil. The pen looks bad in ctrlpanel. (Orcan)
4373        - Deicsonze2 added (!!) Fresh re-import from evolution. Test OK. (Tim)
4374          TODO: Plugin controllers disabled - we need the Ctrl class.
4375                Restoring of state (that's a MusE problem I think).
4376                Fix deicsonze.cpp:3612: warning: deprecated conversion from string constant to ‘char*’
4377        - Ported Mastertrack list view. (Orcan)
4378        - Finished porting of Canvas module. Should be done. Not sure about one mouse event buttons() usage. (Tim)
437927.11.2010
4380        - Completed porting pianoroll module including menus, shortcuts. Should be done. (Tim)
4381        - Ported the following .ui widgets to Qt4: organguibase, gatetime, midisync,
4382          routedialogbase, vamguibase, 1050, 2142. (Orcan)
4383        - Fixed the whatsthis and tooltip bits of tho Midi Ports dialog. (Orcan)
4384        - Ported Quant Config dialog. (Orcan)
4385        - Ported the popup menus in the canvas. This should restore the color selection of tracks. (Orcan)
4386        - Removed midiportroutebase.ui, fdialogbase.ui (the one from organ) (Orcan)
4387        - Removed some unnecessary Q3* references. Converted popup menus in various places. (Orcan)
438826.11.2010
4389        - Fixed midi trackinfo growing size - set output device list box and instrument button
4390           h-size policy to 'Ignore'. (Tim)
4391        - Fixed trackinfo spinboxes only go to 99 - changed some trackinfo ui spinbox properties
4392           (maxValue -> maximum, minValue -> minimum etc). (Tim)
4393        - Fixed SpinBoxFP class. Was never right before. (Tim)
4394        - Fixed transform and input transform ui files and dialogs - using the corrected SpinBoxFP. (Tim)
4395        - Converted comboQuant widget to Qt4 (found in miditransform dialog).
4396          TODO: Doesn't actually open - why? (Tim)
4397        - Finished porting edit instrument dialog to Qt4. listitem.h is removed as it is no longer
4398          needed. (Orcan)
4399        - Added missing includes on comboQuant. The compilation was failing here. (Orcan)
440025.11.2010
4401        - Fixed column widths, alignments, device renaming and jack device creation issues in synthconfigbase.
4402          Somehow the last changelog entry about this didn't get committed. That's added too. (Orcan)
440324.11.2010
4404        - Resinstated the Midi Transformer. Was left out when both TF and iTF were removed, and then I
4405           asked for them to be put back. So yes, transformbase.ui is used now. (Tim)
4406        - Completed conversion of waveedit(.cpp, h), including menus and shortcuts. Should be done. (Tim)
4407        - Set undo/redo shortcuts on global undoAction/redoAction, instead of Q3Accel in each window. (Tim)
4408        - Fixed some leftover setAccel()'s in app.cpp (Tim)
4409        - Fixed delete shortcut key. Set in MusE constructor. (Tim)
4410        - Reinstated special Toplevel::CLIPLIST case in MusE::toplevelDeleted(). Caused problems. (Tim)
4411          TODO: Still not right with the menu checkmark...
4412        - Ported rhythmbase, fluidsynthgui, fluidgui to Qt4 (Orcan)
4413        - Removed patchbaybase from the project (Orcan)
4414        - Added ENABLE_EXPERIMENTAL flag to cmake. Marked rhythmbase, s1 experimental (Orcan)
4415        - Fixed a connection in miditransform (Orcan)
4416        - Fixed crash in FluidSynthGui::channelItemClicked(): Use item->row() for the channel. Test OK. (Tim)
4417        - Start porting synthconfigbase. It's mostly functional. TODO: Column widths and alignments,
4418          renaming device name, port Q3WhatsThis bits (Orcan)
441923.11.2010
4420        - Added Track::cname(), applied to strip labels' object names, so they may be used in style sheets. (Tim)
4421        - Added struct SysEx and some friends, to minstrument.h, prep. for the instrument editor. (Tim)
442222.11.2010
4423        - Oops, fixed regression, marker view and cliplist crashes, removed setAttribute(Qt::WA_DeleteOnClose)
4424           from TopWin constructor, and added it to individual TopWin sub-classes (only MidiEditor needs it). (Tim)
4425        - Final major leak fixed: We can now delete the main MusE object just before returning from main! (Tim)
4426          Now that markerview, cliplist et. al. are also being deleted (verified, dtors called), I changed
4427           MusE::startClipList() so the main MusE instance owns it like all the others. It deletes too, now.
4428          Also removed odd special Toplevel::CLIPLIST case in MusE::toplevelDeleted(). Hope it works...
4429          Tested closing complex song, with all windows open. Nice to see final Finished! message (new, with -D).
4430        - Eliminated double-buffer pixmap in View class (not required in Qt4). TODO: install event handler. (Tim)
4431        - Ported the following .ui widgets to Qt4: editgainbase, gensetbase (Orcan)
4432        - Removed unused .ui widgets: wtrackinfo.ui, editctrl7dialogbase.ui, editmetadialogbase.ui (Orcan)
4433        - Fixed remaining alignment issues in editors, using setSpacing(0). TODO Controller panels. (Tim)
443421.11.2010
4435        - All menus now use QActions. Some shortcuts are left to be assigned correctly (Orcan)
4436        - Clean up: Remove submenu integer ids from the MusE class in favor of QActions (Orcan)
4437        - Ported the following .ui widgets to Qt4: didyouknow, transposebase, cliplist,
4438          configmidifilebase (Orcan)
4439        - Ported View and MidiEditor classes. Fixed TopWin constructor. Test OK all editors. (Tim)
444020.11.2010
4441        - Remove most wrapper classes around .ui widgets. I was wrapping them too much. Some widgets
4442          (e.g. songinfo) still need wrappers though. (Orcan)
4443        - Ported the following .ui widgets to Qt4: appearancebase, mixdowndialogbase,
4444          shortcutcapturedialogbase, shortcutconfigbase, aboutbox, editsysexdialogbase,
4445          editnotedialogbase, editctrlbase (Orcan)
4446        - Converted all of editevent.cpp to Qt4 (Orcan)
4447        - Load default compiled-in style-sheet resource :/style.qss in main(). (Tim)
4448          Added style sheet support to Appearance settings, with reset button.
444919.11.2010
4450        - Started some conversions of midieditor, pianoroll, drumedit, incl. their QGridLayouts. (Tim)
4451        - More icon conversion work (Orcan)
4452        - Move global, user, project .xpm files into the xpm/ directory. Handle them the same way in
4453          filedialog.cpp as we handle other pixmaps elsewhere. (Orcan)
4454        - Ported the following .ui widgets to Qt4: commentbase, metronomebase, mtrackinfobase,
4455          midifilter (Orcan)
445618.11.2010
4457        - Updated build part README file - read it! Tell user to specify Release build type. (Tim)
4458        - Added printout of build type in top level cmake. (Tim)
4459        - Removed duplicate LASH detection in top level cmake. (Tim)
4460        - Ported the following .ui widgets to Qt4: transformbase, itransformbase, mrconfigbase (Orcan)
4461        - Finished remaining port work of mixer and strips. Should be all done now. (Tim)
4462	- Modified icons.cpp to Use theme icons whenever possible. We now need to match muse
4463	  icons with the standard theme icon names (Orcan)
446417.11.2010
4465        - Removed a fix which cured graphic corruption for me in MusE-1. Not required now. (Tim)
4466        - Small change to Orcan's filedialog, re-enabled global button. (Tim)
4467        - Ported the following .ui widgets to Qt4: songinfo, mittransposebase, velocitybase (Orcan)
446816.11.2010
4469        - Fixed track info sizing problems. In Arranger::switchInfo() added tgrid->update(). (Tim)
4470          QLayout::update() seems to be a new method, we needed to call it here.
4471        - Fixed mixer maximum and minimum sizes. (Tim)
4472          Bit of a tough hack. Is there a better way? Done by sub-classing QScrollArea and catching
4473           LayoutRequest events, just before paint events when the window sizes are finally correct.
4474          TODO: Still off by a few pixels when mixer first opened, because main window frameSize
4475           is not set yet, by the time LayoutRequest is caught.
4476	- Transformed file dialogs to Qt4. This was the first attempt to transform a .ui file to Qt4
4477	  as well. New .ui files do not store image information. Thus I moved the 3 icons from
4478	  qfiledialog.ui into their own files.
4479	  TODO: Qt4 does not support file preview in file dialogs yet. The relevant code (wallpaper
4480	  preview) is disabled. Now we either have to implement an image previewer, or forget about
4481	  this feature. (Orcan)
4482	- Only try to use theme icons in file dialogs if Qt >= 4.6 (Orcan)
448314.11.2010
4484        - renamed deicsonze2 files and classes with '2' suffixes
4485        - Applied patch by Orcan to convert populateAddSynth(). (Tim)
4486        - Changed all setMargin() calls to setContentsMargins(). (setMargin() is obsoleted!) (Tim)
4487        - Fixed crash in MusE::closeEvent() upon close: save, skip, abort? = abort. (Tim)
4488          TODO: Some other suspicious looking closeEvent()s. May need to fix...
448912.11.2010
4490        - Fixed arranger alignment issues - set layout margins to zero. (Tim)
4491          TODO: Track list items aligned to canvas tracks are still off by one lousy vertical pixel.
449211.11.2010
4493        - WIP: Mixer and strips re-designed to be theme/font friendly - no more fixed STRIP_WIDTH. (Tim)
4494        - Fixed Slider, Knob and DoubleEntry classes. Knob anti-aliasing applied (where allowed).
4495        - Transport handle colour fixed - added setAutoFillBackground(true).
449610.11.2010
4497        - Ported transport window to Qt4. The handle color needs a fix (Orcan)
449809.11.2010
4499        - Fixed audio and midi strips and converted to Qt4. Looks OK now, but will be better... (Tim)
4500          TODO: Convert Slider, Knob, EffectRack, ComboBox classes etc. (After that the strips will be perfect.)
450108.11.2010
4502	- Add missing link to libdl.so. Caused build failure on Fedora 14 (Orcan)
4503        - Fixed strip name label colours, also name label auto-font-sizing. (Tim)
4504        - Updated some window flags (stay on top, delete on close...) (Tim)
450507.11.2010
4506        - Mixer is fixed and converted to QT4. (Tim)
4507        - Conversion of TLLayout class to QT4.
4508        - Conversion of TempoEdit class to QT4. Displays proper doubles now.
450906.11.2010
4510        - Yipee! De retour aux les popup menus 'stay-open'. (Tim)
4511        - Fixed PopupMenu class. All routing popups done (midi trackinfo, midi strip, audio strip).
4512          TODO: Fix midi 'toggle all'. Use routes as QVariant action user data (someone started this already)...
4513        - Major cleanup of audio and midi strip comments, code. (A fresh start for your tired eyes, you guys...)
4514        - Test OK so far with all track types.
451504.11.2010
4516        - Fixed LADSPA plugin dialog. TODO: fix sorting order. (Tim)
4517        - Fixed MenuTitleItem class. Fixed some usages of it (Jack popup routes, midi cfg routes). (Tim)
451802.11.2010
4519        - Solved! All the MESS synths load now. Removed mpevent(.h, .cpp) and evdata.h from /libsynti,
4520           conflicting with copies in /muse, causing crashes. Versions in /muse are newer.
4521          Should only be one version. Whether we end up putting it in a library, or leaving it
4522           in the main app as I have done here, it had to be moved one way or another.
4523          If we really need 'reduced, simplified' functionality of the /libsynti mpevent versions,
4524           then it should be a base/inherited class type of solution, not two different copies. (Tim)
452502.11.2010
4526        - Fluid, fluidsynth, simpledrums: Testing: For now, disable certain sendSysex() calls crashing. (Tim)
4527          Marked as "MusE FIXME:". At least fluidsynth appears to be working now. Other two not so good.
452801.11.2010
4529        - Fixed all MESS plugins: compile with -fvisibility=hidden, to avoid namespace conflicts.
4530          In particular, simplesynth was causing conflict with variable 'plugins' causing it to
4531           be overwritten.
4532        - So, this fixes LADSPA plugins not appearing in plugin list.
4533        - Added simpledrums from muse_qt4_evolution, is called 'simpledrums2' and replaces the original.
453431.10.2010
4535        - Fixed Toolbar1 class. 'Snap', 'Quantize' combo boxes should work now. Thanks to Luis G. for help. (Tim)
453630.10.2010
4537        - Fixed Deicsonze crash and missing Organ. Both load now. (Tim.)
453827.10.2010
4539        - Fixed drawing of Slider widget and Meter widget (rj)
4540        - Fixed keyboard shortcuts for tools on toolbar (rj)
4541        - More conversions with windows done previously done, fixes. Marker, Master gui + List. (Tim)
4542          Some new style header fixes here/there.
454326.10.2010
4544        - Fixed non-opening view menu windows (mixers, marker, bigtime etc). (Tim)
4545          Found all the isItemChecked() returning opposite of before (for example in toggleBigTime()).
4546          And yet the setItemChecked() remains unmodified and it works (for example in showBigtime()).
4547          Not understood why - yet.
454826.10.2010
4549        - Applied large patch by Orcan to (start) converting to native QMainWindow and QToolBar. (Tim)
4550        - Completed piano roll, drum edit, MusE app, and arranger toolbars.
455124.10.2010
4552        - Finds MESS synths now including fluid/fluidsynth, but all crash except Vam and S1. (Tim.)
455322.10.2010
4554        - cmake scripts changes thanks to Orcan Ogetbil oget.fedora > gmail.com (Tim.)
4555          'make uninstall' facility added!
4556          Drop our obsolete pkgconfig for newer native cmake pkgconfig.
4557          LASH detection fixed.
4558          Summary added.
4559          Renamed installed executable 'muse' to 'muse2'.
4560          Install /utils, /packaging, and /demos files.
4561          Other minor changes.
456221.10.2010
4563        - Toolbar1 usage of Q3ListBox changed to QTableWidget. (p4.0.3 Tim)
4564        - More Toolbar1 fixes. (p4.0.4 Tim)
4565        - Fixed widgets/tools.cpp EditToolBar::EditToolBar connect Q3Action. (p4.0.5 Tim)
4566        - Crashes: Removed all "undoRedo->removeFrom..." from destructors (~pianoroll() ~drumedit() etc.) (p4.0.6 Tim)
456720.10.2010
4568      * Fixed: cmake should work now. (T356)
4569        - Changed the QT4_WRAP_UI3 macro to generate  <filename>.h  instead of  ui_<filename>.h
4570        - In /muse/CMakeLists.txt, included all the uic generated headers paths (the 'build' paths).
4571        - Tested OK with fresh svn pull.
457219.10.2010
4573      * Fixed: Some missing files, errors with cmake build. (T356)
457419.10.2010
4575      * Changed: Build system changed to cmake. (T356)
4576        - Some other suitable changes. p4.0.2
4577        - WIP Need to fix a few placed in code with regards to installation search paths (MESS synths not found etc.)
4578        - Choose suitable version number. Currently left at 2.0.1
4579        - Maybe a few other things. Change name of prog so as not to conflict with existing muse installation? etc. etc.
4580        - Default install location is /usr/local. Be careful not to overwrite an existing working muse-1 !
458116.10.2010
4582      * Fixed: Routing and popup menus should work now. Sorry, no 'stay-open' menus for now. (T356)
4583        - p4.0.1 Reverted back to regular non-overloaded Q3PopupMenu behaviour (self-extinguishing) for PopupMenu class.
4584        - Removed "gRoutingMenuMap.clear()" and "gRoutingPopupMenuMaster = 0" from MusE::routingPopupMenuAboutToHide().
4585          Instead, added protection from non-visible menu in MusE::updateRouteMenus().
4586      * Tested: Pianoroll, drums open but toolbars are very messed up. Marker, transport, bigtime, all others seem OK.
458715.10.2010
4588      * Feature: Unified Jack midi devices in midi ports list. Can be both input and output, just like ALSA devices. (T356)
4589        - Marked as p3.3.55
4590      * Corrected: Three things which did not compile in conversion to new muse-2: (T356)
4591        - <string>true</string> -> <bool>true</bool> in mtrackinfobase.ui, for recEchoButton toggleButton property. (T356)
4592        - Surround with QString(): "strerror(errno)" in MusE::save(), and "incstr" in MidiDeviceList::add(). (T356)
459314.10.2010
4594      =======================================
4595      * muse2 branch (Conversion to QT4, QT3 compatibility mode for now) checked in (rj) (T356)
4596      =======================================
4597
459809.10.2010
4599      * Fixed: Gluing of midi track parts, over tempo changes, caused incorrect note times and lengths. (T356)
4600        - Fixed Song::cmdGluePart().
460108.10.2010
4602      * Disabled: Precount does not work, disabled function in gui (rj)
4603      =======================================
4604      * 1.1 tagged (rj)
4605      =======================================
4606      * added: missing headerfile in dssihost.cpp, required for building on Ubuntu Maverick (rj)
460721.09.2010
4608      * Fixed: Mixers not restoring their size properly upon song load. (T356)
4609        - Rearranged MusE::loadProjectFile1() slightly so mixer resizing done at end. Tested OK.
4610      * Changed: Disabled some optimized code always enabled in Dsp::cpy(), for now, in case of 64-bit issues. (T356)
461116.09.2010
4612      * Created rc2 release for 1.1 (rj)
4613      * Fixed: Delete track(s) not disconnecting track routes, causing routes to hang around and store in song file. (T356)
4614        - Fixed major regressions (my fault) in Song::insertTrack2() and ::removeTrack2().
4615      * Fixed: Dummy audio device: Crashes when Jack midi device created in device manager, or loaded from song. (T356)
4616        - This allows to create Jack midi devices even when dummy audio driver is used.
4617        - Tested OK loading complex Jack midi based songs with dummy audio driver.
4618      * Fixed: AlsaTimer cannot start, with dummy audio device. (T356)
4619        - Reverted: Back to default SND_TIMER_GLOBAL_SYSTEM in AlsaTimer, for now until a better fix.
4620        - Also replaced pop-up warning in dummy loop with terminal output instead.
4621      * Changed: MidiDevice <-> Track routes replaced with MidiPort <-> Track routes. (T356)
4622        - This allows to change a port's device (even to <none> !) while keeping all the track channel routes.
4623      * Changed: Single midi <-> track route with channel mask, instead of one route-per-channel. (T356)
4624        - Potentially saving very many routes from memory and in song file.
462510.09.2010
4626      * Fixed: regression with oR routing for Aux strips (rj)
462705.09.2010
4628      * Fixed: shortcut for insert moved to Ctrl+Shift+X (rj)
4629      * Added: Select all toggle for midi channels iR menu (rj)
4630      * Added: Auto-route-connect old songs with obsolete midi input port/channel masks (before iR button added). (T356)
4631        - Added MidiTrack::setInPortAndChannelMask() and called it from MidiTrack::read().
463203.09.2010
4633      * Changed: Updated German localizations muse_de.qm and muse_de.ts from <babarosa [at] gmx.at> (T356)
4634      * Added: Instrument definitions and drum maps for Kurzweil SP2X, from <babarosa [at] gmx.at> (T356)
463528.08.2010
4636      * Created rc1 release for 1.1 (rj)
4637      * Added: Instrument definitions for AKAI SG01 and Waldorf-microQ from <babarosa [at] gmx.at> (rj)
463823.08.2010
4639      * Added: Possibility to turn on/off move-armed-track with track selection in settings (rj)
464021.08.2010
4641      * Renamed: Soft synth configuration changed to Synth configuration, as per patch from Geoff King (rj)
4642      * Fixed: Shortcuts with modifier keys wasn't working for global shortcuts, should be now (rj)
4643      * Added: Shortcuts for changing len of events, default Ctrl+Shift+Left/Right (rj)
464410.08.2010
4645      * Fixed/Changed: Grid reacts to midi resolution change (rj)
464601.08.2010
4647      * Added: Move track selection when part selection is moved, is this a good approach? (rj)
4648      * Added: Backspace unarms all armed tracks (rj)
464924.07.2010
4650      * Feature: Audio and midi routing popup menus now stay open, for making rapid connections. (T356)
4651      * Fixed: Delete some objects hanging around upon close like song, audio, midiSeq, and prefetch. (T356)
4652               TODO: Find a way to delete the 'muse' object without causing problems like seg faults.
465321.07.2010
4654      * Improved: Note lanes in pianoroll and marking of C-notes (rj)
465520.07.2010
4656      * Fixed: illegal shortcut no longer reported on startup (rj)
465718.07.2010
4658      * Fixed: Handle errors during timer initialization more gracefully (rj)
465915.07.2010
4660      * Added: Volume control for audio metronome (rj)
466112.07.2010
4662      * Fixed: When wave files were edited allocation was on stack which caused crashes for larger selections, now done on heap (rj)
4663      * Added: Print svn version in -v and About box. (rj)
4664      * Fixed: Bug with RemoveShortEvents plugin script, would not remove anything due to index error (rj)
466510.07.2010
4666      * Added: Insert measure, inserts empty space and moves everything after playpointer to the right and
4667               Part-insert, pastes parts and moves everything after the paste point to the right
4668               it's currently not possible to change the shortcuts for these, wip (rj)
466906.07.2010
4670      * Added: Button in transport to enable/disable jack transport. (rj)
4671      * Fixed: Dropdown Snap and Type in arranger toolbar no longer steal focus, annoyed the helloutame (rj)
4672      * Fixed: Making edits to larger chunks in wave files no longer cause a crash, heap is used for allocation (rj)
4673      * Improved: Part selection when navigating with keyboard, previously there was sometimes a need to use the mouse
4674        to get a part selected, now the first one should be selected (rj)
4675      * Added: some automation (very)wip stuff, not enabled, just to get it off my harddrive (rj)
467622.06.2010
4677      * Fixed: Crashes loading a song while another is loaded. Or worse, it loads but saving corrupts the file! (T356)
4678        - Song::clear(): Clear all midi port devices. Delete Jack midi devices, and remove all ALSA midi device routes.
4679        - Route::read() Ignore bogus midi routes in med file if the device they refer to is not in use by the song (port is -1).
4680        - MidiJackDevice::writeRouting(), MidiAlsaDevice::writeRouting(): Ignore and do not write midi routes if the device
4681           they refer to is not in use by the song (port is -1). This prevents bogus midi routes writing to med file.
4682        - Fifo::~Fifo(): Free the buffers! Fifo::getWriteBuffer(), Fifo::put(): Verify allocation. Fifo::get(): Verify buffers.
468315.06.2010
4684      * Fixed: Jack midi output: Sent pitch bend and program values were incorrect, if coming from midi keyboard. (T356)
4685        - Reported by Pieter while using Hurdy Gurdy vst under fst. Tests OK now, here.
4686      * Fixed: Drum editor: Controller graph not in current tool mode (pencil, eraser etc.), when first opened. (T356)
4687        - Call setTool() in DrumEdit::addCtrl().
4688      * Fixing: Drum editor: Velocity controller graph showing incorrect for selected drum, or showing for all drums, when first opened. (T356)
4689        - WIP. Still not quite correct, but at least now it doesn't show all drum velocities when first opened.
4690          (This is interesting! I will try to allow 'no drum' list selection, to show all drum velocities at once, just like piano roll.)
469113.06.2010
4692      * Fixed: More fixes to marker list, selected item was still not right. (T356)
469303.06.2010
4694      * Fixed: Time signature editing problems in master track list and gui. (T356)
4695        - Fixed SigEdit::outOfRange(). Added Sig::isValid(), and check it in LMaster::returnPressed() to fix crash with 0 n or z.
4696      * Fixed: Marker/list problems. Double entries. Pianoroll/arranger timescale 'shift-left/right-click-to-add/del-marker' fixed.
4697               Marker 'lock' (smpte/ticks) works now. Up/down buttons fixed. Marker list selection 'stays put' now
4698                when adding or deleting markers. (T356)
4699      * Fixed: Graphics corruption in arranger and track list when vertically scrolling. (T356)
4700        - Changed rectangle to full w/h in 'shift down' section of View::setYPos() and TList::setYPos().
4701          Should not have to do this, but it cured my problems. No noticeable change in speed.
4702        - Arranger corruption occurred on more than one machine with xorg nv, ati drivers. More severe arranger AND track list
4703           corruption occurred with proprietary drivers. Corruption is also observed in several other windows (ex. ladspa browser)
4704           but there's not much I can do, the corruption is found in ordinary usage of QListView for example.
4705      * Changed: Increased arranger vertical scroll step, was too slow to scroll. (T356)
4706      * Possible fix: Auto-scroll in pianoroll and arranger take waaay too long to stop scrolling. (T356)
4707        - Increased timer timeout from 40 to 80 ms in Canvas::scrollTimerDone(). Helped for me, on a 1.6Ghz P4...
4708      * Changed: Ladspa plugin guis now have scroll bars. Helps when there are many controls. (T356)
4709        - Still toying with the code a bit, please bear with me while I try to get it right.
4710      * Started: Addition of MusE-native ladspa guis for dssi synths. (T356)
4711        - No visible changes yet, just under the hood. Added class PluginIBase which is inherited by
4712           DssiSynthIF and PluginI. Changed class PluginGui and DssiSynthIF to fit.
471307.05.2010
4714      * Fixed: Xml file trouble: Tag attributes not storing xml-friendly entities, trouble reloading song. (T356)
4715        - Fixed all usages of Xml::nput, ::put, ::tag, and ::etag. Discovered by Geoff B.
471606.05.2010
4717      * Fixed: Audio Input tracks: Loud noises or DC output with unconnected input routes. (T356)
4718        - AudioInput::getData(): Do not get buffers of unconnected client ports. Causes repeating leftover data.
4719      * Fixed: Audio Input tracks: Stereo processing not correct if both input routes connected to same port. (T356)
4720        - AudioInput::getData(): Just copy the buffers always, don't set buffer pointer directly.
4721      * Fixed: Effect rack plugins: Not saving correct number of plugin channels. Upon reload, channels are wrong. (T356)
4722        - PluginI::writeConfiguration() and PluginI::readConfiguration(): Write and read the channels, not instances.
4723        - Optimize TODO: Is xml plugin 'channel' really necessary? Well not now, but later if we optimize the effect rack
4724           by not creating redundant plugin instances if the next plugin in the rack doesn't need them.
4725          What I have changed is always make the number of plugin channels equal to the number of track channels.
4726          PluginI::setChannels() and PluginI::initPluginInstance() then sort out the details of how many instances to create.
4727      * Fixed: Effect rack plugins: Some plugins crash MusE, for example plugins with no audio outputs. (T356)
4728        - PluginI::setChannels() and PluginI::initPluginInstance(): Be more aware of different audio ins and outs.
4729      * Added: First draft help file README.effects-rack titled "Understanding the Effects Rack". (T356)
4730        - Details how MusE uses plugins, especially now with these changes.
473127.04.2010
4732      * Changed: Building: Separate --enable-dssi --enable-osc configure options. (T356)
4733        --enable-dssi (Enable dssi synths AND special handling of dssi-vst ladspa effect plugins. No guis if by itself.) and
4734        --enable-osc (Enable dssi guis. Useless by itself at the moment).
4735        Use both for best features.
4736      * Feature: If dssi and osc support are enabled, audio track effects rack dssi-vst plugins can now show their NATIVE guis. (T356)
4737      * Fixed: Storing dssi synth states. Remembers current program, all configure strings, and control settings - for current program ONLY. (T356)
4738        - With dssi-vst synths, some better are than others at remembering program.
4739        - Todo: Ignore unwanted dssi-vst config strings/values like "guiVisible" "<name-of-fifo-file>" (gives non-fatal error on reload).
4740      * Fixed: Dssi native synths (hexter, LTS etc.) should actually work now. Their gui controls operate the sounds now. (T356)
4741        - Todo: If using large audio buffers (Jack), my 'one-at-a-time-per-audio-process' osc control fifo streams kinda suck,
4742           with a delay in their processing. Want to try MULTIPLE 'run's or 'run-multiple's PER audio process, for SAMPLE accuracy and
4743           better quicker message processing. Just need to add a timestamp to my osc fifo items, then all forms of change - whether
4744           control, midi event, or program - have a timestamp with which we can SPLIT UP the runs into 'runs between changes'.
4745      * Tip: Currently a patch to dssi-vst is required for their guis to update properly. (For now, ask about this on our lists.)
474621.04.2010
4747      * Fixed: Shortcut for moving between tracks in arranger. Ctrl+Up/Down (rj)
474819.04.2010
4749      * Patch: Fix for libdir bug causing synths to not be available on some 64bit systems. By Orcan Ogetbil (rj)
4750      * Fixed: Drawing of grid when snapping to less than measure (rj)
475112.04.2010
4752      * Fixed: LADSPA rack effects: Do not display LADSPA output controls (such as latency). (T356)
4753      * Fixed: Bug when cancelling 'save as' operation, says 'file exists'. Caused by my earlier compressed save fixes. (T356)
475411.04.2010
4755      * Fixed: DSSI requested midi mapped controls were not correct. (T356)
4756      * Changed: Working on controllers, and saving their state. Synths like Organ should remember their state now. (T356)
4757        - Working on DSSI controls... Working on OSC stuff...
475806.04.2010
4759      * Fixed: Jack midi, and DSSI: Midi controller knobs, sliders, boxes etc. not updating with current values. (T356)
4760        - Copied code in MidiPort::sendEvent() to JackMidi::processMidi() and DssiSynthIF::getData().
4761      * Fixed: DSSI: Crashing with unknown controllers sent to synths. (T356)
4762        - Ignore unknown controllers in DssiSynthIF::processEvent().
476305.04.2010
4764      * Added: Rec enabled track moved with selection when only one track is rec enabled (rj)
4765      * Changed: Made canvas show grid the default (rj)
4766      * Added: Jack midi ports can now be renamed in the ports list dialog, by clicking on the name. (T356)
4767        - Also cleaned up ports list behaviour and added tooltips.
476830.03.2010
4769      * Major reworks: Jack midi, routing system, multichannel synth ins/outs, midi strips and trackinfo pane. (T356)
4770        - WORK IN PROGRESS. Should be usable for current projects.
4771        - ADVISORY: If opening current projects you are advised to "save as" or back up your med files (waves should be OK)
4772           until all is deemed to be working OK. It is possible more changes to .med file structure are needed later.
4773        - Some .med project file structures have CHANGED (like routing). I have tested opening large existing projects,
4774           then re-saving them. OK so far.
4775          However, I have not added importing code for the old midi trackinfo panel 'input port' and 'input channel' boxes (gone now).
4776          If you want to wait, I am planning to do that, but later... Otherwise you must re-enter them with the new midi input routing.
4777        - ** Multichannel synth inputs and outputs: Fairly satisfied with popup menus, hopefully no major reworks...
4778          Routing system fully supports multichannel synth mono/stero paths but is NOT COMPLETE yet.
4779          When changing a connected track from stereo to mono, there is no coding yet to ensure the existing stereo routes are
4780           changed from stereo to mono (just like the audio input and output tracks have always done with Jack routes).
4781          Also coding must be added to avoid simultaneous mono and stereo routes - make them mutually exclusive - although
4782           there's nothing technically wrong with it, it's just not desirable.
4783        - ** Jack midi: You now create your own Jack midi ports. I have not added any means to delete them yet, but I believe
4784           if you 'unselect' them in the midi ports list so that they are not used, then the saved .med file will ignore them.
4785        - Multi-instances of MusE should work OK now - all ports should hopefully have unique names.
4786        - Number of midi ports increased from 32 to 128. It's a bit much for the ports list, was planning "create your own
4787           midi port as needed" (like RG). Obstacles seem to have been cleared now, but it would be a big job (lots of places to change).
4788        - Along the way various tweaks and fixes when I spotted them.
478918.02.2010
4790      * Added: Separate Jack midi client ports per MusE port. (T356)
4791        - For now, you will have to manually add further connections to those ports if desired, each session.
4792        - Tested OK rec/play so far.
4793      * Fixed: Some inconsistencies in midi controller number decoding. (T356)
4794        - Everything now references the values listed in midictrl.h
4795      * Fixed: Some Jack code was not calling free after calling certain functions. (T356)
4796      * Changed: Midi priority now deaults to audio priority +1. (T356)
4797        - Thanks to RJ for the convincing argument.
479814.02.2010
4799      * Added: Jack midi input should be working now. Controllers, too. (T356)
4800        - Tested with large 1024 frame buffer. Events are recorded with good sub-tick (frame) resolution,
4801           as viewed in pianoroll with 64T snap grid.
480213.02.2010
4803      * Fixed: Jack midi output should now be frame-accurate, support variable length events (like sysex),
4804                and most controllers should work. (T356)
4805        - TODO: No record yet. Just playback.
4806        - TODO: I have code in place for multiple device listing (like ALSA) with auto-connect,
4807           instead of single 'jackmidi' device, but it doesn't seem to want to actually connect.
4808          Simply enable the #define JACK_MIDI_SHOW_MULTIPLE_DEVICES in driver/jackmidi.h
4809           and it will magically switch. Shows port names as their alias #1 (with a rem'able line to
4810           revert to non-alias names - to be made configurable later). I swear it was working,
4811           then intermittent, then not at all. Hmm...
481206.02.2010
4813      * Fixed: MusE hanging on close, with Jack driver. (T356)
4814        - Unregister Jack midi ports on destruction of JackAudioDevice.
481505.02.2010
4816      * Fixed: Top level windows: Do not open if there are no parts. Case: bogus -1 top-level part index stored in med file. (T356)
4817        - Changed MusE::readToplevels() and stuff in listedit.cpp
4818        - Was causing crash of list editor upon loading a song saved with the list editor open.
4819          Somehow a bogus -1 top-level part index can make it in to the .med file. Checking this...
4820      * Changed: Preparations for audio processors: Moved stuff out of class Event and into class WavePart. (T356)
4821        - WavePart needs a converter map to lookup events in the part's (shared) event list, in case clones exist !
4822          Ughh, it's going to be tough to ensure the map is always correct because an event cannot tell what part owns it...
482304.02.2010
4824      * Improved: Grid handling in arranger improved, it should now be actually usable (rj)
482501.02.2010
4826      * Fixed: Jack midi output: Stuck or missing notes. (T356)
4827        - Must only be one jack_midi_event_reserve() per event in handle_jack_midi_out_events().
482831.01.2010
4829      * Changed: Midi sync window: Clock is now separated from other real time commands (play/stop etc). (T356)
483031.01.2010
4831      * Fixed: Midi sync in: Should be very solid and 'in time' now, play/stop/continue. (T356)
4832        - Re-coded to begin incrementing immediately upon first-clock detection. Forbid MusE to send transport commands
4833           while in external sync mode - our sync router handles that. Was causing problems.
4834        - Tested OK: Ensoniq ESQ-1 KB (sends clocks ony between start and stop) and Roland TR-505 drums (clocks always running).
4835          The measured general timings were quite different, but (thankfully) clocks and events were not.
4836        - MusE responds better to the TR-505 than the ESQ-1 does with a direct midi cable connection! (ESQ gains ticks on continue).
4837      * Added: Midi sync window: 'Rewind on start' column. (Also a 'Send first clock delay' box - not implemented yet). (T356)
483829.01.2010
4839      * Feature: Dummy audio driver: Added global settings for sample rate and period size. (T356)
4840        - The period size affects midi resolution, and the default was just too long. So this was added.
484127.01.2010
4842      * Changed: Don't process audio prefetch, or getData() in Audio::copyData(), if track is 'Off'. (T356)
4843      * Added: Arranger track list: Quick 'right-click' or 'ctrl-click' or 'ctrl-mouse-wheel' toggling of Track On/Off. (T356)
4844        - Note this includes midi tracks now! Remains to be seen whether allowing midi off is useful and will work,
4845           or should be filtered out. **TODO: Turn off remaining controls in midi strips, turn off actual midi playback and record.
4846      * Feature: Initial Jack midi support. Imported from Larry Valkama's GIT repo. (T356)
484726.01.2010
4848      * Fixed: Import midi 'replace' broken last fixes. (T356)
4849      * Fixed: External midi sync: Wait until first clock after start to start transport, and >= second clock to increment ticks. (T356)
485024.01.2010
4851      * Added: Midi sync: Added 'Jack timebase master' checkbox, removed requirement of MusE being tempo map master. (T356)
4852      * Added: While on external sync and Jack timebase master, reports correct MusE BBT info to Jack. (Tempo not correct yet). (T356)
4853      * Added: Midi import option: Whether to split imported tracks into multiple parts. (T356)
485423.01.2010
4855      * Fixed: External midi sync in: MusE transport not rewinding upon reception of start. (T356)
4856      * Added: Midi sync: MusE now transmits and receives some MMC commands, and displays some MTC and SMTPE info. (T356)
4857        - No transmit MTC or receive MTC syncing yet, just transport control stuff.
4858        - Tested OK with Rosegarden and Ardour, but they do not seem to have an option to sync to the input midi clock,
4859           only MTC or internally. Must test when MTC output added to MusE.
4860      * Improved: Midi sync editor window: Shows MMC and MTC activity and works with them now. (T356)
486121.01.2010
4862      * Fixed: First tests: External midi sync in works now! Should be rock solid no matter what is thrown at it. (T356)
4863        - All changes are labeled "p3.3.25"
4864        - Switched to a 'direct drive' method instead of 'calculation of tempo' method.
4865          Drift between source of master and slave is non-existant since the incoming midi clocks
4866           drive the midi engine directly. This is at the expense of exact 64th note resolution.
4867          At MusE's fixed 24 midi clocks per quarternote, triplet 32nd notes are resolved (32nd note divided by three).
4868          MusE's default 'division' (ticks per quarternote) is 384. 384/24 gives a division of 16 MusE 'ticks' per midi clock.
4869        - Normally when using the tempo map (external sync is off), device play event times are in frames,
4870           because the tempo map provides for that kind of sub-tick frame resolution.
4871          But now, during external sync, device play event times are in ticks, not frames.
4872          Hence the compromise between exactness of note times, and master/slave drift.
4873        - Tested heavily with a Roland TR-505 which has a variable 'analog' tempo knob.
4874          Combined that with a complete midi song, and other test 'tick' tracks driving external synth KB,
4875           was rock solid going 'absolutely nuts' with the tempo knob up to 260BPM, surprisingly good resolution.
4876        - TODO: Check safety of 'midiExtSyncTicks = 0' inside audio thread while midi thread is counting it up.
4877          Also fix seek operations and check for any more place needing these 'tick'frame' alterations.
4878      * Changed: Some more changes for compressed files operations. (T356)
4879        - More to be done, but tests OK so far.
488019.01.2010
4881      * Fixed: Saving/loading compressed .gz/.bz2 MusE .med files, + loading compressed .mid/.kar files (save broken, off for now). (T356)
4882        - Changed filedialog.cpp:getSaveFileName() and MusE::loadProjectFile1.
4883        - Added separate save file dialog filters in globals.cpp.
4884        - Disabled exporting of compressed midi/karaoke files (.mid/.kar) for now because
4885           a compressed file is opened as a pipe, and pipes can't seek, resulting in a
4886           corrupted midi file in MidiFile::writeTrack().
488718.01.2010
4888      * Added: Piano roll and drum editor edit menus: "Select prev/next part". With default hotkeys Alt+Left/Right. (T356)
4889        - This is an easy way to switch parts when multiple part editing in one window (via Ctrl-E or Ctrl-D).
4890          And it was absolutely essential, for multiple dedicated controller track editing since there are no notes,
4891           and no (other) way to select another part to edit.
489217.01.2010
4893      * Feature: MusE now has two mixers, with selectable track type display. (T356)
4894        - Changes to .med file were needed. Tested OK so far with old and new song files.
4895      * Fixed: Builtin freeverb and TAP reverb ladspa GUIs, or custom user GUIs not showing controls. (T356)
4896        - Broken since removal of musewidgetsplugin library months ago.
4897          Added PluginWidgetFactory class to handle local creation of controls.
4898          (Custom user GUIs must be done by hand since the removal of musewidgetsplugin library).
4899      * Fixed: Appearance settings red colour adjustment larger than others. (T356)
4900      * Changed: Default controller graph foreground colour from blue to medium orange. (T356)
4901        - Avoid clash with blue colour used by left and right markers.
490212.01.2010
4903      * Release: 1.0.1 (rj)
490410.01.2010
4905      * Fixed: python detection exchanged for script from http://libvirt.org/ (rj)
490609.01.2010
4907      * Removed: Disabled watchdog thread. (T356)
4908        - Tested OK (normally) without it, although behaviour needs to be tested if audio or midi thread
4909           would stop unexpectedly.
4910      * Changed/Fixed: Thread priorites: Added command line switches for audio (-P) and midi (-Y). (T356)
4911        - Audio (-P) applies to dummy driver only. (Else audio priority is fixed by Jack).
4912        - Also changed default settings so that no two threads have same priority. May fix problem reported
4913           by user GB, concerning high midi latency.
4914      * Added: Enable/disable LASH command line switch (-L), (if LASH support is compiled in). (T356)
4915        - Helps prevent some issues like auto-starting Jack, or automatically routing midi to fluidsynth (observed).
491607.01.2010
4917      * Fixed: BUG ID: 2879426: *.med does not save meta event types. (T356)
4918        - Changed midievent.cpp MidiEventBase::write(). Now saves value A, B, C and sysex/meta data. Tested OK.
4919      * Fixed: Midi meters now show for each track even if they're all on same device and channel. (T356)
4920        - Oversight, long overdue. The meters AND automation control needed to be 'per-track'.
4921      * Applied: muse-destdir.patch Scripts and utils packaging fix submitted by Orcan Ogetbil. (T356)
492206.01.2010
4923      * Feature: Jack transport enable/disable in Midi Sync settings window. Stores setting per-song. (T356)
4924        - Should be Ok to use and test. Needs a bit more work. See jack.cpp and jackaudio.h
4925      * Fixed: Speedups of audio pre-fetch especially when moving the cursor around (seeking). (T356)
492623.12.2009:
4927      * Added: DeicsOnze2 initial import. (ng)
4928      * Fix: deicsonzepreset.cpp for Xml muse 1 API
492920.12.2009:
4930      =======================================
4931      * 1.0 tagged (rj)
4932      =======================================
493319.12.2009:
4934      * Feature/Fix: Audio metronome: Send output tracks now selectable in Settings->Metronome. Also fixed bad noises.(T356)
493515.12.2009:
4936      * Patch: New patch for 64-bit memory issues, from Daniel Kobras (rj)
4937      * Reworked: Output of configure script to point out deprecated stuff and list the interesting stuff (rj)
4938      * Fixed: Old bug: WaveTrack muting slow to respond or odd behaviour. (T356)
4939        - Removed track mute check in WaveTrack::fetchData(). Was causing 'delayed repeated muting' since the mute check is
4940           done at a time when audio segments are fetched which are to played a few seconds into the future.
4941          Tested OK so far, playing and bouncing wavetracks. Mute is now quick to respond and does not 'repeat' or 'delay'.
494214.12.2009:
4943      * Fixed: Overhauled AudioTrack processing. Fixes noises if multiple output routes exist. Eliminates costly redundant
4944                processing of audio tracks, and their effects racks. Waves, groups, inputs, outputs, synths etc. (T356)
4945        - Made better use of AudioTrack::outBuffers, as a 'post-effect/pre-volume' caching mechanism if the track has more than one
4946           output route. WaveTrack was already using this scheme, but I moved it up 'higher' and now all tracks benefit from it.
4947        - See AudioTrack::copyData() and ::addData(). Most changes there. (Comments included!)
4948      * Fixed: Old songs made before recent synth changes were not loading their synths. (T356)
4949        - In .med file, added synth 'label' tag to go with existing 'class' tag, to support synths like dssi-vst.
4950        - Songs made recently after the changes might not load their synths and will simply have to be re loaded and re-saved.
495107.12.2009:
4952      * Fixed: Add Synth popup menu: Show names AND descriptions. Now sorted, too. Also separate MESS, DSSI, VST, and Other. (T356)
4953        - Added app.cpp:populateAddSynth() function.
4954      * Fixed: Increased buffers for reading xml. Song files with large patchdata from vstis caused crashes (rj)
4955      * Fixed: Self inflicted bug with setting initial song loading in general configuration (rj)
495606.12.2009:
4957      * Fixed: List popup synths by description. Cleaned up soft synth main list. Added persistent names, descriptions, ver, etc. (T356)
495805.12.2009:
4959      * Fixed: ddsi synths: Ticking or crackling when more than one output route path. (T356)
4960        - The synths were being run more than once per process cycle, due to multiple out routes eventually calling getData.
4961        - ** Work in progress - must also do MESS synths and other track types which should only process once per cycle.
4962      * Feature: SSE support configure build option and SSE enabled dsp routines added. (T356)
4963        - Currently none of the routines are actually used, yet... Borrowed from MusE-2.
4964        - They appear to only be enabled for 64-bit CPUs. Investigating why not 32-bit...
4965      * Feature: i386 optimized dsp float buffer copy routines. (T356)
4966        - Should work on all i386 compatible CPUs (uses asm movsl). Borrowed from MusE-2
4967        - I couldn't bear to add yet another unoptimized memcpy usage, so I added this.
4968      * Changed: All audio buffers now allocated with 'posix_memalign' instead of 'new'. (T356)
4969        - Borrowed from MusE-2.
497003.12.2009:
4971      * Fixed: Support for initial vst chunk storage support if available in dssi-vst
4972        requires a patch to dssi-vst.
4973      * Fixed: Better cleanup on closing MusE. (T356)
4974        - Added Song::cleanupForQuit called from Muse::closeEvent. Disconnect gracefully from LASH before app quit.
4975          Clean up memory. Make vst synth processes which were in undo or redo list at close go away.
497602.12.2009:
4977      * Fixed: Do not send default midi values back to dssi synths. Let them handle their own default setting mechanisms. (T356)
4978        - Also saves a bit of loading time for synths with hundreds of controls. See MidiPort::setMidiDevice().
497902.12.2009:
4980      * Fixed: dssi: Crashes when loading most vst synths. (T356)
4981        - All ports must be connected even if not used.
4982          Made sure all audio in/out and control in/out ports are connected,
4983           including latency control out port. Test Ok.
498430.11.2009:
4985      * Added: Configuration option for vst plugin in-place processing, fixes ladspa vst plugins not working or loud feedback. (T356)
4986        - Hmmm, they were working before when I upgraded OS. Now they're not. Extensive testing: It seems this is not MusE's fault.
4987        - R.J. reports they weren't working too. Investigating...
498829.11.2009:
4989      * Fixed: dssi: Loading of synths with more than 2 out channels. (T356)
4990        - Currently only the FIRST TWO channels of the synth will be used.
4991        - Tested ok so far with A.D. drumkit.
499228.11.2009:
4993      * Fixed: dssi: List only synths found, not effect plugins. (T356)
4994        - Does the exact opposite of what dssi-vst does for ladspa plugins,
4995           therefore all plugins should be covered - effects will be listed
4996           in ladspa effect dialog, while synths will be listed as synths.
499727.11.2009:
4998      * Fixed: dssi: Both native guis and vst guis should open now. Ooooh - pretty! (T356)
4999        - ** But still: Keep an eye on your process list and manually kill any
5000           synth instances lying around after exit. For now try to 'politely'
5001           close dssi guis and delete any dssi synth tracks before exiting muse.
5002        - Working on gui open-close-reopen-show-hide stuff. Kinda weird esp. with vsts right now...
500326.11.2009:
5004      * Fixed: Loading dssi crash bug. Should at least load them now. (T356)
5005        - Also some controller functionality via track controllers...
500625.11.2009:
5007      * Feature: Dis.. Dis.. Disposable wha? (T356)
5008        - dssi support. Work in progress.
5009        - ** VERY IMPORTANT Currently you must manually 'kill' any synth instances lying around after exit !!!
5010        - Should work OK for tests and fun...
501122.11.2009:
5012      * Added: Support for reading ogg files through libsndfile (rj)
501318.11.2009:
5014      * Fixed: Audio and synth tracks not processing when output path ultimately leads nowhere. (T356)
5015        - ALL tracks now always animate meters, and process audio 'quietly', and synth tracks
5016           process their gui messages, if output path leads nowhere.
5017        - This fixes a few problems: For example fluidsynth was not allowing loading of soundfonts.
5018          And synths would suddenly 'dump' any backlogged events when processing was turned back on.
5019          And during play, when disconnecting and reconnecting the track outputs, the audio would be
5020           out of sync because it was not processed during that time.
5021        - See Audio::process1() to understand the changes more. Follow from there to SynthI, SynthIF etc.
5022      * Fixed: Minor issue with port 0 display in track list port column for synths, from previous fix. (T356)
502317.11.2009:
5024      * Changed again: Arranger: Track list: Left click synth track's port column now lets you choose a port. (T356)
5025      * Fixed: Do not list synths as instruments in ports/synths settings window. (T356)
502616.11.2009:
5027      * Added: Script functionality moved from PianoRoll to song class, available in main menu (under 'Midi')
5028        and drum editor (mg)
5029      * Added: 'Add synth' sub-menus now automatically assign the instance to a free midi port. (T356)
503015.11.2009:
5031      * Added: Added 'Add synth' sub-menu to main 'Edit menu' and Mixer 'Create' menu. (T356)
5032      * Changed: All audio track types now start with two channels and 0db volume. (Input tracks remain muted as usual). (T356)
5033      * Fixed: Organ synth: Drawbar harmonics and sustain midi controllers were not working. (T356)
5034        - Applied auto-bias corrections.
503514.11.2009:
5036      * Added: DoubleSpeed plugin script for PianoRoll (mg)
5037      * Fixed: Disable Python ifdefs (mg)
503813.11.2009:
5039      * Feature: Mixer labels: Auto-Font-Size(TM) using Appearance Settings font # 6. Word wrap (only with spaces) supported. (T356)
5040        - The mixer labels will try to fit the text, trying font size from font #6 point size down to point size = 5.
5041      * Feature: Arranger: Track list: Right-click 'Add ...' now lists soft synths ! (T356)
5042      * Feature: Arranger: Track list: Left/right click synth track's output port column now shows synth gui ! (T356)
5043      * Changed: Midi track info: Removed redundant track name box, changed label to behave like mixer strip. (T356)
5044      * Fixed:   Appearance Settings: Manual entry into font name boxes now works. (T356)
5045      * Fixed:   Appearance Settings: Added tooltips to font #0 - #6. Explains which font does what. (T356)
504612.11.2009:
5047      * Fixes: Some Python API refcount code added (mg)
504810.11.2009:
5049      * Added: Effect disable/enable + add/remove track to Python API (mg)
505009.11.2009:
5051      * Feature: Added 'Echo recording to output' button to midi track info panel. (T356)
5052        - Turns on or off echoing of incoming record events to output device.
5053      * Fixed: Midi tracks not recording when no output device selected. (T356)
5054        - Now tracks will record with no output device selected.
5055      * Fixed: Problems since increasing number of midi ports from 16 to 32 several months ago. (T356)
5056        - Added Xml::parseUInt() and ::uintTag(), utils.cpp:u32bitmap2String() and string2u32bitmap().
5057        - Fixed saving and loading of input port mask in med files.
5058        - Fixed display of input port mask in track info panel.
505908.11.2009:
5060      * Added: First test shot at part managing app in Python (mg)
5061      * Added: Python api functions for selected track + import of part file (mg)
506206.11.2009
5063      * Fixed: Python configure.ac problems. (T356)
5064      * Removed: musewidgetsplugin (QT3 Designer widgets plugin) which may cause CVS build to fail with libtool2. (T356)
5065        - Infamous '-o' trick no longer required to build from CVS. Removed until further notice.
506604.11.2009
5067      * Added: Shortcuts to drumeditor + pianoroll: goto current pos, scroll left + right (mg)
5068      * Fixed: Added command line switch (-y) for enabling Python control - disabled as default (mg)
5069      * Added: Shortcut keys added to pianoroll and drumeditor (mg)
5070      * Added: Startup dialog showing 'good to know' info, can be disabled (rj)
5071      * Added: Song info dialog, can be used to record song related arbitrary text information (rj)
5072      * Changed: the output limiter is now configurale, and by default off (rj)
5073      * Fixed: Midi loop recording now honours the transport cycle record mode setting. (T356)
5074        - Cycle mode REPLACE: Only record notes in current loop. Erase any previous loop notes from rec stop pos to loop end.
5075        - Cycle mode NORMAL: Same as REPLACE, but don't erase any previous loop notes from rec stop pos to loop end.
5076        - Cycle mode MIX: Keep all recorded notes from all loops.
5077        - Use the transport record mode OVERDUB or REPLACE as usual to either mix with or replace existing track notes.
5078      * Fixed: Midi record (incl. new part, looping, part auto-extend) now honours the arranger snap selection. (T356)
5079        - Previously the left and right ends of the part would always be 'snapped' to bars, and any new notes recorded
5080           past the end would not snap the part.
5081      * Changed: muse/mpevent.h: Changed MREL list from using audioRTalloc to midiRTalloc. (T356)
5082        - This must have been a mistake? midiRTalloc was not even being used anywhere before. The comment lines gave clues.
5083      * Fixed: Multiple copies of wave events appearing in wave parts after resizing part. (T356)
5084        - Changed EventList::find() to respect wave or midi. D'oh! Missed this obvious one from changes I made many months ago.
5085      * Fixed: Audio loop recording now respects arranger snap setting. (T356)
5086        - Previously the left and right ends of the part would always be 'snapped' to bars.
5087      * Fixed: Audio recording now respects punchin and punchout points. (T356)
5088      * Fixed: Audio loop recording now works (currently replace mode only). (T356)
5089        - WORK IN PROGRESS: Only overwrite (replace) mode supported. Working on overdub mode...
5090        - If recording is started INSIDE the loop points, then allowed to loop, the
5091           'zeroth loop' wave contents will be 'shifted' back to the left loop point.
5092          This may have to change if mix mode is to be supported. In other words
5093           keep that 'zeroth' portion of wave in place. May change it anyway.
509402.11.2009
5095      * Added: Midi track controller + audio track volume to Python interface (mg)
509628.10.2009
5097      * Fixed: No, or badly shifted wave recording, since libsndfile 2008-05-11 (T356)
5098        - Fix for recorded waves being shifted ahead by an amount equal to start record position.
5099        - Removed _recFile->seek() in AudioTrack::record(). Since libsndfile 2008-05-11, "seeking past
5100           end of file during write" is allowed, which caused problem with the line seeking the record
5101           file to an absolute frame which *included* the recording start position.
510225.10.2009
5103      * Added: Mute functionality to Python interface (mg)
5104      * Fixed: Midi mixerstrip mute update issues (mg)
5105      * Fixed: initialization in pandelay ladspa plugin (rj)
510621.10.2009:
5107      * Added: functions for looping to Python interface (mg)
510819.10.2009:
5109      * Added: more functions to Python interface: deletePart, set position of locators, get/set song
5110      length, get division, set midi track parameters (mg)
5111      * Added: now possible to create and modify parts via Python bridge (mg)
511218.10.2009
5113      * Added: backported ladspa plugins doublechorus and pandelay from svn-muse (rj)
5114      * Fixed: Mixer was not updating when a midi track's channel was changed. (T356)
5115        - Created a new song changed flag SC_MIDI_CHANNEL and used it to only update mixer midi strips,
5116           not the whole mixer. Changed AudioMixerApp::songChanged() and ::updateMixer().
5117      * Fixed: Mixer was not shrinking enough when a track was removed, leaving space between strips. (T356)
5118        - Added a couple of lines to AudioMixerApp::updateMixer() STRIP_REMOVED section.
5119      * Fixed: Bug with reading soundfonts from song dir fixed (rj)
512017.10.2009
5121      * Examples: added some example scripts, DoNothing and RemoveShortEvents (currently requires PyQt4) (rj)
5122      * Added: more tags to plugin format in pianoroll, see readme in dist: share/scripts (rj)
5123      * Added: Updates to Python API, now possible to modify part data. Needs a lot of testing (mg)
512416.10.2009
5125      * Added: Added a few functions to Python remote API (start/stop playback + location queries)
5126      * Feature: Each drum instrument listed in the drum map now has a playback 'volume' setting. (T356)
5127        - Currently it affects playback only. I am looking to maybe add record level, too.
5128      * Changed: Default drum map velocity level 3 (110) and 4 (127), now 127, 110. (T356)
5129        - To allow easy (no key hold) drawing of default 110 velocity notes.
5130          (Hold shift = 127, ctl= 90, shift+ctl = 70)
5131      * Fixed: Drum editor controller graphs now align perfectly with editor canvas. (T356)
5132        - Changed DrumEdit::newCanvasWidth().
5133        - Tested OK with various appearance themes, and various vertical splitter positions.
5134      * Fixed: Drum map length, velocity level, and volume columns rapid mid-/right- clicks causing left double-clicks. (T356)
5135        - Now the columns can be quickly mid and right clicked (decrement/increment).
5136      * Fixed: Fluidsynth now realizes that a soundfont was located in the song-dir and then omitts
5137        the path in the configuration data. (rj)
5138      * Changed: Changed the format of the datafile for the automation option in the pianoroll
5139        Mathias, we can wrestle about it later ;-)   (rj)
514015.10.2009
5141      * Feature: First version of MusE remote Python control (mg)
5142      * Fixed: Drum canvas 'select' functions not updating, can't copy/cut etc. (T356)
5143        - Added updateSelection() to the end of DrumCanvas::cmd(). Tested OK.
514412.10.2009
5145      * Feature: External scripting functionality added via PianoRoll menu: (mg)
5146         PianoRoll scans INSTPREFIX/share/muse/scripts and ~/.muse/scripts for executables, which modify part
5147         data via data stored in temporary file
5148
514925.08.2009
5150      * Proposal: new default colors for various stuff (rj)
515112.08.2009
5152      * Fixed: bug 2811156, soft synth and marker window no longer appear when hidden for XFCE window manager (rj)
515315.07.2009
5154      * Patch: from bug 2819312 (by Gerardo Exequiel Pozzi) added. Allows muse to launch with never glibc. The fix is
5155        perhaps not fully understood but it looks harmless. (rj)
515609.07.2009
5157      * Changed: Track info program, vol, and pan spinboxes now lose focus with one enter press instead of two. (T356)
515805.07.2009
5159      * Fixed: Small fix on behalf of T356, Jack should not be started if running -a (rj)
5160      * Fixed: Help menu -> Report a Bug: Set address to current muse org bug address. (T356)
516101.07.2009
5162      * Fixed: Dropdown menus in transport no longer grab focus, make space start/stop work again (rj)
5163      * Fixed: Dropdown in Mastertrack editor no longer grabs focus (rj)
5164      * Feature: Added denormal protection, by default on, can be turned off in global config (rj)
516525.06.2009
5166      * Fixed: Recording of midi sysex was not working. (T356)
5167        - My fault since recent midi sync changes. Fixed the last few lines in alsaProcessMidiInput().
5168      * Fixed: Segfault when certain movements are done in track list. (T356)
5169        - Added valid track check to RESIZE section of TList::mouseMoveEvent(),
5170           and a few other places.
517123.06.2009
5172      * Testing: A fix for some Jack-2 net problems...  (T356)
5173        - Added missing break statements, and JackTransportNetStarting detection
5174           (hard-coded as '4' for now so that muse will build with Jack 1 and 2 - we need
5175           config detection of Jack version!) to processSync(), and JackAudioDevice::getState().
517621.06.2009
5177      * Feature: Added Jack freewheel mode. (T356)
5178        - Dramatically speeds up bounce to file and bounce to track operations.
5179          With freewheel enabled, you don't have to wait for Muse to play the song
5180           at normal speed while bouncing - it goes as fast as possible.
5181        - Added configuration option for it. See 'Global Settings -> Audio'.
518220.06.2009
5183      =======================================
5184      * 1.0rc3 tagged (rj)
5185      =======================================
5186      * Feature: Jack transport master functionality added. (T356)
5187        - Allows other Jack client apps to properly disply Muse's current bar, beat, and tick.
5188        - Especially useful for songs with tempo and time signature changes.
5189        - It is activated / deactivated by clicking on Muse's transport 'Master',
5190           or Muse's graphic Mastertrack window 'Enable'.
519117.06.2009
5192      * Fixed: Segfault after creating simpledrums instance, then adding a midi track. (T356)
5193        - Return non zero in SimpleSynth::getPatchName().
519415.06.2009
5195      * Removed: Some code in jack driver which may cause shutdowns or static noise with Jack version 1 (T356)
5196        - Tested several hours here, no shutdowns or sudden static noise. Thanks to the Jack team for that one...
519713.06.2009
5198      * Fixed: New midi right-click popup menu 'add/set event' and 'erase event' not working for drum controllers. (T356)
5199        - Also, on 'add/set', added check and ignore if an existing event value is already equal.
5200      * Fixed: Midi track info vol, pan, prog 'Rec' buttons were allowing duplicate events. (T356)
5201        - Added check for existing event in Song::recordEvent().
5202        - Also added check and ignore if event value is already equal.
520310.06.2009
5204      * Fixed: Link error concerning libmidiedit.a and CtrlEdit.a (T356)
5205        - Somehow the list of link libraries was out of order. Reordered, tested OK.
520605.06.2009
5207      * Fixed: Users in some locales reported audio automation save/load corruption. (T356)
5208        - Changed CtrlList::read() to use QString and QLocale instead of strtol() and strtod().
5209        - Checked: Other places using QString::toDouble() work OK because QString will fallback
5210           to 'C' locale if formatting using current locale fails. (Hmm... But is it a speed hit?)
5211      * Fixed: When linking, get errors concerning uuid functions not found. (T356)
5212        - Added a section in configure.ac to test for uuid.h and libuuid.
5213        - Added uuid lib to list of linked libs.
5214      * Fixed: Midi port controller values not erased upon song load. (T356)
5215        - There were leftover ghost values in the controller graphs between song loads.
5216        - Added MidiCtrlValListList::clearDelete(), called from Song::clear().
5217      * Added: Right-click automation popup menu to all midi controller knobs/sliders. (T356)
5218        - Contains add/set event, and erase event.
5219        - When activated by the muse mixer midi controls, it 'prefers' selected parts on the track
5220           over unselected parts, otherwise it chooses the first part found. If no part is found,
5221           it creates a new one to contain the event.
5222        - When activated by pianoroll or drum editor controller graph, it uses the currently
5223           selected part (within the editor).
5224        - Adding 'previous event', 'next event', 'erase range' and 'clear automation', just like
5225           the audio automation popup menu, will take more time. Not implemented yet.
5226      * Disabled: Midi mixer strip automation type button. (T356)
5227        - There is no midi automation recording mechanism (yet). Disabled to avoid confusion with users.
5228      * Added: Some new instrument .idf files submitted by MST (Michael). (T356)
5229        - Akai SG01v, Korg MS2000R, Korg X5DR, Korg X50, Waldorf MicroQ.
523002.06.2009
5231      * Applied: Some patches by Mandriva packagers. (T356)
5232        - muse-1.0-fix-str-fmt.patch for deicsonze printf fix.
5233        - muse-1.0-linkage.patch fixes compiler hang up at deicsonze.cpp.
523401.06.2009
5235      * Fixed: Instrument editor 'Save as' was not working right. (T356)
5236        - Was overwriting existing instrument.
5237        - Now prompts for new instrument name.
5238      * Added text in ctrl view to explain how to add controller values (rj)
5239
524024.05.2009
5241      * Fixed: Missing uuid header in two files. (T356)
5242        - My fault. Added include uuid/uuid.h to songfile.cpp and pcanvas.cpp.
5243      * Fixed: Bounce to track: Wrong message "Select one audio output track", to "Select one target wave track". (T356)
5244        - My fault. Message is displayed when there is one output and one or more wave tracks, and the user has clicked
5245           on the output but not a track, too.
5246      * Added: Start 'Wave editor' edit menu item, with configurable shortcut key. (T356)
5247        - This will handle multiple wave part editing. The existing right-click wave part popup menu
5248           'wave edit' item did that too, but now has been reverted back to opening a single
5249           wavepart only, just like midi parts.
5250      * Streamlined: All reading of 'part' xml is now done by a new routine. (T356)
5251        - Replaced new PartCanvas::readClone(), and existing Part::read(), with standalone readXmlPart(),
5252           in order to block creation of parts with mis-matched type, which don't belong on a track.
5253        - Allowed mixed part .mpt files (midi and wave), and made a new clipboard type 'text/mixedpart'.
5254        - Mixed part files can be dragged, imported or pasted to either a wave or midi track, and only the
5255           relevant parts will be created.
5256        - Added warning dialog showing how many, of how many total, parts couldn't be created.
5257        - Added a parameter to Event::write() and EventBase::write() to force full wave file paths to be stored.
5258          Used for copying, pasting, dragging, importing, exporting parts, but not for the song file itself.
5259       * Added: Right-click wave part popup menu now has 'export', just like midi parts. (T356)
5260        - As mentioned above, the full wave path is stored so there's minimum confusion when re-loading
5261           the export, unless of course the file moved or was deleted etc.
5262       * Fixed: Some issues with clones, controller events, and port controller values. (T356)
5263        - It means "What you see on the controller graph is what you get, when you move the play cursor."
5264          Port controller values are used when moving the cursor, they make the knobs move and send
5265           values to the midi port. However, during play, they are not used, the song's controller events
5266           themselves are used. Synchronizing these two mechanisms is what this is all about.
5267          Fortunately, during play, "What you see on the controller graph" is ALWAYS correct, and is sent
5268           to the midi port.
5269        - TODO: Not quite done yet. Some functions may not update port controller values properly still,
5270           like splitting or gluing clone parts.
527106.05.2009
5272      =======================================
5273      * 1.0rc2 tagged (rj)
5274      =======================================
5275
527602.05.2009
5277      * Feature: Right-click popup menu on a clone part now has "Select N clones", where N is number of clones. (T356)
5278        - Major addition: Part "clone chaining system". (See part.cpp for new functions). Speeds up searches for clones.
5279      * Feature: Added 'Paste clone' to arranger edit menu. Pastes clones of copied parts. (T356)
5280        - 'Paste' will behave as always, only making a fresh copy of non-clone parts, while cloning clone parts.
5281        - 'Paste clone' will always make a clone no matter if the parts are clones or non-clones.
5282      * Feature: Added 'Paste to track' and 'Paste clone to track' to arranger edit menu. (T356)
5283        - 'Paste' (and 'Paste clone') now attempt to paste to the original track(s) which the parts belonged to,
5284           or if the original track has been deleted, then the current track.
5285          'Paste to track' and 'Paste clone to track' paste all copied parts to the currently selected track,
5286           which was the previous behaviour of 'Paste'.
5287        - Much work went into making sure that all scenarios work with these features, like copy/paste, drag/drop,
5288           drag/drop .mpt part files, drag/drop between different instances of muse etc.
5289      * Fixed: Importing or dragging midi part file (.mpt) into muse now supports multiple parts in the file. (T356)
5290        - Changed MusE::importPartToTrack().
5291      * Fixed: Midi record into existing part past part end, in 'Replace' record mode, works now. (T356)
5292        - Finished an erase events 'TODO' block in Song::cmdAddRecordedEvents.
5293      * Fixed: Midi record into existing part, past part end, was decreasing part aref count, causing de-clone of clones. (T356)
5294        - Removed extra "part->events()->incARef(-1)" from Song::cmdAddRecordedEvents().
5295      * Changed: Number of midi ports from 16 to 32. (T356)
5296      * Added: Muse application desktop file, and added installation of it plus the muse icon, upon 'make install'. (T356)
5297        - Desktop file submitted by Orcan Ogetbil.
5298        - Note if muse is installed to /usr/local, the desktop file might not find the icon.
5299      * Fixed: "-mcpu= is deprecated" compiler warnings. (T356)
5300        - Changed configure.ac to use -mtune and -march.
5301      * Speedups: Some heartBeat routines (such as Meter) were constantly drawing, wasting time and causing flicker. (T356)
5302        - Also fixed Track Info midi detect light, and Midi Sync lights.
5303      * Fixed: Midi strip vu meters now have a peak indicator. (T356)
5304      * Fixed: Audio mixer strips now update when config minimum meter/slider value changed. (T356)
5305        - Also fixed blocky 'aliased' drawing at low signals / low minimum meter settings.
5306        - Changed Track::_meter and ::_peak from ints to doubles for more accuracy, eliminate 'false' draw update triggers.
5307      * Added: Configurable shortcut key: "Transport: Goto start". Default 'W' key (as in reWind to start). (T356)
5308      * Added: Appearance configuration button: Clear background picture. (T356)
5309        - Also fixed Appearance::apply() to clear the string if <none> selected.
5310        - Also fixed Arranger::configChanged() to set canvas null background QPixmap.
5311        - This means clearing the filename in the 'select picture' dialog also works now.
5312      * Changed: Selected cloned parts now draw (inverted) dashed border, just like unselected parts. (T356)
5313      * Changed: Part drag-clone key from Shift-Ctrl back to Alt. (T356)
5314        - My fault. Was changed to Shift-Ctrl, but Ctrl is for selecting all items in a row or limiting movement to x or y.
5315        - Still not a good thing. Some desktops even reserve Alt, Shift-Alt etc. for window move, snap etc.
5316        - TODO: Must find a way to override desktop setting. Without Alt, we don't have enough keys to work with!
5317          Don't want user to have to disable setting.
5318      * Cleanups: Moved some methods outside of Part and Track classes which I had put inside them. (T356)
5319        - Methods like addPortCtrlEvents() deletePortCtrlEvents() etc.
5320      * Changed: Muse wants qt >= 3.2, but some .ui files had version 3.3. (T356)
5321        - Changed editinstrumentbase, editgainbase, aboutbox, configmidifilebase, gensetbase, midisync,
5322           fluidsynthguibase, and vamguibase .ui files.
5323      * Fixed: Midi Track info panel was allowing track name change to an already existing name. (T356)
5324        - Fixed Arranger::iNameChanged() to warn. Changing the name in the arranger Track List already warns OK.
5325      * Fixed: Crash or bizarre behaviour when undoing a track rename operation. (T356)
5326        - Replaced default simple Track class assignment operator with custom method. Added a flag parameter to
5327           Track::clone and Track copy constructors to indicate partlist is simply assigned, not parts cloned.
5328           Also removed the lines reassigning each part's track (!). Can get away with this since track rename
5329           is the only operation to use that, but something better would be needed if more 'normal' behaviour
5330           was needed in copy constructor and assignment operator !
533105.04.2009
5332      * Fixed: Arranger part cloning works now! (Hold shift-ctrl while moving part - note dashed border on cloned parts). (T356)
5333        - In Song::cmdChangePart() do not call "oldPart->events()->incARef(-1)" if new part is clone of old part,
5334           (that is, old/new parts' eventlists point to same eventlist).
5335        - Changed from 'alt' to 'Shift-Ctrl' button combo to activate cloning in Canvas::viewMousePressEvent().
5336          Alt is reserved for moving the whole window (on my machine), so most people probably never knew about cloning?
5337        - This also fixes a reference count problem when renaming a part, ref count was being dec'd past 0.
5338          Quite possibly fixes some other issues, too. Testing...
5339      * Fixed: Transport window was disappearing by itself. (T356)
5340        - Removed WStyle_Tool from Transport constructor. Seems to test Ok now.
5341        - Gave it a caption "Muse: Transport", to appear on task bar.
5342      * Fixed: Big time display now shows MTC minutes, seconds, frames, and subframes. (T356)
5343      * Fixed: Wave editor MTC cursor time readout was not right. (T356)
5344        - Use samplepos to set pos2 value in WaveEdit::setTime().
534503.04.2009
5346      * Followup: Track info panel program, volume, and pan were not allowing editing values. (T356)
5347        - Fixed the track info heartBeat function.
5348      * Followup: Some more changes to respect MidiDevice open flags, set in midi config window. (T356)
5349        - Strangely, midi config 'write enable' lights still weren't stopping events from being played,
5350           even though the port was clearly unsubscribed successfully for writing (!)
5351          Also, strangely, only if Jack Midi was disabled, some device putEvent() error messages were appearing.
5352          I expected the messages to ALWAYS occur but it didn't happen, even though events were always played.
5353        - Added MidiDevice::_writeEnable and ::_readEnable, set when the device is opened or closed.
5354        - Changed the various ::putEvent methods to respect _writeEnable. (_readEnable not used yet, because
5355           port unsubscribtion for reading IS working - events stop arriving).
5356      * Added: Instrument definition file for playing to an Emu 4MBGSMT SoundFont. (T356)
535701.04.2009
5358      * Fixed: Midi config window: Clicking on green in/out enable lights was not actually dis/enabling in/out. (T356)
5359        - As initiated from MPConfig::rbClicked(), MidiAlsaDevice::close() was seeing the NEW flags, not the old.
5360          So, in MidiAlsaDevice::close(), removed _openFlags check, and added snd_seq_get_port_subscription() check.
5361        - Tested Ok disabling/enabling ins/outs, and clearing/setting port's device.
5362      * Fixed: Muse was not storing midi port 'openFlags' in the song files. (T356)
5363        - Muse could read the old 'record' flag and the new 'openFlags' tags, but only stored the
5364           old 'record' tag (well, it was actually storing rwFlags by mistake).
5365        - Added the necessary tag to file write. (Related to the fix above - now it stores the port in/out enable).
536601.04.2009
5367      * Fixed: Compile problem with muse widgets plugin "undefined reference to `main'". (T356)
5368          - Added -c to musewidgetsplugin_so_CPPFLAGS in muse/widgets/Makefile.am
5369          - Re-ran automake, configure, built, tested ok.
5370          - To be tested by users...
5371      * Fixed: Compile error: "editctrlbase.cpp:53: error: invalid use of incomplete type 'struct PosEdit'" (T356)
5372          - Added a <customwidget> section to editctrlbase.ui
5373          - To be tested by users...
537431.03.2009
5375      * Feature: Midi file export: Configuration options added for 2 or 4 byte time signatures + note off optimizations. (T356)
5376        - For 4 byte timesigs: Add fixed "metronome" value of 24 (once per quarter-note), and "32nd notes per quarter-note" value of 8.
5377        - For note off optimizations: Replace note offs with zero velocity note ons.
5378      * Fixed: Midi track info panel now updates when external changes occur, such as keyboard program changes. (T356)
5379        - Changed track info window from songChanged based updates to periodic heartBeatTimer based updates.
5380      * Feature: Added midi input detect indicator to track info panel. (T356)
5381        - Detects all note on-off, controller, aftertouch, program change, and pitchbend (but not sysex or realtime)
5382           events on the selected channels, on the selected midi ports.
5383      * Fixed: Midi program adjustment controls now respond when external program changes occur. (T356)
5384        - Added a section to handle ME_PROGRAM in MidiPort::sendEvent(), so that visual controls can update,
5385           such as trackinfo 'program' , and pianoroll 'program' controller adjustment knob.
5386      * Fixed: Some issues with 'Follow Song' setting and position cursor position/visibility. (T356)
5387        - Added 'xorg' in ppos calculations in Canvas::setPos() (and others like WaveView, but that still isn't quite right.)
5388        - For windows which have an appreciable x origin (space at the left of the contents), the play cursor was
5389           too far right or not visible sometimes, especially with large horizontal zoom, particularly the arranger.
5390          With 'Follow Continuous', the play cursor should now stay about in the middle of the windows.
5391          With 'Follow Page', the view should now more or less always move in full 'pages'.
539227.03.2009
5393      * Fixed: Track info 'instrument patch' list box was not correct when selecting another track with unknown patch. (T356)
5394        - Broken last fixes.
5395      * Improved: Support for & < > \ " characters in xml files. (T356)
5396        - Fixed xml.cpp
5397        - Many places in muse can now use them (ex. track name, instrument names/patches/controllers etc.)
5398        - TODO: Writing: Must still check for places which manually use Xml::nput, put etc, but at least muse
5399           should now read them all without trouble.
5400      * Fixed: Instrument Editor was still asking to save sometimes even if user clicked save already. (T356)
5401        - Call instrumentNameReturn() patchNameReturn() and ctrlNameReturn() from various places, to force update.
5402      * Feature: Redesigned Midi Sync Editor and sync system. To allow multiple inputs/outputs, and more. (T356)
5403        - See tooltips or click on What's This to see detailed explanations of each item.
5404        - TODO: Only realtime MC events are tested at the moment. MMC and MTC are not tested, or not working yet.
5405        - TODO: Fix midi sync clock input. Observed problems: wandering, even reversing(!) song cursor time.
5406          Can be stored in .med file that way (tempomap->fix is negative number!) making a bad file which won't play.
540712.03.2009
5408      * Fixed: Global configuration dialog 'Displayed Resolution', and added 'Midi Resolution' boxes. (T356)
5409        - Separate midi/gui configurations were allowed, but not implemented.
5410        - TODO: Now make the 'Displayed Resolution' setting actually do something.
5411          The 'Midi Resolution' currently sets BOTH what should be separated into midi and gui.
5412          Only config.division is used throughout muse, not config.guiDivision.
5413          Also, now that these settings are working, they reveal some issues with drawing, such as
5414           not enough pianoroll zoom-out ability with high resolution.
5415      * Improved: Midi Clock output. Was improper, causing external devices to misbehave. (T356)
5416        - Changed MidiSeq::processTimerTick().
5417        - Tested: With RTC resolution at 8192, the target device slowly drifted out of phase with muse after
5418          about 20 bars. With RTC resolution at 1024 it was actually more stable (100 bars or more), despite
5419          more clock jitter.
5420          Used an equalization scheme to balance the time out. Must test if stability improves without this scheme.
5421          MidiSeq::processTimerTick() still needs some tweaking.
5422        - You may see severe phase difference if moving the cursor around and playing. Try playing from the song start.
542319.02.2009
5424      * Patch: Patch to find best available ALSA timer. (T356)
5425        - Submitted by Pedro Lopez-Cabanillas. Patch was named "muse_alsatimer_2nd.patch".
5426        - "This patch adds selection logic to ALSA timer initialization, trying to find
5427            the best available ALSA timer (a non slave timer with lowest resolution).
5428           Currently muse uses only the ALSA system timer, even when the system has an
5429           ALSA RTC or ALSA HPET drivers available, which are probably better for many users."
5430      * Patch: Patches for printf%zd/size_t, and grepMidi/gcc4.4 issues, and fix some compiler warnings. (T356)
5431        - Submitted by Orcan Ogetbil.
5432        - Patches were named muse-size_t.patch, muse-gcc44.patch, and muse-fix-some-compilation-warnings.patch
5433      * Fixed: Some more issues with manipulating drum tracks and underlying controller events. (T356)
5434        - Changing a drum track's output port, (and allowing muse to change the whole drum map),
5435           was not changing existing port controller values.
5436        - Also changing a track from 'midi' <-> 'drum' was not changing the port controller values properly.
5437        - NOTE: I still observed occasional 'ghost' midi port controller values. Tracking this issue...
5438      * Fixed: Seek or Init Instrument with XG instrument caused double loading of controller init values. (T356)
5439        - Moved controller init code from MidiPort::sendGm/XgOn() to a new MidiPort::sendGm/Gs/XgInitValues()
5440           and changed Audio::initDevices() to call them.
5441      * Added: 'Value' readout on menu toolbar (beside 'Cursor' readout), in Drum Editor. (T356)
5442        - Just like pianoroll, except it only shows controller values.
5443        - Now you can read the values you are drawing on the Drum Editor controller graph.
5444      * Fixed: Some issues with configuration, and appearance window. (T356)
5445        - Muse now remembers configured 'selected track foreground/background' colours.
5446        - Added "Midi Editor -> controller graph" colour configuration option (default navy blue).
5447        - Fixed Arranger and Style/Fonts windows not showing current values.
5448      * Fixed: Segfault with Appearance configured to show events, with a part tick > 0 on part canvas. (T356)
5449        - Added limit checks on from/to variables in PartCanvas::drawItem().
5450      * Fixed: Midi controller graphs were displaying 'quantization' vertical lines instead of 'snap' lines. (T356)
5451        - Changed CtrlCanvas::draw() to use raster instead of quant value.
5452        - Also changed gray background colour to darkGray, so 'major' snap lines can be seen.
5453      * Added: Send 'null' midi controller parameters after each RPN/NRPN controller event. (T356)
5454        - Symptom: After muse sends any RPN/NRPN controller event, operating the 'data' (MSB/LSB)
5455           midi controllers affects that RPN/NRPN controller.
5456        - Cause: The RPN/NRPN parameters are still active, open to any subsequent data adjustments.
5457        - Cure: Send 'null' parameters after each RPN/NRPN event, so that subsequent data adjustments
5458           are sent there instead.
5459        - Added adjustable 'null' parameter numbers to the instrument editor. Typically they should
5460           be '127/127', but they are adjustable (select an unused controller number) if desired.
5461          They can also be turned off, if desired, by selecting 'off/off', so that muse will NOT send
5462           them. Turning them off is useful for instruments which do not use RPN/NRPN controllers.
5463      * Changed: GS/XG instrument patches high banks from 18 to 128, 17 to 127, and 5 to 65. (T356)
5464        - Was it a typo? XG specifications say high banks should be 128, 127, 65 etc.
5465        - Also, in instrument editor, reorganized XG Drum patches into Drum Kits and Sound FX.
5466        - TODO: Other instruments may have to be changed, too.
5467      * Fixed: Track info 'Rec' button: If new part was created, it was too short even to see. (T356)
5468        - Changed Song::recordEvent to round (tick + 1) up one bar.
5469        - Added separate record buttons for program (and bank), volume, and pan.
547018.02.2009
5471      * Added: Missing midi program controller to pianoroll/drum edit controller graph and adjustment knob. (T356)
5472        - Since the range is limited to 1-128, this only edits the program byte, NOT the program MSB or LSB!
5473        - Since only the program byte is edited, adding new values to the graph uses the CURRENT
5474           program MSB and LSB, as shown in the track info pane (H-Bank/L-Bank).
5475           If the current program is 'unknown' (all off), then the graph uses MSB=off, LSB=off if the song type
5476            is GM, and MSB=1, LSB=1 if not.
5477        - I considered using the 'previous value' on the graph for the MSB/LSB, but then there would be
5478           no way to quickly set the MSB/LSB when adding new values to the graph.
5479        - The only other way is to draw on the graph, and then use the midi event list editor to change
5480           the program MSB/LSB values.
5481        - TODO: Fix the track info H-Bank/L-Bank/Program behaviour. Do not allow program to be 'off'
5482           if H-Bank/L-Bank are not 'off'.
5483      * Changed: Instrument editor behaviour. Allow a 'user' instrument directory PLUS the 'built-in' directory. (T356)
5484        - Muse now looks first in the MUSEINSTRUMENTS directory (default MUSEHOME/muse_instruments, where MUSEHOME
5485           is default HOME/), then looks in the 'built-in' instrument directory (/usr/share/muse etc.)
5486        - Instruments found in the user directory OVERRIDE instruments with the SAME NAME in the 'built-in' directory.
5487        - This allows users to quickly experiment with existing instruments while keeping the same instrument name.
5488        - TODO: add a 'Delete' button to the instrument editor.
5489      * Added: Pitch bend sensitivity controller to fluidsynth. (T356)
5490      * Fixed: Organ synth: Volume not working. (T356)
5491        - There is no volume gui control to return proper min/max values.
5492        - Added a trap for CTRL_VOLUME in Organ::getControllerInfo() and
5493           set min/max to 0/127.
5494      * TODO: Fix some broken VAM synth midi controllers with improper range. (T356)
549509.02.2009
5496      * Fixed: Drum map: Grey vertical lines not proper when map header rearranged. (T356)
5497        - Used header->mapToSection when drawing grey vertical lines in dlist.cpp.
549808.02.2009
5499      * Fixed: Drum map - Changing ANote, Channel, Port now updates controller graph and knob. (T356)
5500        - Changing ANote, Channel, or Port of a drum map item now updates the controller graph
5501           and adjustment knob. Useful for XG/GS drum controllers.
5502        - TODO: Fix 'Undo' changing ANote, Channel, Port.
5503      * Fixed: Drum map - List item drag and drop works properly now. (T356)
5504        - Was not manipulating events properly, although port controller values were still OK.
5505          Useful for XG/GS drum controllers.
5506        - TODO: Fix 'Undo' of drag and drop.
5507      * Changed: All calls to some new message sending routines with direct calls. (T356)
5508        - Replaced all calls to msgSetTrackOutChannel, msgSetTrackOutPort, msgRemapPortDrumCtlEvents,
5509           and msgChangeAllPortDrumCtrlEvents, with direct calls (song->remapPortDrumCtlEvents etc.),
5510           bracketed by audio->msgIdle(true) and audio->msgIdle(false).
5511        - For complex operations, 'msgIdle' technique seems to be preferred over sending messages.
5512        - Tested such operations while in stop mode, and while playing. Tested OK.
551306.02.2009
5514      * Changed: Hard coded LADSPA paths in plugin.cpp and ssplugin.cpp to include /usr/lib64/ladspa
5515           and /usr/local/lib64/ladspa. (T356)
5516        - Suggested by Orcan Ogetbil
5517        - Note that the environment variable LADSPA_PATH still overrides these hard-coded paths.
551806.02.2009
5519      * Patch applied: Removes duplicate implementation of fast_log*() functions in ssplugin.h (T356)
5520        - Submitted by Orcan Ogetbil
552105.02.2009
5522      =======================================
5523      * 1.0rc1 tagged (rj)
5524      =======================================
552504.02.2009
5526      * Fixed: Track info panel 'Rec' button not changing existing values on controller graph. (T356)
5527        - Name changes: MidiCtrlValList::add, ::del, ::find to ::addMCtlVal, ::delMCtlVal, ::findMCtlVal
5528           to make it easier to spot all usages of them.
5529        - Simple fix in MidiCtrlValList::addMCtlVal: Return false if the value is already found for the part.
5530        - TODO: It takes three 'undos' to undo the 'Rec' button push. It is because prog, vol, and pan
5531           are changed. This should be unified into one undo...
5532
553301.02.2009
5534      * Fixed: Compile error on 64-bit systems, in audiotrack.cpp at cacheJackRouteNames(). (T356)
5535        - Changed from unsigned int pair key, which required pointer conversion, to AudioTrack* pair key.
5536        - Test OK (on my 32-bit system). ** Need 64-bit users to test it. **
5537      * Fixed: Segfault when playing a note in a drum map, when the note's port says 'none'. (T356)
5538        - Added a line in the 'don't echo controller changes back to software synthesizer' block of
5539           Audio::processMidi(), to check valid device.
5540      * Fixed: Missing or stuck notes or events on recording (or rec-armed only) midi track. (T356)
5541        - Symptom: Playing live (rec-armed only), or recording, on a midi track gives stuck or
5542           missing notes and other events. Very annoying bug!
5543        - Cause: A single list was used for recording midi events, while muse was also reading from that list.
5544        - Employed a 'flipping' two-list technique for MidiDevice::recordEvents().
5545        - In Audio::processMidi(), process one list while MidiDevice::recordEvent() writes to the other.
5546      * Fixed: Manipulating controller events in midi track parts was not changing midi port controller values. (T356)
5547        - Symptom: Change a part's midi controller events, or move or delete a part, or delete a track, then the underlying
5548           midi port's controller values are not altered, leading to 'phantom' or 'ghost', or duplicate controller values,
5549           even where there is no part or no track, or no controller values where there should be !
5550        - Oops, how did this major bug go unnoticed so long?...
5551        - Major rewrite: Created a struct MidiCtrlVal{int val, Part* part}, and changed class MidiCtrlValList from
5552           std::map<int, int>  to  std::multimap<int, MidiCtrlVal>
5553          Changed MidiCtrlValList::add(int tick, int value) to MidiCtrlValList::add(int tick, int value, Part* part),
5554           and MidiCtrlValList::del(int tick) to MidiCtrlValList::del(int tick, Part* part),
5555           and added MidiCtrlValList::find(int tick, Part* part).
5556          Changed Song::addEvent(), Song::changeEvent(), Song::deleteEvent(), Song::addPart(), Song::changePart(),
5557           Song::removePart(), Song::insertTrack2(), and Song::removeTrack2() to make sure port controller values
5558           are added/removed properly.
5559          Changed a few other things to make it all work.
5560          Reasons: The Part* member was added to each controller value item in the list, so that the system can
5561           know exactly which part was responsible for putting a value in the list.
5562          This helps when we have overlapping controller values from events of different parts on the same port and the same channel -
5563           if one of the parts is deleted or moved, the overlapping values from the events of the other part are NOT disturbed
5564           within the port's controller value list.
5565          The list was changed from 'map' to 'multimap' to accommodate the multiple values from events of different parts.
5566         - NOTE: When there are overlapping values from events of different parts, the system will arbitrarily choose the
5567           first value it finds at a given time. I considered 'mixing' the overlapping values together
5568           (by averaging, or maybe highest/lowest value), but I felt it would just cause more confusion for the user.
5569          Therefore it is up to the user to be aware of overlapping controller events and deal with them.
5570          If you are looking at a controller graph and it shows a particular value at some time, but the
5571           midi knobs/sliders and actual midi output does NOT correspond to what you are seeing, then
5572           most likely ANOTHER part on the same port and channel has an event at that same time, and that
5573           event's value is likely the one that is being used by the system.
5574      * Fixed: Changing a midi track's out port or channel was not updating the ports' controller values. (T356)
5575        - Changed MidiTrack::setOutPort() and MidiTrack::setOutChannel() calls to new MidiTrack::setOutPortAndUpdate()
5576           and MidiTrack::setOutChanAndUpdate(), which make sure the port's controller value list is properly updated.
5577        - Part of the larger fixes above.
5578      * Fixed: Midi adjustment knob on controller canvas was not working after moving the part to another track. (T356)
5579        - Added some code to CtrlCanvas::songChanged() to set curPart and curTrack and update the knob,
5580           upon SC_PART_MODIFIED.
5581      * Fixed: Clear midi input transforms when song cleared. Update transform dialog when song changed. (T356)
5582        - Symptom: Repeated loading of songs causes duplication of midi transforms, causing .med song files to grow big !
5583        - Added clearMidiInputTransforms() to midiitransform.cpp, called by Song::clear().
5584        - Added updatePresetList() and slot songChanged() to MidiInputTransformDialog, triggered by Song::songChanged.
5585        - Added some code to readMidiInputTransform() to **auto-eliminate** duplicate transforms in existing .med files.
5586        - Still some 'quirkiness' with the dialog buttons, but it works better now.
5587        - ALSO: Applied those same fixes to midi transforms and the midi transform dialog.
5588      * Fixed: Notes not recorded to track for a drum map 'instrument item' having non-default (track) port. (T356)
5589        - Changed to drumRecEvent.setPort(port) in 'Track::DRUM' section of 'if(recording)' section of Audio::processMidi()
5590           so that buildMidiEventList() would accept the notes.
5591      * Fixed: Removed jack midi port names from audio in/out port lists. (T356)
5592        - Added JACK_DEFAULT_AUDIO_TYPE to jack_get_ports calls in JackAudioDevice::inputPorts and ::outputPorts.
5593      * Fixed: Notes were being mixed up when switching a track type between midi and drum. (T356)
5594        - Changed to drumMap[pitch].enote in 'Drum -> Midi' section of TList::classesPopupMenu().
5595      * Completed: Moving multiple events from multiple parts when editing in pianoroll or drum editor. (T356)
5596        - Work had begun several commits ago. Completed.
5597        - Now you can select and move multiple events from different parts in the editors.
5598      * Feature: When editing multiple parts in the pianoroll or drum editor, controller graphs are now overlaid! (T356)
5599        - When you are editing more than one part at a time in the editors, the controller graph will overlay
5600           all of the graphs together!
5601        - The currently selected part will show its controller as normal blue columns, as before, but the other
5602           unselected parts will draw their controllers as a gray 'ghost' outline on top.
5603        - TODO: Add menu items, hot keys etc. to cycle through each part (in case there are no notes to select in a part!)
5604      * Improved: Support for GS/XG midi drum controllers. (T356)
5605        - Added MidiPort::drumController(). Tells if an event is a drum controller event, according to the port's instrument.
5606          Does it by looking up the event in the instrument's controller list.
5607          Would prefer a 'marker flag', eg use the event 'dataA' high bit to mark as drum controller event, but it's too risky!
5608          Used MidiPort::drumController() a dozen or so places where drum controller events needed remapping/manipulation etc.
5609          May be a speed hit with many/large controller graphs? Test further...
5610        - Added code to update port controller values when changing drum map ANote, channel, or port.
5611        - KNOWN BUGS: Still a few loose ends to tie up: Port controller values (but not track events) may not be correct when:
5612           'Swapping' (by dragging) items in the drum map, and
5613           loading a song with a drum map which had 'swapped' (by dragging) items.
5614          Some stuff (midi value adjustment knob) is not updated when changing drum map ANote, channel, or port.
5615          Workaround: Be sure to select another drum map item, then reselect the changed item again, after such operations.
5616      * Changed: All softsynth midi controllers now have default initial values. (T356)
5617        - Added default initial values to all softsynth controllers such as fluidsynth's controller map.
5618        - Added 'initval' argument to all ::getControllerInfo() methods, which is passed to the newly created
5619           controller (new MidiController) in SynthI::initInstance().
5620        - These initial values will then show on the various gui midi adjustment controls, knobs etc.
5621      * Changed: Fluidsynth master gain and reverb initial settings. Gain was too loud and there was too much reverb. (T356)
5622      * Fixed: Follow up - some issues with instrument editor. (T356)
5623        - Instrument editor was sometimes falsely detecting instrument had changed.
5624        - Also, do not list 'internal' instruments like generic midi, soft synths, vst etc.
5625        - Also, upon 'Save As', prompt for a new instrument name if the user hasn't changed it, to avoid duplicates.
5626        - Remove any unsaved (new) instrument when moving to another instrument, closing etc.
5627        - Fixed up tab order of instrument editor controls.
5628        - TODO: When muse wants to close, trap it in the instrument editor so we can save.
5629      * Fixed: Problem in xml parser. '&amp', '&quot' etc were being read as '&&', '""' etc. (T356)
5630        - Added a couple of lines, and removed one, in Xml::stoken().
5631      * Fixed: Zero bias midi controllers (with a negative minimum value, like 'pan') weren't working right. (T356)
5632        - Broken after last changes. Added an updateBias() line to MidiController::read() 'controller' tag end section.
5633      * Added: Send all instrument controller initial (default) values to all of a port's midi channels,
5634           except where explicitly initialized by the song. (T356)
5635        - Added some code to MidiPort::setMidiDevice to initialize controllers from instrument, if needed.
5636        - When setting a midi port's device (such as in Settings->Midi Ports, or simply when loading a song),
5637           then any specified controller initial values in the instrument are sent to ALL of the port's channels,
5638           EVEN if the controller is NOT in the song. This ensures better consistency between songs, so that
5639           chosen controllers are not left in undesirable 'leftover' states.
5640          (Taken from important comments in MidiPort::setMidiDevice(): )
5641          For example: A song is loaded which has a 'reverb level' controller initial value of '100'.
5642          Then a song is loaded which has no such controller (hence no explicit initial value).
5643          The 'reverb level' controller would still be at '100', and could adversely affect the song,
5644           but if the instrument has an available initial value of say '0', it will be used instead.
5645        - It is desirable to have defaults for some controllers, but it is wise to have NO default for certain
5646           other controllers, like the 'reset all controllers' and 'sustain' controllers (actually, zero would be OK).
5647      * Changed: Clicking Midi->InitInstrument (or moving to song position 0) now initializes controllers
5648          from instrument controller initial values, if they exist, or previously hard coded values if not. (T356)
5649        - sendGmOn() and sendXgOn(), which are called via Audio::initDevices(), now use instrument controller
5650           initial values if they exist, or the previously hard coded values if not.
5651      * Changed: Non-softsynth non-GM drum tracks: Patch popups now show all drum AND melodic patches on ANY channel. (T356)
5652        - For drum tracks, if the song type is not GM, and the track's port is not a softsynth, then all patches
5653           including drum AND melodic are shown for ALL channels when 'select instrument patch' popup is clicked,
5654           regardless of the patches' 'drum' flag setting (in the instrument editor).
5655           (Softsynths handle their own patch popup lists).
5656        - Added a 'bool isDrum' parameter to all populatePatchPopup() methods, which is passed 'true' only
5657           if it's a drum track, and changed a couple of lines in the only class which uses the drum flag - MidiInstrument.
5658        - Previous behaviour was to show drum patches ONLY on channel 10 of drum tracks.
5659        - Reasons for change: 1): A midi device might have a non-standard drum channel(s), so drum patches
5660           as well as melodic patches are shown for all channels. 2): Since any channel can be used in the drum map,
5661           melodic patches are shown as well as drum patches so that any patch can be selected for any channel.
5662          NOTE: Each of a drum track's channels which are used in the drum map should be set to a patch number,
5663           otherwise it doesn't work right ! (**) This is true for softsynth devices too ! (**).
5664          So it was imperative that the user be able to select ANY patch on ANY channel, to suit their setup,
5665           for flexibility.
5666          (If that same flexibility were applied to regular midi tracks (non-drum tracks), it might make the
5667           'drum' flag for patches obsolete, since there would be no reason to filter them from the list !)
5668      * Changed: All midi controller event values sent to a midi port are now constrained (limited) to the port's
5669          instrument controller's range (if that instrument controller exists). (T356)
5670        - Example: Incoming events from a midi keyboard's pitch wheel range from -8192 to 8191, but it is
5671           desired to limit that range to, say -200 to 8191. One could use the midi input transformer to
5672           accomplish this, but instead now you can simply adjust the chosen instrument's pitch controller range
5673           (in the instrument editor), and then the pitch wheel's range will be limited to that range.
5674        - This only affects playback events (and therefore 'live' incoming events), but does NOT affect
5675           actual recorded data, so that by simply readjusting the instrument controller's range,
5676           or by changing instruments, the range can be restored with no loss of recorded data range.
5677      * Fixed: Cleaned up all .idf files and changed ranges of all 'zero-bias' controls (-64/63 'pan' etc). (T356)
5678        - Many .idf files had bare '&' characters in them, causing corruption of names and values when reading.
5679        - Also turned on the 'drum' flag for ALL drum patches in MANY .idf instrument files.
5680          Some .idf's I was uncertain about, and did not change : AlesisQS6, Waldorf Q.
5681      * Changed: Fluidsynth pan controller range from 0/127 to -64/63. (T356)
5682        - To be consistent with .idf file changes.
5683      * Replaced: All direct calls to MidiPort::setHwCtrlState() from GUI thread, with new Audio::msgSetHwCtrlState(). (T356)
5684        - My fault, I was not paying attention to iter-thread communications.
5685      * Optimizations: Optimized MidiPort::setHwCtrlState(), MidiPort::sendEvent(), and calls to MidiPort::setCtrl(). (T356)
5686        - Optimized MidiPort::sendEvent().
5687        - Replaced code in MidiPort::setHwCtrlState() with more optimized code.
5688        - Replaced several clumsy calls to MidiPort::setCtrl(), which checked for and created the controller,
5689           with a new optimized MidiPort::setControllerVal().
569006.01.2009
5691      * Fixed simpledrums/ssplugin.cpp to build with recent Ubuntu 8.10 (FN)
569217.08.2008
5693      * Feature: Muse now has an instrument editor, complete with a midi controller editor! (T356)
5694        - Click on the menu "Midi->Edit Instrument".
5695        - You will see a sysex editor there too, but it is non-functional. (Use the midi event editor instead).
5696        - Tooltips and "What's This?" are provided with IMPORTANT information.
5697          If you want to understand how to use instruments, patches, and controllers in your song,
5698             READ THEM!
5699      * Added: Environment variable MUSEINSTRUMENTS, so a (writable) instrument directory can be chosen
5700         instead of default /usr/share/muse/instruments etc. (T356)
5701        - Also added display of environment variables recognized by muse to command line help (muse -h).
5702      * Fixed: Popup displays of instrument patches to filter according to GM, GS, XG song type, and whether
5703         on drum channel 10. (T356)
5704        - Use the new instrument editor to set these GM, GS, XG, and drum filters.
5705      * Changed slightly: Creation of a new drum track - initialize to channel 10 instead of 1. (T356)
5706      * Fixed: Force audio prefetch seek when play is pressed. (T356)
5707        - In Audio::seek, changed the call of audioPrefetch->msgSeek to force a prefetch,
5708           to ensure the most recent data. Things can happen to a part before play is pressed
5709           such as part muting, part moving etc. Without a force, the wrong (old) data was being played.
5710        - If you perform those same operations while playing, there may be a few seconds delay before you
5711           hear the changes (the play cursor must move a certain distance before they're heard).
5712        - TODO: How to make the same thing happen when transport is externally started, such as from qjackctl.
5713            OR: How to force a prefetch at specific places like when a part is muted, and when it is moved,
5714                 instead of just before play is started. That way the operations can be done quickly while playing.
5715      * Fixed hangup: Upon loading of songs with fluidsynth soundfonts which can't be found. (T356)
5716        - (!) Removed error message box from FluidSynthGUI::processEvent causing freezeup.
5717        - You can still read fluidsynth errors by running muse on a command line. I figured it was
5718           better to be able to load the song and to see errors, instead of just letting it freeze.
5719        - This should now allow you to share fluidsynth songs with other people (without the soundfonts).
5720      * Fixed: Audio aux tracks not working, intermittent. (T356)
5721        - Aux functionality was intermittent depending on whether the aux had out routes,
5722           and whether any tracks feeding the aux had out routes, and other factors.
5723        - In Audio::process1, rearranged, and added, some code to make aux work all the time now.
5724      * Speedups: To some songChanged() functions. Ignore unnecessary flags. (T356)
5725        - For example simply adjusting midi gui controls would cause costly and
5726           unnecessary rebuilding/redrawing of certain areas, like parts of trackinfo, and controller graphs.
5727        - Noticeably less 'slugglish' when adjusting controls now.
5728      * Fixed: Midi controller events not being added to midi port controller, after record with no part. (T356)
5729        - Symptom: If you record midi controllers without first creating a part, muse creates the part
5730           for you and creates the controller graph OK, but when you move the play cursor around, the graphs
5731           have no effect. This doesn't happen if you first create the part to record into, or manually edit a graph.
5732        - Symptom: As above, the graph is OK, but the controllers don't show up in the list when you click 'ctrl'.
5733        - Changed a line in song::cmdAddRecordedEvents() to use addEvent() instead of adding directly to list.
5734      * Fixed: Automatic detection of pitch bend wheel not working. (T356)
5735        - Added some code to MidiPort::sendEvent to detect ME_PITCHBEND events.
5736        - Note: There appears to be a sound system bug (using ALSA 1.0.15): The system will NOT deliver any pitch
5737           bend events to muse until ANOTHER controller is detected, ex. move the modulation wheel THEN the pitch wheel.
5738          Verified with another app - RG - and with a real midi hardware to hardware connection (not my KB's fault).
5739      * Observed: Stuck or missing midi notes when recording or even just 'record armed only' 'live' playing. (T356)
5740        - The sound system appears to be having occasional trouble detecting midi events, including note-off !
5741          Verified with muse and RG (using ALSA 1.0.15). Not sure why or when this started, seems early this year...
5742      * Linked: All midi knobs and sliders with their labels. (T356)
5743        - Now they work together when displaying and adjusting.
5744        - After careful consideration of the meaning of 'off' in those
5745          labels, you now double click the label to turn the midi control on/off.
5746          Off does not mean 'zero'. Rather, it means:
5747          'Don't save this current value in the song file'.
5748          When a midi control is 'off', loading the song won't initialize the controller with a value.
5749          'Off' means the current value is set at 'unknown'. 'Unknown' means the actual
5750           'behind the scenes' hardware value is the last value that was set. The knob or slider still
5751           shows this value, or a default initial value, or if both of those are unknown, then 0.
5752      * Changed: Midi and audio level slider/knob labels to show '---' for infinite attenuation. (T356)
5753        - As mentioned above, the midi level slider labels can also show 'off'.
5754      * Fixed: The new midi controller knob in pianoroll and drum editor. (T356)
5755        - It was not adjusting anything.
5756      * Fixed: Midi vu meters again. Now they should work! (T356)
5757        - They were not responding to play events with an off velocity other than zero.
5758      * Fixed: Marker view window doesn't remember if it is open or closed. (T356)
5759        - Add a markerClosed function to app.
5760      * Reverted: Back to audioRTalloc in mpevent.h (T356)
5761        (!) - I had changed it to midiRTalloc, but that may have been causing problems like
5762               midi shutdown (audio OK) after a few hours, and crash soon afterwards.
5763              Verifying... No more midi shutdowns after a few hours, so far...
5764            Ooops, not so fast, happened again...
576530.04.2008
5766      * Fixed bug in drum editor. Dragging the splitter too far left causes runaway resize, stuck in loop. (T356)
5767        - Tried several different arrangements, but QSplitter won't behave the way I need it to. Best I could do, so far.
5768        - You may notice some strangeness, like the controller graph not aligning with the matrix, if the right edge
5769           of the window is offscreen.
5770      * Added 'add/set event' to audio automation right-click popup menus. Ancient request by R.J. (T356)
5771      * Fixed arranger midi strip and arranger top controls not giving up keyboard focus after adjustment/entry. (T356)
5772        - Further request by user G.B. Changed all relevant QSpinBoxes to custom SpinBox, which behaves like this:
5773           Click up/down, or mousewheel, or hit enter with un-modified text (which means enter TWICE for modified text),
5774            and the control will give up focus, thereby allowing you to use global shortcut keys afterwards.
5775            Up/down keys still keep the focus.
5776        - TODO: Piano roll and drum editor.
5777      * Fixed major problem with lost jack routes upon file save, when save causes a jack shutdown. (T356)
5778        - Symptom: You click save, but jack shuts down during the save, causing lost jack routes in the file.
5779        - Fix: Cached the jack route names before file save, then used them during AudioTrack::writeRouting() xml code.
5780          Note this doesn't actually stop shutdowns from happening - now it just saves your files without losing jack routes.
5781      * Fixed mysterious intermittent wave part muting, as mentioned in 11.03.2008 (T356)
5782        - !!! PartList and EventList are now sorted by frame instead of tick, for wave parts only. Because fetchData()
5783           didn't like sorting by ticks. This is a radical change. So far, no other areas found requiring further coding, but...
5784      * Overlapping wave parts and events now mix together, instead of one part or event taking priority over others ! (T356)
5785        - Virtually no speed hit, since muse was already cycling through all the wave parts/events,
5786           just not mixing them together. So the very LAST wave part/event in the part/event lists was
5787           taking priority over others.
5788      * Fixed default instrument midi controller min/max values. (T356)
5789        - Symptom: Some pianoroll midi controller graphs much too small or too big, vertically.
5790        - Cause: You added these controllers to your track as a midi instrument, ex. General Midi (GM), then you
5791           changed the instrument, ex. to 'Generic Midi' or another instrument without those controllers,
5792           which set improper min/max values.
5793        - Fix: Added code to MidiPort::midiController() to set proper min/max values based on standard controller type.
5794          However, if the original instrument used CUSTOM min/max values, the graph may still be distorted.
5795      * Fixes to midi event list editor. (T356)
5796        - Added true sorting of event list. Now you can click on column headers to sort as desired!
5797        - Added formatted program number display (like 1-1-120) for 'Val B' column.
5798        - Fixed Poly After Touch events display in list. They were being listed as Channel After Touch.
5799        - Fixed crash when 'Delete events' clicked with no actual items selected.
5800        - 'Edit Controller Event' dialog:
5801          - Fixed 'Create New Controller' popup list: Now it actually creates the selected controller.
5802          - Fixed 'Program' controller not showing correct program after selecting other controllers in list.
5803          - Fixed too high initial value displayed for controllers without an initial value in the instrument file.
5804        - 'Enter Poly After Touch' dialog:
5805          - Fixed uneditable note box. Switched from PitchLabel to PitchEdit.
5806      * Feature added - Pianoroll and drum editor controller graphs now have a static manual adjustment knob ! (T356)
5807        - Now you don't have to enter controller graph values to adjust a setting, just turn the knob.
5808      * Changed 'Create New Controller' in event editor 'Edit Controller Event' dialog, and 'add new...' controller popup
5809         list in piano roll. (T356)
5810        - Now they only list controllers not already added, instead of all of them.
5811      * Fixed 'Position Edit' controls (0001.01.000 + up/down buttons) - click 'down' nothing happens. (T356)
5812        - Added updateButtons() call to PosEdit::setValue().
5813      * Fixed Mixer midi strip variation, reverb and chorus send knobs not enabled after controllers added. (T356)
5814        - Now you only need to create the controller to enable the knobs, allowing you to set a manual value without
5815           having to actually create one or more controller events first.
5816      * Fixed midi trackinfo pan value not the same as midi mixer strip pan value. (T356)
5817        - Trackinfo pan now goes from 'off' (-65) to -64 to +63.
5818      * Fixes to fluidsynth. Would crash when getting patch names from an 'unspecified' soundfont. (T356)
5819        - In fluidsynti.cpp, various places check for FS_UNSPECIFIED_FONT only. Added check for FS_UNSPECIFIED_ID.
5820        - Not sure if FS_UNSPECIFIED_FONT is redundant and unnecessary, but left it there anyway.
5821      * Fixed old bug - IntLabel control - right click causes popup and runaway increment. (T356)
5822        - Fixed NEntry widget. Same fix as for double entry widget (DEntry), somewhere way down on this change log...
5823      * More fixes to wave part gluing/splitting/drawing/playing. (T356)
5824        - Now all splitting/gluing of wave parts, even overlapping ones, even multiple times, should work.
5825        - Fixed problem in WaveTrack::fetchData causing it to read too many samples of wave events.
5826      * Fixes and changes to bounce functions. (T356)
5827        - Fixed garbled target track or file. processWrite() was writing ALL the Audio Outputs to the file or track, instead of just one.
5828        - Feature: Bounce to track (from menu): You now first select any single Audio Output track, and any single target Wave track.
5829        - Feature: Bounce to file (from menu): You now first select any single Audio Output track.
5830      * Fixed some problems with Mastertrack window. (T356)
5831        - Mastertrack window was causing tempos to be inserted into tempo list, if window open when project loaded.
5832        - Added signature list change event handling - to update signature value box.
5833        - Fixed drawing of signature scale after signature list change.
5834      * Fixed wave editor 'reverse' function crashing. (T356)
5835      * Fixed track list not highlighting wave tracks (default green) when selected in the arranger window. (T356)
5836      * Fixed midi VU meters, again. (T356)
5837        - Borrowed idea from Muse 2. Self-decay the meters in midi strip code, rather than the midi thread code.
5838        - The midi VU meters self-decay at a rate determined by the GUI update rate in the configuration.
583911.03.2008
5840      * Fixed arranger controls not giving up keyboard focus after adjustment/entry. Requested by user G.B. (T356)
5841      * Fixed gluing/splitting of waveparts. (Known bug of 02.02.2008 is gone now). (T356)
5842      * Fixed playing, and arranger/waveeditor drawing, of glued waveparts. (T356)
5843        - 'Working on' of 26.01.2008 is done.
5844        - Drawing of waveparts, even 'glued' ones, now fully respects tempo changes.
5845      * Fixed 'glued' mono + stereo wavepart drawing. Was drawing outside track if track height small. (T356)
5846      * Fixed soloed/muted wavetrack audio 'bleeding' into other wavetracks. fetchData() was not checking isMute(). (T356)
5847      * Fixed part colour popup to change unselected clicked item colour if no parts selected. (T356)
5848      * Fixed recent possible accidental(?) change of tracklist xml tag 'header' to 'header1'. (T356)
5849        - Muse was complaining: Tlist: unknown tag <header> at line 32
5850      * Fixed MREventList in mpevent.h, to use midiRTalloc instead of audioRTalloc. (T356)
5851        - Possible accidental(?) coding error since there is no other usage of midiRTalloc at all in muse.
5852        - If it does help at all, it might just ease RT congestion a bit.
5853      * Working on MIDI VU meters. They're too fast to see with jack, but should be OK with dummy driver. (T356)
5854      * KNOWN PREEXISTING BUGS
5855        - If you move waveparts around AFTER the current play position, then play, muse actually plays the same
5856           arrangement as if you had not moved the waveparts at all, just one time - rewind the play position and
5857           it corrects itself. This is because muse does not prefetch the audio again after the movement of the parts.
5858          Workaround - After moving waveparts, be sure to rewind the play position to a point AT LEAST before those parts.
5859        - Wave parts will sometimes mysteriously go silent for no reason. Move the parts slightly, or reload, or do
5860           certain other operations, then the sound comes back. Working on this important issue!
586102.02.2008
5862      * Fixed a slight error in BigTime absolute display. Now shows proper absolute tick and frame values. (T356)
5863      * Added an extra arranger wavepart right-click popup menu item - "file info".
5864        Shows what wave file(s) are used by the wavepart event(s).
5865        TODO: Either remove duplicate file names or list the files by event number.
5866              Spice up with more info like wave starting/ending points etc.             (T356)
5867      * Removed some debug output lines from dummy driver - may have been causing intermittent crashes when moving position. (T356)
5868      * Some more fixes to arranger partcanvas wavepart drawing - speeded up and tightened code.
5869        KNOWN BUG: Does not correctly display more than one wave 'event' (file) per wavepart. (For ex. two waveparts 'glued' together).
5870                   Working on this issue ! (T356)
587127.01.2008
5872      * Fixed MIDI mixer strip VU meters. Let there be light! Not the best solution, a choice between two so-so methods.
5873        Looking at how to improve it... (T356)
587426.01.2008
5875      * Pianoroll and drumedit now open at the current cursor position. (T356)
5876        (The cursor position is that moving black vertical line on the time scale).
5877        This means you just click on an arranger midi part where you want to open the editor.
5878      * Arranger, pianoroll, drumedit and waveedit now stay at their current (left-side) position when you use the scale bar. (T356)
5879      * Fixed 'end of part' drawing problems - now you are guaranteed to see about 1+1/4 extra bar after the end
5880         of a pianoroll/drumedit (also compensating for drumedit drummap/canvas splitter), allowing you to
5881         add/move/clone notes past the end and allowing muse to properly auto-extend the part (to the right).
5882        TODO: Auto-extend parts to the left when necessary. (T356)
5883      * Added vertical, and fixed horizontal, lasso/parts/events auto-scroll - even past the end of parts.  (T356)
5884      * Fixed drawing of wave parts in arranger. Now you can rely on the 'picture' of the wave inside the part
5885         lining up correctly with the time scale, regardless of tempo/timesig changes in the song. (T356)
5886      * More fixes to wave editor. Fixed drawing of markers - they were much too close together.
5887        Added songChanged synchronization with arranger (you move/resize a wave part and the wave editor readjusts, etc.)
5888        WORKING ON: In the arranger, if you move a wave part to the left, the wave editor will readjust but the
5889         wave may be chopped off at the end. Investigating...  (T356)
5890      * Corrected the drawing order of items from ALL parts in pianoroll and drumedit. For multiple-part viewing.
5891        WORK IN PROGRESS: Added ability to select items from different parts at once, and to move them.
5892                          For now, only items from the currently selected part actually move. (T356)
5893      * Added small checkbox to Big Time display. Now you can switch between formatted or absolute time display.
5894        Absolute is handy for syncing with another app, or just knowing, absolutely, where you are in the song. Absolutely.
5895        Added ToolTip popups describing each 'group' of numbers (bars, beats, ticks etc). (T356)
589620.01.2008
5897      (ml)
5898      * Added function for deleting note overlaps in piano roll (usually makes fluidsynth grumpy - silencing the following note).
5899      * Some work on opening the editor at current position and selecting the leftmost item
5900      (ws)
5901      * fixed hanging note when editing multiple parts in midieditor and
5902        switching part
590319.01.2008 (ws)
5904      * fixed Song::changeEvent(): part tick offset was not used
5905      * fixed removing of controller events in Song::deleteEvent(); this affects midi recording
5906        in replace mode and controller editing
590712.10
5908      * Fixed automation right-click popup menu 'prev/next event' not working after a tempo change. (T356)
5909        - Now you are guaranteed to be able to navigate the automation events, regardless
5910           of how many tempo or time signature changes are in the song, or if you change the tempo/sig(s)
5911           AFTER adding automation events.
591212.06
5913      * Fixed softsynths 'Fluidsynth', 'Deicsonze', and 'Fluid' to allow pitch wheel changes. (T356)
5914      * Fixed softsynths 'Fluidsynth' and 'Deicsonze' to allow MIDI patch changes. (T356)
5915        Note that I included MIDI patch change code in 'Fluid', but fluid is slightly broken
5916         and still doesn't respond. 'Fluid' should be removed from muse. It's obsolete. Use Fluidsynth.
591711.22
5918      * Fixed LASH loading and saving. (T356)
5919        - Symptom - Muse fails building with error about 'lash_get_fqn' not declared in scope.
5920        - Cause - You are building muse with LASH > 0.5.1, where certain header files have been removed.
5921        - Fix - Replaced both calls to lash_get_fqn with QString manipulations instead.
5922      * NOTE! I encountered a muse segfault when you use LASH to close the project.
5923        It says 'received unknown LASH event of type 10' (which is LASH_Server_Lost), then it says
5924         'received unknown LASH event of type <<some big random number>>, then segfault and
5925         a glibc backtrace due to 'double free or corruption'. Not a big deal, but this will need to be fixed.
5926      * Tested OK saving and loading projects with LASH 0.5.4
5927
592809.02
5929      =======================================
5930             * 0.9 final tagged (rj)
5931	     no changes from pre3
5932      =======================================
5933
593408.22
5935      =======================================
5936             * 0.9pre3 tagged (rj)
5937      =======================================
5938
593908.20
5940      * Fixed bug 1650953 - select and move segfault  (T356)
5941        - Symptom - In piano roll, select some notes and move them past the end of the part,
5942          then muse crashes. Also occurs when pasting or adding notes past part length.
5943        - Cause - Canvas was not adding the new resized part to the midi editor. Also a bunch
5944          of other stuff needed to be fixed for it all to work OK.
5945      * Fixed broken master list editor. Should also cure bug 1687166 (T356)
5946        - Symptom - Open master list and nothing is listed (should be at least one default
5947          tempo and one default time signature). Click to add new tempo or sig and muse crashes.
5948        - Cause - Some code was added to lmaster.cpp: LMaster::updateList() which broke it.
5949      * Added auto part resizing to drum canvas  (T356)
5950        - Symptom - In drums editor, there is no auto part resizing, like in piano roll.
5951        - Cause - Missing all part resizing code. Added.
5952      * Fixed intermittent crash when cutting a part. Improper 'delete while iterate' STL operation. (T356)
5953      * Fixed arranger part selection - selected parts now draw on top of non-selected parts. (T356)
5954      * Fixed arranger part operations (move etc.) to use selected part. (T356)
5955      * Fixed arranger keyboard left and right previous/next part selection. (T356)
5956        - Now you can use left/right arrow keys to cycle through parts in a track,
5957           especially useful for overlapping parts!
5958      * Regarding part selection - A remaining problem is that there is no 'z-order' drawing
5959         scheme. The part item list has no such ordering support.
5960        - This means a selected part will (now) appear on top of others, but when unselected,
5961           it will not stay on top. Adding that support could be messy.
5962        - Best to leave it alone for now. At least you can (now) cycle through overlapped parts...
5963      * Tested arranger part operations with worst case scenario - multiple tempo changes
5964         and multiple parts. Test OK. All should be OK now. (T356)
5965      * Added tooltip to song length box in arranger with text 'song length in bars'. (T356)
5966      * Fixed wave editor - Black selection bar intermittent drawing. (T356)
5967        - Symptom - In wave editor selecting a portion of the wave caused intermittent drawing
5968          of the black selection bar.
5969        - Cause - Unsure of exact cause or a permanent cure, but it's better now.
5970          But it still draws intermittently if you zoom in (x magnify) very very close.
5971          Working on this issue.
5972      * Added feature - Wave editor now allows you to open multiple selected wave parts and
5973         will display only those parts and you can edit them. Tested wave editor 'functions'
5974         menu and it works OK on some or all selected portions of the multiple wave parts.
5975        - This is in preparation for a possible automation viewer and/or editor.
5976        - Work in progress. Some rough parts still to clean up. (T356)
5977      * Fixed intermittent arithmetic exception crash in wave viewer. (T356)
5978      * Fixed bad wave drawing above certain zoom level in wave editor. (T356)
5979      * Enabled serial numbers in my deltaTick2Frame and deltaFrame2Tick routines, and
5980         merged code. Makes it a bit faster. (T356)
5981=======
598208.16 * Reverted change in synth.cpp, realtime playback of softsynths did not work (rj)
5983      * fix for sustain pedal to work as suspected when looping. (rj)
5984      * Above involved adding "managed-controllers", whenever a controller is found
5985        time will tell if this is the right solution (rj)
598602.13
5987      * Feature request: 1650957 space bar should start/stop playback fixed by
5988        adding this possibility, old style is possible with property setting in
5989  configuration. (rj)
599002.09
5991      * Fixed bug 1645575 - Eraser tool causes segfault in drum editor (T356)
5992      * Added the project AUTHORS        (whooo are you... who who...) (T356)
599301.27
5994      * Fixes to remove lots of warnings and potential errors in the code (WillyFoobar)
5995        (rj by proxy)
5996      * Fix for bug #1074808 "NRPN - still 128 values?" from Sebastian Gutsfeld (rj)
599701.06
5998      * Changed 'exit' to 'return' when plugins are invalid (rj)
599901.05
6000      =======================================
6001            * 0.9pre2 tagged (rj)
6002      =======================================
6003
60042007.01.03
6005      * Fixed some major issues with undo/redo. (T356)
6006        - Symptom - Delete track(s), then undo, muse crashes.
6007        - Symptom - Rename a track, then undo, muse crashes.
6008        - Cause - 'Delete' destroyed the track(s), so undo would attempt to restore
6009          non-existent object. Other problems caused rename crash. Still more undo/redo code
6010          was causing problems, like left-over synth instances hanging around after loading a new song,
6011          or crashing upon loading a new song if certain redo items were still in the redo list...
6012        - Known bugs - DON'T rename a synth track then undo, muse still crashes. Not sure why yet.
6013          After 'un-deleting' a synth track, you will have to open the 'MIDI Ports/Soft Synth' window
6014          and manually restore its MIDI port.
6015          Don't do anything too crazy like deleting multiple tracks while playing, might possibly crash.
6016          After undeleting an audio wave track, its sound might not be sync'd with the rest of the song -
6017          simply hit the fast-forward or rewind button to cure that.
6018      * Prevented saving, and segfault upon loading, of routes in med file with empty names. (T356)
6019        - Symptom - Jack shuts down, so instead of attempting to restart audio, you save your work,
6020          but when you try to reload your song, muse crashes.
6021        - Cause - Upon Jack shutdown, all audio in and out Jack routes were erased, and muse saved
6022          the song like that. Upon reload, muse would crash due to the empty routes in the .med file.
6023        - Note that this does not cure the original cause of this (Jack routes erased), so although you
6024          can now re-load the song without muse crashing, you must manually restore all the audio in/out
6025          Jack routes. So please try to restart the audio first. (Trying to fix this issue...)
6026      * Add new soloing system. Check it out! (T356)
6027        - Symptom - You click solo on a track but you hear nothing, and all other tracks are muted.
6028        - Cause - Wasn't really broken, you just had to solo all other tracks in that routing path
6029          to make sure whatever you were attempting to solo made its way to its destination so you
6030          would hear it.
6031          Inconvenient, yes. Especially with a large song with a lot of tracks, groups etc.
6032          With this new system, this is done automatically for you. Even MIDI tracks driving synth
6033          tracks, too.
6034        - Known bug - If a MIDI track drives some external MIDI device which you feed the audio
6035          back into muse, there's no way for muse to know how to couple the MIDI and audio in
6036          tracks together. Sorry you'll have to manually solo both.
6037          BUT - I'm CONSIDERING adding this - If an audio in track's name BEGINS WITH the name
6038          of a MIDI track, I could couple them that way. For example - MIDI track named 'Track1' and
6039          an audio in track named 'Track1 Input', then muse could mutually solo both tracks properly...
6040      * Enabled MIDI mixer strip solo buttons. (T356)
6041      * Some other minor fixups here and there. (T356)
6042        - Other known bugs - Due to an earlier oversight, if you use your own custom LADSPA plugin
6043          GUI's (see README.ladspaguis), QCheckbox and QCombobox controls may not automate quite right.
6044          Note that this includes just one built-in custom GUI - for the 'TAP Reverberator' plugin.
604521.11
6046      * Fixed loading of .med files, with plugins, created before muse-0.9pre1. (t356)
6047        They will load, then save, correctly now.
6048        - Symptom - Load an old song with plugins and some of the plugin controls can't be moved.
6049        - Cause - Controller id's in med file mixed up, not save correctly, because of moving rack
6050          plugins around, which never properly switched the id's before muse-0.9pre1.
6051      * Fixed soloing (again). (t356)
6052        - Symptom - Delete a soloed track, then soloing is messed up - other tracks may be muted but don't show it,
6053          only way out is to reload. Speaking of which, loading also did not set track soloing correctly.
6054        - Cause - Upon deleting a track or loading a song, track solo ref count was not updated.
6055      * Added infrastructure for an improved soloing system, much more intuitive. (Not done yet!...) (t356)
6056      * Fixed spelling mistake - Freeverb "Rooom" size. (t356)
605713.11
6058      * By T356
6059      * More automation fixes. Everything should be working now, check it out!
6060      * Although still no automation editor, all of these changes so far should help
6061         manipulate and navigate the events.
6062      * Fixed touch mode events storing, was not right.
6063      * Fixed a couple of stray signal connects which may have caused wacky controls.
6064      * Sliders, knobs and labels now respond to mousewheel and paging properly.
6065      * Linked slider/knob labels with sliders and knobs so paging or mousewheeling
6066         a label works smoothly and linearly, even with logarithmic controls.
6067      * Fixed integer controls (like Glame Bandpass 'stages').
6068      * Fixed external plugin gui's to look like the built-in freeverb. This means
6069         they now scale properly with different fonts. :)
6070      * Hopefully the last of major automation conceptual changes - making sliders, knobs,
6071         labels and checkboxes work together with the four automation modes, barring any fixes,
6072         and a few tweaks to follow (like shift key for label mousewheeling, and how to make
6073         a label stop updating so values can be entered). Some more right-click menu options
6074         may follow (like store event, enable automation, enable interpolation).
6075         Automation readme to come (need it!).
6076      * Still to fix - Controls' right-click automation menu still a bit confused upon tempo changes.
607710.11
6078      * reworked mute, old solution caused problems for solo
6079      * solo is now united between midi and audio, they were previously
6080        interdependant. This has the downside that if a soft synth is
6081        soloed both the midi and the audio needs to have solo enabled (rj)
6082      * fixed issue with hanging notes for softsynths when stop is pressed (rj)
6083      * Backported fix from HEAD for using a file descriptor from two different
6084        threads, should make it work somewhat better with SMP (rj)
6085      * fixed faulty off value for aux when set to max (rj)
6086      * Allow wheeling of tracks from track list (rj)
608708.11
6088      * re-enabled mute for outputs (rj)
608907.11
6090      * Fixed timing bug causing MusE to depend on jack buffer setting
6091        this needs testing, it involved uncommenting some code that might
6092        have been commented for a reason (rj)
609305.11
6094      * Added support for auto-scroll for other drag operations but
6095      rubberband (rj)
609604.11
6097      =======================================
6098      * 0.9pre1 tagged (rj)
6099      =======================================
610004.11
6101      * Adopted RT locking method from 1.0 branch. (rj)
6102      * Preparations for 0.9pre1 (rj)
610331.10
6104      * By T356
6105      * Fixed old bug - DoubleLabel right click causes popup and runaway increment.
6106      * Currently the increment/decrement is fixed at 1, so that's why it doesn't
6107         work for pan or other controls with 1.0 or less max.
6108        - So fixes to that are next...
610929.10
6110      * By T356
6111      * Changing global tempo now updates things. (Like resizing wave tracks).
6112      * Fixed segfault upon lengthening a blank new wave track part.
6113      * Removed some thread-unsafe code from my first patch
6114      * Fixed ladspa plugin automation not working until plugin displayed.
6115      * Improved automation and ladspa plugin automation behaviour.
6116        - While stopped and in touch mode, clicking an automateable control immediately
6117           writes the value to the list, so you don't have to press play then stop
6118           just to store one value.
6119        - Smoother slider transitions from last touched value to previous stored values,
6120           so that they don't suddenly 'jump' to previous stored values when you let go.
6121        - Checkboxes now automated. Their behaviour in touch mode is slightly
6122           different than sliders - they remain 'touched' until you stop, but store
6123           only up to the last toggle done.
6124        - Checkboxes now check as soon as you click them.
6125        - Sliders now have 'mouse cursor capture (tm)' so you can actually grab onto
6126           the thumbs even if they are moving too quickly due to automation. Paging can
6127           still be done with right button.
6128        - Sliders and knobs now work properly if you 'page' them (click outside the thumb
6129           or dial).
6130        - Added right-click popup menu on all automateable controls with
6131            previous event    (seek)
6132            next event        (seek)
6133            erase event       (if cursor is on one)
6134            erase range       (between left and right markers)
6135            clear automation  (clear all events)
6136          Known bug: Becomes slightly confused if tempo is changed after doing automation.
6137          Workaround for now: Press play to update the cursor to a new position.
613804.10
6139      * Select the right item when items are stacked on top of each other, for pianoroll
6140        and arranger (rj)
6141      * Do not display resize cursor when last track cannot be resized (rj)
614203.10
6143      * Apply effect rack before sending aux, changed after discussion with Thorsten Wilms (rj)
6144      * Auto assign internal softsynths upon creation (rj)
6145      * New method for pasting parts. If several parts are pasted they are now spaced
6146        according to their original spacing. This only works reliably when the copied parts
6147        are all on one track. (Possibly copying parts from several tracks should be
6148        disallowed), fixes bug #1516294 (rj)
6149      * Muting of midi-tracks no longer mute input, bug #1092343 (rj)
615001.10
6151      * Fixed issue with playing of controllers when moving playhead. basically
6152        all events from all parts where played at the beginning, fixes bug #1316542 (rj)
615330.09
6154      * Cached peak files are now updated when wave files are more recent, bug #1469177(rj)
6155      * Fixed bug with recording notes to existing part, bug #1552783 (rj)
615629.09
6157      * MusE now asks when imported wave file has differing samplerate, bug #1428248 (rj)
615828.09
6159      * Always restore sequencer configuration even when song
6160        is loaded without config, fixes bug #1092289, midi mixer settings not restored (rj)
616127.09
6162      * Optimizations and fixes to rubberband scrolling (rj)
6163      * Aux changed to be affected by volume and pan (rj)
6164      * Aux now affected by mute (rj)
616526.09
6166      * Fix for pianoroll selection of events in/outside loop with respect to part offset (ml)
6167      * Added lasso/rubberband scrolling in arranger, drumedit and pianoroll, bug #1057732 (rj)
616824.09
6169      * Followups by T356
6170      * Fixed rack plugin change not clearing automation
6171      * Fixed moving an empty rack position
6172      * Fixed moving a plugin onto itself
6173      * Changed colours of audio output and wave track
6174         strip names to match icon colours
617520.09
6176      * Fixed aux sending (rj)
6177      * Patch from terminator356 to fix logarithmic feedback to plugin sliders (rj)
617819.09
6179      * Various fixes from Torsten Duwe (rj)
6180        - deicsonze undefined returnvalue
6181        - vam uninitialized value
6182        - 64bit fix for calling external wave editor
6183      * Fixed multiple part undo for move,drag and copy in arranger, bug #1516298 (rj)
6184      * Fixed multiple note undo for move and drag in pianoroll (rj)
6185      * Fixed cursor placement in List Editor upon deleting events bug #1417718 (rj)
618616.09
6187      * Following changes by   { terminator356 [at] users [dot] sourceforge [dot] net }
6188      * The changes can be applied to muse-0.7.2preX or muse-0.8.1 and work fine in both.
6189      * Fixed soloing. Also multiple soloing now allowed.
6190        - TODO: Soloing of tracks which feed a group. Workaround for now: Solo the tracks AND the group.
6191      * Enabled solo buttons on the mixer strips.
6192      * Fixed major issues with rack plugin moving, saving and loading.
6193      * Fixed problems with multiple tempo changes and incorrect wave part lengths.
6194      * Changed plugin code to use double instead of float to stop certain errors, and consistency.
6195      * Fixed some minor spelling mistakes.
6196      * Fixed issues with audio track automation.
6197      * Fixed very 'jumpy' volume sliders and pan knobs under automation.
6198      * Fixed several other small problems. For example a duplicate define in song.h
6199      * Changed the way audio track automation works.
6200        - For ease of use, the current mode now remains selected, even after a file write and re-open.
6201        - To reduce the chance of accidental changes, for added visual warning, Touch and Write modes
6202           colour the automation mode box red.
6203        - Write and Touch modes: Only if the controls were touched, changes will be stored when
6204           the transport is stopped. Since the current mode remains active, you can move to
6205           another part and do some more automation.
6206        - Write mode: The controls are updated with stored values until you touch them, then they
6207           store from the time you hit play to the time you hit stop. If you touch the controls AFTER
6208           you hit play, you may get unexpected results so remember to initialize that 'first value'
6209           (at the time when you hit play), since muse will NOT 'fill in' from the time you hit play
6210           to the time you first touched the control, with the value of that first touch. (Maybe support
6211           this later).
6212        - If you load a plugin preset, if the control values don't seem correct, try setting the track's
6213           automation to 'Off', because the track will usually be on 'Read' - reading stored values.
6214        - TODO: Muse really needs an automation editor/viewer! Perhaps integrate with wave viewer.
6215                Also, add one more automation mode: 'Instant mode'.
6216      * Hmmm, oh yes - added full LADSPA plugin automation. Check it out!
6217        Compatibility with existing med files' Plugin section should be OK, but if you open an
6218         existing med file with plugins, and the plugins' control values are no longer correct,
6219         let me know. See comments (with these changes applied) audiotrack.cpp around line 557.
6220        - TODO: Checkbox automation not working right. We need a better checkbox - one which checks
6221                 as soon as you press down! Also would like to add bypass and mute automation.
622205.08
6223      * Fixed build without fluidsynth (rj)
622414.07
6225      * fluidsynth: fixed pitchbend events, fixes bug #1404212 (ml)
6226
622713.04
6228      * Editing volume and pan with keyboard on audio strip now works (rj)
6229      * Fixed issue with recording audio, fifo could overflow when
6230        when running with small jack sizes (rj)
6231      * fixed storing of wave files with relative path when located
6232        "under" the project path (rj)
623328.03
6234      =======================================
6235      * retagged app.cpp and Yamaha-Motif-Rack.idf (rj)
6236      =======================================
6237      * fixed build bug in app.cpp (rj)
6238      * fixed bug with Yamaha-Motif-Rack.idf (rj)
623927.03
6240      =======================================
6241      * 0.8.1 tagged (rj)
6242      =======================================
6243      * some lash fixes (rj)
624426.03
6245      * Added next/prev marker, keyboard shortcut (rj)
624625.03
6247      * Reverted fix for silent softsynths, synths were not silenced
6248        upon [stop], gah! (rj)
6249      * Added LASH support (patch from evermind @ gentoo) (rj)
625021.03
6251      * Added Motif-Rack idf from europeen (rj)
625219.03
6253      =======================================
6254      * retagged dummyaudio.cpp (rj)
6255      =======================================
6256      * Fixed build bug in dummyaudio.cpp (rj)
625718.03
6258      =======================================
6259      * 0.8 tagged (was 0.7.2) (rj)
6260      =======================================
6261      * Added idf files from linux chaos
6262        Waldorf-Q, Yamaha-01v,Yamaha-Motif, Yamaha-P100 (rj)
626305.03
6264      * Arranger no longer performs "seek" while editing
6265        when in ext-sync mode (rj)
6266      * Play/Stop disabled for all when in ext-sync mode (rj)
626702.03
6268      * more work on extern sync, loop works better (rj)
6269      * no-audio + extern sync does not hang anymore (rj)
6270      * muse now starts even if jack is not found (rj)
6271      * fixed a number of divide by zero errors mainly affecting zoom (rj)
627211.02
6273      * Added menu alternative for storing plugin preset (rj)
627406.02
6275      * Updated/improved swedish translation. (rj)
627604.02
6277      * Fix for softsynths going silent under load. Sometimes events arrive
6278        with time=0, this is now handled. Why it happens is yet unknown.(rj)
627902.02
6280      * check audioDevice and _client for validity (rj)
628113.01
6282  * amd64 fix in driver/rtctimer.cpp (ws)
628309.01
6284      * Added patch for vam from mane_grotesk (rj)
628507.01 * On drumtracks, there was no check for non-existing ports. If a drum
6286        instrument was configured to output to a port other than standard for
6287        the track, there was a segfault. Now output to non-existing ports are
6288        simply ignored (ml)
6289
629005.01
6291      * Added updated french translation from Intent (rj)
6292      * Fixed crash bug in pianoroll when moving several
6293        events outside part. (rj)
6294      * Fixed esc key in drumeditor name edit (rj)
6295
629603.01
6297      ========================================
6298      * 0.7.2pre5 (final!) tagged (rj)
6299      =======================================
6300
630102.01
6302      * Added popup when enabling rec for a track unable to create it's
6303        wave file (rj)
63042006.01.01
6305      * Enlarged listeditor dialog (FR:1392090) (rj)
6306      * Changed preset file extension of vam presets to .vam (rj)
6307      * No longer translates dir name for drummaps (rj)
6308      * Fixed crash bug when arrowing left in an empty editor (rj)
6309      * Added F2 name edit in drum editor (rj)
6310      * Added up/down arrowing in drum editor (rj)
631130.12
6312      * Fixed bug in detection of RTC (rj)
6313      * Removed ugly printouts from probeing for browser (rj)
631429.12
6315      * Reawoken Organ: (rj)
6316           - read/write current settings
6317           - automation of all parameters
6318      * Reawoken VAM: (rj)
6319           - read/write current settings
6320           - automation of all parameters
6321           - preset dialog
632228.12
6323      * Changed audio prefetch buffer to be dynamically sized after the
6324        jack buffers (rj)
632527.12
6326      * Fixed allocation of wave memory when reading and writing sound files
6327        fixes problems with audio-operations (rj)
6328      * Fixed problem when external wave editor was not correctly defined (rj)
632926.12
6330      * Race condition between threads caused lockup upon quit and load project.
6331        Fixed by checking if sequencer is actually running before making
6332        internal IPC call, made major difference (rj)
633321.12
6334      ========================================
6335      * 0.7.2pre4 tagged (rj)
6336      =======================================
6337
6338      * Now dynamically extends parts if events continue after end and
6339        ignores pastes before part, fixes bug:1363066 Paste outside segment (rj)
634018.12
6341      * ExtSync improvements, handles relocation of playhead during stop
6342        (on my gear atleast), does not work during play (rj)
6343      * fixed bug building synths (introduced during last checkin) (rj)
634414.12
6345      * fast_log10 exchanged for HEAD version (old version doesn't work with
6346        gcc4), fixes problem with meters and sliders not working (rj)
6347      * Added patch from Martin Habets fixes core dump problem while
6348        building with LADCCA (rj)
6349      * Added patch from LarryL autoconf changes to synth building (rj)
6350      * Fixed drag in effect rack that it does not start directly (rj)
6351      * Adapted optimization parameters for gcc4 (rj)
635213.12
6353      * Possibly fixed issue with crashes during load of projects
6354        by putting delays between start/stop of sequencer and actual load
6355        operation. This should make sure that the process loop is idle. (rj)
6356      * now tries both RTC and Alsa (in that sequence) for main timer (rj)
6357      * added checks if alsaDevice is valid (fixes several crash bugs when
6358        muse goes zombie). Should be done in more places. (rj)
6359      * added check if audio is really running when jack calls process.
6360        Sometimes it's called when it should not. (rj)
636112.12
6362      * updated muse_ru.ts from Alexandre Prokoudine (ws)
636311.12
6364      * removed assert, fixes bug:1376783, deleting track with pianoroll open
6365        crashes muse
636609.12
6367      * Added patch from Daniel Cobras regarding compatibility with 64-bit
6368        systems (rj)
6369      * fixed crash bug when muse tried to show plugin-guis when the
6370        plugin did not exist (rj)
637129.11
6372      * fixed seg fault when deleting last note in pianoroll editor (ws)
637313.11
6374      ========================================
6375      * 0.7.2pre3 tagged (rj)
6376      ========================================
6377      * Changed back to AlsaTimer (rj)
63788.11
6379      * fixed typo in share/locale/Makefile.am
63807.11
6381      * removed some dubious locks in thread start (ws)
638219.10
6383      * Fixed bug 1329537 (User defined fonts not updated) (rj)
638413.10
6385      * added emuproteus200.idf from Piotr Sawicki (ws)
6386      * updated polish translation
638712.10
6388      * added polish translation from Piotr Sawicki (ws)
638926.9
6390      * Handle restart of Jack and restart of audio (rj)
639121.8
6392      * Added new timer classes from Jonathan Woithe. (rj)
639314.8
6394      * Solo for audio tracks improved by removing the possibility to mute Output tracks (rj)
6395      * Implemented REPLACE for midi recording (seems to sometimes miss notes though...) (rj)
6396      * Fixes for Appearance dialog, background pic, event display (rj)
6397      * Marker window now toggling (rj)
6398      * Added "raise" to more dialog windows (rj)
6399      * compress event display in parts somewhat (rj)
6400      * reverted pipeline again...bah...think before you change (rj)
6401      * bounce now stops correctly (rj)
6402
6403
640413.7
6405      * Fixed position of import of wave files, inserted at cursor, now inserts at mouse (rj)
6406      * Added drag&drop support to plugin racks in mixer, internal and to/from disk (rj)
6407      * Changed the plugin pipeline depth to 5.. four is too little.. though it should be runtime extendable, wip (rj)
6408      * Added patches from Daniel Kobras that correct errors in EditMetaDialog
6409      and old html docs. (rj)
6410      * Added uppercase filters to midi import (rj)
6411
641212.7
6413      * Added quick search to LADSPA plugin dialog (rj)
641411.7
6415      ========================================
6416      * 0.7.2pre2 tagged (rj)
6417      ========================================
641810.7
6419      * Added possibility to edit selection of wave in external editor (ml)
64209.7
6421      * Added gain modification functions + misc to waveedit (ml)
64228.7
6423      * Updates to wavefile modification, implemented normalize, fade in, fade out and reverse of wavefile selection.
6424        Removal of wavefile undo data on shutdown (ml)
64257.7
6426      * Added undo/redo handling for modifications of wavefiles + mute of selection in waveedit. expect updates. (ml)
64276.7
6428      * Added selection to waveeditor + ignore unhandled keyevents in waveeditor (ml)
64294.7
6430      * Implemented resize of waveparts (ml)
6431      * Added Idf files by Steve D for Roland FantomXR, SRX-02 and SRX-09 (rj)
64322.7
6433      * Fixes for waveedit: offset problem fixed (no more empty waveedit windows), initial zoom value to
6434        roughly match size of part (ml)
643501.7
6436      * Fixed bug with loading of background pixmaps (rj)
643728.6
6438      * Only send MMC continue message when in playback state when seeking (rj)
643922.6
6440      * Fixed bug 1199171 (Time change: a part does not completely fit into 4 bars), part
6441        resize problem (ml)
644221.6
6443      * Added scrollwheel support for vertical scrolling in arranger, pianoroll and drumeditor (ml)
6444      * Fixed bug 1056996: Multiple selection, but single paste. Possible to copy several parts in arranger (ml)
644520.6
6446      * Fixed bug 1092424: bug in reposition of instruments in drumeditor (ml)
644719.6
6448      * Added recall of last entered directory in filedialog for global and user mode + recall of
6449        opening mode (global, user or project) (ml)
645018.6
6451      * Fix for drumtracks and part export/import
6452      * Fix for opening Midi port/softsynth dialog when already open (now raised and set to active window)  (ml)
645313.6
6454      * Added export/import of midi parts (.mpt-files), drag & drop also possible (ml)
645505.6
6456      * Fix for generating midi clock, needs field testing. (rj)
645704.6
6458      * Added fixes to AlsaTimer and DummyAudio from Jonathan Woithe (rj)
6459      * Added fix so AudioPrefetch is initialized upon starting the sequencer,
6460        which for instance happens when loading a song (rj)
646124.5
6462      * Added Roland E-28 idf file from Jonathan Woithe (js)
646316.5
6464      * Updated ladspa-gui for newer version of tap-reverb (rj)
646515.5
6466      * Allows for several midi devices with the same name, they are now renamed
6467        internally so they have a unique name. This is a partial fix for synths
6468        that do not correctly give each instance a new name. (rj)
646912.5
6470      * s1 softsynth added square wave with parameter (rj)
647111.5
6472      * Fix for bug 1198747, tests for fluidsynth and rtcap in configure.ac (rj)
6473      * Fix for bug 1198744, added patch for reading browser setting from config
6474        without crashing, from Philip Nelson (rj)
6475      * Fix for bug 1188767, downmix won't stop playback until reaching the
6476        right marker (rj)
647708.5
6478      * the instrument list in the drumeditor now has fixed width when resizing the window (finally, it made me nuts) (ml)
6479      * added nudge event position left/right w keyboard (ctrl+left/rightarrow as default) to pianoroll and drumeditor (ml)
6480      * added fixed length command to pianoroll, uses snap-to value (ml)
648107.5
6482      * added snap/quantize patch from Petr Mazanec (snap of notes in pianoroll+drumeditor is now controlled by
6483        snap, not quantize) (ml)
6484      * simpledrums: added save/load of setup to file, bugfixes.
6485        simpledrums version is now 1.0 (go figure! ;) (ml)
648606.5
6487      * No longer crashed when enabling audio metronome when there's an aux (rj)
6488
6489      ========================================
6490            * 0.7.2pre1 tagged ! (rj)
6491      ========================================
649204.5
6493      * extern sync algorithm "reworked" (rj)
64941.5
6495      * simpledrums: backported fixes for channel number + memory deallocation,
6496        fixed issue with clearing of sampledata, I hope (ml)
649730.4
6498      * fluidsynth: bankno is saved to project, switched to hbank from lbank (ml)
6499      * Now really runs libtoolize in autogen.sh (rj)
650029.4
6501      * make sleep() in watchdog thread non interruptible to avoid
6502        watchdog timeouts at startup (ws)
6503      * added vst preallocation of memory "fix" (rj)
6504      * More fixes to filenames containing dots (for instance wca files) (rj)
6505      * Added Yamaha-PSR275 instrument file by Petr Mazanec (rj)
650627.4
6507      * fixed patch-info issue in Fluidsynth (bug 1191214) (ml)
650825.4
6509      * fixed bug w paste in drumeditor, 1189267, patch from P Mazanec
651018.4
6511      * removed file ltmain.sh; this file is now created by "libtoolize"
6512        command in autogen.sh (ws)
651316.4
6514      * Fixed bug 1152441, filename can now have several dots (ml)
6515      * Fixed bug 1183980: fluidsynth pitch controller wasn't given to MusE from the synth (ml)
651615.4
6517      * Added a redundant test that makes midi input work on PPC for some
6518      reason. (will research a better fix for 0.8) (rj)
651910.4
6520      * Added an error popup when importing wave files fails. (rj)
652130.3
6522      * [DONE] midi -> edit instrument is not implemented -> remove it (js)
6523      * [DONE] same for random rhythm gen -> is not implemented -> remove it (js)
6524      * [DONE] BUG: pianoroll editor -> tools resize wrong, they should stay on max they need instead of width fit (js)
6525      * have to go to the dentist on 7.3.2005, god help me, i fear this will kill me (js)
652629.3
6527      * README changed some links (js)
6528      * README added some icons to arranger (js)
6529      * added support for german localisation (30% translated, still quite bad) (js)
6530      * help: changed muse homepage location (js)
6531      * more to come (js)
653228.3
6533      * Fix for overflow when importing midi (rj + ml)
65346.3
6535      * Added some fixed on dialog handling, mainly "esc" will close the widget now. (js)
6536      * As usual added the icons which i forgot to add in the last release
6537      * Corrected the drums icon which was a wave icon (in the dropdown, arranger)
653826.2
6539      * Added Roland-SCD70.idf from Emiliano Grilli (rj)
654009.2
6541      * fixed bug with sending start play w/ midi-clock (rj)
654201.20
6543      * Added RT support and better working timing to DummyAudio backend (rj)
6544      * New version of MC505.idf from Wim VW (rj)
654501.18
6546      * Added script to convert MusE 0.6 songs to 0.7 format (rj)
654701.17
6548      * Midi clock sync first test, unstable (ml)
654901.14
6550      * patch from Erwin Scheuch-Heilig to allow for libtool >= 1.4 (ws)
655101.10
6552      ========================================
6553            * 0.7.1 tagged ! (rj)
6554      ========================================
6555      * ZynAdd instrument def file added (ml)
6556      * Now the length is updated when importing a midi file to a project,
6557        fixes bug: 1056994 (rj)
6558      * Disabled freewheeling for bounce functions (song.cpp:_bounce) (rj)
655901.09
6560     * Fixed bug: 1094622, MidiTransform now uses new controller types (ml)
6561     * Fixed bug with custom plugin guis that caused them to be
6562       uninitialized (rj)
6563     * fixed just introduced jack graphChanged problem (rj)
6564     * Fixed a crash issue with Thread class (only did happen when you mess around) (rj)
6565     * Synti tracks don't crash when being renamed (rj)
656601.04
6567     * Fixed a crash problem when using several fluidsynths (rj)
6568     * Now fluidsynth restores most memory upon deletion
6569       (but not all it seems) (rj)
6570     * fluid disabled when fluidsynth disabled (we should probably
6571       disable it all together) (rj)
6572     * Fixed mixdown clash with auto-rec enable (rj)
6573     * Fixed crash / hang when closing connected jack apps (rj)
65742005.01.02
6575      ========================================
6576            * 0.7.1pre3 tagged ! (rj)
6577      ========================================
6578
657931.12
6580      * Mastertrack list editor updates (add sigevent + misc) (ml)
658130.12
6582      * Insertion of tempo events in list mastereditor added (ml)
658329.12
6584      * Added support for changing time signature in list master editor (ml)
658527.12
6586      * Added support for changing tempo + position of tempoevents in list mastereditor (ml)
6587      * Backported auto rec-enable from HEAD branch (rj)
6588      * Added visual feedback of marker addition in ruler as well as
6589        possibility to remove markers with shift+rmb (rj)
6590      * Made it easier to resize the last track (bug: 1041798) (rj)
6591      * Fixed bug: 966005, new projects are now called "untitled" (rj)
6592      * fixed bug: 1085791, no more crashes with delete + drag (rj)
659326.12
6594      * Listedit bugfixes. Consideration of part offset used for events (ml)
659520.12
6596      * Fix for bug #1085796 (when renaming channel by doubleclicking it
6597        in tracklist and a part is selected, pressing return opens editor for part) (ml)
659817.12
6599      * -a (No Audio) flag added, improved Dummy audio backend (rj)
6600      * alsa timer bugfix (rj)
6601      * added deicsonze patch from Alex Marandon to fix QT<->STL
6602        problems on affected platforms (rj)
6603
660414.12
6605      * Disable of fluidsynth works (rj)
6606      * Added test for libsamplerate (rj)
6607      * Re-enabled --enable-suid-install (rj)
6608      * Added <iostream> to simpledrums.h (rj)
6609      * Added -no-rtti to simpledrums (ml)
6610
661113.12
6612      ========================================
6613      * 0.7.1pre2 tagged ! (rj)
6614      ========================================
6615      * SimpleDrums 0.2 softsynth added (ml)
661612.12
6617      * Removed -no-rtti from configuration (rj)
6618      * Extern sync (codename: it_works_for_me__sometimes) is back! (rj)
6619      * Changes to midi-input, events to softsynths vanished (rj)
6620      * bounce to file now limits output to +/- 0.99 (rj)
6621      * crash bug on missing event in sig.cpp fixed (rj)
6622      * Changed default timer resolution to 1024 (rj)
6623      * Applied fix from Levi D. Burton to allow midi thread to run
6624        realtime although Jack is not (rj)
6625      * New version (0.22) of DeicsOnze from Alin Weiller (rj)
6626
66279.12
6628      * Now autogen.sh requires libtool = 1.4, 1.5 does not generate
6629        softsynths correctly (rj)
66304.12
6631      * Added another IDF from Christoph Eckert for Alesis QSR,QS7 and QS8 (rj)
663201.12
6633      * fixed import of type 0 midi files (ws)
6634      * Added updated DeicsOnze (0.21) from Alin Weiller (rj)
6635      * added a branch of new icons, changed default colors of
6636        wav/audio output track in arranger (js)
6637      * changed changelog (js)
663830.11
6639      * Added IDF files from Christof Eckert for Access Virus,
6640        Hammond XB and Waldorf Microwave (rj)
6641      * backported fix from 0.8 so listing patches for synths
6642        works again (rj)
664329.11
6644      * fix midi import: tick values of tempo/signature
6645        and marker events are now properly converted to internal
6646        resolution (backport from 0.8) (ws)
6647      * some make system changes to better handle precompiled headers (ws)
6648      ========================================
6649      * 0.7.1pre1 tagged ! (rj)
6650      ========================================
6651      * LADCCA was incorrectly disabled in config, now fixed (rj)
6652      * Changed URL of homepage to www.muse-sequencer.org (rj)
665328.11
6654      * Partial support for "input only" midi devices. (rj)
6655
665627.11
6657      * Added Alsa Timer as a new timing device, RTC is still
6658        available, though not easily selectable yet. (rj)
6659      * Made some changes to how threads are created, for systems
6660        where thread creation has been erratic, linux2.6 in various
6661        configurations. Not yet verified if it makes any difference. (rj)
666208.11
6663      * Backported audio metronome (rj)
6664      * Backported open/save dialog improvements (rj)
6665      * Added -r parameter to allow MusE to start without RTC
6666        not the right thing to do, but it seems necessary on PPC,
6667        it's a start. (rj)
6668      * Added patch from CK to allow getopt to work on PPC (rj)
6669
667002.11
6671      * Added icon stuff to tlist.cpp (js)
667201.11
6673      * Added Alin Weiller's DeicsOnze synthesizer (ws)
6674      * add dummy call to process() in Audio::start() to warm up caches
6675        to avoid "JACK - zombified" during startup (ws)
667623.08
6677      * fix crash in list editor - create new controller (ws)
6678      * increase required JACK version to 0.98.0 (ws)
667920.07
6680      * updated muse/muse.pro and share/locale files (ws)
668118.07
6682      ========================================
6683      * 0.7.0 tagged ! (rj)
6684      ========================================
6685      * output fifo warning only if cmd line "-D" switch is set (ws)
668617.07
6687      * fixed separate handling of recorded events vs played events (ml)
668815.07.
6689      * do not start the disk helper thread in realtime mode (ws)
6690      * check for JACK thread really running in SCHED_FIFO mode, if not
6691        (as on my system with kernel 2.6.7 and nptl) try to set it. (ws)
6692      * removed some exit() and abort() calls to react somewhat more gracefully to
6693        to internal errors (ws)
669414.07.
6695      * fixed -V (no vst instruments) option (ws)
6696      * do not save midi controller information in ~/.MusE file  (ws)
6697      * another try to fix midi loop handling: Loop len now should be
6698        sample accurat. The loop is shifted left at most one audio
6699        cycle to meet the requirement of loop end matching audio cycle
6700        end. When JACK transport is in "JackTransportStarting" mode,
6701        MusE internally continues rolling, so there are no repeated
6702        cycles anymore (ws)
6703      * Added message boxes when alsa and jack fails to initialize (rj)
6704      * Disabled solobuttons in mixer (rj)
670513.07.
6706      * added new icons for the mixer solo/mute (js)
6707      * added refresh for the solo/mute icons (rj)
6708      * added icons for drum-/listeditor in the arranger on rightclick (js)
670912.07.
6710      * fixed typo in loop handling (ws)
6711      * added patch from Daniel Schmidt to be able to configure
6712        MusE without X being available (rj)
6713      * Removed geometry data etc from templates (rj)
671411.07.
6715      * disabled midi mtc sync as its not implemented; disabled
6716        midi sync slave modes as they are currently not working (ws)
6717      * enabled sending midi clock (ws)
671828.06.
6719      * split removeTrack()/insertTrack() into three phases: pre realtime
6720        actions - realtime actions - post realtime actions; this allows
6721        to move memory allocations out of realtime task (ws)
6722      * changed undo/redo of tracks: synti instances are now really deleted on
6723        delete track (ws)
6724      * jack connection changes with qjackctrl are now recognized by MusE (ws)
672527.06.
6726      * applied patch from John Check to add a panic button to pianoroll
6727        editor (ws)
672828.06.
6729      ========================================
6730      * 0.7.0pre4 tagged - one more (rj)
6731      ========================================
673226.06.
6733      * Some packaging additions, icon, spec files.
6734        (only mdk at the moment) (rj)
673525.06.
6736      * fixed midi timing bug (ws)
673719.06.
6738      * don't catch SIGCHLD, this interferes with vstInit() (ws)
6739      * "givertcap" was not found when not in current directory (ws)
6740      * impl. "all notes off" for organ synti (ws)
674118.06.
6742      * disabled buttons for not implemented functions (ws)
6743      * added muse/wave/solo button in the trackinfo ;-) (js)
674415.06.
6745      * enabled some midi sync code (ws)
674614.09.
6747      * dialogs for change of drummap when converting miditrack to drumtrack
6748        or changing port. redirection of keyevents from tlist to canvas (ml)
674913.09.
6750      * save/restore parameter for VST synthesizer (ws)
6751      * automatic trackchange in tracklist when selecting parts in arranger (ml)
6752      * added modify velocity to drumeditor + bugfix for modify velocity (ml)
6753      * save/restore parameter for VST synthesizer (ws)
675412.09.
6755      * fixed backup command when filename contains spaces (ws)
6756      * fixed midi step recording (ws)
6757      * fixed bug in arranger: pressing enter after renaming part started
6758        editor (ws)
675909.06.
6760      * added support for VST/windows software synthesizer (ws)
6761      * delayed loading for software synthesizer: syntis are loaded, when
6762        they are instantiated the first time (ws)
676308.06.
6764      * fixed --enable-rtcap configuration option (ws)
676507.06.
6766      * increased "dimension" in memory.h to make MusE work on 64 bit
6767        architectures as requested from Simone Piunno (ws)
6768      * added aux send for syntis (ws)
6769      * added info box which explains why when MusE gets kicked by Jack (rj)
677006.06
6771      * added instrument definition for roland MC-505 from Wim VW (ws)
677205.06
6773      * Added backup creating save patch from Levi D.Burton (rj)
677401.06
6775      * transpose + grid patch added (alin weiller)
6776      * fixed moving events in drum editor (ws)
6777      * added new config option: disable splash screen (ws)
677831.05
6779      * fixed crash in pianoroll when using shortcuts for selecting
6780        quant values when quant was set to 1 (no quant) (ws)
6781      * fixed a crash when moving an event to tick positions < 0 (ws)
6782      * fixed: selecting a note in pianoroll editor and changing a value
6783        with note-info toolbar crashed MusE (ws)
6784      * bugfix arranger: fix for selecting part -> ignore global accelerators (ml)
6785      * bugfix for arranger selection of part above/below when using keyboard (ml)
6786      * added pianoroll velocity variation patch (alin weiller)
678730.05
6788      * hopefully a fix for drum in & outmap-issues in midi.cpp (ml)
678925.05.
6790      * shortcuts for "arrowing around" in arranger added (ml)
6791      * 0.7.0pre3 tagged - the last!!! I hope (rj)
679224.05.
6793      * fixed a crash on new -> load template (ws)
6794      * FluidSynth: added support for drumpatches (equiv to midichan 10 patches) (ml)
679523.05.
6796      * exit if rtc open() fails (ws)
6797      * changed default start behaviour to open default.med template (rj)
679818.05.
6799      * added many new/redone icons (js)
6800      * changed aboutbox.ui for qt 3.2 compatibility
6801      * changed app.cpp (added the icons)
680217.07.
6803      * added stereo/mono icons to mixer (ws)
6804      * added a first version of an icon for muse and adapted aboutbox to the same.
6805        (graphics by Joachim Schiele) (rj)
6806      * Improved handling of browser for help system (rj)
680716.07.
6808      * Added FluidSynth fix for ignoring preset selection of soundfonts that don't exist (ml)
6809      * fix midi import of pitch bend events (ws)
6810      * fix pitch bend handling (ws)
6811      * enlarge PitchLabel width so that 14 bit controller values can be
6812        displayed without clipping (ws)
681315.07.
6814      * removed some debug messages  (ws)
681512.07.
6816      * show one more measure in pianoroll and drum editor (ws)
6817      * renamed controller name "Hold1" to "Sustain" in *idf files (ws)
681811.07.
6819      * New try at fixing help browser on all systems (rj)
682010.07.
6821      * updated muse.pro and translation sources (share/locacle/*.ts) (ws)
6822      * list editor: implemented input mode for program change messages (ws)
682309.07.
6824      * fixed "edit - delete track" hangs MusE - bug (ws)
682507.07.
6826      * fixed routing for stereo LADSPA plugins used in mono strips (ws)
6827      * midi import: first resolve note on/of then transform ticks to internal
6828        resolution (ws)
682906.06.
6830      * set global automation default to "true", set midi track automation to
6831        "read" (ws)
6832      * enable auxSend chorusSend and reverbSend in midi mixer strip if
6833        corresponding controllers are added (ws)
6834      * init automationType for midi tracks (ws)
6835      * fixed gm.idf instrument definition file (ws)
6836      * implemented "Add New Controller" in list editor / edit controller (ws)
6837      * save current midi controller values in *.med file (ws)
683805.05.
6839      * updated roland-XP30.idf instrument definition (Sverre H. Huseby)
684004.05.
6841      * 0.7.0pre2 tagged (rj)
684203.05.
6843      * fixed a cut/glue bug probably introduced at 24.04 (ws)
6844      * fixed compilation of musewidgetsplugin.so (ws)
6845      * changed splash screen handling, used QTimer instead of background thread (ws)
684602.05.
6847      * Added first version of splash screen (rj)
684801.05.
6849      * Updated LADCCA support to (almost) usable condition (rj)
685030.04.
6851      * Added zoom scaling in drum editor, same as piano roll (rj)
685229.04.
6853      * Disabled Random Rhythm Generator (rj)
6854      * Took a stab at fixing up shortcuts (rj)
6855      * Fixed crash bug when clicking Channel Info and there was no info (rj)
685628.04.
6857      * Added single key shortcuts for edit tools (rj)
6858      * added shortcut for Marker editor (rj)
6859      * and fixed some shortcut inconsistencies (rj)
686027.04.
6861      * update marker list on tempo change (ws)
6862      * allow adding markers from the ruler with shift-click (rj)
686326.04.
6864      * added missing header file(s) (ws)
686525.04.
6866      * fixed aux processing: stereo -> mono aux (ws)
6867      * metronom now sends proper note off events (ws)
686824.04.
6869      * deactivated clip list editor. (ws)
6870      * after loading of template, treat current project as "untitled" (ws)
6871      * removed data structure "Clip". All information are now in WaveEvent;
6872        this simplifies the structure a lot and makes reference counting more
6873        reliable. Unfortunately this also means a new incompatible *.med file
6874        version. (ws)
6875      * changed reference counting of Event class; simplified and more reliable (ws)
687621.04.
6877      * fixed some synchronisation issues between mixer and trackinfo window (ws)
6878      * fix update of mixer after removal of aux strip (ws)
687920.04.
6880      * Added shortcuts to bug reporting tool, homepage,
6881        and updated AboutBox (rj)
688219.04.
6883      * fixed QT version check in m4/qt.m4 (ws)
688418.04.
6885      * add samplerate initialization to fluidsynth (ws)
6886      * compilation fix: added missing include in fluid.cpp (ws)
688717.04.
6888      * File->New crashed when current project had selected audio track (ws)
6889
689015.04.
6891      * 0.7.0pre1 * tagged for prerelease (rj)
6892      * arranger: fast repeated pastes now works more reliable (no more stacked
6893        parts) (ws)
6894      * Thread(): crashed, when poll() returned more than one ready file descriptor
6895        and the corresponding callback routine manipulates the list
6896        of file descriptors. This happened timing dependend and only in real time
6897        mode. (ws)
6898      * fixed Fifo() get() (ws)
6899      * small extension in soft synth interface (Mess()): added return values
6900        for processEvent()
690114.4.
6902      * fixed pan range for midi mixer strips
6903      * renaming soft synth instances + save/restore should now work
6904      * fixed fluid "gui"
6905      * changed CTRL_VAL_UNKNONW as it conflicts with valid
6906        values for CTRL_PROGRAM (ws)
690713.4.
6908      * don't crash on missing LADSPA plugin (ws)
6909      * set metronome precount default to "false". Precount is not
6910        implemented. (ws)
6911      * fixed crash when toggling stereo or pre buttons in mixer (ws)
6912      * synchronize channel number in mixer/arranger-tracklist (ws)
6913      * changed all float printf("%f") to equivalent qt-string
6914        routines; don't localize decimal point so that the
6915        strings can be properly parsed; this should fix some
6916        save/restore problems in localized MusE versions (ws)
691712.4
6918      - arranger/portinfo: fix update of instrument names (ws)
6919      - fluid synth: enable drumsets (ws)
6920      - fixed crash on inserting meta/ctrl/aftertouch in list
6921        editor (ws)
6922      - fixed crash in arranger when moving mouse+Alt after
6923        removing a track (ws)
692411.4  - fixed initialization of Pan after load of new song (ws)
6925      - fixed graphical master track editor (ws)
6926      - fixed Qt-Version check (ws)
6927      - small qt3.2 compatibility changes (string->toInt() conversion) (ws)
692810.4  - made plugin selector remember the previous selection type (rj)
69294.4   - drag & drop import of wave files (rj)
6930      - drag & drop import of mid files (rj)
69313.4   - reactivated vam synthesizer
6932      - fixed initialization bug in s1 synthesizer demo code (ws)
6933      - added another vertical line in drum editor
69342.4   - integrated new icons (ws)
6935      - increased required QT-Version to 3.2 in configure.ac (ws)
69361.4   - added vertical line in track list as suggested by Joachim Schiele
6937      - fixed synchronisation issue between mixer and tracklist (changing midi channel can
6938        add/remove mixer strip) (ws)
6939      - Changed pan range to -1 +1 (rj)
6940      - added new icons from Joachim Schiele (not integrated) (ws)
6941      - Support for showing only selected plugins in plugin dialog (rj)
694231.3  - Added various compile fixes needed by debian (rj)
694329.3  - Updated mc303 instrument file from Conrad Berh�ster (rj)
694425.3  - bugfix for pos increase/decrease shortcut (ml)
694524.3  - bugfix for mtscale redraw area when window is scrolled left
6946      - bugfix for arranger shortcuts (ml)
694723.3  - added position seek to drumeditor + arranger.
6948      - increase/decrease pitch of selected notes in drumeditor with ctrl+up/down
6949      - added quantize shortcut keys (1-8) in drumeditor (ml)
695021.3  - added shortcut for pitch increase and decrease of sel notes, in pianoroll (Ctrl+Up/Down)
6951      - moved shortcut handling for pianoroll + drumeditor to EventCanvas
6952      - leftmost note selected when opening proll/drumeditor (ml)
695316.3  - added shortcut for iterative quantize in p-roll. added shortcuts for
6954        selection of notes in p-roll and drumeditor: left/right arrows moves
6955        selection, holding down shift adds to current selection (ml)
6956      - bugfix, moved blocking of signals on startup to exclude loading of project since
6957        a bunch of widgets didn't get updated (ml)
695812.3  - bugfix for menu initialization of "add track"-menu shortcuts (ml)
6959      - added some regular 7-bit controllers to Fluidsynth (ml)
69606.3   - Fluidsynti chorus operational again, controlled by NRPNs and
6961        automatic gui-update here too. (ml)
6962      - Fluidsynti reverb restored. Reverb is now controlled by NRPNs.
6963        Automatic updates of gui when controller-changes occur. Unloading
6964        of soundfonts restored. (ml)
69654.3   - Fluidsynti playback restored. Gain restored. (ml)
69663.3   - Fluidsynti major rewrite, not fully functioning though (ml)
6967      - fixed crash on reload song with open mixer
6968      - fixed crash on saving *.med: don't save aux values for channels
6969        which have no aux send (like aux strips)
6970      - remove empty record wav files on MusE exit
6971      - fixed crash on undo controller editing (ws)
697228.2  - more icons from Joachim Schiele (ws)
6973      - fixed crash with mouse wheel events in arranger track list
6974      - fixed some routing related crashes
697525.2  - show mixer strip in trackinfo window for audio tracks (ws)
697624.2  - compatibility patch to read midi tracks from old 1.0 *.med
6977        files (ws)
6978      - implemented quick input routing from jack (ws)
6979      - added some new icons form Joachim Schiele (ws)
698023.2  - implemented quick output routing to jack; some routing
6981        fixes (ws)
698222.2  - added instrument map for yamaha PSR 530 keyboard from
6983        Lalit Chhabra (ml)
6984      - misc compilation fixes from Joost Yervante (ws)
698521.2  - added drum map for Yamaha DX200 from Joost Yervante Damad (ws)
6986      - "quick routing" buttons in mixer (ws)
698717.2  - install musewidgetsplugin.so in PREFIX/lib/muse/qtplugins/designer
6988        and add this path to qt library path in application (ws)
698916.2  - trackinfo geometry management changes (ws)
699014.2  - added volume controller to organ, so that the organ
6991        synthesizer volume can be controlled in the mixer midi strip (ws)
699213.2
6993      - optimized "organ" software synthesizer: precomputed frequency
6994        tables, integer envelope generator based on bresenham algorithm;
6995        added "velocity" switch; (ws)
6996      - changed VAM synthesizer for new interface (ws)
6997
699812.2  - controller movements in software synthesizer gui's are now
6999        send as midi events to MusE and can be recorded/replayed/edited
7000        (currently only working for "organ" synti) (ws)
7001      - changed software synth interface (again) (ws)
7002
700311.2 - expanded trackInfo by default (rj)
7004     - added some graphics to trackInfo :) (rj)
7005     - changed "White" to "Default" (still white though) (rj)
7006     - fixed trackInfo updating for tracks without their own trackInfo (rj)
7007     - added lousy fix to update trackInfo when a track is deleted.
7008       it's lousy because it's updating the trackInfo even though the
7009       removed track wasn't highlighted, can place you in a tight spot
7010       at times. I added it anyway because it removes a crash problem.
7011       a better fix would be preferable. (rj)
7012     - fixed mouse wheel functionality on knobs and sliders in mixer. (rj)
7013
70148.2  - propagate track name changes to mixer (ws)
7015     - enforce unique track name when user renames tracks (ws)
7016     - implement one to many audio routing (ws)
7017     - fixed bug in route dialog refresh after inserting new strip (ws)
7018     - fixed aux send volume (ws)
7019
70204.2  - added missing activate() to LADSPA plugin initialisation.
7021      This fixes crashes with some plugins (plugins who use activate()
7022      to allocate memory) (ws)
7023      -fixed user definable LADSPA guis using QT-designer; added another
7024       example *.ui file for "Toms'Audio Plugins" TAP-Reverberator (ws)
70251.2
7026      - logarithmic values were initially wrong for spin boxes in
7027        LADSPA guis (ws)
7028      - On-the-fly-change of shortcuts in Listeditor, Drumeditor. Added selection
7029      shortcuts to Drumeditor (ML)
7030      - Added on-the-fly-change for shortcuts in pianoroll (connected to
7031      configChanged-signal) (ML)
7032
703330.1  save geometry of LADSPA plugin guis;
7034      fixed missing mixer refresh after adding an auxSend strip (ws)
703529.1  mixer strip automation types OFF, READ, WRITE and TOUCH
7036      implemented; automated controller so far: volume, pan (ws)
703727.1  more code for automation;
7038      better reference counting for audio Clip; Clips with zero
7039      reference are not saved in *.med file anymore (ws)
704026.1  - removed obsolete driver/midirawin* (ws)
704125.1  - removed obsolete raw midi devices & serial midi; all devices
7042        are now handled by ALSA (ws)
704324.1  - changed "Configure" to "Settings"; changed "Display" to "View"
7044        for better standard compliance (ws)
704523.1  - enabled controller editing in midi list editor (ws)
704619.1  - added new dir/lib libsynti to collect common code
7047        for all software synthesizer (ws)
704818.1  - ported VAM software synthesizer to new MESS interface
7049        (not complete) (ws)
7050      - events send from synth gui are not echoed back anymore
705117.1  - drumedit: changed "keyFilter" to "drumInstrument"; use
7052        it to handle drum instrument specific NRPN controllers (as defined
7053        in XG standard (ws)
7054      - move drum instrument select status from drumMap to drum editor.
7055        This allows for independent selections in different drum
7056        editors. (ws)
7057      - extend midi controller definitions in *.idf files for
7058        drum instrument specific NRPN controllers (controller number
7059        contains pitch value) (ws)
7060
706116.1  - Added small fix to editctrlbase.ui to make it compile (RJ)
7062      - Updated various revision info in README (RJ)
7063
706415.1  - Corrected appearance of buttons in Metronome window (FN)
7065
70669.1
7067      - "record" button in midi ChannelInfo; pressing this button
7068        inserts changes in hbank/lbank/program/pan/volume as
7069        controller events into song
7070      - pianoroll editor: new "multi select mode": If more than one
7071        event is selected, the event info spinboxes are set to zero.
7072        Entered Values are interpreted as offsets and added to all
7073        selected events.
7074      - some fixes and performance enhancements to "MidiTransformator" (ws)
7075      - fixed saving of drum tracks (ws)
70768.1
7077      - changed arranger shortcuts + shortcut-configurator to use configChanged; all arranger menu shortcuts
7078      redefinable on-the-fly. most menu options configurable (ML)
7079      - now possible to toggle mixer window (ML)
7080      - changed Ctrl+A in arranger to be used for select all instead of "Save As" for the sake of uniformity (ML)
70815.1
7082      - new config (Config->GlobalSettings) option:
7083            - start with empty song
7084            - start with last song
7085            - start with configured init song
70862.1
7087      - smf type 0 export (ws)
708831.12
7089      - midi export; fixes to midi controller handling (ws)
709030.12
7091         - added dynamic shortcuts for all menu options in the arranger (will hopefully
7092         work fine when config is loaded before menus are built) (ML)
7093         - added check and prevention of conflicting shortcut sequences inside
7094         respective categories, global shortcuts and misc "reserved"
7095         shortcuts (ML)
7096         - capture dialog grabs/releases keyboard (ML)
709726.12
7098      - faster update of mixer (ws)
709922.12
7100      - added dummy audio driver; this permits running MusE
7101        without suid root and without RT priority when started
7102        with "-d" option; this is for debugging & to get
7103        normal core dumps (ws)
710420.12
7105      - Reverb + chorus grayout-problem in fluidsynthgui removed. Some QT-designer files changed to 3.2 (ML)
7106      - More shortcut updates: Added a dialog for capturing shortcuts (ML)
710718.12 (ws)
7108      - "declicked" s1 demo synthesizer
7109      - make organ controller values persistent
7110      - fixed integer overflow in organ synti controller values
711117.12 (ws)
7112      - new: mouse wheel events for track list values
7113      - track colors in tracklist configurable in "appearance settings"
7114      - more configuration options in "appearance settings"
7115        part colors are now configurable
7116      - ~/.MusE now contains only configuration data; this
7117        settings are not replicated in *.med files any more
711810.12
7119      - more shortcut stuff in the dummy shortcut config window (ML)
7120      - new "load song" option: load all/load song data only (omit config data) (ws)
7121      - new "File" function: load template; this function initializes current
7122            song with another song (template)
7123      - new option while importing a midi file: replace/add to project
71249.12
7125      - More shurtcut stuff + dummy config dialog (ML)
71262.12
7127      - Bugfixes in pianoroll for insert at current location and seek before
7128        beginning of song (ML)
7129      - fixed crash on "New" or loading new project
7130(ws)  - "bounce to track" now works "faster than realtime" with JACK
7131        freewheel mode (JACK 0.91.0 cvs required)
7132      - mixer automation for gain & pan; some basic functions
7133      - preparation for adding imported midifile to current project
71341.12
7135      - More shortcut preparations (ML)
713627.11
7137      - Added mouse wheel handling for knobs and sliders
7138        shift modifier available for extreme slow motion. (RJ)
713925.11
7140      - drummapping for recorded events (not heard on record playback echo yet) (ML)
7141      - misc updates& fixes for track handling (ws)
7142      - removed activity column in tracklist; will be replaced by
7143        mixer meter display (ws)
7144      - midi record flag can be set again, enabling midi recording
714524.11
7146      - Added first steps for uniform handling of shortcuts (ML)
714723.11
7148      - some mixer updates(ws)
714922.11
7150      - fixed software synth handling; looping is only possible
7151        on segment boundaries (ws)
715220.11
7153      - Bugfix for drummaps and keyfilter in drumeditor (ML)
7154      - apply drum map when importing midi (ws)
7155      - retain track ordering across save/load (ws)
7156      - wave files in the project directory are stored with
7157        relative path, all others now with absolute path (ws)
715816.11
7159      - Map outputted drumnotes according to drumMap index (Mathias Lundgren)
7160
716114.11.  (ws)
7162      - JACK transport interface implemented
7163      - finally removed ALSA driver; JACK now required;
7164      - default to RT-mode on start (-R option is removed); -d (debug)
7165        starts without RT
7166
716712.11.  (ws):
7168        - removed midi mixer; first code to integrate midi mixer
7169          into audio mixer; mixer moved to pulldown menu "Display"
7170        - mixer strips are handled like tracks in arranger (prepare
7171          for automation)
7172        - track type cannot changed anymore in arranger track list;
7173          also removed double click creation of tracks which makes
7174          no sense anymore
7175        - integrated "atomic" patches from Daniel Kobras
717609.11.  - audio routing fixes; mono/stereo switching for input/output
7177          strips should now work; audio recording to tracks (ws)
717808.11.  - aux send audio mixer strips (ws)
7179        - Arrowing up and down update in arranger (Mathias Lundgren)
718007.11.  - Fluidsynth compile problem w. Debian/qt/stl/gcc fixed (Mathias Lundgren)
7181        - "Double undo"-bug fixed in Pianoroll (Mathias Lundgren)
718204.11.  - many changes to audio mixer and audio routing; implement
7183          framework for new audio features (ws)
718431.10.
7185      - museProject set correctly when loading song on startup (RJ)
7186      - save dialog added when adding first wave track (RJ)
7187      - load/save of wave files handled with relative paths (to project) (RJ)
7188      - Updated swedish translation (Robert Jonsson)
7189      - Merged softsynth and midiconfig dialogs as in old tree(Robert Jonsson)
7190      - Some museProject issues(Robert Jonsson)
7191      - updated new midi controller implementation (ws)
7192
719329.10. (ws)
7194      - update soft synthesizer organ/fluid/fluidsynth; extent MESS
7195        interface
7196      - update from 0.6.2 (Mathias Lundgren):
7197         - Various drumeditor-related updates including: Horizontal splitter
7198           offset stored. Fixed length command added (Alt+L). Bugfix for selection
7199           of events inside/outside locators. Initialization of drummap doesn't overwrite
7200           entries loaded from project file.
7201         - Alt+P sets locators to selected notes in PianoRoll and DrumEditor
7202         - CTRL+Leftclick on an item in the Arranger, PianoRoll or DrumEditor selects all
7203           parts/notes on the same track/same pitch
7204         - Pressing Enter in the Arranger now opens the appropriate editor for the
7205           part (Mathias Lundgren)
7206         - The midithread now maps keys on a drumtrack according to the drummap.
7207         - Cursor up/down (Mathias Lundgren)
7208         - currently selected drum (Mathias Lundgren)
7209      - fixed compilation error in givertcap.c (andrew)
7210      - removed iiwu soft synth temporarily from compilation until
7211        ported to new "mess" interface
7212      - added missing file ltmain.sh
7213      - create new cvs at sourceforge.net
7214-------------
7215      - removed obsolete score editor
7216      - changed midi controller handling
7217      - new process structure
7218      - redesign of "mess" software synthesizer; removed alsa
7219      - new midifile import/export
7220      - fork from cvs; new file structure
72210.6.2(omuse):
7222      - added first version of (incomplete) french translation from
7223      - removed stk based soft synthesizer + share/rawwaves
7224      - removed sound font
7225      - fixed bug in midi recording when recording starts with a note off;
7226        also the recorded part len was miscomputed when the recording ends with
7227        a pressed key (missing note off event)
7228      - added new allocator for SEventList and MPEventList (memory.cpp, memory.h)
7229        to make sure the midi RT-thread does not call malloc/new/free/delete
7230      - added misc build patches from Daniel Kobras
7231      - make selection of alsa audio device an command line argument
7232        (-A xxx   default: hw:0)
7233      - fixed "edit->select->allInLoop"
7234      - fixed track height after renaming track
72350.6.1:
7236      - fixed "Cakewalk Style" display in arranger
7237      - added russian translation from Alexandre Prokoudinek
7238      - arranger: tracks are now independent vertical resizable
7239      - arranger: implement part rename from popup menu
7240      - arranger: show part name in parts in addition to events
7241      - audio mixer: interpret min slider position as "off"
7242      - audio mixer: added value entry for pan (Robert Jonsson)
7243      - audio: some routing fixes
7244      - audio mixer: enable data entry for slider label
7245      - ladspa plugin gui: replaced value label with data entry
7246        to allow numerical entry of parameter values
7247      - pianoroll: added undo/redo to edit menu + accel. keys
7248      - ctrl editor: implemented changing (painting) of pitch
7249        events
7250      - added macros for big endian machines in midi.h
7251      - added spain translation (Albert Gonzales)
72520.6.0:
7253      - added swedish translations (Robert Jonsson)
7254      - fixed editing of pitch events in list editor
7255      - fixed crash in score editor
7256      - check tempo entry values; don't allow invalid values which could
7257        crash MusE
7258      - fixed not functioning "Abort" button in MidiTransform dialog
7259      - fixed Ctrl-editing in drum editor
7260      - fixed "Group" audio routing
7261      - fixed editing of pitch values in parts not beginning at tick zero
7262      - fixed "unexpected EOF" after dragging of events in midieditor
7263      - fixed cut&paste in midieditor
7264      - implemented deleting multiple selected parts in arranger with Del key
7265      - fixed audio pan pots in mono->stereo conversion
7266      - changed iiwu to fluidsynth (thanks to Helio Chissini de Castro)
7267      - new popupmenu: click with right button in empty tracklist
7268      - LADSPA plugin guis are generated at runtime from qt-designer *.ui
7269        (xml-)files; testfile is "freeverb.ui" for freeverb plugin;
7270      - added "Slider"+"DoubleLabel" to musewidgetsplugin to make widgets
7271        available in QT-Designer
7272      - renamed poseditplugin.so to musewidgetsplugin.so
7273      - fixed midi ctrl editor
7274      - sparate sync device into txSyncDevice and rxSyncDevice. RxSyncDevice
7275        can be configured to "all".
7276      - use <asm/atomic.h> macros for atomically inc/dec count in lockfree
7277        Fifo implementation
72780.6.0pre8:
7279      - prepared for internationalization:
7280        - created muse.pro
7281        - removed all implicit type conversions char* -> QString
7282        - added several missing translations  tr()
7283      - Part text is now colored depending on background (FN)
7284      - fixed "bounce to file" fifo handling
7285      - disable transport buttons in slave mode
7286      - calculate correct size for new part after midi recording
7287      - fixed crash when reloading song while audio mixer is open
7288      - implemented "bypass" function for LADSPA plugin gui's
7289      - changed obsolete qt header file names
7290      - implemented external midi instrument definition files (*.idf)
7291        (examples are in */share/muse/instruments)
7292      - implemented moving plugins up/down in effect rack
7293      - fixed: renaming wave track switched track to mono
7294      - implemented LADSPA "LOGARYTHMIC" and "INT" hints
7295      - disable record button for tracks with no input routed to
7296      - implemented LADSPA "TOGGLED" port as QCheckBox in plugin gui
7297      - changed algorithm for zeroing denormalized floats in freeverb
7298        plugin; now it works again for gcc3.x and optimization flags
7299        turned on
73000.6.0pre7:
7301      - prevent creation of empty wave files when switching the
7302        record button in audio mixer on/off; wave files are only
7303        preserved when you actually record something into it
7304      - made plugin guis persistent
7305      - fixed scissor operation on wave parts
7306      - added missing code for "bounce to file"
7307      - fixed "bounce to track"
7308      - removed/changed obsolete qt code
7309      - update for current iiwu cvs
7310      - fixed initialisation bug in wave editor
7311      - don't link iiwu libs static
7312      - (bh) added ladcca support
7313      - fixed midifile export
7314      - arranger, pianoroll editor, drum editor: tool popup menu
7315        with right mouse button click
7316      - update iiwu to current cvs version
7317      - implement trackinfo patch names for iiwu
7318      - fixed "appearance settings"
7319      - added keyboard shortcut "Del" to delete events in pianoroll
7320        and drum editor
7321      - "Asterisk" key in keypad now toggles record mode
73220.6.0pre6:
7323      - fixed len of new created event in pianoroll editor
7324      - extend font selection in "apearance settings"
7325      - Added shortcuts for "Select All", "Unselect All" and "Invert
7326        Selection" in PianoRoll editor (FN)
7327      - Fixed Event coloring and shortcut ("e") key (FN)
73280.6.0pre5:
7329      - fixed midi seek & tempo map
7330      - implemented global tempo change
73310.6.0pre4:
7332      - fixed tempo handling
7333      - pianoroll editor/drum editor: fixed changing of note position
7334      - transport: some geometry/font changes; time signature can now
7335        be changed by mouse wheel
7336      - fixed glue/scissor tool
7337      - catch sigchld signal again so we know when a softsynth gui exits
7338
73390.6.0pre3
7340      - fixed drawing of drum parts in drum editor
7341      - on reading *.med files reject events which don't fit into part (more robust
7342        handling of defective med files)
7343      - remove also synth gui when removing synth
7344      - implemented some of Frank Neumann's usability suggestions:
7345            - a "Copy Part" sets the current location marker after the marked part
7346            - "Del" removes part if a part is selected instead of whole track
7347            - new Keyboard Accelerator "C" toggles metronome click
7348            - removed channel info for selected notes in pianoroll editor and
7349              drum editor
7350            - navigate between parts with left/right buttons in arranger window
7351      - implemented changing note position for selected note in "note info" toolbar
7352      - fixed: changing "loop" flag in transport window does not change "loop" flag in
7353        other windows
7354      - call pcm_wait() in alsa driver with sane values
7355      - fixed: after load song seq did not run with rtc
7356      - filenames for audio recording to tracks are now generated
7357        automatically; every recording goes into separate file
7358      - (bh) updated build system to use automake 1.7
7359      - fixe Midi->DefineController "Cancel"
7360      - new function: Midi->DefineController load+replace and load+merge
7361      - fixed MFile write: close() was missing; this fixes a.o. saving of
7362        midi controller sets
7363      - make organ synth aware of project directory for saving presets
7364      - fixed load/restore presets for LADSPA plugins
7365      - changed organ default values for envelope generator
7366      - more fixes for alsa driver (less xrun errors)
7367      - lokal allokator for soft syth midi events implemented
7368      - enable sample rates != 44100 for iiwu (JACK has 48000 default)
7369      - cleanup soft synth instantiation: call alsaScanMidiPorts only one time
7370      - small audio buffer handling optimizations
7371      - some thread cleanups
7372      - fixed audio mixer geometry handling
7373      - another fix for RT thread handling in iiwu
7374      - fixed recording of pitch events (not tested)
7375      - load iiwu sound fonts in a background helper thread to
7376        avoid being thrown out by JACK
7377      - fixed RT thread handling; now muse+iiwu+jack works
7378      - honour LADSPA default hints for controller ports
7379      - removed some restrictions for LADSPA plugins
7380      - fixed tempo entry in transport window
7381      - added high priority watchdog process to avoid system freezes
7382      - updated "iiwu" synth to use peter hanappes libiiwusynth
7383        iiwu now remembers last used sound font
7384      - fixed cut&paste for midi parts
7385      - fixed cut function for midi parts
73860.6.0pre2:
7387      - audio mixer: reset meter on mute
7388      - changed input routing to allow monitoring while recording
7389      - removed superfluous second init() call for soft syntis
7390      - fixes for mono/stereo conversion
7391      - ensure all wave files are properly closed on exit
7392      - fixed segfault on second cliplist open
7393      - fixed wave part split function
7394      - fixed ALSA/JACK configuration bug
7395      - event time positions are again stored as absolute time positions
7396        to enhance compatibility with older "*.med" files
7397      - changed panic button: instead of sending lots of note off
7398        events only "all sound off" controller events are send for all
7399        ports/channels
7400      - fixed error on importing midi files when there are more
7401        than one track assigned to a midi channel
7402      - found another memory corruption bug in sysex handling
7403      - fixed precount in metronome
7404      - space key again stops play/record
7405      - fixed stop/play in transport window
7406      - prohibit change of mono/stereo for input strip
7407      - convert mono/stereo on the fly for wave parts
7408      - fixed crash when pressing play in empty song
7409      - audio loop fixed
7410      - _midiThruFlag not always initialized
7411
74120.6.0pre1:
7413      - attached midi mixer again
7414      - fixed metronome: loop mode, measure/beat configurable
7415      - moved part colorisation into part popup menu
7416      - added global midi pitch shifter in addition to track pitch shift; this
7417        allows for simple pitch transforming the whole song. Drum tracks are not
7418        pitch shifted.
7419      - fixed fatal error in soft synth handling resulting in sporadic
7420        core dumps
7421      - removed sf directory (sound file stuff) and replaced
7422        it with the real thing: libsndfile 1.0.0
7423      - removed bogus kde stuff: kde.h onlyqt.h desk.h
7424      - JACK Audio support
7425      - AUDIO & ALSA now required
7426      - fixed memory corruption with sysex events
7427      - simplified organ soft synth parameter handling
7428      - removed illegal controller message optimizations
7429      - implementation of "panic" button
7430      - first instantiated synti didn't show up in port list
7431      - size of resized drum and pianoroll editor windows are now remembered
7432      - fixed crash when configuring null audio device
7433      - removing soft synth instance did not stop midi thread; alsa client
7434        was not removed
7435      - (bh) lots of build system changes and general cleanups
7436      - (bh) removed the use of the UICBASES make variable; .ui files can
7437        now be added straight into _SOURCES make variables with the new
7438        SUFFIXES support in automake 1.6
7439      - (bh) upped minimum automake version to 1.6
7440      - (bh) removed the use of the MOCBASES make variable; header files that
7441        need to be run through moc are now detected automatically
7442      - (bh) new iiwusynth softsynth
7443      - (bh) removed support for oss and alsa 0.5
7444      - clone parts implemented (also called "alias parts" or "ghost parts")
7445        (dragging part with Alt-Key pressed in opposit to Shift Key which
7446        produces a normal copy);
7447        needed many internal changes; hope not to much is broken
7448      - mastertrack: new spin widget for changing midi signature
7449      - fixed midi thread initialization after loading new file
7450      - stopped sequencer before loading new file; this should fix occational
7451        core dumps on New/Load/ImportMidi
7452      - some cleanups with file load/save operations
7453      - Config->MidiPorts->otherRaw (device name pulldown): enabled OpenFile
7454        Button for DevicePath field: At least current Qt can now handle devices.
7455      - implemented:
7456            - structure pulldown menu:
7457              - global split
7458              - global cut (mastertrack cut not implem.)
7459              - global insert (without m.t.)
7460      - implemented part mute
7461      - added pitch transposition to pianoroll widget keyboard (Tim Westbrock)
7462      - Save(As) behavior patch from Tim Westbrock
74630.5.3:
7464      - updated stk library to version 4.0; adapted stk synthesizer
7465      - added SECURITY advice from J�n Nettingsmeier
7466      - several compilation & portability fixes from Takashi Iwai
7467      - fixed keyboard entry in pianoroll editor
7468      - midi now runs synchronous with audio
7469      - midi record time stamps now again synchronous to play position
7470      - fixed trackinfo geometry (hopefully)
7471      - pianoroll: fixed endless loop if record was pressed
7472        without any mididevices configured (reported by Ola Andersson)
7473      - default to english help if help for $LANG not available
7474        (Ola Andersson)
7475      - detect misconfigured ALSA system (Ola Andersson)
7476      - updated demo app "rasen.med" to current xml format
74770.5.2:
7478      - fixed: rtc clock resolution settings in Config->GlobalSettings
7479      - fixed: crash on second start of Edit->Marker
7480      - more consequent implementation of -a (no audio) command
7481        line parameter: no softsynth and LADSPA plugin loading;
7482        disable audio menu
7483      - fixed sending spurious midi controller settings on startup
7484        when track info is active
7485      - first code for "random rhythm generator" port from JAZZ++
7486      - fixed start offset of midi recording
7487      - pianoroll editor: fixed selection update
7488      - appearance setting "font size" now persistent
7489      - does not crash anymore if no ALSA system found. (ALSA is still
7490        needed to compile MusE)
7491      - fixed: multiple recordings: clear events form first recording
7492        in record buffer
7493      - fixed: crash when removing last track with open
7494        trackinfo
7495      - (bh) added beginnings of alsa midi patchbay
7496      - changed suid handling: now MusE runs with normal user uid
7497        and switches only to root uid for some special operations
7498      - fixed mixdown file output
7499      - fixed lock on startup when wave file was missing
7500      - arranger: open tracktype pulldown with left mouse click
7501        (was opened on right click)
7502      - arranger: don't scale pixmap symbols
7503      - added share/rawwaves to cvs repository (needed by stk synthi)
7504      - changed software synthesizer interface "mess": moved more
7505        common synth functionality to "mess.c"; changed synti's to new
7506        interface
7507      - removed obsolete "short name" in controller type dialog
7508      - CtrlCanvas: always draw location marker on top of grid
7509      - fixed: TrackInfo: velocity
7510      - fixed: alsa midi: "pitch change" interpreted as "channel aftertouch"
7511      - fixed some midi controller bugs
7512      - implemented new parameter save/restore interface for soft
7513        synthesizer (applied to "organ")
7514      - (ws) fixed lost controller events on midi import
7515      - (ws) fixed crash when removing soft synth in use
7516      - (ws) appearanceSettings: changing font size now works better
7517      - (Bob) files now include "config.h" instead of relying on -DALSA,
7518        -DALSACVS, -DINSTDIR and -DAUDIO
7519      - (Bob) Added 'delete preset' button to vam's gui and made it
7520        remember what preset file it loaded
7521      - Mess: added new class MessMono() which implements some
7522        monophone synthesizer features. This is used in the
7523        simple demo synthi s1
7524      - if you try to exit MusE and abort this process, MusE was
7525        left in an unusable state
7526      - loop end was not calculated correct; event at loop end
7527        was played
7528      - muse now again stops at end of song in play mode
75290.5.1:
7530      - fixed crash: SaveConfig after Config->SoftSynth->AddSoftSynth
7531      - changed default audioSegmentSize from 256 to 512
7532      - eliminated message: "input type 66 not handled"
7533      - SoftSynth gui was startet with uid root
7534      - save project: warn if file open fails
7535      - removed trace message "unrecognized event 42" (Sensing Midi Event
7536        from external keyboard). Anyway MusE does not handle midi sensing
7537        events.
7538      - changed geometry for trackInfo panel
7539      - more code for 14 bit controller events
7540      - install "rawwaves" for stk synti into right place preventing
7541        crash on start
7542      - fixed another crash when load soft synth configuration
7543      - fixed Midi Position Label (was -1 beat/measure off)
7544      - fixed problem with lost note off events
7545      - generate "note on" events with velocity zero instead of
7546        "note off" events
75470.5.0:
7548      - pianoroll editor: caption is changed when current part
7549        changes
7550      - new software synthesizer adapted from:
7551         STK: A ToolKit of Audio Synthesis Classes and Instruments in C++
7552         Version 3.2
7553         By Perry R. Cook, 1995-2000
7554         and Gary P. Scavone, 1997-2000.
7555         http://www-ccrma.stanford.edu/software/stk/
7556      - added presets to "Organ" software synthesizer
7557      - changed midi routing for software synthesizer:
7558           - controller changes from gui can be recorded
7559      - new midi thread implementation
7560      - speaker button in pianoroll editor implemented:
7561        if on events are played if clicked
7562      - new Menu: Midi->InputPlugins
7563        - demo plugin "Transpose"
7564        - moved Config->MidiRemote to Midi->InputPlugins
7565        - moved Config->MidiInputFilter to Midi->InputPlugins
7566        - moved Config->MidiInputTransform to Midi->InputPlugins
7567      - as usual some bug fixes of old and new bugs
7568      - master editor: fixed: locator bars sometimes invisible
7569      - master editor: new tempo spin box to change tempo at current
7570        position
75710.4.16:
7572      - new software synthesizer adapted:
7573        "Organ - Additive Organ Synthesizer Voice" from David A. Bartold
7574      - new simple demo Synthesizer S1
7575      - remove the hardcoded qt path "/usr/qt3" (0.4.15)
7576      - fixed many bugs
7577      - new: implemented line draw tool in controller editor
75780.4.15:
7579      - qt3.0 now required
7580      - many gui/widget changes
7581      - fixed segfault when pasting wave parts
7582      - changed (again) default magnification in wave-view
7583      - implemented prefetch thread for playing audio files
7584      - fixed: iiwu did not play with ALSA 0.6
7585      - fixed: handle audio underruns for ALSA 0.6
75860.4.14:
7587      - some makefile and compilation changes
7588      - audio play: noise between audioparts during playback
7589      - don't stop at end of song when "loop" is active
7590      - default magnification in wave-view set to 1
7591      - fixed a audio route initialization bug
7592      - new metronome configuration: precount configuration added
75930.4.13:
7594      - avoid "disconnect error" on startup
7595      - wave view: y magnification now persistent
7596      - small gui enhancements to reduce flicker
7597      - make install: now creates gui dir
7598      - implemented 8 bit wave input format
7599      - fixed another source of audio crashes
76000.4.12:
7601      - audio play: mixing buffer was only partly cleared resulting
7602        in random noise
7603      - fixed: core after removing soft synth instance
7604      - set default master volume to 1
7605      - fixed some audio routing bugs
7606      - drumedit: added missing display update after drum map loading
7607      - drumedit: fixed:  when loading external drum map, velocity values
7608         got zero
7609      - drumedit: fixed: core some time after loading external drum map
76100.4.11:
7611      - iiwu: in GM-mode dontt allow drum channel program changes;
7612              also ignore bank select messages
7613              - set GM-Mode resets synth
7614              - some changes in drum channel handling
7615      - substantial changes in audio implementation
7616      - reimplemented audio configuration
7617      - miditransform: val2 transforms fixed
76180.4.10:
7619      - iiwu: implemented sustain, ctrl:expression
7620      - iiwu: changed sync audio/midi; this fixes some timing issues
7621      - iiwu: fixed: core when loading new sound font while playing
7622      - split RT thread into separate midi & audio thread
7623      - fixed some bugs: crash on midi recording
7624      - some new functions in pianoroll editor
7625      - added/integrated Tommi Ilmonens "givertcap"
7626      - iiwu: some fixes for ALSA 0.9beta
7627      - arranger: voice name popup in channel info works again
76280.4.9:
7629      - fixed some memory leaks
7630      - before loading a new song all synthesizer instances are
7631        now removed
7632      - reorganized installation:
7633            - there is a toplevel installation directory
7634              (default /usr/muse); the environment variable MUSE
7635              points to this directory
7636            - architecture dependent files go into
7637              $(MUSE)/lib, architecture independent files
7638              into $(MUSE)/share
7639      - MidiSync: MC ticks are now also send in stop mode
7640        (if configured)
7641        - after "Start" is send, sequencer starts on next
7642          midi clock tick
7643      - iiwu: fixed core dump on save if no soundfont loaded
7644      - iiwu: high resolution buffer size independent midi event
7645              processing
76460.4.8:
7647      - faster display updates
7648      - some changes for better compatibility with different
7649        environments (compiler, lib)
7650      - fixes for ALSA 0.5.11
7651      - fixed core dump while removing soft synth instance
7652      - fixed some bugs with iiwu+gui
7653      - fixed: TransportWindow: tempochanges while masterflag is off
7654      - fixed: all tempochanges are now saved in songfile
76550.4.7:
7656      - ALSA 0.5.11 compiles again
7657      - MESSS gui interface, first try:
7658            -every midi instrument can have an associated
7659             GUI (currently only impl. for MESSS soft synths).
7660             The GUI is startet as a separate process connected
7661             to the midi instrument. The gui sends midi commands
7662             (sysex) to stdout. This midi data stream is connected
7663             to the midi instrument port.
7664            - test implem. can load sound fonts into iiwu synthi
7665      - fixed a bug in loading big sound fonts
7666      - waveedit: waveform display works again
7667      - some iiwu changes
76680.4.6:
7669      - completed midi input architecture: every midi track has now
7670        assigned input port+channel. Channel can be 1-16 or "all".
7671        This allows for routing of different midi channels to
7672        different tracks while recording.
7673      - changed max number of midi ports from 8 to 16
7674      - fixed several bugs iiwu software synthesizer
7675      - fixed compilation problems with some ALSA versions
7676      - fixed: changing track name changed record flag
7677      - fixed: remove midi editor if associated track is removed
7678      - fixed: initial state of solo button in arranger
7679      - fixed: hard to reproduce core while deleting track
7680      - new command line option to set real time priority
7681      - max number of midi ports is now 16
7682      - audio recording from master to file now works:
7683            - configure Audio->MixdownFile (only wave/16bit)
7684            - switch on record button in audio mixer master strip
7685            - play
7686      - fixed: graphic master editor: missing display refresh
7687        after signature change
7688      - changed midiThruFlag: removed from Config->MidiPorts;
7689        "midi thru" now is associated with a track, if set all input
7690        to that track is echoet to track port/channel
7691
76920.4.5:
7693      MESSS: (MusE Experimental Software Synthesizer interface Spec):
7694        A software synthesizer is implemented as a dynamic
7695        loadable library (*.so file) with two interfaces to the
7696        outside world:
7697
7698            - a LADSPA interface for audio output
7699            - a midi sequencer interface registered to ALSA
7700
7701      MusE searches all available synths and presents a list
7702      in Config->SoftSynthesizer. To use a synthesizer you have
7703      to create an instance. Several instances of an synt can be
7704      created and used. Every instance creates
7705
7706        a) an alsa midi sequencer port (look at Config->MidiPorts)
7707        b) a new strip in the audio mixer
7708
7709      As a demo i ported a stripped down version of the iiwu
7710      software synthesizer (http://www.iiwu.org) to MusE.
7711      Setup info is in README.softsynth
7712
77130.4.4:
7714      - fixed cakewalk style event display in arranger
7715      - track comments are handled as 0xf text meta events in
7716        midi files
7717      - fixed: follow song in pianoroll/drumedit (daniel mack)
7718      - fixed: refresh in list editor
7719      - implemented 14 Bit controller in list editor
7720      - new patch form Takashi Iwai enables MusE to compile
7721        with ALSA 0.9.0beta5 and current cvs version
7722
77230.4.3:
7724      - new: Config->MidiInputTransform
7725      - new: comments for tracks: click with right button on track
7726             name in arrange window
7727      - fixed: score editor sometimes eats up all memory on start;
7728            machine was unusable for some minutes until muse crashes
7729      - fixed some other smaller bugs
7730      - patch from Takashi Iwai for latest (cvs-) ALSA
7731      - fixed: score postscript generation (printer & preview output)
7732
77330.4.2:
7734      - added few missing display updates (bugs introduced
7735        with 0.4.1 drawing optimizations)
7736      - pianoroll editor:
7737        - fixed: edit->DeleteEvents
7738      - drum editor:
7739        - implemented: edit->DeleteEvents
7740      - use different cursor shapes while using
7741        Glue- Cut- and Rubber tools
77420.4.1:
7743      - some small Changes for compiling MusE with gcc 3.0
7744      - track info values (transposition, velocity etc)
7745        are now applied when exporting to midi file
7746      - better geometry management for ctrl panel
7747      - pianoroll editor / drum editor now allow for more than
7748        one ctrl panel
7749      - new: load/save midi controller sets
7750      - automatic creation of midi controller sets on
7751        midi import
7752      - new: active(used) midi controllers for current
7753        parts in editor window are now marked in controller list
7754      - fixed: parts in open editors are not restored correctly
7755      - many drawing optimizations; scrolling is now much
7756        faster/smoother
77570.4.0:
7758      - input configurable for every track
7759        (you can record from more than one midi input device
7760        to different tracks)
7761      - you have to switch on the "record enable" flag for
7762        every track you want to record to
7763      - Note "h" is now called "b" unless you set
7764        the environment variable "LANGUAGE" to "de"
7765      - Changes from Daniel Mack:
7766        - bigtime window now shows hour:minute:sec:frame
7767        - configurable snap grid for arranger
7768        - configurable font size
7769        - again "tick underflow"
7770
77710.3.20:
7772      - "bigtime" widget from Daniel Mack
7773      - fixed global accelerator keys f11/f12 (toggle transport &
7774        bigtime window)
7775      - fixed: score editor: try placing notes in the right margin of the
7776        last row gave core dump
7777      - score editor: different cursor shapes
7778      - new try on missing midi sync ticks (producing "tick underflow"
7779        trace messages)
7780      - score editor: some small enhancements
77810.3.19:
7782      - several small bugfixes from Daniel Mack
7783      - fixed "make install"
7784      - if you have trouble compiling ALSA audio:
7785        change "AUDIO = yes"  to "AUDIO = no" in make.inc
7786      - some fixes/enhancements from Brian K:
7787        - fixed: score editor: no more "EVENT not found" during subsequent
7788          edits of a selected note
7789        - scrubbing with rubber tool in score editor
7790        - new part appearance option
77910.3.18:
7792      - fixed: Export Midifile
77930.3.17:
7794      - simple audio recording
7795      - midi sync slave: received "start" did not reset pos to tick 0
7796      - fixed several bugs in screen update and synchronisation between
7797        different midi editors
7798      - new: Configure->Appearance dialog from Daniel Mack
77990.3.16:
7800      - "follow song" now works in both directions
7801      - MidiTransformator: implemented missing "Copy" and "Extract" functions
7802      - fixed: reset sustain at stop only for channels which really had sustain
7803        set
7804      - fixed several bugs in midi sync code; needs more testing
7805      - received "set song position" from alsa midi driver now
7806        handled in sync slave mode
7807      - transport buttons are now disabled in "external midi
7808        sync" mode
7809      - fixed: do not send midi "start" "stop" "continue" etc. as sync slave
7810      - fixed: several small bugs i cannot remember
78110.3.15:
7812      - fixed: some typos in "MidiTransformator"
7813      - fixed: core at end of midi recording from external
7814        sequencer as sync slave
7815      - replaced midi "continue" message with "start"
7816        when running as midi sync master
7817        known bug: midi clock output only if seq plays,
7818              should be send always even if seq stops
7819        not implemented: cannot change tempo as sync slave
7820
78210.3.14:
7822      - fixed: core: typo in "undo add track"
7823      - fixed: core: "undo remove event"
7824      - selection of events is now a global attribute: if you select
7825          an event in an editor, the same event is selected in all
7826          open editors
7827      - new: Midi Transformator (look at edit->MidiTransform)
7828        (not all operators and operations are implemented yet)
78290.3.13:
7830      - fixed: TimeScale was wrong when using signature changes
7831      - fixed: enforce left marker <= right marker
7832      - new: mono wave tracks
7833      - more usable LADSPA plugins to play with
7834      - several small changes/bug fixes
78350.3.12:
7836      - fixed: synchronisation of tempo/signature changes with sequencer rt-thread
7837      - fixed: track parameter were added again and again in loop mode
7838      - new: tempo/signature changes undo/redo
7839      - new: midi "transpose" function from Daniel Mack
7840        (Arranger: edit->midi->transpose)
78410.3.11:
7842      - fixed: fixed serious bug in wave file handling
7843      - simple audio play with ALSA 0.9.x
7844      - fixed: editing events -> core (introduced in 0.3.10)
78450.3.10:
7846      - fixed: core while deleting controller events
7847      - new: extended configuration of raw (serial) midi interfaces
7848      - fixed: some memory leaks
7849      - changed for ALSA 0.9.0 beta2
78500.3.9:
7851      - some smaller fixes
7852      - fixed: core: missing MidiController() Initialization
7853      - fixed: pressing another mouse button while "drawing" an event
7854        in a canvas with left mouse button pressed gives core
78550.3.8:
7856      - fixed: correct update of midi port table on song change
7857      - CtrlEditor: controllers can(must) now be configured
7858      - List Editor: corrected handling of meta/sysex strings
7859      - changed: combined pitch high/low to single value ranging
7860        from -8192 +8191; editable with controller editor
7861      - ALSA 0.9.0beta1 works for midi; as far as i tested it, this
7862        alsa version has no more problems with OSS raw midi emulation
7863      - new: colored activity display in arranger (Daniel Mack)
7864      - new: context sensitive extensions to "right mouse click
7865        pulldown menus" for arranger parts (Daniel Mack)
7866      - new: gui prototypes for extendend configuration of raw midi
7867        devices and audio mixdown file selection
7868      - fixed: quirks with OSS midi devices configuration
78690.3.7:
7870      - start porting to ALSA 0.6.0 cvs version
7871      - fixed: option -M produces midi output trace for alsa midi
7872      - fixed: pianoroll and drum editor now accept input focus
7873        and then honour some keyboard shortcuts
7874      - fixed: score editor: core when inserting small rests
7875      - new: "ruler" for pianoroll, drum editor and part editor
7876      - fixed: midi recording: event len always 1 tick (bug introduced
7877        in 0.3.6)
7878      - midi port config: show only available raw midi devices
7879      - fixed: tempomap/tempo  save/restore
7880      - fixed: initialize master button to saved value
7881      - some smaller changes:
7882            - midi recording: new parts begin at record start instead
7883              of first event
7884            - missing note offs are insertet virtually at record end
7885            - recording takes place on selected track - selected part
7886              and not on selected part if on different track
78870.3.6:
7888      - fixed: markerList: click in list -> core
7889      - fixed: stop at end of song only if not recording
7890      - fixed: events of zero length crash the sequencer
7891      - fixed: missing note off events for metronome
7892      - fixed: gui: changing port/channel in trackinfo updates tracklist
7893      - new: midi recording & loop
78940.3.5:
7895      - fixed: midi recording with alsa was broken
7896      - fixed: mastertrack: -> core
7897      - fixed: rename track -> rename part -> core
7898      - fixed: help browser: back function
7899      - fixed: score: entered lyrics are saved again
7900      - fixed: score->staffSettings: tracklist
7901      - fixed: score->enterNotes wrong snap position
79020.3.4:
7903      - fixed: some bugs & quirks
7904      - new: implemented pianoroll->edit->deleteEvents
7905
79060.3.3:
7907      - new: MusE now stops at end of song if in PLAY mode
7908      - fixed: core if muse was started without song name and
7909        there was no ".musePrj" file in current directory
7910      - new: on popular request: "RewindToStart" button
7911      - fixed: changing devices while playing
7912      - fixed: arranger: could not scroll to the end of song
7913      - fixed: song length on midi import
7914      - fixed: fatal error in handling "note off" events
7915      - new: "sustain" is reset on stop
7916
79170.3.2:
7918      - fixed: part editing: endo delete, glue etc.
7919      - fixed: option -m (trace midi input) works again
7920      - fixed: midi input filter: could not toggle channel 1 button
7921      - fixed: midi mixer
7922      - fixed: midi recording into part: part length adjusted if events
7923        recorded past end of part
7924      - fixed: MusE initialisation failed if there is no ".musePrj"
7925        file in current directory!
7926
79270.3.1:
7928      - step 2 of internal reorganization
7929      - fixed: score: lyrics are now saved again
7930      - fixed: some quirks with lost track markers
7931      - new: Option -L locks sequencer memory
7932      - fixed: recording from serial midi (raw oss & korg tohost)
7933      - fixed: several smaller bugs & quirks
7934
79350.3.0:
7936      - fixed: pianoroll editor: entering new events -> core
7937      - new: drum editor click on instrument name "plays"
7938             instrument
7939      - fixed: changing the channel of a track now changes also
7940            the channel of all events in that track
7941      - massive changes for audio/wave integration:
7942        - start of audio mixer
7943        - audio routing
7944
79450.2.12:
7946      - fixed: wave files/tracks/parts: calculation of tick<->time;
7947            it should be possible again to import/play simple waves
7948      - fixed: funny things happened when muting all audio tracks
7949      - fixed: core if no active record track
7950      - new: Rob Naccarato started with documentation; press
7951            <F1> in MusE and have a look
7952
79530.2.11:
7954      - fixed: metronome
7955      - fixed: initial state of "click" transport button
7956      - fixed: midi thru:
7957            if midi thru is switched on, all received events are
7958            echoed to the port/channel associated to the currently
7959            selected track, regardless of the input port/channel.
7960            Track parameters as pitch shift, velocity compression etc.
7961            are applied before echoing the event.
7962      - _not_ fixed: alsa midi driver: strange sysex behaviour
79630.2.10:
7964      - fixed: parameter change in midi trackinfo
7965      - fixed: some errors in *.med file handling
7966      - fixed: midi export
7967      - fixed: midi events are now played according to priority:
7968            - channel priority:  10,1,2,3,4,5,6,7,8,9,11,12,13,14,15,16
7969            - note off before note on
79700.2.9:
7971      - fixed: typo in seq.c destroyed timing of 0.2.8
7972      - fixed: importing audio files
7973      - fixed: writing *med files
7974      - fixed: wave form display in arranger
7975      - fixed: core on click in arranger "no track area " with pencil tool
79760.2.8:
7977      - fixed: oss midi devices now work again
7978      - reorganized midi event dispatcher
7979      - fixed: pitchbend for midialsa (Xavier)
79800.2.7:
7981      - midi driver reorganization in preparation
7982        for better ALSA sequencer integration; soundcard synth
7983        work again
7984      - some fixes
79850.2.6:
7986      DrumEditor overhaul:
7987      - fixed: reading drum maps
7988      - changed: exporting drum maps now writes the whole map
7989      - fixed: device popup: ...invalid menu item
7990      - new: instruments can now be moved
7991      - fixed: changing A-Note/E-Note did not show effect
7992      - changed: small x-offset in event canvas allows better placement of
7993        events at pos 1.1.0
7994      - new: instrument names can be edited (double click instrument name)
7995      - new: some drum maps
7996      - fixed: update() missing after selection change in canvas
7997      - fixed: len of new inserted drum events was quant-value, should be
7998        default len from drum map
7999      Alsa Midi Driver:
8000      - changed (soundcard synth does not work :-( )
80010.2.5:
8002      - fixed: session management for list editor
8003      - new: list editor: hex entry in meta event dialog
8004      - fixed: Midi: "GS Reset" button aktually did a "GM Reset"
8005      - fixed: Midi: "GS Reset" on Song Start was always combined with "GM Reset"
8006      - fixed: Arranger: copy/paste produced core
8007      - fixed: Arranger: removed some (not working) key accelerators
8008      - new: Drag file from KDE fm and Drop on arranger partlist
8009      - removed bogus midi archiv
8010      - some major code reorganizations in preparation for audio integration
8011        resulting in new errors and *.med file incompatibilities;
8012      - fixed: "cannot delete busy part" even if part is not busy
8013      - fixed: arranger/progname.c: bad instrument name table caused segfault
8014        (Tim Mann)
8015      - fixed: score/layout.c: could not enter A# (Gilles Fillipini)
80160.2.4:
8017      - fixed: removed silly warning: Cannot find translation...
8018              (translations are not (yet) enabled)
8019      - fixed: trackMarker->destroy TrackMarker->create track -> core
8020      - new: integration of track markers in arranger
8021          - export/import SMF-Marker as Meta Type 6
8022      - changed: src/makefiles new arranged
8023      - fixed: score editor: too many rests
8024      - fixed: core if you try to insert note outside of staves
80250.2.3:
8026      - MidiSyncConfig: extSync synchronized with button in transport
8027        window
8028      - audio: try oss audio device /dev/dsp in addition to /dev/sound/dsp
8029      - changed: column expand logic in arranger tracklist
8030      - new: KDE2.2: define HAVE_KDE in make.inc to compile a
8031        KDE version of MusE (experimental)
8032      - new: realtime recording of Midi SysEx Events
8033      - changed: better LADSPA plugin handling
8034      - fixed: Pianoroll: Color Events: RGB parameter out of range
8035      - changed: canvas: moving objects
8036      - fixed: AudioMasterMixer produced core after second invocation
8037      - new: track markers
80380.2.2:
8039      - switched to QT2.2
8040      - fixed: Transport: "Master" button initialization
8041      - fixed: session management for partlist in midi editors;
8042               (new *.med xml files are probably incompatible
8043      - fixed: cut&paste now works for parts on drum tracks
8044      - fixed: cannot delete busy Parts any more
8045      - fixed: honour LADSPA_PATH environment variable
8046      - fixed: TransportWindow stays on top and is manageable
8047               (testet with KDE2 beta4)
8048      - fixed: arranger: column order is now recorded in
8049            .med file
8050      - fixed: sometimes under obscure circumstances MusE crashed
8051            while opening an midi editor
8052      - fixed: several typos/errors in *.med file reading/writing
8053      - new: list editor: insert midi events (incl. sysex & meta)
8054            double click on list entry to open editor to modify
8055            values
8056      - new: MTC/MMC Slave:
8057               Configured as slave you can synchronize MusE
8058               from external devices using Midi Time Code.
8059             Midi Clock Master:
8060               Configured as master MusE can control external
8061               sequencers
8062             Hooks for MTC/MMC Master and MidiClock slave.
8063      - fixed: score: ScoreConfig::setTracklist() missing "clear"
8064      - new: score: odd rest values implemented
80650.2.1:
8066      - new: Arranger: move (midi) parts between applications:
8067            - cut/copy part(s) to global clipboard
8068            - paste part(s) from global clipboard to arranger
8069            - drag parts with middle mouse button (experimental)
8070      - new: Pianoroll: move events between applications:
8071            - cut/copy events to global clipboard
8072            - paste events from global clipboard to arranger
8073            - drag events with middle mouse button
8074      - fixed: only write audio if there are audio tracks
8075      - fixed: PianorollEditor: moving multiple selected events
8076            (thanks to Chris Wakelin)
8077      - fixed: commented out unused/missing "color.xpm"
8078      - fixed: partlist changed to multimap<>
80790.2.0:
8080      - fixed: another error in OSS midi driver which results in
8081        "bad file descriptor" aborts
8082      - fixed: MidiFilter - RecordFilter/ThruFilter
8083      - new: Master Part of Audio Mixer:
8084            - Audio Level Meter
8085            - LADSPA Host with
8086              - automatic generated user interface
8087              - presets store/load
8088      - new: LADSPA "Freeverb" plugin for audio master
8089      - new: Drum Editor
8090            - load/save drum maps
8091            - drawing reorganized
8092      - new: Pianoroll Editor Functions:
8093            - configurable event colors (none/pitch/velocity)
8094            - configurable function ranges (apply functions to
8095              all/loop/marked events)
8096            - selection functions (all/none/loop/invert)
8097            - switch between different parts in editor ("ghost events")
8098            - PencilTool: Control+LeftMouseButton prevents
8099              accidental creation of events
8100            - PointerTool: Control+LeftMouseButton restricts
8101              to horizontal or vertical move
81020.1.10:
8103      - new: MidiExport: some configurable Parameter for exported
8104            Standard Midi File (SMF)
8105      - new: configurable Midi Record/Thru Filter for midi
8106            realtime recording
8107      - fixed: time signature changes in score editor
8108      - fixed: "midi bar scale" is updated on time signature
8109            changes
8110      - fixed: event sorting in "list mastertrack editor"
81110.1.9:
8112      - fixed: tempo changes during play
8113      - fixed: "follow event" in graphical mastertrack editor
8114      - fixed: mastertrack list: dynamic content update if song changed
8115      - fixed: OSS midi serial output was broken
81160.1.8:
8117      - bug: scaling in graphical mastertrack editor
8118      - bug: reduce value of MAX_TICK to prevent overflow in scaling
8119      - bug: pianoroll editor: length quantization
8120      - bug: midi import: timing broken; bug introduced in 0.1.6
8121      - feature: editing of time signature in graphical mastertrack
81220.1.7:
8123      - bug: typo for 't'-kb accelerator in pianoroll-editor
8124      - bug: quant values < 1/64 are not supported-> assertion bug
8125        for keyboard accelerator >=8 in pianoroll editor
8126      - pianoroll: new feature: step recording - midi input:
8127            - press "shift"+ midiKey to enter chords
8128              (if you enter same note again, it's deleted)
8129            - press "ctrl" + midiKey to continue last note
8130      - pianoroll: new menu function: quantize pos+len
8131      - quantize configuration dialog: added flag for default len quantization
8132                                       "whats this" help text
81330.1.6:
8134      - bug: exported midifiles had random "division" timing parameter
8135      - bug: core dump on midi record start
8136      - feature: keyboard accelerators in pianoroll editor:
8137            '1'-'9' '.' and 't' set quant & snap values
8138
81390.1.5:
8140      - MusE now works again without RTC (Real Time Clock) Device
8141        (but much reduced timing accuracy)
8142      - new Debug Options -m -M: MidiDump for input and output
8143      - global keyboard accelerators:
8144        spacebar: while play/record: STOP
8145                  while stop:  Goto left mark
8146                  while on left mark: Goto Pos 0
8147        Enter:    start play
8148        Insert:   Stop
8149        "/":      Cycle on/off
8150        "*":      Record on
8151      - Midi Step Recording: implemented external midi keyboard as
8152        recording source (new "midi input" toggle button in pianoroll editor)
81530.1.4:
8154      Audio
8155      ==============
8156      - simple audio play (ALSA & OSS)
8157      - stubs for cliplist Editor, audio recording
8158      - AudioMixer master volume
8159      - bug fixes for wave viewer
8160
8161      Synthesizer
8162      ==============
8163      - first part of framework for realtime software synthesizer
8164        driver/synthis, s1/*;
8165
81660.1.3:
8167      Score Editor:
8168      ==============
8169      - print preview button (gv)
8170      - postscript default resolution is 72dpi and not 75dpi
8171      - configurable overall scale for printer output
8172      - simple beams
8173
8174      Misc:
8175      ==============
8176      - bug: path handling for project file: project files are now
8177          saved in the correct directory
8178      - bug: canvas initial scaling
8179      - bug: core if configured device didn't exists
8180      - bug: ctrl editor produced values > 127
8181      - feature: Arranger: Parts are now displayed with a horizontal offset
8182      - feature: Arranger: added save/restore for some configuration values
8183      - feature: Midi Recording: track parameter like Transposition are now
8184        applied before loop through
8185      - feature: "Thru" flag in Configure->MidiDevices now implemented
8186      - feature: Midi Remote Control: control sequencer stop/play/record/rewind
8187        with configurable note events
8188      - bug: typo in score/layout.c:split() caused core
8189
81900.1.2:
8191      - Score:
8192        - add lyrics entry
8193        - changed note head for 4/4
8194        - changed positioning of 2/4 and 4/4 notes
8195        - ties can now span systems
8196        - tie connected notes are selected as one note
8197        - page settings, margins handling corrected
8198        - configurable fonts for score editor page layout
81990.1.1:
8200      - master: scale changed
8201      - no more core when selecting the score editor without a selected
8202        part to edit
8203      - time signature scale in master track
8204      - master track: function tempo edit
8205      - new popup menu in arranger / part canvas
8206      - makefile: "make depend" target
8207      - new: alsa raw midi interface
8208      - improved score editor:
8209          - split system (piano left&right hand)
8210          - multi stave systems
8211          - symbols
8212          - lasso selection
8213          - dynamics symbol palette
8214      - window position of all toplevel windows is now remembered
8215        correctly
8216      - bug fixes & code cleanups
8217
82180.0.10:
8219      - removed obsolete file.c file.h
8220      - separated midi archive
8221      - removed unused widgets/wtscale.*
8222      - removed unused widgets/dial.*
8223      - midis with Meta Event Type 6 produced core
8224      - removed '\n' chars from windows caption
8225      - new setBg(QColor) method for class View
8226      - broken Ctrl-Editor fixed
8227      - Pencil Cursor now shown for Pencil Tool in Ctrl-Editor
8228      - Mute Indicator changed to red dot
8229      - added CtrlEditor to DrumEditor
8230      - process session info in xml songfile
8231      - more work on mastertrack
8232      - start ScoreEditor and moving the mouse on canvas (producing
8233          mouseMoveEvents) before exposure of QLineEdit (time & pitch
8234          in toolbar) produced core on QLineEdit->setText(xx)
8235      - in continuous scroll mode position marker updated correctly
82360.0.9:
8237      - xml like configuration and song file
8238      - new midi mixer, shows only active midi channels
8239      - bug: metronom configuration: channel&port numbers
8240      - bug fixes
82410.0.8:
8242      - new: quantize function
8243      - new: wave tracks: new classes: WaveFile Clip;
8244            load wave file; expand song file structure
8245            first try on wave editor;
8246      - logarithmic magnify
8247      - rework of View & Canvas Classes, resulting in much
8248        faster scrolling
82490.0.7:
8250      - fatal error: use of uninitialized device
82510.0.6:
8252      - more diagnostics in file functions
8253      - new: can load and save *.gz and *.bz2 files
8254      - new function: send local off to instruments
8255      - bug fixes in pianoroll step recording
8256      - bug fix: "follow song" save and restore
8257      - bug fix: in importing midi files: calculating parts
8258      - bug fix: metronome -> core
8259      - new configuration options for parts
8260
82610.0.5:
8262      - new: midi activity display in tracklist
8263      - new: patch selector in channel info; shows midi instrument
8264             categories
8265      - new: insert & delete Controller Values in Ctrl-Editor
8266      - some minor bugs corrected
8267      - nasty bug in Song::nextEvents(), which prevents simple
8268        midi songs played correctly
8269
82700.0.4:
8271      - implemented: forward & rewind buttons
8272      - implemented: drum edit: change values in info bar
8273      - error: arranger->tracklist: resize failed if columns are swapped
8274      - enhanced file selector for background image selection
8275      - more WhatsThis and ToolTip Help
8276      - Backport to QT202: Filedialog: Filterlists don't work
8277      -                    Midi Config: changed signal click() to rightButtonClick()
8278      - missing initialisation in song constructor
8279      - new subdirectory for controller editor
8280      - controller editor for some values
82810.0.3:
8282      - new transport design
8283      - redesign of TrackInfo and ChannelInfo
8284      - some changes reg. fonts and geometry management
8285      - misc toolbars changed to read qt toolbars
82860.0.2:
8287      - changed color for cpos to red
8288      - don't play metronome clicks with time < current
8289      - doubleclick on arranger trackname: entrywidget now gets
8290        input focus
8291      - midi device configuration: reworked
8292      - removed endless loop in Song::nextEvents()
8293      - ported to qt-2.1.0-snapshot-20000113
8294        - changed QPushButton to QToolButton
8295      - some cosmetic changes in transport window
8296
82970.0.1
8298      - first release
8299