changeset 558:67d9e319246f

Update some comments.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 23 Nov 2012 19:00:43 +0200
parents 1993cd341079
children 61af51348ea4
files jssplr.c
diffstat 1 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/jssplr.c	Fri Nov 23 18:37:47 2012 +0200
+++ b/jssplr.c	Fri Nov 23 19:00:43 2012 +0200
@@ -741,6 +741,7 @@
     }
 }
 
+
 /* Execute a pattern loop effect/command for given module channel.
  *
  * This routine works for most of the supported formats, as they
@@ -810,8 +811,9 @@
 }
 
 
-/*
- * Process pattern effects
+/* Trigger a new note on the given channel.
+ * Separate function used from various places where note
+ * triggering is needed (retrig, multi-retrig, etc.)
  */
 static void jmpTriggerNote(JSSPlayer * mp, JSSPlayerChannel *chn, BOOL newExtInstrument)
 {
@@ -876,6 +878,9 @@
 }
 
 
+/*
+ * Process a new pattern row
+ */
 static void jmpProcessNewRow(JSSPlayer * mp, int channel)
 {
     JSSNote *currNote;