summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-01Don't send midi clock during export, for now, to avoid assertion failure when...Carl Hetherington
2009-09-01make scons tell people to use wafPaul Davis
2009-08-31Update coverage frames when a track changes height. Remove some unnecessary ...Carl Hetherington
2009-08-31Make drag selection work properly with stacked region mode.Carl Hetherington
2009-08-30Don't setup panner UI unless it has changed.Carl Hetherington
2009-08-29Set route remote control IDs from a dialog rather than a menu. I think this isCarl Hetherington
2009-08-29Modify hacks associated with initial sizing of port matrices to try and make ...Carl Hetherington
2009-08-29Fix crash on relayering.Carl Hetherington
2009-08-28Remove some unnecessary code. Preserve selection when regions are dragged to...Carl Hetherington
2009-08-28Remove some debugging code.Carl Hetherington
2009-08-28more MIDI editing tweaks ; flip mouse mode buttons around for MIDI so that "o...Paul Davis
2009-08-27add quantize dialogPaul Davis
2009-08-27lots of MIDI editing stuff. to be explained on the website when its donePaul Davis
2009-08-26Make stacked region coverage frames correctly respect regions being muted.Carl Hetherington
2009-08-26Reintroduce crossfade views for tracks in stacked region mode.Carl Hetherington
2009-08-26Preserve stacked / overlaid state of tracks in the session file.Carl Hetherington
2009-08-26Remove unused declaration.Carl Hetherington
2009-08-26On switching from explicit to implicit relayering, attempt to ensure that any...Carl Hetherington
2009-08-26When a track is in "stacked" mode, allow regions to be moved to different lay...Carl Hetherington
2009-08-25Make fade edits and trim possible on stacked regions.Carl Hetherington
2009-08-24Slightly modified patch from lincoln to fix mantis 1636.Carl Hetherington
2009-08-24Patch from lincoln to add track resize buttons to the top-left corner of the ...Carl Hetherington
2009-08-24Freeze the audio playlist after completing the set_state on the parent playli...Carl Hetherington
2009-08-24Don't use the edit position to gather regions to cut, otherwise it can be con...Carl Hetherington
2009-08-24Alter snap modifier so that it turns the grid on when it's off as well as vic...Carl Hetherington
2009-08-24Don't use pointer_frame_offset for playhead cursor drags as it seems more int...Carl Hetherington
2009-08-24Tertiary-modifier click locates the viewbox in the summary.Carl Hetherington
2009-08-24Minor cosmetic tweaks.Carl Hetherington
2009-08-24Fix uninitialised variable.Carl Hetherington
2009-08-24Reorder initialisation to prevent access to an uninitialised variable.Carl Hetherington
2009-08-24Missing format = 0 from last commit.Carl Hetherington
2009-08-24Remove commented out call to reset_dpi hoping to find the true cause of the bug.Carl Hetherington
2009-08-24Set format = 0 on calling sf_open as required by libsndfile.Carl Hetherington
2009-08-24Small cleanup.Carl Hetherington
2009-08-24Remove unused method in RouteTimeAxisView. Fix bug with switching to layered...Carl Hetherington
2009-08-23Some improvements to performance with crossfades: don't recompute a whole tra...Carl Hetherington
2009-08-23Fix uninitialised member variable.Carl Hetherington
2009-08-22Fix crash on drag selection.Carl Hetherington
2009-08-22Fix remainder of bug 1605 so that when snapping to region starts / ends, the ...Carl Hetherington
2009-08-22Introduce an accurate version of coefficient_to_dB and use it in non speed-cr...Carl Hetherington
2009-08-20Apply patch from mantis 2761 from tinram to add padding and make a string tra...Carl Hetherington
2009-08-20Fix mantis 2804: improve title of recent sessions dialogue and make it transl...Carl Hetherington
2009-08-20Apply patch from mantis 2766 to fix apply sensitivity when editing the meter ...Carl Hetherington
2009-08-20Remove an unused action and some duplicated code.Carl Hetherington
2009-08-20Don't locate summary view box on a click outside it, to be consistent with fa...Carl Hetherington
2009-08-20minor fixes/changes based on comparison with existing bindingsPaul Davis
2009-08-20fix accelmap generation in fmt-bindingsPaul Davis
2009-08-19Fix crash on startup if an LV2 plugin has a bad .ttl file.Carl Hetherington
2009-08-18make shift-click for extend-selection sort-of work for MIDIPaul Davis
2009-08-17move assignments out of assert() in editor_drag (thanks lincoln); change mous...Paul Davis