Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-02 | Use Glib string interning (quarks) to make Path/URI operator== very fast. | David Robillard | 1 | -1/+8 | |
This avoids a ton of string comparison overhead in Ingen when setting various properties (e.g. "ingen:value" was compared several times every time a port value was changed, now this is just a single pointer comparison and the full round trip of a value change does no string comparison at all, but is still property based and RDFey). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2408 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2009-12-19 | New ingen module (library, not e.g. LV2 plugin) design. | David Robillard | 1 | -19/+10 | |
Much cleaner interface and general usage of Ingen as a library. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2314 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2009-06-03 | Organize ingen_module like other modules. | David Robillard | 1 | -0/+75 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2080 a436a847-0d15-0410-975c-d299462d15a1 |