summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/JackMidiDriver.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-08-16Closer...David Robillard1-1/+1
2008-08-13Remove old LASH stuff (wouldn't be useful in implementing the new LASH with t...David Robillard1-3/+0
2008-07-29Fix stateful port value setting stuff (trigger output ports on note/trigger/e...David Robillard1-2/+2
2008-05-23Fix crash when trying to add multiple objects with the same path.David Robillard1-0/+6
2008-05-20Fix Jack MIDI output.David Robillard1-10/+6
2008-05-20Fix direct midi in -> midi out connections in root patch with plugins present.David Robillard1-7/+7
2008-04-12LV2 event/MIDI fixed for Ingen from larsl.David Robillard1-2/+3
2008-01-21Work on generic LV2 events.David Robillard1-9/+13
2007-10-08Fixed missing symbol in Raul.David Robillard1-1/+1
2007-10-08Fix serialization/connection bugs resulting from refactoring.David Robillard1-1/+1
2007-10-04Fixed port menu (load fancy dynamic menu from Glade).David Robillard1-3/+21
2007-09-30Better design for process() signature (pass everything needed in a single obj...David Robillard1-13/+12
2007-09-30Better driver interface for input/output.David Robillard1-9/+59
2007-08-02Fix MIDI patching.David Robillard1-2/+5
2007-07-25Fix crash on Jack frame counter overrun.David Robillard1-2/+0
2007-07-25Removed outdated comment.David Robillard1-2/+1
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard1-8/+8
2007-07-24Removed recursive autohell, except for SLv2.David Robillard1-4/+4
2007-04-08Alsa MIDI compile fixes.David Robillard1-3/+0
2007-04-08More Jack MIDI API compatibility jacks.David Robillard1-0/+1
2007-04-08MIDI patching fixes (clean disconnecting).David Robillard1-2/+1
2007-04-08De-template-ification of port types (req. for LV2 MIDI, but nice code size re...David Robillard1-13/+13
2007-04-07Removed duplicate midi.h and referred to Raul version.David Robillard1-2/+2
2007-04-07Jack MIDI API fixes.David Robillard1-2/+2
2007-02-11Moved Maid from Ingen to Raul.David Robillard1-1/+1
2007-02-10Alsa compile fixes.David Robillard1-4/+0
2007-02-10Fix previous (broken) commit.David Robillard1-2/+2
2007-02-09Moved Deletable (formerly MaidObject), List, and Array from Ingen to Raul.David Robillard1-4/+4
2007-02-07Updated Copyright notices.David Robillard1-1/+2
2007-01-23Jack MIDI fixes, "fixed" (increased) ranges on control dialog range spinners.David Robillard1-4/+2
2007-01-07Jack MIDI port destruction.David Robillard1-35/+41
2007-01-07Top level port destruction (Jack port removal).David Robillard1-14/+0
2006-11-23Updated for Jack MIDI APIDavid Robillard1-1/+1
2006-09-16Fixes for building w/o DSSI.David Robillard1-1/+1
2006-07-19Changed namespace names, removed almost all references to "Om"David Robillard1-2/+2
2006-07-18Removed globals (Om.h)David Robillard1-6/+3
2006-07-14Updated name in comment headers and copyright dateDavid Robillard1-2/+2
2006-06-21Reorganized directory tree/namesDavid Robillard1-2/+2
2006-06-19Connecting of patch ports internally (seemingly anyway, data not flowing yet)David Robillard1-3/+3
2006-06-19Renamed PortBase to TypedPortDavid Robillard1-2/+2
2006-06-18Fixed missing file/broken includes for types.hDavid Robillard1-1/+1
2006-06-18More work on new ports implementation;David Robillard1-5/+3
2006-06-10More jugglingDavid Robillard1-0/+217