--- linuxsampler/trunk/src/drivers/midi/MidiInputDevice.cpp 2004/08/25 22:00:33 226 +++ linuxsampler/trunk/src/drivers/midi/MidiInputDevice.cpp 2005/05/17 18:16:54 551 @@ -3,6 +3,7 @@ * LinuxSampler - modular, streaming capable sampler * * * * Copyright (C) 2003, 2004 by Benno Senoner and Christian Schoenebeck * + * Copyright (C) 2005 Christian Schoenebeck * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -120,8 +121,9 @@ // *************** MidiInputDevice *************** // * - MidiInputDevice::MidiInputDevice(std::map DriverParameters) { - this->Parameters = DriverParameters; + MidiInputDevice::MidiInputDevice(std::map DriverParameters, void* pSampler) { + this->Parameters = DriverParameters; + this->pSampler = pSampler; } MidiInputDevice::~MidiInputDevice() {