summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/InputPort.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-08-14Lock RDF world mutex in all places slv2 or redland is accessed (fix random se...David Robillard1-1/+25
2008-08-13Fix race condition resulting in duplicate connections if several identical re...David Robillard1-2/+15
2008-07-29Fix stateful port value setting stuff (trigger output ports on note/trigger/e...David Robillard1-3/+3
2008-05-20Fix direct midi in -> midi out connections in root patch with plugins present.David Robillard1-2/+9
2008-05-20Write individual events from UIs over OSC instead of entire event buffer.David Robillard1-5/+8
2008-01-25Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)...David Robillard1-1/+2
2007-10-21Fix control port value broadcasting.David Robillard1-3/+14
2007-10-13Fix sub-patch MIDI I/O.David Robillard1-10/+19
2007-10-08SharedPtr-ize engine-side Connections (towards merge for patch->connections()).David Robillard1-2/+2
2007-10-08Fixed missing symbol in Raul.David Robillard1-4/+4
2007-10-08Shared abstract Connection interface.David Robillard1-5/+5
2007-10-07Added shared abstract interface for ports.David Robillard1-7/+7
2007-10-07Shared abstract Node interface.David Robillard1-2/+2
2007-10-01Blink MIDI ports on message transmission.David Robillard1-16/+6
2007-10-01Generic audio thread generated Event sending system.David Robillard1-2/+2
2007-09-30Better design for process() signature (pass everything needed in a single obj...David Robillard1-13/+11
2007-09-29Work towards port monitoring and better (higher utilization) parallel execution.David Robillard1-10/+33
2007-09-21Somewhat functional dynamic polyphony (LV2 and internal nodes only).David Robillard1-41/+12
2007-09-20Remove useless InternalNode class.David Robillard1-0/+2
2007-09-18Work on dynamic polyphony.David Robillard1-22/+22
2007-08-05Remove obnoxious/expensive MIDI event count debugging print statement.David Robillard1-3/+0
2007-08-02Fix MIDI patching.David Robillard1-0/+3
2007-08-02Implement MIDI copying, fixes MIDI patching from patch input -> patch output ...David Robillard1-11/+22
2007-07-27Use uint32_t for num_ports (and poly), matches LV2 and size_t is excessive on...David Robillard1-9/+9
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard1-6/+6
2007-07-04Fix MIDI control and trigger nodes.David Robillard1-0/+8
2007-04-09Bugfixes.David Robillard1-1/+5
2007-04-08Fixed audio output.David Robillard1-82/+0
2007-04-08MIDI patching fixes (clean disconnecting).David Robillard1-5/+6
2007-04-08De-template-ification of port types (req. for LV2 MIDI, but nice code size re...David Robillard1-51/+35
2007-02-10Fix previous (broken) commit.David Robillard1-1/+1
2007-02-09Moved Deletable (formerly MaidObject), List, and Array from Ingen to Raul.David Robillard1-12/+12
2007-02-07Updated Copyright notices.David Robillard1-1/+2
2007-02-07Mad sed-fu for consistent private member naming.David Robillard1-76/+76
2007-01-23Jack MIDI fixes, "fixed" (increased) ranges on control dialog range spinners.David Robillard1-1/+0
2007-01-02Fix building non-monolithic Ingenuity.David Robillard1-33/+0
2007-01-02Initial work on dynamic (Jack) buffer resizing (still unworking).David Robillard1-20/+19
2006-09-08De-singleton-ified EngineDavid Robillard1-4/+4
2006-07-19Changed namespace names, removed almost all references to "Om"David Robillard1-2/+2
2006-07-18Removed globals (Om.h)David Robillard1-11/+10
2006-07-14Updated name in comment headers and copyright dateDavid Robillard1-2/+2
2006-06-21Reorganized directory tree/namesDavid Robillard1-2/+2
2006-06-21Got the audio flowingDavid Robillard1-5/+8
2006-06-20Renamed OmObject GraphObject;David Robillard1-4/+4
2006-06-19Connecting of patch ports internally (seemingly anyway, data not flowing yet)David Robillard1-50/+51
2006-06-19Renamed PortBase to TypedPortDavid Robillard1-1/+1
2006-06-18More work on new ports implementation;David Robillard1-19/+17
2006-06-10More jugglingDavid Robillard1-0/+352