summaryrefslogtreecommitdiffstats
path: root/src/libs/engine
AgeCommit message (Expand)AuthorFilesLines
2007-05-02Added svn:ignore property to everything.David Robillard31-97/+206
2007-05-01Converted Raul (and thus Ingen and Machina) to use Redland over Raptor/Rasqal...David Robillard1-2/+2
2007-04-29Cleaner control panel layout, with value spinner/entry.David Robillard1-1/+0
2007-04-29Set maximum bundle size to ideal UDP value.David Robillard1-2/+2
2007-04-29Fixed incomplete transfer of loaded plugins to client, bundle transfer.David Robillard2-8/+24
2007-04-20Update for SLV2 API changes.David Robillard2-12/+4
2007-04-19Renamed SLV2Model SLV2World.David Robillard3-5/+10
2007-04-19Applied patch from larsl to fix DSSI MIDI.David Robillard3-18/+49
2007-04-11Updated/cleaned up OSC namespace (/om/synth -> /ingen etc).David Robillard4-176/+153
2007-04-11Minor code cleanups/cruft removal.David Robillard6-44/+13
2007-04-11Serialization (both saving and restoring) of nested patches.David Robillard2-8/+7
2007-04-09Bugfixes.David Robillard1-1/+5
2007-04-09MIDI patching. wooo!David Robillard3-23/+33
2007-04-08Fixed audio output.David Robillard3-103/+22
2007-04-08Alsa MIDI compile fixes.David Robillard4-25/+23
2007-04-08Yet. More. Jack. MIDI. API. Hacks.David Robillard1-7/+15
2007-04-08More Jack MIDI API compatibility jacks.David Robillard3-3/+9
2007-04-08Jack MIDI API compatibility kluges.David Robillard2-1/+45
2007-04-08LV2 MIDI fixes.David Robillard3-24/+23
2007-04-08MIDI patching fixes (clean disconnecting).David Robillard29-82/+182
2007-04-08De-template-ification of port types (req. for LV2 MIDI, but nice code size re...David Robillard65-1349/+1081
2007-04-07Removed duplicate midi.h and referred to Raul version.David Robillard6-141/+5
2007-04-07Fixed connection to patch MIDI ports when loading deprecated patches.David Robillard4-8/+8
2007-04-07Jack MIDI API fixes.David Robillard1-2/+2
2007-02-24Distribution build fixes (pass make distcheck).David Robillard1-2/+0
2007-02-20Updated Ingen for most recent SLV2 API.David Robillard4-18/+30
2007-02-11Moved Maid from Ingen to Raul.David Robillard18-144/+31
2007-02-10Alsa compile fixes.David Robillard2-6/+2
2007-02-10Fix previous (broken) commit.David Robillard5-12/+12
2007-02-09Moved Deletable (formerly MaidObject), List, and Array from Ingen to Raul.David Robillard59-891/+252
2007-02-09Removed data type stuff from SLV2.David Robillard1-26/+15
2007-02-07Updated Copyright notices.David Robillard162-162/+324
2007-02-07Abstracted out "Connectable" concept in FlowCanvas (towards connecting things...David Robillard1-0/+4
2007-02-07Mad sed-fu for consistent private member naming.David Robillard78-1240/+1242
2007-01-23Alsa MIDI compilation fixes.David Robillard2-7/+7
2007-01-23Jack MIDI fixes, "fixed" (increased) ranges on control dialog range spinners.David Robillard5-19/+20
2007-01-22Alsa MIDI compile fix. Maybe.David Robillard1-6/+6
2007-01-22Created Raul namespace.David Robillard21-44/+52
2007-01-22Added atomic int/pointer classes to Raul.David Robillard10-24/+26
2007-01-12Control value persistence/serialization.David Robillard1-3/+3
2007-01-08Alsa MIDI fixed.David Robillard2-36/+36
2007-01-08Fix for building against local raul.David Robillard3-8/+9
2007-01-08Fix destruction of nodes with connections to parent patch ports.David Robillard3-22/+21
2007-01-07Jack MIDI port destruction.David Robillard7-61/+84
2007-01-07Top level port destruction (Jack port removal).David Robillard11-64/+44
2007-01-06Fixed Alsa MIDI.David Robillard1-1/+1
2007-01-06Added ability to get Raul Thread for current calling context.David Robillard19-91/+171
2007-01-06Work on Port destruction (still broken).David Robillard16-122/+210
2007-01-02Fix building non-monolithic Ingenuity.David Robillard2-35/+2
2007-01-02Initial work on dynamic (Jack) buffer resizing (still unworking).David Robillard17-160/+232