Canorus 0.0
Classes | Macros | Functions | Variables
wrapper.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  pmidi_outs
 

Macros

#define PMIDI_STATUS_END   0
 
#define PMIDI_STATUS_VERSION   1
 
#define PMIDI_STATUS_TEXT   2
 
#define PMIDI_STATUS_KEYSIG   3
 
#define PMIDI_STATUS_TIMESIG   4
 
#define PMIDI_STATUS_TEMPO   5
 
#define PMIDI_STATUS_NOTE   6
 
#define PMIDI_STATUS_DUMMY   7
 
#define PMIDI_STATUS_ROOT   8
 
#define PMIDI_STATUS_CONTROL   9
 
#define PMIDI_STATUS_PROGRAM   10
 
#define PMIDI_STATUS_PITCH   11
 
#define PMIDI_STATUS_PRESSURE   12
 
#define PMIDI_STATUS_KEYTOUCH   13
 
#define PMIDI_STATUS_SYSEX   14
 
#define PMIDI_STATUS_SMPTEOFFS   15
 

Functions

int pmidi_open_midi_file (const char *fileName)
 
int pmidi_parse_midi_file (void)
 

Variables

struct pmidi_outs pmidi_out
 
int pmidi_wrapper_status
 

Macro Definition Documentation

◆ PMIDI_STATUS_CONTROL

#define PMIDI_STATUS_CONTROL   9

◆ PMIDI_STATUS_DUMMY

#define PMIDI_STATUS_DUMMY   7

◆ PMIDI_STATUS_END

#define PMIDI_STATUS_END   0

Copyright (c) 2007, Matevž Jekovec, Georg Rudolph, Canorus development team All Rights Reserved. See AUTHORS for a complete list of authors.

Licensed under the GNU GENERAL PUBLIC LICENSE. See LICENSE.GPL for details.

◆ PMIDI_STATUS_KEYSIG

#define PMIDI_STATUS_KEYSIG   3

◆ PMIDI_STATUS_KEYTOUCH

#define PMIDI_STATUS_KEYTOUCH   13

◆ PMIDI_STATUS_NOTE

#define PMIDI_STATUS_NOTE   6

◆ PMIDI_STATUS_PITCH

#define PMIDI_STATUS_PITCH   11

◆ PMIDI_STATUS_PRESSURE

#define PMIDI_STATUS_PRESSURE   12

◆ PMIDI_STATUS_PROGRAM

#define PMIDI_STATUS_PROGRAM   10

◆ PMIDI_STATUS_ROOT

#define PMIDI_STATUS_ROOT   8

◆ PMIDI_STATUS_SMPTEOFFS

#define PMIDI_STATUS_SMPTEOFFS   15

◆ PMIDI_STATUS_SYSEX

#define PMIDI_STATUS_SYSEX   14

◆ PMIDI_STATUS_TEMPO

#define PMIDI_STATUS_TEMPO   5

◆ PMIDI_STATUS_TEXT

#define PMIDI_STATUS_TEXT   2

◆ PMIDI_STATUS_TIMESIG

#define PMIDI_STATUS_TIMESIG   4

◆ PMIDI_STATUS_VERSION

#define PMIDI_STATUS_VERSION   1

Function Documentation

◆ pmidi_open_midi_file()

int pmidi_open_midi_file ( const char *  fileName)

Referenced by CAMidiImport::importMidiEvents().

Here is the caller graph for this function:

◆ pmidi_parse_midi_file()

int pmidi_parse_midi_file ( void  )

Referenced by CAMidiImport::importMidiEvents().

Here is the caller graph for this function:

Variable Documentation

◆ pmidi_out

struct pmidi_outs pmidi_out

◆ pmidi_wrapper_status

int pmidi_wrapper_status
extern