# HG changeset patch # User Eugenio Oñate Hospital # Date 1346152804 -3600 # Node ID c51c0b8444617e6bec096826765c138f05cb3fea # Parent 53c7dfb137ac2ef9e579ed4c1992abefd63aed78 Ok diff -r 53c7dfb137ac -r c51c0b844461 .DS_Store Binary file .DS_Store has changed diff -r 53c7dfb137ac -r c51c0b844461 IM_AF Encoder/.DS_Store Binary file IM_AF Encoder/.DS_Store has changed diff -r 53c7dfb137ac -r c51c0b844461 IM_AF Encoder/IM_AM Encoder.xcodeproj/project.xcworkspace/xcuserdata/eugin.xcuserdatad/UserInterfaceState.xcuserstate Binary file IM_AF Encoder/IM_AM Encoder.xcodeproj/project.xcworkspace/xcuserdata/eugin.xcuserdatad/UserInterfaceState.xcuserstate has changed diff -r 53c7dfb137ac -r c51c0b844461 IM_AF Encoder/IM_AM Encoder/Example_Acoustic.ima Binary file IM_AF Encoder/IM_AM Encoder/Example_Acoustic.ima has changed diff -r 53c7dfb137ac -r c51c0b844461 IM_AF Encoder/IM_AM Encoder/IM_AF Encoder.h --- a/IM_AF Encoder/IM_AM Encoder/IM_AF Encoder.h Tue Aug 28 11:12:43 2012 +0100 +++ b/IM_AF Encoder/IM_AM Encoder/IM_AF Encoder.h Tue Aug 28 12:20:04 2012 +0100 @@ -9,8 +9,6 @@ #ifndef IM_AM_Encoder_IM_AF_Encoder_h #define IM_AM_Encoder_IM_AF_Encoder_h -/* for va_list typedef */ -#include /* for FILE typedef, */ #include diff -r 53c7dfb137ac -r c51c0b844461 IM_AF Encoder/IM_AM Encoder/main.c --- a/IM_AF Encoder/IM_AM Encoder/main.c Tue Aug 28 11:12:43 2012 +0100 +++ b/IM_AF Encoder/IM_AM Encoder/main.c Tue Aug 28 12:20:04 2012 +0100 @@ -5,10 +5,13 @@ // Created by eugenio oñate hospital on 14/06/12. // Copyright (c) 2012 QM. All rights reserved. // - +//File input/output #include +//Standard library: numeric conversion, memory allocation... #include +//Operations with strings #include +//Get the creation time: clock #include #include "IM_AF Encoder.h" @@ -70,14 +73,14 @@ char nametrack[20]; //Specify the path directory where there are the songs. //If change folder, change the path here (3 times) and in readTrack function!!! - char pathdir[60] ="/Users/eugin/Desktop/IM_AF Encoder/Rock/"; + char pathdir[60] ="/Users/eugin/Desktop/IM_AF Encoder/Electro/"; int numtr, ex = 0; for (numtr=0; numtr