diff jssplr.h @ 182:9024d249e47a

Add a new function jmpChangeOrder() to change orderlist position "on fly", and use it in PPL.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 06 Oct 2012 13:25:37 +0300
parents bc8019c38ba5
children a65f0c3deaa7
line wrap: on
line diff
--- a/jssplr.h	Sat Oct 06 13:24:50 2012 +0300
+++ b/jssplr.h	Sat Oct 06 13:25:37 2012 +0300
@@ -145,6 +145,7 @@
 /* External functions for end users
  */
 int             jmpPlayOrder(JSSPlayer *, int);
+int             jmpChangeOrder(JSSPlayer *, int);
 int             jmpPlayPattern(JSSPlayer *, int);
 void            jmpStop(JSSPlayer *);
 void            jmpResume(JSSPlayer *);