~ubuntu-branches/debian/sid/jackd2/sid

« back to all changes in this revision

Viewing changes to common/JackMidiPort.h

  • Committer: Bazaar Package Importer
  • Author(s): Adrian Knoth
  • Date: 2011-03-31 13:54:50 UTC
  • mfrom: (1.1.3 upstream) (2.1.4 experimental)
  • Revision ID: james.westby@ubuntu.com-20110331135450-zafc1di024kzeu31
Tags: 1.9.7~dfsg-1
* New upstream version 1.9.7 (ALSA resume, new latency API)
* Build with --mixed on i386 to be compatible with amd64.
* Don't patch jack_connect for fast consecutive calls anymore, it's now
  using the same code as in jackd1 and waits for the port connection to
  appear.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
GNU Lesser General Public License for more details.
14
14
 
15
15
You should have received a copy of the GNU Lesser General Public License
16
 
along with this program; if not, write to the Free Software 
 
16
along with this program; if not, write to the Free Software
17
17
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
18
18
 
19
19
*/
71
71
 * but their data (if not inlined) is stored from the end of the same buffer.
72
72
 */
73
73
 
74
 
struct JackMidiBuffer
 
74
struct SERVER_EXPORT JackMidiBuffer
75
75
{
76
76
    enum { MAGIC = 0x900df00d };
77
77