File: seqfnintdefs.h

package info (click to toggle)
audacity 2.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 86,844 kB
  • sloc: ansic: 225,005; cpp: 221,240; sh: 27,327; python: 16,896; makefile: 8,186; lisp: 8,002; perl: 317; xml: 307; sed: 16
file content (13 lines) | stat: -rw-r--r-- 459 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
extern LVAL xlc_seq_reset(void);
extern LVAL xlc_seq_insert_ctrl(void);
extern LVAL xlc_seq_insert_ramp(void);
extern LVAL xlc_seq_insert_macctrl(void);
extern LVAL xlc_seq_insert_note(void);
extern LVAL xlc_seq_copy(void);
extern LVAL xlc_seq_create(void);
extern LVAL xlc_seq_next(void);
extern LVAL xlc_seq_get(void);
extern LVAL xlc_seq_read(void);
extern LVAL xlc_seq_read_smf(void);
extern LVAL xlc_seq_write(void);
extern LVAL xlc_seq_write_smf(void);