~ubuntu-branches/ubuntu/quantal/muse/quantal

« back to all changes in this revision

Viewing changes to widgets/plugtest.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Kobras
  • Date: 2002-04-23 17:28:23 UTC
  • Revision ID: james.westby@ubuntu.com-20020423172823-w8yplzr81a759xa3
Tags: upstream-0.5.2
ImportĀ upstreamĀ versionĀ 0.5.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
//=========================================================
 
2
//  MusE
 
3
//  Linux Music Editor
 
4
//    $Id: plugtest.cpp,v 1.1 2002/01/30 14:54:03 muse Exp $
 
5
//  (C) Copyright 2001 Werner Schweer (ws@seh.de)
 
6
//=========================================================
 
7
 
 
8
int sampleRate = 44100;
 
9
int division = 384;
 
10
int mtcType = 0;
 
11
bool hIsB = false;
 
12
 
 
13
//---------------------------------------------------------
 
14
//   main
 
15
//---------------------------------------------------------
 
16
 
 
17
int main(int /*argc*/, char* /*argv*/[])
 
18
      {
 
19
 
 
20
      return 0;
 
21
      }
 
22