summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2007-03-02(So far failed) attemps to get patchage messages pane closed on launch.David Robillard2-6/+10
Work towards action serialization in Machina. git-svn-id: http://svn.drobilla.net/lad/patchage@342 a436a847-0d15-0410-975c-d299462d15a1
2007-02-15Togglable Jack toolbar.David Robillard3-17/+43
git-svn-id: http://svn.drobilla.net/lad/patchage@307 a436a847-0d15-0410-975c-d299462d15a1
2007-02-09Removed data type stuff from SLV2.David Robillard1-2/+6
Reworked event system in FlowCanvas to use signals. Added straight connections and arrowheads to FlowCanvas, Ellipse fixes. git-svn-id: http://svn.drobilla.net/lad/patchage@293 a436a847-0d15-0410-975c-d299462d15a1
2007-02-08Circular nodes in FlowCanvas, related necessary redesign work and changes ↵David Robillard5-19/+30
for API update. Beginnings of a Machina GUI. git-svn-id: http://svn.drobilla.net/lad/patchage@290 a436a847-0d15-0410-975c-d299462d15a1
2007-02-07Updated FSF address, copyright dates where appropriate, etc.David Robillard21-42/+61
git-svn-id: http://svn.drobilla.net/lad/patchage@288 a436a847-0d15-0410-975c-d299462d15a1
2007-02-07Abstracted out "Connectable" concept in FlowCanvas (towards connecting ↵David Robillard4-22/+39
things other than ports). Fixes for SLV2 API changes. git-svn-id: http://svn.drobilla.net/lad/patchage@287 a436a847-0d15-0410-975c-d299462d15a1
2007-02-07Mad sed-fu for consistent private member naming.David Robillard15-598/+598
git-svn-id: http://svn.drobilla.net/lad/patchage@286 a436a847-0d15-0410-975c-d299462d15a1
2007-01-22Created Raul namespace.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/patchage@265 a436a847-0d15-0410-975c-d299462d15a1
2007-01-22Added atomic int/pointer classes to Raul.David Robillard2-6/+10
Added multi-writer queue to Raul. Renamed Queue SRSWQueue (single-reader single-writer). Updated patchage/ingen for Raul changes. git-svn-id: http://svn.drobilla.net/lad/patchage@264 a436a847-0d15-0410-975c-d299462d15a1
2007-01-15Fix potential crash on module removal.David Robillard4-7/+17
Don't "pretend" to set Jack buffer size when change fails. git-svn-id: http://svn.drobilla.net/lad/patchage@260 a436a847-0d15-0410-975c-d299462d15a1
2007-01-14Replaced useless sample rate combobox with a label.David Robillard3-21/+31
git-svn-id: http://svn.drobilla.net/lad/patchage@258 a436a847-0d15-0410-975c-d299462d15a1
2007-01-14Follow Jack port creation/destruction.David Robillard9-53/+225
git-svn-id: http://svn.drobilla.net/lad/patchage@257 a436a847-0d15-0410-975c-d299462d15a1
2007-01-05Fix for redundant buffer size setting bug (courtesy nedko).David Robillard1-0/+3
git-svn-id: http://svn.drobilla.net/lad/patchage@231 a436a847-0d15-0410-975c-d299462d15a1
2007-01-01Toolbar spacing touchups.David Robillard1-9/+8
git-svn-id: http://svn.drobilla.net/lad/patchage@227 a436a847-0d15-0410-975c-d299462d15a1
2007-01-01Jack toolbar, modification of Jack buffer size on the fly.David Robillard5-24/+764
git-svn-id: http://svn.drobilla.net/lad/patchage@226 a436a847-0d15-0410-975c-d299462d15a1
2006-12-13Dropped port translucency a touch.David Robillard1-4/+4
git-svn-id: http://svn.drobilla.net/lad/patchage@224 a436a847-0d15-0410-975c-d299462d15a1
2006-11-11Fixes for the previous fixes :)David Robillard2-3/+7
git-svn-id: http://svn.drobilla.net/lad/patchage@201 a436a847-0d15-0410-975c-d299462d15a1
2006-11-11Fixes for building without ALSA (eg on OSX)David Robillard11-47/+109
git-svn-id: http://svn.drobilla.net/lad/patchage@200 a436a847-0d15-0410-975c-d299462d15a1
2006-10-17Launch servers by default on start (unless environment variables are set), i.e.David Robillard4-20/+79
do what usual clients are "supposed to" do. Fixed icon bug. git-svn-id: http://svn.drobilla.net/lad/patchage@188 a436a847-0d15-0410-975c-d299462d15a1
2006-10-17Preliminary Jack transport control.David Robillard5-2/+204
git-svn-id: http://svn.drobilla.net/lad/patchage@187 a436a847-0d15-0410-975c-d299462d15a1
2006-10-16Added missing file.David Robillard1-0/+85
git-svn-id: http://svn.drobilla.net/lad/patchage@181 a436a847-0d15-0410-975c-d299462d15a1
2006-10-16ExpanderPane fix.David Robillard1-0/+5
git-svn-id: http://svn.drobilla.net/lad/patchage@179 a436a847-0d15-0410-975c-d299462d15a1
2006-10-16Magic flashy PaneExpander(TM) 2.0.David Robillard3-36/+125
git-svn-id: http://svn.drobilla.net/lad/patchage@178 a436a847-0d15-0410-975c-d299462d15a1
2006-10-16Minor flowcanvas visual touchups.David Robillard4-55/+301
Work at completing Ingen serialization (connections still aren't right). Patchage Jack command line configuration (via ~/.jackdrc) git-svn-id: http://svn.drobilla.net/lad/patchage@177 a436a847-0d15-0410-975c-d299462d15a1
2006-10-15Fixed broken modules for certain aseq clients.David Robillard1-5/+2
git-svn-id: http://svn.drobilla.net/lad/patchage@173 a436a847-0d15-0410-975c-d299462d15a1
2006-10-14Message pane togglingDavid Robillard3-13/+41
git-svn-id: http://svn.drobilla.net/lad/patchage@168 a436a847-0d15-0410-975c-d299462d15a1
2006-10-14Fixed initial visibilityDavid Robillard2-8/+8
git-svn-id: http://svn.drobilla.net/lad/patchage@167 a436a847-0d15-0410-975c-d299462d15a1
2006-10-14Fixed Patchage dynamic reconnection.David Robillard4-12/+16
git-svn-id: http://svn.drobilla.net/lad/patchage@166 a436a847-0d15-0410-975c-d299462d15a1
2006-10-05Conditional compilation fixes.David Robillard2-7/+16
git-svn-id: http://svn.drobilla.net/lad/patchage@163 a436a847-0d15-0410-975c-d299462d15a1
2006-10-05Added Patchage icon and desktop entry (menus).David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/patchage@161 a436a847-0d15-0410-975c-d299462d15a1
2006-10-05More build system fixes, everything now builds against the local copy if ↵David Robillard2-3/+3
toplevel scripts are used. git-svn-id: http://svn.drobilla.net/lad/patchage@158 a436a847-0d15-0410-975c-d299462d15a1
2006-10-04Moved generic utility stuff to new library "raul".David Robillard2-42/+0
git-svn-id: http://svn.drobilla.net/lad/patchage@156 a436a847-0d15-0410-975c-d299462d15a1
2006-10-04Global build system, build system bugfixes.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/patchage@154 a436a847-0d15-0410-975c-d299462d15a1
2006-10-03shared_ptr bugfixes.David Robillard7-39/+34
Updated Ingen to work with new FlowCanvas. Updated Patchage to work with new(er) FlowCanvas. git-svn-id: http://svn.drobilla.net/lad/patchage@152 a436a847-0d15-0410-975c-d299462d15a1
2006-10-03Working connection dragging/snap/etc.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/patchage@149 a436a847-0d15-0410-975c-d299462d15a1
2006-10-03Added missing file.David Robillard1-0/+41
git-svn-id: http://svn.drobilla.net/lad/patchage@148 a436a847-0d15-0410-975c-d299462d15a1
2006-10-02boost::shared_ptr-ification of FlowCanvas.David Robillard18-611/+811
Extreme performance enhancements in Patchage (eg don't redraw the whole canvas every time). Patchage work towards being a control centre. Broken commit (ingen doesn't even compile) for machine transfer, don't even bother trying this revision. git-svn-id: http://svn.drobilla.net/lad/patchage@147 a436a847-0d15-0410-975c-d299462d15a1
2006-09-10Zoom Full feature in FlowCanvas/Ingenuity.David Robillard1-2/+2
Fix for reattaching to running engine (reponse ID bug). More GUI work. git-svn-id: http://svn.drobilla.net/lad/patchage@126 a436a847-0d15-0410-975c-d299462d15a1
2006-09-10GUI redesigning.David Robillard3-10/+11
git-svn-id: http://svn.drobilla.net/lad/patchage@125 a436a847-0d15-0410-975c-d299462d15a1
2006-09-06Fixed -O flags for debug buildsDavid Robillard1-1/+3
git-svn-id: http://svn.drobilla.net/lad/patchage@117 a436a847-0d15-0410-975c-d299462d15a1
2006-07-18Stricter warnings for --enable-strict David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/patchage@93 a436a847-0d15-0410-975c-d299462d15a1
2006-06-09Added patchageDavid Robillard19-0/+3025
git-svn-id: http://svn.drobilla.net/lad/patchage@5 a436a847-0d15-0410-975c-d299462d15a1