/[svn]/gigedit/trunk/src/plugin/linuxsamplerplugin.cpp
ViewVC logotype

Diff of /gigedit/trunk/src/plugin/linuxsamplerplugin.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3460 by schoenebeck, Tue Nov 14 18:07:25 2017 UTC revision 3461 by persson, Sat Feb 2 17:53:36 2019 UTC
# Line 1  Line 1 
1  /*  /*
2   * Copyright (C) 2007 - 2017 Andreas Persson   * Copyright (C) 2007 - 2019 Andreas Persson
3   *   *
4   * This program is free software; you can redistribute it and/or   * This program is free software; you can redistribute it and/or
5   * modify it under the terms of the GNU General Public License as   * modify it under the terms of the GNU General Public License as
# Line 177  int LinuxSamplerPlugin::Main(void* pInst Line 177  int LinuxSamplerPlugin::Main(void* pInst
177      const Glib::RefPtr<Glib::TimeoutSource> timeout_source =      const Glib::RefPtr<Glib::TimeoutSource> timeout_source =
178          Glib::TimeoutSource::create(100); // poll every 100ms          Glib::TimeoutSource::create(100); // poll every 100ms
179      timeout_source->connect(      timeout_source->connect(
180          sigc::mem_fun(this, &LinuxSamplerPlugin::__onPollPeriod)          sigc::mem_fun(*this, &LinuxSamplerPlugin::__onPollPeriod)
181      );      );
182      timeout_source->attach(Glib::MainContext::get_default());      timeout_source->attach(Glib::MainContext::get_default());
183    

Legend:
Removed from v.3460  
changed lines
  Added in v.3461

  ViewVC Help
Powered by ViewVC