~ubuntu-branches/ubuntu/trusty/lmms/trusty

« back to all changes in this revision

Viewing changes to plugins/zynaddsubfx/ZynAddSubFx.cpp

  • Committer: Package Import Robot
  • Author(s): Israel Dahl
  • Date: 2013-02-28 20:58:18 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20130228205818-spbc545gwofxkkif
Tags: 0.4.14-0ubuntu1
* New upstream release.
  - Graphically enhanced AudioFileProcessor plugin
  - Fixed bug with magnetic knobs
  - Fixed various crashes
  - Completely revised VST support (improved VST effect support,
  timesync support and many more)
  - Added multitrack export
  - Added Hydrogen song import plugin
  - Fixed wrong chords
  - Improvements to automation framework
* debian/lmms.install debian/lmms-common.install
  - moved /usr/share/applications to lmms.install
* debian/control
  - updated Standards-Version to 3.9.4
* debian/copyright
  - updated to make current
* debian/rules
  - fixed Lintian errors during build

Show diffs side-by-side

added added

removed removed

Lines of Context:
290
290
        {
291
291
                m_remotePlugin->lock();
292
292
                m_remotePlugin->sendMessage(
293
 
                        RemotePlugin::message( IdLoadPresetFromFile ).addString( fn ) );
294
 
                m_remotePlugin->waitForMessage( IdLoadPresetFromFile );
 
293
                        RemotePlugin::message( IdLoadPresetFile ).addString( fn ) );
 
294
                m_remotePlugin->waitForMessage( IdLoadPresetFile );
295
295
                m_remotePlugin->unlock();
296
296
        }
297
297
        else