mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
There is no TraxLive here (amend a0e2749)
This commit is contained in:
parent
a0e27495c6
commit
0bac1e07f5
1 changed files with 0 additions and 9 deletions
|
|
@ -145,12 +145,3 @@ HSliderController::HSliderController (Gtk::Adjustment *adj, std::shared_ptr<PBD:
|
|||
, ArdourFader (*adj, HORIZ, fader_length, fader_girth)
|
||||
{
|
||||
}
|
||||
|
||||
#ifdef LIVETRAX
|
||||
TraxSliderController::TraxSliderController (Gtk::Adjustment *adj, std::shared_ptr<PBD::Controllable> mc, int fader_length, int fader_girth)
|
||||
: FaderWidget (*adj, VERT)
|
||||
, SliderController (adj, mc, VERT)
|
||||
, TraxFader (*adj, fader_length, fader_girth)
|
||||
{
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue