summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-10-02Factor out avoid-repeated-checks thing to autowaf. Saves lines in wscripts....David Robillard1-8/+3
Use SLV2_VERSION instead of PACKAGE_VERSION in slv2 code to play nice with others. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1598 a436a847-0d15-0410-975c-d299462d15a1
2008-10-02Remove JACK dependence from RAUL.David Robillard4-378/+4
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1596 a436a847-0d15-0410-975c-d299462d15a1
2008-10-02Factor out header printing...David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1583 a436a847-0d15-0410-975c-d299462d15a1
2008-10-02Factor more things into autowaf.David Robillard1-1/+8
Only call autowaf functions once no matter how many sub-projects call them (global counter, barf). Print pretty summary for everything with options, in order so you can see which project caused which check. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1581 a436a847-0d15-0410-975c-d299462d15a1
2008-10-01Library versioning.David Robillard2-3/+18
Work on documentation buildding. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1573 a436a847-0d15-0410-975c-d299462d15a1
2008-09-30Build RAUL against JACK if possible.David Robillard1-1/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1566 a436a847-0d15-0410-975c-d299462d15a1
2008-09-30Move LV2 extension stuff to less horribly named directory.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1562 a436a847-0d15-0410-975c-d299462d15a1
2008-09-30Install pkg-config files for libraries.David Robillard1-5/+14
Ingen now successfully builds against Waf built/installed libraries. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1557 a436a847-0d15-0410-975c-d299462d15a1
2008-09-30Wafify ingen.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1548 a436a847-0d15-0410-975c-d299462d15a1
2008-09-30Wafify SLV2.David Robillard1-1/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1544 a436a847-0d15-0410-975c-d299462d15a1
2008-09-30Even more waf (only check for any given package once, even with recursive ↵David Robillard2-0/+70
invocation). git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1543 a436a847-0d15-0410-975c-d299462d15a1
2008-09-30Add symlinks to top level waf for individual project building.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1542 a436a847-0d15-0410-975c-d299462d15a1
2008-09-29 * Context extension work.David Robillard1-1/+4
* Better support for set_port_value on event ports. * Don't pop audio ports when clicking in event mode. * Clicking an event port in event mode will 'bang' the event port (example 'bang' plugin prints when it receives one). git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1534 a436a847-0d15-0410-975c-d299462d15a1
2008-09-28Update contexts extension.David Robillard1-2/+0
Update bang plugin and fix UI building (UI instantiates in ingen again). Stubs for a message thread implementation in ingen. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1525 a436a847-0d15-0410-975c-d299462d15a1
2008-09-09Remove package dependency on librdf.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1486 a436a847-0d15-0410-975c-d299462d15a1
2008-09-09Add ChangeLog.David Robillard1-0/+14
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1483 a436a847-0d15-0410-975c-d299462d15a1
2008-09-09Reorganize repository to allow tagging.David Robillard0-0/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1482 a436a847-0d15-0410-975c-d299462d15a1
2008-09-07Releasey stuff.David Robillard2-5/+6
git-svn-id: http://svn.drobilla.net/lad/raul@1475 a436a847-0d15-0410-975c-d299462d15a1
2008-09-07Fix make 'deb'.David Robillard2-5/+5
git-svn-id: http://svn.drobilla.net/lad/raul@1472 a436a847-0d15-0410-975c-d299462d15a1
2008-09-07Move debian -> debian-sidDavid Robillard9-3/+9
git-svn-id: http://svn.drobilla.net/lad/raul@1471 a436a847-0d15-0410-975c-d299462d15a1
2008-09-05Remove lash autoconf tokens from pkg-config file.David Robillard2-3/+2
git-svn-id: http://svn.drobilla.net/lad/raul@1467 a436a847-0d15-0410-975c-d299462d15a1
2008-08-22Lash D-Bus support and projects list from LADI Patchage, with ↵David Robillard6-207/+2
improvements/cleanup/sanification/etc. Remove liblash stuff (meh, what the hell... here's to new beginnings). Enable/disable/hide/etc patchage widgets better based on available (compiled in) functionality. git-svn-id: http://svn.drobilla.net/lad/raul@1462 a436a847-0d15-0410-975c-d299462d15a1
2008-08-20Fix set_port_value stuff over OSC with blobs (i.e. make klaviatur work with ↵David Robillard1-2/+1
a remote engine). git-svn-id: http://svn.drobilla.net/lad/raul@1454 a436a847-0d15-0410-975c-d299462d15a1
2008-08-20Fix Blob atom copy contruction/size/etc stuff.David Robillard1-13/+14
Fix LV2 UI events (i.e. make klaviatur work again). git-svn-id: http://svn.drobilla.net/lad/raul@1452 a436a847-0d15-0410-975c-d299462d15a1
2008-08-19More thread-safe ringbuffer.David Robillard2-15/+42
Add test for size/full/empty queue functions. git-svn-id: http://svn.drobilla.net/lad/raul@1446 a436a847-0d15-0410-975c-d299462d15a1
2008-08-18Fix copy/paste between different patches.David Robillard1-0/+12
Barf less serialisation stuff to the console. git-svn-id: http://svn.drobilla.net/lad/raul@1431 a436a847-0d15-0410-975c-d299462d15a1
2008-08-17Write a less absurd number of decimal places for control values.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/raul@1421 a436a847-0d15-0410-975c-d299462d15a1
2008-08-17There!David Robillard1-3/+13
Loader uses only CommonInterface and is now able to parse into a client or engine. Proper OSC serialisation of boolean atoms. Remove patch_enabled and patch_disabled calls/signals/etc in favour of new generic "property" mechanism (courtesy of which much more killed API is to come). git-svn-id: http://svn.drobilla.net/lad/raul@1410 a436a847-0d15-0410-975c-d299462d15a1
2008-08-17Cloooser...David Robillard1-6/+17
Bundling of OSC communication both ways (previous was just engine->client). Factor out common OSC*Sender functionality (bundling stuff). Fully type-safe and polyphony-aware port value setting/getting, from RDF through OSC through engine and back again. git-svn-id: http://svn.drobilla.net/lad/raul@1409 a436a847-0d15-0410-975c-d299462d15a1
2008-08-15Install Raul Symbol.hpp.David Robillard2-11/+12
Rework aclocal include crap to not use m4 subdirectory, fix ingen building w/ python. Check for SOAP/HTTP support in ingen configure script as well. git-svn-id: http://svn.drobilla.net/lad/raul@1391 a436a847-0d15-0410-975c-d299462d15a1
2008-08-15Add strong Symbol class (just a restricted string, like path) and use it for ↵David Robillard4-2/+152
ingen object symbols. git-svn-id: http://svn.drobilla.net/lad/raul@1387 a436a847-0d15-0410-975c-d299462d15a1
2008-07-29Bump Ingen librdf dependency to 1.0.8.David Robillard1-3/+14
Several serialization fixes. Include Smack 808 Om patches converted to Ingen files. git-svn-id: http://svn.drobilla.net/lad/raul@1301 a436a847-0d15-0410-975c-d299462d15a1
2008-07-10Fix patchage/raul building without jack.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/raul@1291 a436a847-0d15-0410-975c-d299462d15a1
2008-07-07Add missing midi_names.h to distribution.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/raul@1285 a436a847-0d15-0410-975c-d299462d15a1
2008-07-07Remove unnecessary REDLANDMM_[LIBS|CFLAGS].David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/raul@1284 a436a847-0d15-0410-975c-d299462d15a1
2008-07-06Debian packaging.David Robillard13-16/+215
FlowCanvas 0.5.0. Raul 0.5.0. Patchage 0.4.1. git-svn-id: http://svn.drobilla.net/lad/raul@1283 a436a847-0d15-0410-975c-d299462d15a1
2008-06-09Fix building w/o doxygen maybe for real this time.David Robillard2-1/+5
git-svn-id: http://svn.drobilla.net/lad/raul@1252 a436a847-0d15-0410-975c-d299462d15a1
2008-06-09Fix documentation building.David Robillard1-4/+6
git-svn-id: http://svn.drobilla.net/lad/raul@1251 a436a847-0d15-0410-975c-d299462d15a1
2008-06-09Build documentation on 'make' when --enable-documentation used (fix ticket ↵David Robillard1-0/+2
#153). git-svn-id: http://svn.drobilla.net/lad/raul@1249 a436a847-0d15-0410-975c-d299462d15a1
2008-05-23Merge improvemennts to MIDI stuff from Ardour.David Robillard5-134/+209
git-svn-id: http://svn.drobilla.net/lad/raul@1227 a436a847-0d15-0410-975c-d299462d15a1
2008-05-20Fix various problems with control port values.David Robillard1-11/+45
Fix control port feedback issues with LV2 plugin UIs. git-svn-id: http://svn.drobilla.net/lad/raul@1218 a436a847-0d15-0410-975c-d299462d15a1
2008-05-14Fix clear patch command (ticket #18).David Robillard1-1/+2
Potential destruction race/leak fixes. More thorough thread assertions on graph object methods. git-svn-id: http://svn.drobilla.net/lad/raul@1207 a436a847-0d15-0410-975c-d299462d15a1
2008-05-14Add flag to force disable assembly (some people get compile errors for ↵David Robillard1-1/+1
unknown reasons). git-svn-id: http://svn.drobilla.net/lad/raul@1205 a436a847-0d15-0410-975c-d299462d15a1
2008-05-04Fix serialisation of floating point variables (fixes module positioning).David Robillard1-0/+2
git-svn-id: http://svn.drobilla.net/lad/raul@1200 a436a847-0d15-0410-975c-d299462d15a1
2008-05-01GCC 4.3 fixes.David Robillard6-3/+10
git-svn-id: http://svn.drobilla.net/lad/raul@1191 a436a847-0d15-0410-975c-d299462d15a1
2008-04-30Fix Redland NULL node assertion failures when saving.David Robillard1-2/+5
git-svn-id: http://svn.drobilla.net/lad/raul@1184 a436a847-0d15-0410-975c-d299462d15a1
2008-04-12Apply gcc 4.3 fixes from larsl.David Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/lad/raul@1179 a436a847-0d15-0410-975c-d299462d15a1
2008-03-14Exit clean on ctrl+c when running engine only.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/raul@1165 a436a847-0d15-0410-975c-d299462d15a1
2008-02-09Add missing symlink.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/raul@1137 a436a847-0d15-0410-975c-d299462d15a1
2008-02-09Use Raul::TimeStamp (LV2 compatible typed 32:32 fixed timestamp) everywhere.David Robillard16-156/+405
Fix initial size of Patchage messages window. Machina disabled for now (transitioning to generic timestamps). git-svn-id: http://svn.drobilla.net/lad/raul@1133 a436a847-0d15-0410-975c-d299462d15a1