comparison minijss/jssmod.h @ 1238:e8c99da451cd

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 06 Mar 2015 18:14:03 +0200
parents b8c9af10b7fd
children 22c71fa5698e
comparison
equal deleted inserted replaced
1237:8b6ed580e800 1238:e8c99da451cd
302 int jssDecodeSample16(Uint16 *, const size_t, const int); 302 int jssDecodeSample16(Uint16 *, const size_t, const int);
303 int jssConvertModuleForPlaying(JSSModule *module); 303 int jssConvertModuleForPlaying(JSSModule *module);
304 304
305 JSSModule * jssAllocateModule(void); 305 JSSModule * jssAllocateModule(void);
306 int jssFreeModule(JSSModule * module); 306 int jssFreeModule(JSSModule * module);
307
307 JSSPattern * jssAllocatePattern(const int nrows, const int nchannels); 308 JSSPattern * jssAllocatePattern(const int nrows, const int nchannels);
308 void jssFreePattern(JSSPattern *pattern); 309 void jssFreePattern(JSSPattern *pattern);
310
309 JSSInstrument * jssAllocateInstrument(void); 311 JSSInstrument * jssAllocateInstrument(void);
310 void jssFreeInstrument(JSSInstrument *inst); 312 void jssFreeInstrument(JSSInstrument *inst);
313
311 JSSExtInstrument * jssAllocateExtInstrument(void); 314 JSSExtInstrument * jssAllocateExtInstrument(void);
312 void jssFreeExtInstrument(JSSExtInstrument *inst); 315 void jssFreeExtInstrument(JSSExtInstrument *inst);
313 316
314 #ifdef JSS_SUP_XM 317 #ifdef JSS_SUP_XM
315 int jssLoadXM(DMResource *file, JSSModule **pmodule, BOOL probe); 318 int jssLoadXM(DMResource *file, JSSModule **pmodule, BOOL probe);