Change ALSA device default to 'default' from hw:0
[zynaddsubfx-code.git] / src / Output / DSSIControl.cpp
blob411f393388822e92a6927ed36de7a414f91c46c0
1 /*
2 ZynAddSubFX - a software synthesizer
4 DSSIControl.cpp - DSSI control ports "controller"
5 Copyright (C) 2015 Olivier Jolly
6 Author: Olivier Jolly
8 This program is free software; you can redistribute it and/or
9 modify it under the terms of the GNU General Public License
10 as published by the Free Software Foundation; either version 2
11 of the License, or (at your option) any later version.
14 #include "DSSIControl.h"
15 #include "../Misc/Master.h"
17 void DSSIControl::forward_control(zyn::Master *master) {
18 master->setController(0, description.controller_code, get_scaled_data());