summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-08Header again. Also allow some older plugins like Highlife, ZR3.Tim E. Real
2012-12-08Native VST fixes and changes.Tim E. Real
2012-12-08HeaderTim E. Real
2012-12-07Add headerTim E. Real
2012-12-07Feature: Native VST instruments support. PLEASE SEE ChangeLog.Tim E. Real
2012-11-25Speaker onRobert Jonsson
2012-11-22Fixed: Markers and synth windows don't open at all on some desktops like ↵Tim E. Real
Lubuntu. See ChangeLog for details.
2012-11-20Fixed audio stuttering loud annoying repeated segments upon seek. Slight Tim E. Real
readjustment of audio prefetch and midi thread priority.
2012-11-18"widgets" depend on "instruments"Orcan Ogetbil
2012-11-17Added: Auto-start Jack upon MusE startup. Command-line disable switch -J added.Tim E. Real
2012-11-17Improved: Deicsonze soft synthesizer: Fixed crash, bugs, added ladspa plugins. Tim E. Real
TODO: No plugin control automation. Log slider/entry ranges. Add delay wet/dry?
2012-11-16Improved: Popup menus: Auto-breakup too-wide menus in class PopupMenu. Tim E. Real
2012-11-13fixed gain initialization in copy constructorRobert Jonsson
2012-11-13Slight text reaarange.Tim E. Real
2012-11-13Added aftertouch controller to fluidsynth, and aftertouch/poly-aftertouch to ↵Tim E. Real
DSSI.
2012-11-12Added aftertouch controllers to all relevant remaining instrument files. Tim E. Real
2012-11-12updated version stringsRobert Jonsson
2012-11-12Finished Aftertouch controllersTim E. Real
Feature: Piano KB / drum list show coloured dots when per-pitch controllers exist / have data.
2012-11-03Improved: Instrument Editor, fFixed MANY bugs. Should be SOLID now. Tim E. Real
Improved: Midi controller graph 'Ctrl' popup menus. Improved: Aftertouch and PolyAftertouch (channel/key pressure) are true MusE controllers now. TODO: Still W.I.P. See ChangeLog
2012-10-28Improved: Eliminated copious unrequired "controller" sections from songs and ↵Tim E. Real
templates. Eliminated ALL "controller" and "midiport" sections from built-in templates. For template "synth.med", changed synth ports to 198 and 199. Improved: Templates, use your chosen default output port/channel from the midi ports setup dialog.
2012-10-27Improved: Velocity graphs. Icon for showing per-note or all velocities. Also ↵Tim E. Real
found in Settings. Improved: Piano KB has current selected note (yellow). For velocity/polyaftertouch/other per-note ctrls. Bad timing warning now has "don't show again". Added 'speaker' icon to drum edit. And drum list and piano keyboard now obey the 'speaker' icon.
2012-10-23Added ALSA driver aftertouch (chan pressure) controller outputTim E. Real
2012-10-22Fixed regression: Re-add default managed controllers to midi ports at ↵Tim E. Real
Song::clear. W.I.P. Preparations for Aftertouch and Poly Aftertouch graph editing.
2012-10-21Slight changes to midi track info hbank/lbank/program dblclick on/off ↵Tim E. Real
behaviour.
2012-10-21In MidiEventBase::read() Repair controllers saved with lo byte 0xff.Tim E. Real
No such control. It was supposed to be 0x00. It's an error caused by a previous bug, fixed now.
2012-10-20Improved: Midi initializations. New settings options, can be 'quiet'. ↵Tim E. Real
Complete rewrite of initializations coding. Improved: Midi controller graphs: Control selector 'S' popup now stay-open, AND NOW with multi-coloured dots. Bonus! Pianoroll and drum edit 'Ctrl' buttons ALSO now popup this very same menu. Improved: 'Old' drum track 'drum controllers' display and operation: Fixed several problems.
2012-10-12some compilation warning fixes, thanks, WillyFoobar.Florian Jung
2012-10-09!!! Song type is now removed !!! : See ChangeLogTim E. Real
2012-10-04tab order in project dialog and added a wave-track shortcutRobert Jonsson
2012-10-04added gain knob to channel stripsRobert Jonsson
2012-10-03defaults for wave track and audio input changedRobert Jonsson
2012-10-02cursor mode explanationRobert Jonsson
2012-10-01drum editor fixesRobert Jonsson
2012-09-30various fixes and changesRobert Jonsson
2012-09-28load missing soundfonts from dialogRobert Jonsson
2012-09-28compile fix: don't use DSSI-related stuff when compiling withoutFlorian Jung
DSSI-support.
2012-09-17Info text on Undo/Redo buttons/menu text/tooltips ("Undo AddTrack" etc).Tim E. Real
In cases of multiple items in one operation, the first is shown, with ", .." ("Undo AddTrack, ..").
2012-09-17Introducing Copy On Write for waves. See ChangeLog.Tim E. Real
2012-09-16some improvementsRobert Jonsson
2012-09-16fixed some bugs, see ChangeLogRobert Jonsson
2012-09-16Updated with a few lines about python requirmentsRobert Jonsson
2012-09-09updated manualRobert Jonsson
2012-09-08Wave Editor: Added Edit -> Adjust Wave Offset. Helps compensate for latency. Tim E. Real
FIXME: Respect clones! If operating on two selected clones of the same part, an extra event is created. May or may not be this code's problem?...
2012-09-08Arrange the new messages in a block at the end instead of scattered about.Tim E. Real
2012-09-08Slight rewording for liblo message.Tim E. Real
2012-09-08Bug 3555569, 3555572: New informative ERROR, WARNING, HINT messages in cmake ↵Tim E. Real
script. Also, detect and report missing Doxygen executable. Also added doxygen to README requirements and clean up README a bit.
2012-09-07Feature request 3565102: FLAC audio file import. Tim E. Real
2012-09-07Bug 3555581: No synths listed in Edit menu: main.cpp: Move initMidiSynth() ↵Tim E. Real
ahead of MusE. And unrelated simple change: Privatize Arranger::parentWin.
2012-09-05Fix for forum topic "Ordering of simultaneous events". Tim E. Real
Methods EventList::add() and ::move() now sort all same-time notes AFTER controllers.
2012-09-04doc fixesFlorian Jung