File: common.h

package info (click to toggle)
gmidimonitor 3.6%2Bdfsg0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 844 kB
  • ctags: 1,501
  • sloc: python: 10,956; ansic: 3,241; makefile: 18
file content (41 lines) | stat: -rw-r--r-- 1,472 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/* -*- Mode: C ; c-basic-offset: 2 -*- */
/*****************************************************************************
 *
 *   This file is part of gmidimonitor
 *
 *   Copyright (C) 2007,2008,2011 Nedko Arnaudov <nedko@arnaudov.name>
 *
 *   This program is free software; you can redistribute it and/or modify
 *   it under the terms of the GNU General Public License as published by
 *   the Free Software Foundation; version 2 of the License
 *
 *   This program is distributed in the hope that it will be useful,
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *   GNU General Public License for more details.
 *
 *   You should have received a copy of the GNU General Public License
 *   along with this program; if not, write to the Free Software
 *   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
 *
 *****************************************************************************/

#ifndef COMMON_H__FAD1EC6A_8ACC_483A_BB32_DDBE32B95B42__INCLUDED
#define COMMON_H__FAD1EC6A_8ACC_483A_BB32_DDBE32B95B42__INCLUDED

extern const char * g_note_names[12];

extern GtkWidget * g_main_window_ptr;

extern gboolean g_midi_ignore;

extern int g_row_count;

#define MAX_LIST_SIZE 2000

#define COL_TIME     0
#define COL_CHANNEL  1
#define COL_MESSAGE  2
#define NUM_COLS     3

#endif /* #ifndef COMMON_H__FAD1EC6A_8ACC_483A_BB32_DDBE32B95B42__INCLUDED */