diff options
author | David Robillard <d@drobilla.net> | 2007-09-21 04:01:33 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-09-21 04:01:33 +0000 |
commit | a1e97211b02cc1cd9509617cd3452d731ad7b512 (patch) | |
tree | 09fc6e10ce01b6975fc69f3f14bf031919264d80 /src/libs/engine/Port.hpp | |
parent | 2fd281a285e4b0bc31e0a0dc6f970359440612c8 (diff) | |
download | ingen-a1e97211b02cc1cd9509617cd3452d731ad7b512.tar.gz ingen-a1e97211b02cc1cd9509617cd3452d731ad7b512.tar.bz2 ingen-a1e97211b02cc1cd9509617cd3452d731ad7b512.zip |
Reimplement menu system to be picturey, glade loaded, heirarchial, code reusey, etc.
Patch port polyphony toggling.
git-svn-id: http://svn.drobilla.net/lad/ingen@745 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/engine/Port.hpp')
-rw-r--r-- | src/libs/engine/Port.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libs/engine/Port.hpp b/src/libs/engine/Port.hpp index 64fde9cc..f0b7ec25 100644 --- a/src/libs/engine/Port.hpp +++ b/src/libs/engine/Port.hpp @@ -101,7 +101,6 @@ protected: Raul::Array<Buffer*>* _buffers; // Dynamic polyphony - uint32_t _prepared_poly; Raul::Array<Buffer*>* _prepared_buffers; }; |