Remove superfluous typedefs.

Don't set range on sysex parameters (fix warning).


git-svn-id: svn://localhost/ardour2/branches/3.0@4568 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2009-02-14 23:41:05 +00:00
parent d0cc3120ae
commit de2681f7cd
7 changed files with 22 additions and 33 deletions

View file

@ -22,7 +22,7 @@
namespace Evoral {
template<typename Time>
Note<Time>::Note(uint8_t chan, Time t, EventLength l, uint8_t n, uint8_t v)
Note<Time>::Note(uint8_t chan, Time t, Time l, uint8_t n, uint8_t v)
// FIXME: types?
: _on_event(0xDE, t, 3, NULL, true)
, _off_event(0xAD, t + l, 3, NULL, true)