~ubuntu-branches/ubuntu/edgy/muse/edgy

« back to all changes in this revision

Viewing changes to synti/vam/vamgui.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Kobras
  • Date: 2006-01-03 20:18:47 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060103201847-r9poqt6y5gu9hnji
Tags: 0.7.1+0.7.2pre5-1
* New upstream version.
* Updated patches:
  + [20_allow_system_timer]
    Rediffed for 0.7.2pre5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
//  Linux Music Editor
4
4
//  vamgui.h
5
5
//
6
 
//  (C) Copyright 2002 Jotsif Lindman H�rnlund (jotsif@linux.nu)
 
6
//  (C) Copyright 2002 Jotsif Lindman H�nlund (jotsif@linux.nu)
7
7
//
8
8
// This program is free software; you can redistribute it and/or
9
9
// modify it under the terms of the GNU General Public License
72
72
      virtual void sysexReceived(const unsigned char*, int);
73
73
 
74
74
   public:
 
75
      int getController(int idx);
 
76
      int getControllerInfo(int id, const char** name, int* controller, int* min, int* max) const;
75
77
      VAMGui();
76
78
      };
77
79