~ubuntu-branches/ubuntu/wily/muse/wily-proposed

« back to all changes in this revision

Viewing changes to plugins/freeverb/revmodel.cpp

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2011-12-03 17:12:54 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20111203171254-28b1j4lpb46r5jtl
Tags: 2.0~rc1-1
* New upstream RC release.
* Refresh patches, remove those patches not needed anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// Reverb model implementation
 
1
//=========================================================
 
2
//  MusE
 
3
//  Linux Music Editor
 
4
//  $Id: ./plugins/freeverb/revmodel.cpp $
2
5
//
3
6
// Written by Jezar at Dreampoint, June 2000
4
7
// http://www.dreampoint.co.uk
5
8
// This code is public domain
 
9
//
 
10
//=========================================================
 
11
// Reverb model implementation
 
12
//
6
13
 
7
14
#include <stdio.h>
8
15
#include "revmodel.h"