summaryrefslogtreecommitdiff
path: root/muse2/muse/instruments
AgeCommit message (Collapse)Author
2014-01-10Added Initialization Sequence editor. Roland SD-50 idf. Modify sysex editor...terminator356
2014-01-07Instrument can now be changed from trackinfo panel. Tweaks, cleanups.terminator356
Midi instrument can now be changed from midi track info panel. Some minor code tweaks, code cleanup in mtrackinfo.cpp, confmport.cpp.
2012-12-13Fixed some vst controls stuck.Tim E. Real
Added vst master timebase (sequencers should work now). Not quite finished. Fixed weird QString bug causing some patch names to appear with garbage characters.
2012-12-12Add stdint.h to vestige header.Tim E. Real
Some WIP trying to fix odd patch name bug (shows @u@ etc).
2012-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-09!!! Song type is now removed !!! : See ChangeLogTim E. Real
2012-09-16fixed some bugs, see ChangeLogRobert Jonsson
2012-08-04REWRITE: Introducing: More bits for Song Changed SC_* flags. Tim E. Real
Added MusECore::SongChangedFlags_t (in new type_defs.h file). Declared as int64 type. All Song Changed parameters, handlers, connections, calls, colateral operations etc. now use this new SongChangedFlags_t. All the handlers are now ready for the code bodies to accept any extra flags, devs need not do anything more than define new SC_* flags and write support inside the handlers. Please beware these possible extra flags when writing songChanged handlers and setting updateFlags.
2012-08-04Introducing: More bits for Song Changed SC_* flags. Tim E. Real
Added member Song::updateFlags2. Song::update() now takes an extra 'flags2' param. Please see ChangeLog for important information.
2012-08-01Finished the Sysex Editor in the Instrument Editor. Tim E. Real
Create, delete, save named instrument sysexes. Does nothing more for now.
2012-05-28merged with release_2_0Florian Jung
2012-03-15merged with trunkFlorian Jung
2012-02-29changed custom column for "program" to display and edit real patchesFlorian Jung
instead of the raw values
2012-01-09turned off keyboard tracking in instrument editor/drummapFlorian Jung
2012-01-03reverted commit #1350 ("removed silly song-type-depencency...")Florian Jung
i still think it's silly, but there needs to be a proper solution...
2012-01-03cleanupFlorian Jung
2012-01-02added drummap page to instrument editorFlorian Jung
adapted dlist to be reusable added dtor to patch_drummap_mapping_t changed affected_patches from list to single entry TODO: maybe move dlist and stuff out of midiedit still TODO: offer a way to re-tie drumlist-ordering to the instrument
2011-12-30removed silly song-type-depencency in MidiInstrument::getPatchName andFlorian Jung
MidiInstrument::populatePatchPopup()
2011-12-30instruments can load their patch'es drummapsFlorian Jung
automatic setting of drummap according to patch this is turned off when the user manually changes the drummap TODO: let him turn it on again moved MidiTrack::read/writeOurDrummap out to helper.cpp extended xg.idf and gs.idf to ship the drummaps still work in progress, but should be usable and stable, though incomplete
2011-12-21merged with trunk (that is, pulled the fixes from release_2_0)Florian Jung
only quickly tested, seems okay on the first glance
2011-12-14pulled fixes from release into trunkFlorian Jung
2011-10-13Song::remapPortDrumCtrlEvents() now also processes hidden eventsFlorian Jung
2011-10-07clean residual namespace work. fix python control build.Orcan Ogetbil
2011-10-07(hopefully) final huge namespace update.Orcan Ogetbil
2011-09-16fixed wrong usages of tr() like:Florian Jung
QString::toNumber(num) + ( num > 1 ? tr("parts") : tr("part")) or tr("file ")+ filename +tr(" could not be loaded") and commited scripts to find such errors
2011-09-09Mostly engine fixes/corrections. Please see ChangeLog.Tim E. Real
2011-09-09namespace work (part deux)Orcan Ogetbil
2011-09-08introducing namespacesOrcan Ogetbil
2011-09-06Updated the licensing informationOrcan Ogetbil
2011-06-19Major work, all synthesizers. Other fixes. Please see ChangeLog.Tim E. Real
2011-05-19Popup menus now auto-scroll if too large to fit on desktop. Tim E. Real
Midi track info patch popup now stays open for auditioning patches. Editor 'ctrl' controller popups: Split instrument/other (+ common controls!) + show ctrl numbers.
2011-05-14Added GM drums patch in MidiInstrument::populatePatchPopup() for GM songs on ↵Tim E. Real
ch 10.
2011-04-10Please see ChangeLogTim E. Real
2011-02-09Mini MIDI overhaul. Please see ChangeLog.Tim E. Real
2011-01-31added option to build internal modules staticallyOrcan Ogetbil
2010-12-21Commit of the beast. User instruments path is made user configurable. ↵Orcan Ogetbil
Removed env. variables usage.
2010-12-20Major cmake cleanup. Please see the ChangeLog.Orcan Ogetbil
2010-12-19Split individual parts into their own shared libraries. Moved main() into ↵Orcan Ogetbil
its own file.
2010-12-15Major cleanup in the #includes. Moved the contents of all.h into individal ↵Orcan Ogetbil
files.
2010-12-14Fixed corruption to due latin1() conversions.Tim E. Real
2010-12-14Please see ChangeLog.Tim E. Real
2010-12-12Translations are now handled by cmake. Updated the Russian translation. ↵Orcan Ogetbil
Added -l flag to override system locale.
2010-12-08ported many Qt3 methods to Qt4Orcan Ogetbil
2010-12-07Converted all latin1() instances. Ported Qt3 methods to Qt4.Orcan Ogetbil
2010-12-04Completed port of MidiInstrument, which fixes trackinfo instr. prog ↵Tim E. Real
spinboxes not updating.
2010-11-27ported edit instrument. added includes on comboQuantOrcan Ogetbil
2010-11-24See ChangeLogOrcan Ogetbil
2010-11-23Added struct SysEx and some friends, to minstrument.h, prep. for the ↵Tim E. Real
instrument editor.
2010-11-21converted .ui widgets to Qt4 along with all of editeventOrcan Ogetbil