[beast: 12/19] BSE: some commenting



commit dc319b6f4ef473b5ce06d4e92143f583219b77d5
Author: Tim Janik <timj gnu org>
Date:   Wed Sep 9 10:25:03 2015 +0200

    BSE: some commenting

 bse/bsetool.cc |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/bse/bsetool.cc b/bse/bsetool.cc
index ec6653c..517a246 100644
--- a/bse/bsetool.cc
+++ b/bse/bsetool.cc
@@ -8,6 +8,7 @@
 
 using namespace Bse;
 
+// == arg parsing ==
 static bool verbose = true;
 #define printq(...)     do { if (verbose) printout (__VA_ARGS__); } while (0)
 
@@ -115,6 +116,7 @@ ArgParser::parse_args (const uint argc, char *const argv[])
   return ""; // success
 }
 
+// == render2wav ==
 static ArgDescription render2wav_options[] = {
   { "-s, --seconds", "<seconds>", "Number of seconds to record", "0" },
   { "<bse-file>",    "",          "The BSE file for audio rendering", "" },
@@ -154,6 +156,7 @@ render2wav (const ArgParser &ap)
   return ERROR_NONE;
 }
 
+// == bse tool ==
 static ArgDescription bsetool_options[] = {
   { "--bse-no-load", "", "Prevent automated plugin and script registration", "" },
   { "--quiet",       "", "Prevent progress output", "" },


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]