From ba99f4ca92ea2e6cf8de51341489b0689223e1fc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 15 Sep 2011 05:35:51 +0000 Subject: Tidy git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3463 a436a847-0d15-0410-975c-d299462d15a1 --- src/server/PortImpl.hpp | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) (limited to 'src/server/PortImpl.hpp') diff --git a/src/server/PortImpl.hpp b/src/server/PortImpl.hpp index 4bd52d88..d9540bb2 100644 --- a/src/server/PortImpl.hpp +++ b/src/server/PortImpl.hpp @@ -149,26 +149,23 @@ protected: const Raul::Symbol& name, uint32_t index, uint32_t poly, - PortType type, + PortType type, const Raul::Atom& value, size_t buffer_size); - BufferFactory& _bufs; - uint32_t _index; - uint32_t _poly; - uint32_t _buffer_size; - PortType _buffer_type; - std::set _types; - Raul::Atom _value; - bool _broadcast; - bool _set_by_user; - Raul::Atom _last_broadcasted_value; - + BufferFactory& _bufs; + uint32_t _index; + uint32_t _poly; + uint32_t _buffer_size; + PortType _buffer_type; + std::set _types; + Raul::Atom _value; + Raul::Atom _last_broadcasted_value; Context::ID _context; Raul::Array* _buffers; - - // Dynamic polyphony Raul::Array* _prepared_buffers; + bool _broadcast; + bool _set_by_user; }; } // namespace Server -- cgit v1.2.1