~ubuntu-branches/debian/squeeze/bristol/squeeze

« back to all changes in this revision

Viewing changes to bristol/bristolsid1.h

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2009-11-10 12:21:04 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20091110122104-432yau0haobyl122
Tags: 0.40.6-1
* Adopting this (Closes: #546954).
* Create new bristol-data runtime package, it will contain application's
  architecture-indipendent data files.
* Drop all patches, now useless.
* Switch to debhelper 7.
* debian/copyright: Update according to DEP-5 spec.
* debian/bristol.1: Fix little spelling mistake.
* Replace patch system, from dpatch to quilt.
* Add 01-spelling_errors.patch patch to fix spelling-error-in-binary.
* debian/rules: dh_makeshlibs doesn't touch shlibs/symbols file, libraries
  under /usr/lib/bristol/ are private.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
/*
3
3
 *  Diverse Bristol audio routines.
4
 
 *  Copyright (c) by Nick Copeland <nickycopeland@hotmail.com> 1996,2008
 
4
 *  Copyright (c) by Nick Copeland <nickycopeland@hotmail.com> 1996,2009
5
5
 *
6
6
 *
7
7
 *   This program is free software; you can redistribute it and/or modify
44
44
#define B_S_KEYMODE_POLY1       1 /* Poly-1 and Poly-2 use the same voice */
45
45
#define B_S_KEYMODE_POLY2       2 /* allocation algorithm */
46
46
#define B_S_KEYMODE_POLY3       3
 
47
#define B_S_KEYMODE_POLY4       4
 
48
#define B_S_KEYMODE_POLY5       5
47
49
 
48
50
#define S_MOD_LFO_V1_PW         0x00000001
49
51
#define S_MOD_LFO_V2_PW         0x00000002
132
134
        float noisegate;
133
135
        float noisesample;
134
136
        float modout;
 
137
        float detune;
135
138
} sidmods;
136
139