From 6b999630484e02b53c0bc71d0bcc5da1919728c8 Mon Sep 17 00:00:00 2001 From: Davide Morelli Date: Thu, 22 Dec 2005 00:58:39 +0000 Subject: dummy rhythms_memory working, still buggy svn path=/trunk/externals/frankenstein/; revision=4279 --- common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common.h') diff --git a/common.h b/common.h index 8b2eb24..c9bfa39 100755 --- a/common.h +++ b/common.h @@ -19,8 +19,8 @@ typedef struct t_note }; typedef struct t_duration { - int numerator; // like in music notation: in a 1/4 note the numerator is 1 - int denominator; // like in music notation: in a 1/4 note the denominator is 4 + unsigned short int numerator; // like in music notation: in a 1/4 note the numerator is 1 + unsigned short int denominator; // like in music notation: in a 1/4 note the denominator is 4 }; struct t_note_event { -- cgit v1.2.1