diff options
author | David Robillard <d@drobilla.net> | 2012-04-13 01:34:45 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-13 01:34:45 +0000 |
commit | 4c85f24f8d3e143aa9f36e7947b66522a1261cc3 (patch) | |
tree | e57df347aade1775902b4c80b5b54d9c5184008e | |
parent | 0f6c47c8e025dc121429b8710eb14674e9c98eef (diff) | |
download | ganv-4c85f24f8d3e143aa9f36e7947b66522a1261cc3.tar.gz ganv-4c85f24f8d3e143aa9f36e7947b66522a1261cc3.tar.bz2 ganv-4c85f24f8d3e143aa9f36e7947b66522a1261cc3.zip |
Gtkmm => Gtk
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@4177 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r-- | README | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,9 +1,8 @@ Ganv ---- -Ganv is an interactive Gtkmm canvas widget for graph-based interfaces -(patchers, modular synthesizers, finite state automata, interactive graphs, -etc). +Ganv is an interactive Gtk canvas widget for graph-based interfaces (patchers, +modular synthesizers, finite state automata, interactive graphs, etc). Ganv provides classes for "Modules" (boxes with "Ports"), Circles, and Edges (lines that connect either Ports or Circles). The user can rearrange |