mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
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:
parent
d0cc3120ae
commit
de2681f7cd
7 changed files with 22 additions and 33 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue