comparison minijss/jssmod.h @ 1231:a275b7382ffa

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 06 Mar 2015 12:34:35 +0200
parents 9a07415e395e
children b8c9af10b7fd
comparison
equal deleted inserted replaced
1230:9a07415e395e 1231:a275b7382ffa
298 BOOL jssEncodeSample16(Uint16 *, const size_t, const int); 298 BOOL jssEncodeSample16(Uint16 *, const size_t, const int);
299 #endif 299 #endif
300 int jssDecodeSample8(Uint8 *, const size_t, const int); 300 int jssDecodeSample8(Uint8 *, const size_t, const int);
301 int jssDecodeSample16(Uint16 *, const size_t, const int); 301 int jssDecodeSample16(Uint16 *, const size_t, const int);
302 int jssConvertModuleForPlaying(JSSModule *module); 302 int jssConvertModuleForPlaying(JSSModule *module);
303
303 JSSModule * jssAllocateModule(void); 304 JSSModule * jssAllocateModule(void);
304 int jssFreeModule(JSSModule * module); 305 int jssFreeModule(JSSModule * module);
305 JSSPattern * jssAllocatePattern(const int nrows, const int nchannels); 306 JSSPattern * jssAllocatePattern(const int nrows, const int nchannels);
306 void jssFreePattern(JSSPattern *pattern); 307 void jssFreePattern(JSSPattern *pattern);
307 JSSInstrument * jssAllocateInstrument(void); 308 JSSInstrument * jssAllocateInstrument(void);