LMMS
Loading...
Searching...
No Matches
allegrosmfrd.cpp File Reference
#include <cassert>
#include <cstring>
#include "allegro.h"
#include "algsmfrd_internal.h"
#include "mfmidi.h"

Classes

class  Alg_note_list
class  Alg_midifile_reader

Typedefs

typedef class Alg_note_listAlg_note_list_ptr

Functions

char * heapify2 (int len, unsigned char *s)
Alg_error alg_smf_read (std::istream &file, Alg_seq_ptr new_seq)

Variables

static const char * fpsstr [4] = {"24", "25", "29.97", "30"}

Detailed Description

midifile reader

Typedef Documentation

◆ Alg_note_list_ptr

Function Documentation

◆ alg_smf_read()

Alg_error alg_smf_read ( std::istream & file,
Alg_seq_ptr new_seq )

◆ heapify2()

char * heapify2 ( int len,
unsigned char * s )

Variable Documentation

◆ fpsstr

const char* fpsstr[4] = {"24", "25", "29.97", "30"}
static