summaryrefslogtreecommitdiffstats
path: root/src/PatchageEvent.cpp
AgeCommit message (Collapse)AuthorFilesLines
2007-07-25Avoid some canvas text measuring overhead in Patchage (module resizing).David Robillard1-1/+1
Fix duplex Alsa Sequencer ports (fix ticket 12). git-svn-id: http://svn.drobilla.net/lad/patchage@617 a436a847-0d15-0410-975c-d299462d15a1
2007-07-24Possibly fix overlapping MIDI ports (fix ticket 10).David Robillard1-3/+6
git-svn-id: http://svn.drobilla.net/lad/patchage@616 a436a847-0d15-0410-975c-d299462d15a1
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard1-6/+6
Fix (some) inclusion guard names to not clash with other libs. git-svn-id: http://svn.drobilla.net/lad/patchage@613 a436a847-0d15-0410-975c-d299462d15a1
2007-07-24Removed recursive autohell, except for SLv2.David Robillard1-1/+1
Always build against local copies, hopefully fixing broken compilation against outdated system versions. git-svn-id: http://svn.drobilla.net/lad/patchage@610 a436a847-0d15-0410-975c-d299462d15a1
2007-07-11Fix building w/o Alsa.David Robillard1-1/+5
git-svn-id: http://svn.drobilla.net/lad/patchage@582 a436a847-0d15-0410-975c-d299462d15a1
2007-07-05More memory consumption reduction.David Robillard1-20/+20
git-svn-id: http://svn.drobilla.net/lad/patchage@579 a436a847-0d15-0410-975c-d299462d15a1
2007-06-08Use new Jack connection notifications instead of a full refresh (huge ↵David Robillard1-7/+16
performance improvement). git-svn-id: http://svn.drobilla.net/lad/patchage@536 a436a847-0d15-0410-975c-d299462d15a1
2007-06-08Monitor/change ALSA connections without refreshing entire canvas (much faster).David Robillard1-34/+78
Waiting on JACK to provide the notification to do the same.... git-svn-id: http://svn.drobilla.net/lad/patchage@531 a436a847-0d15-0410-975c-d299462d15a1
2007-06-06Nicer Flowcanvas naming.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/patchage@529 a436a847-0d15-0410-975c-d299462d15a1
2007-04-11Fix crash bug on Jack exit.David Robillard1-1/+7
git-svn-id: http://svn.drobilla.net/lad/patchage@434 a436a847-0d15-0410-975c-d299462d15a1
2007-04-06Email address and FSF copyright address updates.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/patchage@405 a436a847-0d15-0410-975c-d299462d15a1
2007-03-12Removed name-based interface for FlowCanvas (using the view as a model = ↵David Robillard1-1/+1
evil), related performance improvements (especially for Machina). Updates for FlowCanvas API changes. Machina SMF import performance improvements (temporarily disabled node labels). git-svn-id: http://svn.drobilla.net/lad/patchage@356 a436a847-0d15-0410-975c-d299462d15a1
2007-02-08Circular nodes in FlowCanvas, related necessary redesign work and changes ↵David Robillard1-3/+3
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 Robillard1-2/+3
git-svn-id: http://svn.drobilla.net/lad/patchage@288 a436a847-0d15-0410-975c-d299462d15a1
2007-01-14Follow Jack port creation/destruction.David Robillard1-0/+83
git-svn-id: http://svn.drobilla.net/lad/patchage@257 a436a847-0d15-0410-975c-d299462d15a1