Commit Graph

  • e0319f5424 Added missing desktop entry files. dave 2006-10-05 05:35:37 +0000
  • cbe457fe67 Added Patchage icon and desktop entry (menus). dave 2006-10-05 05:21:21 +0000
  • 49c99ed83b Added Patchage icon and desktop entry (menus). dave 2006-10-05 05:21:21 +0000
  • 9d0b89b155 Set window icons to.. something dave 2006-10-05 04:59:56 +0000
  • e25eeef7a0 Fixed missing include in flowcanvas (uint32_t). Added new temporary (yet spiffy if I do say so myself) icon. Added desktop entry so Ingenuity shows up in desktop menus all spiff like. dave 2006-10-05 04:56:27 +0000
  • af94beec1b More build system fixes, everything now builds against the local copy if toplevel scripts are used. dave 2006-10-05 02:40:43 +0000
  • 698d4b8a18 More build system fixes, everything now builds against the local copy if toplevel scripts are used. dave 2006-10-05 02:40:43 +0000
  • 302d40ec04 Added missing pkgconfig file for RAUL. dave 2006-10-04 22:44:49 +0000
  • 9cda9f66a4 Moved generic utility stuff to new library "raul". dave 2006-10-04 21:45:20 +0000
  • a44a133ca1 Moved generic utility stuff to new library "raul". dave 2006-10-04 21:45:20 +0000
  • d694bb15d9 Added toplevel autogen.sh. dave 2006-10-04 14:45:31 +0000
  • 4bd5b71506 Global build system, build system bugfixes. dave 2006-10-04 07:11:09 +0000
  • 555deca292 Global build system, build system bugfixes. dave 2006-10-04 07:11:09 +0000
  • f0cd56f0be Bug fixes. Added copy to ingen (no cut or paste yet). Serialization work. dave 2006-10-04 04:47:30 +0000
  • e8c497b5d6 shared_ptr bugfixes. Updated Ingen to work with new FlowCanvas. Updated Patchage to work with new(er) FlowCanvas. dave 2006-10-03 22:24:22 +0000
  • 0b4bc7f01b shared_ptr bugfixes. Updated Ingen to work with new FlowCanvas. Updated Patchage to work with new(er) FlowCanvas. dave 2006-10-03 22:24:22 +0000
  • 8bd12eaa73 Fix missing rasqal var substitution in configure.ac (and duplicate jack substitution). dave 2006-10-03 06:14:01 +0000
  • 886b88f808 Removed debug print statements. dave 2006-10-03 04:06:02 +0000
  • 985e516974 Working connection dragging/snap/etc. dave 2006-10-03 01:04:11 +0000
  • 0e245b564a Working connection dragging/snap/etc. dave 2006-10-03 01:04:11 +0000
  • 3d7d2c352a Added missing file. dave 2006-10-03 00:58:52 +0000
  • 18c868c336 Added missing file. dave 2006-10-03 00:58:52 +0000
  • b2b0599d56 boost::shared_ptr-ification of FlowCanvas. 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. dave 2006-10-02 20:56:28 +0000
  • 079b37367c boost::shared_ptr-ification of FlowCanvas. 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. dave 2006-10-02 20:56:28 +0000
  • 67c0ad8ded Work on RDF serialization (only (partial) saving so far). dave 2006-09-30 06:47:00 +0000
  • 9883d27b37 Added BUILDING file (with build orders). dave 2006-09-22 17:34:47 +0000
  • b9b2596ebd Fixed missing break; resulting in a double free bug. Dave Robillard 2006-09-21 19:15:47 +0000
  • de7b01939b Alsa MIDI fixes. dave 2006-09-19 18:11:19 +0000
  • 48871d162c More store error correcting fixes. Working (sometimes...) patch refresh button. dave 2006-09-18 07:19:42 +0000
  • d52dd9e26f Work on loading old (deprecated) patches. More error tolerance in Store, related bugfixes. Patch port adding (threading) bug fixed (made event blocking). Better PatchView cacheing. Moved generic things from engine to util (shared) Bug fixes, features, etc. dave 2006-09-18 06:24:53 +0000
  • 1d67c116f6 Patch clearing. dave 2006-09-17 01:48:27 +0000
  • 5354222fbc Patch tree window fixes. dave 2006-09-17 01:07:57 +0000
  • 9f1d0d1d66 Fixes for building w/o DSSI. dave 2006-09-16 23:11:31 +0000
  • ee35dd9708 Applied patch from larsl to drop file desctiptors on server launch. Applied Debian patch to fix memory errors on 64-bit archs (supposedly..). Applied Debian patch to kill /etc/services requirement. Fixed server auto launch to work without /etc/services (debian patch broke it). Dave Robillard 2006-09-16 20:39:39 +0000
  • 64370e1bfa Fix for connections to patch ports. dave 2006-09-15 20:18:05 +0000
  • d8e4524127 Eliminated unecessary PatchPort class. dave 2006-09-15 03:16:08 +0000
  • 222ccb8360 Fixed FlowCanvas #include directives (to include FLOWCANVAS prefix). Renamed classes/files in Ingenuity to make more sense (and kill "Om"). Patch port fixes. dave 2006-09-15 01:20:54 +0000
  • 83a21401f9 Patch port and breadcrumb fixes. dave 2006-09-14 23:14:53 +0000
  • c87d84b448 Bug fixes. dave 2006-09-14 06:30:26 +0000
  • 1653b9dfdd Cleaned up client-side model code significantly (made everything private so only Store can change the state of models). Extremely broken, just committing to move code between machines :). dave 2006-09-14 02:27:02 +0000
  • c79d4740bd Added missing files dave 2006-09-13 14:59:22 +0000
  • d2dda2185b Heavy-duty redesign of client library and GUI (now fully signal driven with clean Model/View separation). Smarter, centralized window creation/management (should make window unification easy (panes?)). Typed metadata system, no more fugly string conversion of floats. Supports OSC fundamental types string, int, float, blob for now (though blob isn't working over the wire yet). dave 2006-09-13 06:11:25 +0000
  • fac9203a82 Bug fixes. dave 2006-09-12 01:00:52 +0000
  • 8ce986cd98 Bug fixes. dave 2006-09-11 19:57:59 +0000
  • 50f6dd4f6d Switched homebrew CountedPtr to boost::shared_ptr. Factories for patch windows, controller. Robustness updated in many places. Tons of cleanups, rewrites, bugfixes, etc. dave 2006-09-11 11:10:35 +0000
  • 1dbedf6996 Added missing files. dave 2006-09-10 20:37:52 +0000
  • c338ad4062 Zoom Full feature in FlowCanvas/Ingenuity. Fix for reattaching to running engine (reponse ID bug). More GUI work. dave 2006-09-10 20:11:40 +0000
  • dfe695186d Zoom Full feature in FlowCanvas/Ingenuity. Fix for reattaching to running engine (reponse ID bug). More GUI work. dave 2006-09-10 20:11:40 +0000
  • d62f32fe26 GUI redesigning. dave 2006-09-10 03:42:59 +0000
  • 6f9b8bde52 GUI redesigning. dave 2006-09-10 03:42:59 +0000
  • 657d54aa13 Canvas cleanups, bugfixes, more robustness, etc. dave 2006-09-09 21:42:33 +0000
  • 74986e351b Drove 'er home! Working monolothic Ingenuity (ie. in-process engine). Countless bugfixes. dave 2006-09-09 14:24:56 +0000
  • fac725bf10 More cleanups dave 2006-09-08 23:15:42 +0000
  • 819808fe8e Removed PatchLibrarian dependency on OSC dave 2006-09-08 06:40:17 +0000
  • f0eda10737 Renamed communications classes for consistency. Removed engine dependency on OSC (mostly). dave 2006-09-08 06:23:25 +0000
  • 24cfb7d392 De-singleton-ified Engine Slight rework of Responder/ClientKey/ClientInterface for Requests dave 2006-09-08 03:58:00 +0000
  • 62149520c2 Patch port fixes. Port metadata fixes. Compatibility hacks for loading old patches. Internal node fixes, cleanups, minor refactor. Path fixes. dave 2006-09-07 06:04:55 +0000
  • a99e3f04fb Fixed -O flags for debug builds dave 2006-09-06 22:53:24 +0000
  • b55153845b Fixed -O flags for debug builds dave 2006-09-06 22:53:24 +0000
  • 30712dc666 Another fix for port names (mangling for port name clashes) dave 2006-09-06 22:07:53 +0000
  • f0e8fd23e1 Connecting/Disconnecting/Reconnecting to the engine without restarting. dave 2006-09-06 21:08:52 +0000
  • 99b63e0915 Fixed help text of configure to match parameter Dave Robillard 2006-09-06 20:31:34 +0000
  • 8367cf3848 Fixed LADSPA plugins with invalid OSC path port names (eg containing spaces). Fixed node destruction. dave 2006-09-06 19:05:23 +0000
  • c5fbc39673 Saner (internal) query API, though still needs work. Preliminary (untested) support for host features/extensions/whatever. Documentation fixes and minor cleanups. dave 2006-09-03 05:11:57 +0000
  • d185fe8321 Support for plugin data in manifest.ttl dave 2006-09-03 04:02:34 +0000
  • 8d3c9f7caa Warning and documentation fixes. dave 2006-09-03 03:24:32 +0000
  • 3a79a86998 Schema bug fixes (parsable now). Fixed some leaks. Internal query API cleanups. Added latency reporting support. dave 2006-09-02 08:26:17 +0000
  • 1abd854fe1 Updates for new header/schema dave 2006-08-22 16:12:33 +0000
  • 730c3490d3 Update to most recent SLV2 API dave 2006-07-29 15:17:14 +0000
  • 48d46cd208 Trivial documentation fix (doxygen doesn't seem to pick up @ref's to #defines) dave 2006-07-29 01:50:30 +0000
  • 603842193a Fixed unterminated varargs error dave 2006-07-26 19:40:30 +0000
  • 61768889c1 Removed vstrjoin dave 2006-07-26 18:53:15 +0000
  • c587ccc926 Fixed another type mismatch dave 2006-07-26 18:10:09 +0000
  • f5f7a033b8 Fixed type mismatch dave 2006-07-26 17:52:23 +0000
  • a21e6fe4d7 Use getenv("HOME") instead of hardcoded "~" dave 2006-07-26 17:46:54 +0000
  • b106330c47 - Removed all the unsigned char garbage from the API - Updated types in lv2.h to be non-machine-dependant (removed unsigned long in favour of uint32_t) - Updated schema - Updated example plugin to work with the above (partially) dave 2006-07-26 03:25:08 +0000
  • 98ad93e12b Removed data type enumeration in favour of using the URI directly dave 2006-07-22 19:19:05 +0000
  • 429eef27b7 Renamed Engine class to "Engine" (from "Ingen") to avoid confusion with namespace Ingen dave 2006-07-20 04:15:03 +0000
  • cd8ce035cb ... not much. :) dave 2006-07-20 01:29:00 +0000
  • 6d5ab88c08 Changed namespace names, removed almost all references to "Om" dave 2006-07-19 08:59:30 +0000
  • c58c8e98ff Removed globals (Om.h) dave 2006-07-18 05:46:24 +0000
  • 39d419b12a Made OmApp a singleton dave 2006-07-18 05:22:07 +0000
  • 246f424207 Made a singleton dave 2006-07-18 05:16:37 +0000
  • 556991fe32 Stricter warnings for --enable-strict dave 2006-07-18 04:02:45 +0000
  • 2891e14e42 Stricter warnings for --enable-strict dave 2006-07-18 04:02:45 +0000
  • 77f4688c1f Stricter warnings dave 2006-07-18 03:49:27 +0000
  • dc679d1675 Stricter warning cleanliness dave 2006-07-18 00:26:53 +0000
  • cbf03c0db2 Stricter warning cleanliness dave 2006-07-17 21:35:46 +0000
  • 15f63583aa Updated name in comment headers and copyright date dave 2006-07-14 22:55:39 +0000
  • 158270e9ee Enforced OSC path restrictions on Path for spec conformance (since GraphObject paths will soon be part of OSC paths) dave 2006-07-14 22:24:00 +0000
  • ac122e4106 Factored out Thread (and Slave, an explicitly signal-driven thread) dave 2006-07-12 06:34:30 +0000
  • 44dd31f131 Minor cleanups, removed braindead centralized singleton instance file dave 2006-07-12 01:01:15 +0000
  • 9627854912 Control slider (etc) cleanups dave 2006-07-05 08:32:58 +0000
  • e831f6a2dc Partial support for loading old patches dave 2006-07-04 18:49:56 +0000
  • 93f01eb719 More fixes for connecting/disconnecting dave 2006-07-04 01:25:48 +0000
  • a1f30fe144 Process order traversal / connection fixes (nasty edge cases where patches are involved) dave 2006-07-04 00:08:00 +0000
  • 8a8cd140a7 Fixes for connecting directly from a patch input to a patch output dave 2006-07-03 22:13:38 +0000
  • 10c7c54e92 Creating of multiple patch input/output ports dave 2006-07-03 18:28:10 +0000
  • eef1492730 Enabled checkbox on patch windows working dave 2006-07-03 17:46:19 +0000
  • c2f51fe4df More port controls fixes/cleanups dave 2006-06-22 08:03:12 +0000