mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
15 lines
112 B
C++
15 lines
112 B
C++
|
|
#include "faderport.h"
|
||
|
|
|
||
|
|
using namespace ArdourSurface;
|
||
|
|
|
||
|
|
void
|
||
|
|
FaderPort::undo()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
void
|
||
|
|
FaderPort::redo()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|