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

« back to all changes in this revision

Viewing changes to Opcodes/uggab.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:
206
206
/* by Francois Pinot, jan. 2011    */
207
207
typedef struct {
208
208
        OPDS    h;
209
 
        MYFLT   *ar, *min, *max, *xcps, *mode, *fstval; 
 
209
        MYFLT   *ar, *min, *max, *xcps, *mode, *fstval;
210
210
        int16   cpscod;
211
211
        int32   phs;
212
212
        MYFLT   num1, num2, dfdmax;
232
232
} RANDOM3;
233
233
 
234
234
#endif /* UGGAB_H */
235