~mkas/mixxx/mysql

« back to all changes in this revision

Viewing changes to mixxx/src/controllers/midi/midioutputhandler.cpp

  • Committer: MKas
  • Date: 2012-11-03 12:55:54 UTC
  • Revision ID: mkas@tux.lt-20121103125554-ez5ajqyk7bwehrp2
merge with trunk + sql fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
}
50
50
 
51
51
void MidiOutputHandler::update() {
 
52
    if (m_cobj == NULL) {
 
53
        return;
 
54
    }
52
55
    controlChanged(m_cobj->get());
53
56
}
54
57