* Add SysEx Support to MidiModel / SMF
[ardour.git] / libs / ardour /
2009-02-06 Hans Baier* Add SysEx Support to MidiModel / SMF
2009-02-03 Hans Baier* midi_event_size(uchar status): return size including...
2009-02-02 Carl HetheringtonFix auto-return, hopefully not at the expense of anythi...
2009-02-02 Carl HetheringtonRe-enable creation of stereo bundles for system IO...
2009-02-02 Carl HetheringtonFix a couple of bugs causing unexpected movements of...
2009-02-02 David RobillardDisable excessive console output (please comment this...
2009-02-02 Hans Baier* fix misleading/wrong comment
2009-02-02 Hans Baier* debugging output
2009-02-02 Hans Baier* fixed crash: MidiBuffer::reserve returned wrong write...
2009-02-02 Hans Baier* added assertions to MidiBuffer::iterator_base in...
2009-02-02 David RobillardMake (MIDI) event time stamp type a template parameter.
2009-02-01 David RobillardRemoved fixed/maximum event size assumption/limitation...
2009-02-01 David RobillardStyle.
2009-02-01 David RobillardTemplateify MidiBuffer iterators (avoid code duplicatio...
2009-01-30 David RobillardTrim include dependency graph, especially for io.h...
2009-01-30 Carl HetheringtonMore port matrix re-working. Global matrix now has...
2009-01-30 Sakari BergenTrack import is now working. Also, IO bundle setup...
2009-01-30 Paul Davisadd forgotten files
2009-01-30 Paul Davisfirst pass at internal sends. this is a very tentative...
2009-01-30 David RobillardUm... we can't use 128 bytes for every single MIDI...
2009-01-30 Hans Baier* enlage MidiBuffer size to 128 bytes to allow for...
2009-01-29 Hans Baier* set right interpolation on MidiModel controls after...
2009-01-28 Hans Baier* Set Discrete mode as default until Linear mode works...
2009-01-28 Hans Baier* MIDI control lanes: Set Interpolationtype according...
2009-01-28 Hans Baier* more user friendly MIDI automation lane names
2009-01-27 Carl HetheringtonMake track sends etc. appear in the same bundle as...
2009-01-25 Carl HetheringtonSome refactoring. Add port group headers to the port...
2009-01-24 Carl HetheringtonDo not take into account sends when computing the requi...
2009-01-24 Carl HetheringtonCopy diskstream data to all output buffers.
2009-01-24 Carl HetheringtonUpdate actual gain when declick has been applied.
2009-01-24 Carl HetheringtonGather all ardour: ports so that a few more things...
2009-01-24 Carl HetheringtonOnly create mono bundles for physical I/O to avoid...
2009-01-23 Carl HetheringtonAdd global port matrix dialogs.
2009-01-22 Carl HetheringtonFix crash on using sends with no MIDI
2009-01-22 Carl HetheringtonFix port rename problems.
2009-01-22 Carl HetheringtonSome more full / short name confusions.
2009-01-21 David RobillardFix incorrect/useless forward declaration and associate...
2009-01-21 Carl HetheringtonFix some confusion about relative / non-relative port...
2009-01-21 Hans Baier* make MIDI-specific menu show up on all MIDI lanes
2009-01-21 Carl HetheringtonRework Port class hierarchy a bit. Hopefully now simpl...
2009-01-20 Carl HetheringtonNew matrix-based editor for connections and bundles...
2009-01-15 Paul DavisOSC becomes a control protocol object; make ardev_commo...
2009-01-15 David RobillardAdd apparently missing include...
2009-01-14 Carl HetheringtonMake Bundles work a bit better. A few include optimisa...
2009-01-10 David RobillardRevert magic mystery changed from r4396 (trailing white...
2009-01-10 Hans Baier* wrong calculation of frames_moved in Session::process...
2009-01-10 Hans Baier* Extracted method void AudioDiskstream::process_varisp...
2009-01-09 Hans Baier* add comments / improve readability of varispeed playb...
2009-01-09 Hans Baier* changed transport speed in session and slaves from...
2009-01-05 Hans Baier* corrected copyright information
2009-01-05 Hans Baier*fixed typo
2009-01-05 Hans Baier* further reduce the spaghettiness of Session::follow_slave
2009-01-05 Hans Baier* MIDI clock slave implementation with delay locked...
2009-01-04 David RobillardFix midi note max colour typo (miri -> midi).
2009-01-02 Carl HetheringtonPorts say when they're going away.
2009-01-02 Paul Davissave/restore meter point from carl for #1748
2009-01-01 Hans Baier* removed field Session::_desired_transport_speed since...
2009-01-01 Hans Baier* cosmetic change
2009-01-01 Hans Baier*fixed bug in MidiClock_Slave: Use current framerate...
2009-01-01 Hans Baier* refactor Session::follow_slave to be easier to read...
2009-01-01 Hans Baier* radically cleaned up / refactored midi_clock_slave.cc
2009-01-01 Hans Baier* made MidiClock_Slave conform more to to the Spec...
2009-01-01 Hans Baier* fix broken MidiClockTicker (introduced by revision...
2008-12-31 Carl HetheringtonFlip stacked regions order so that the highest layer...
2008-12-31 Carl HetheringtonBug fixes to find_next_region_boundary (), unless I...
2008-12-30 Sakari BergenWrap some Jack_MidiPort stuff in #ifdefs to solve dylib...
2008-12-29 Sakari BergenFix some compiling warnings and errors in OS X
2008-12-29 Hans Baier* fixed missing track color mode persistence
2008-12-29 Hans Baier* fixed bug introduced in revision 3335: Hibyte lost...
2008-12-27 David RobillardFix immediate event delivery (panic button, controller...
2008-12-27 David RobillardMove MidiRingBuffer::read into .cc file to avoid the...
2008-12-26 Hans Baier* fix the fix: note velocity editing works now without...
2008-12-25 Hans Baier* first prototype implementation of playing back MIDI...
2008-12-24 Hans Baier* implemented three coloring modes for MIDI tracks...
2008-12-23 Carl HetheringtonBug fixes so that region split does not clobber region...
2008-12-23 Hans Baier* added comments to midi_region_view.h
2008-12-18 Carl HetheringtonRemove unnecessary 0 checks before delete; see parashif...
2008-12-18 Carl HetheringtonCouple of bug fixes which show up when undoing solo...
2008-12-16 Carl HetheringtonImplement #2425: option for automation to follow region...
2008-12-15 Hans Baier* first working prototype of changing program changes...
2008-12-14 Hans Baier* some refactoring of patch name stuff in preparation...
2008-12-12 Paul Davismost of the 2.X->3.0 commit (up to rev 4299) except...
2008-12-12 Hans Baier* fixed memory allocation bugs
2008-12-11 Hans Baier* added myself to about.cc
2008-12-10 Hans Baier* make patch selection appear only when there are patch...
2008-12-09 Hans Baier* moved /midi_patch_manager.* to libs/ardour
2008-12-09 Hans Baier* first working prototype of selecting instruments...
2008-12-08 Paul Davismerge 3870-3890 from 2.0-ongoing into 3.X (compiles...
2008-12-08 Paul Davispartial patch/partial by-hand merge of 2.X commits...
2008-12-08 Hans Baier* first primitive implementation of MidiPatchManager
2008-12-04 Hans Baier* made MidiClockTicker Singleton
2008-12-01 Hans Baier* minor cleanup
2008-12-01 Hans Baier* reduced debugging output
2008-12-01 Hans Baier* Sending MIDI Clock while looping works now
2008-11-29 Sakari BergenFirst revision with working track import
2008-11-29 Hans Baier* fixed potential crash
2008-11-29 Hans Baier* sending MIDI clock works, hooray\!
2008-11-26 Hans Baier* added Menu for sending midi clock
2008-11-26 Sakari BergenMore work on track import and some cleaning up of Eleme...
2008-11-26 Hans Baier* the very humble beginnings of sending MIDI clock
next