summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2009-10-02Fix some trivial compiler warnings and add editor_imageframe.cc to gtk2_ardou...Sakari Bergen
2009-10-01i/o button naming patch and imported file BWF timecode retention patch from n...Paul Davis
2009-10-01LADSPA logarithmic handling patches from nickm and robschPaul Davis
2009-10-01LV2 epp log patch from nedko, via 2.XPaul Davis
2009-10-01LV2 external UI patch from nedko via 2.X and a couple of .rej'sPaul Davis
2009-09-25make MIDI thru work even when not rolling; add GUI control over MIDI thru (mi...Paul Davis
2009-09-25implement MidiBuffer::merge_in_place() and use to support MIDI passthrough (c...Paul Davis
2009-09-21(full commit): fix MIDI playback by not writing into the playback buffer from...Paul Davis
2009-09-16remove existing attempts at optimizing MIDI event reading, to try to fix bugs...Paul Davis
2009-09-16do not allow smf_source's reads to stomp on cached read_end position in paren...Paul Davis
2009-09-15Normalise names of .cc and .h files.Carl Hetherington
2009-09-15Fix some warnings.Carl Hetherington
2009-09-14fix up marshall/unmarshall of note data for MidiModel::DiffCommandPaul Davis
2009-09-11track note on/off and send appropriate note offs at transport stopPaul Davis
2009-09-10do not crash when loading old history files with MIDI edits; add all notes in...Paul Davis
2009-09-10more MIDI editing cleanups, mostly fixing subtleties. Will break loading the ...Paul Davis
2009-09-09Fix mantis 1814.Carl Hetherington
2009-09-09Apply olaf's patch from mantis 2844 to fix that. Also fix non-appearing peak...Carl Hetherington
2009-09-09Comment.Carl Hetherington
2009-09-07use diff commands for quantize, with infrastructure changes as requiredPaul Davis
2009-09-07add anonymous union to DiffCommand to allow uint8t_t and time-based arguments...Paul Davis
2009-09-06the start (only the start) of MIDI diff commandsPaul Davis
2009-09-03better way to "engage" step edit, and extend region correctly as neededPaul Davis
2009-09-03the basics of step editing, more details to followPaul Davis
2009-09-03Duh, the info stream is available here, so use it.Carl Hetherington
2009-09-03Give a slightly friendlier error if no powermate device is found on startup.Carl Hetherington
2009-09-03Make sure wscripts under libs/surfaces/* are configured. This fixes the OSC ...Carl Hetherington
2009-09-03Don't raise an error when trying to auto-connect master to physical outputs i...Carl Hetherington
2009-09-02Modified version of Hans' patch for mantis 1985. Also remove unused port_con...Carl Hetherington
2009-09-01Add accessor for _exporting.Carl Hetherington
2009-09-01Don't send midi clock during export, for now, to avoid assertion failure when...Carl Hetherington
2009-08-29Fix crash on relayering.Carl Hetherington
2009-08-28more MIDI editing tweaks ; flip mouse mode buttons around for MIDI so that "o...Paul 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-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-24Freeze the audio playlist after completing the set_state on the parent playli...Carl Hetherington
2009-08-24Fix uninitialised variable.Carl Hetherington
2009-08-24Missing format = 0 from last commit.Carl Hetherington
2009-08-24Set format = 0 on calling sf_open as required by libsndfile.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-22Introduce an accurate version of coefficient_to_dB and use it in non speed-cr...Carl Hetherington
2009-08-19Fix crash on startup if an LV2 plugin has a bad .ttl file.Carl Hetherington
2009-08-17move assignments out of assert() in editor_drag (thanks lincoln); change mous...Paul Davis
2009-08-17Fix uninitialised variable.Carl Hetherington
2009-08-13MIDI cut&paste round two (not done yet); a small region trim fix from lincoln s.Paul Davis
2009-08-10first part of MIDI cut/copy/paste ; fix for input/output_streams of an IOProc...Paul Davis