summaryrefslogtreecommitdiff
path: root/muse2/muse/helper.h
blob: d88dcb940ac25222a7553f6c782198fbcd9d5fc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//=========================================================
//  MusE
//  Linux Music Editor
//    $Id: helper.h,v 1.1.1.1 2003/10/27 18:52:11 wschweer Exp $
//  (C) Copyright 2003 Werner Schweer (ws@seh.de)
//=========================================================

#ifndef __HELPER_H__
#define __HELPER_H__

#include <QString>

class Part;

extern QString pitch2string(int v);

int partToIndex(Part* p);
Part* partFromIndex(int index);

#endif