mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 21:56:30 +01:00
use LIBEVORAL_TEMPLATE_API with Evoral::Note
This commit is contained in:
parent
2fc2df8c5d
commit
9c753dbaec
1 changed files with 1 additions and 3 deletions
|
|
@ -33,7 +33,7 @@ namespace Evoral {
|
|||
* Currently a note is defined as (on event, length, off event).
|
||||
*/
|
||||
template<typename Time>
|
||||
class /*LIBEVORAL_API*/ Note {
|
||||
class LIBEVORAL_TEMPLATE_API Note {
|
||||
public:
|
||||
Note(uint8_t chan=0, Time time=0, Time len=0, uint8_t note=0, uint8_t vel=0x40);
|
||||
Note(const Note<Time>& copy);
|
||||
|
|
@ -116,7 +116,5 @@ template<typename Time>
|
|||
return o;
|
||||
}
|
||||
|
||||
#include "../src/Note.impl"
|
||||
|
||||
#endif // EVORAL_NOTE_HPP
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue