~ubuntu-branches/ubuntu/precise/csound/precise

« back to all changes in this revision

Viewing changes to H/prototyp.h

  • Committer: Package Import Robot
  • Author(s): Felipe Sateler
  • Date: 2012-04-19 09:26:46 UTC
  • mfrom: (3.2.19 sid)
  • Revision ID: package-import@ubuntu.com-20120419092646-96xbj1n6atuqosk2
Tags: 1:5.17.6~dfsg-1
* New upstream release
 - Do not build the wiimote opcodes (we need wiiuse).
* Add new API function to symbols file
* Disable lua opcodes, they were broken. Requires OpenMP to be enabled.
* Backport fixes from upstream:
  - Link dssi4cs with dl. Backport
  - Fix building of CsoundAC

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
void    dispinit(CSOUND *);
58
58
int     init0(CSOUND *);
59
59
void    scsort(CSOUND *, FILE *, FILE *);
60
 
int     scxtract(CSOUND *, FILE *, FILE *, FILE *);
 
60
void    scsortstr(CSOUND *, CORFIL *);
 
61
int     scxtract(CSOUND *, CORFIL *, FILE *);
61
62
int     rdscor(CSOUND *, EVTBLK *);
62
63
int     musmon(CSOUND *);
63
64
void    RTLineset(CSOUND *);
102
103
int     csoundLoadAllPluginOpcodes(CSOUND *);
103
104
int     csoundLoadAndInitModule(CSOUND *, const char *);
104
105
void    csoundNotifyFileOpened(CSOUND *, const char *, int, int, int);
105
 
int     insert_score_event_at_sample(CSOUND *, EVTBLK *, long);
 
106
int     insert_score_event_at_sample(CSOUND *, EVTBLK *, int64_t);
106
107
 
107
108
/**
108
109
 * Register a function to be called at note deactivation.