summaryrefslogtreecommitdiff
path: root/muse2/muse/audiotrack.cpp
AgeCommit message (Collapse)Author
2013-05-08Yet another MAJOR audio engine and plugin/synth process chain re-write. Tim E. Real
And much more, see ChangeLog, May 8 2013.
2013-01-16Various usability fixes. Please see ChangeLog.Tim E. Real
2012-12-16Fix some Release build warnings. Several more to do.Tim E. Real
2012-12-07Feature: Native VST instruments support. PLEASE SEE ChangeLog.Tim E. Real
2012-11-13fixed gain initialization in copy constructorRobert Jonsson
2012-10-04added gain knob to channel stripsRobert Jonsson
2012-10-03defaults for wave track and audio input changedRobert Jonsson
2012-09-30various fixes and changesRobert Jonsson
2012-09-28compile fix: don't use DSSI-related stuff when compiling withoutFlorian Jung
DSSI-support.
2012-07-13Fixed controllers go wacky after moving effects rack plugins up/down. My bad! Tim E. Real
Also fixed existing problem: After moving rack plugins up/down, graphs disappear. Documentation: Some contributions to the documentation.tex file.
2012-07-08see ChangeLogRobert Jonsson
2012-07-01final mergeFlorian Jung
2012-05-28merged with release_2_0Florian Jung
2012-03-15merged with trunkFlorian Jung
2012-01-03merged with release_2_0Florian Jung
2011-12-14pulled fixes from release into trunkFlorian Jung
2011-11-07housekeeping: pulled fixes from release into trunkFlorian Jung
2011-10-07(hopefully) final huge namespace update.Orcan Ogetbil
2011-10-03Fixed HUGE massive memory leaks in all things using CItemList, Tim E. Real
and SndFile, dssi, fluidsynth and other huge leaks. Large song with several dssi, vst, fluidsynths leaked 100's of MB, now only ~2MB.
2011-09-10Removed more namespace artifacts.Tim E. Real
2011-09-10Removed more namespace artifacts. Searched on "MusEGlobal "MusEConfig etc.Tim E. Real
2011-09-08introducing namespacesOrcan Ogetbil
2011-09-06Updated the licensing informationOrcan Ogetbil
2011-09-01Fixed tough old skeleton: Selecting 'previous/next event' in ↵Tim E. Real
Song::execAutomationCtlPopup now moves cursor with exact frame resolution. Reverted controls to full speed (again): Removed too-cautious msgSetVolume, msgSetPan, msgSetPluginCtrlVal. Reviewing some other possibly unneeded too-cautious msgXXX audio messages :) TODO: Fix current automation values (the 'off' value). Removed unused PanKnob from mixer CMakeLists.
2011-08-29Fixed audio automation graph editing. And now 'snaps' to discrete integer or ↵Tim E. Real
bool types. All control movements should update display now. Also slightly changed behaviour of Ctrl class. TODO: Fix some painting corruption, improve discrete display, add transparency etc. etc. Applied compilation patch to rhythmbase.ui by Jean-Damien Durand.
2011-05-26Moved all routing popup menu stuff from app, astrip, mstrip, mtrackinfo into ↵Tim E. Real
new class RoutePopupMenu, *massively* cleaning up those 4 files. Used new Route QVariant type as action data instead of integers. Moved MenuTitleItem definitions from astrip.cpp into it's own menutitleitem.cpp Added to settings: "Make popup menus stay open. Otherwise hold Ctrl."
2011-04-25Overhaul plugin module and add variable run-length ladspa + dssi processing. ↵Tim E. Real
Please see ChangeLog.
2011-04-10Please see ChangeLogTim E. Real
2011-03-01allow to show/hide track-types from arrangerRobert Jonsson
2011-02-14more graphical automation fixesRobert Jonsson
2011-01-26some automation changesRobert Jonsson
2011-01-21graphical editing of automation 1st dropRobert Jonsson
2011-01-15project dialog optional and rec wave bug fixedRobert Jonsson
2011-01-09Completed soloing system. Other fixes - see ChangeLog.Tim E. Real
2011-01-04automation viewable in arranger and rec changesRobert Jonsson
2010-12-28Some more arranger + pianoroll trackinfo synchronization fixes.Tim E. Real
2010-12-27create new project dialog addedRobert Jonsson
2010-12-15Major cleanup in the #includes. Moved the contents of all.h into individal ↵Orcan Ogetbil
files.
2010-12-09Converted Qt3 methods to Qt4. Ported song.cppOrcan Ogetbil
2010-12-07Converted all latin1() instances. Ported Qt3 methods to Qt4.Orcan Ogetbil
2010-10-13new branch muse2, first checkinRobert Jonsson