diff options
author | David Robillard <d@drobilla.net> | 2006-06-09 15:07:31 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2006-06-09 15:07:31 +0000 |
commit | acbda29f838280ba98cf9e9e539e9d8a6e8fc6ad (patch) | |
tree | e31b37a2456e6d1e564c9a7146c88be259d338b0 /src/common/interface/README | |
download | ingen-acbda29f838280ba98cf9e9e539e9d8a6e8fc6ad.tar.gz ingen-acbda29f838280ba98cf9e9e539e9d8a6e8fc6ad.tar.bz2 ingen-acbda29f838280ba98cf9e9e539e9d8a6e8fc6ad.zip |
Added Om aka Graph aka god knows what
git-svn-id: http://svn.drobilla.net/lad/grauph@9 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/common/interface/README')
-rw-r--r-- | src/common/interface/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/common/interface/README b/src/common/interface/README new file mode 100644 index 00000000..efa19700 --- /dev/null +++ b/src/common/interface/README @@ -0,0 +1,13 @@ +This directory is code that could POSSIBLY be used by both the engine and +clients. + +It's very, very important that nothing here gets messed up that violates +client/engine separation. All interfaces use simple messages composed of +serializable types, and no binary data that could break is shared. It's +basically a functional version of a human-readable OSC interface, in both +directions. + +The interface here maps directly on to the OSC interface - except it can +happen in the same process as well, with only (virtual) function call +overhead. + |