Skip to content

Commit

Permalink
Humlib update.
Browse files Browse the repository at this point in the history
  • Loading branch information
craigsapp committed Nov 7, 2023
1 parent 8a54f64 commit 0f5111f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion include/hum/humlib.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Programmer: Craig Stuart Sapp <[email protected]>
// Creation Date: Sat Aug 8 12:24:49 PDT 2015
// Last Modified: Tue Oct 3 17:45:18 PDT 2023
// Last Modified: Mon Nov 6 19:54:46 PST 2023
// Filename: min/humlib.h
// URL: https://github.com/craigsapp/humlib/blob/master/min/humlib.h
// Syntax: C++11
Expand Down
4 changes: 2 additions & 2 deletions src/hum/humlib.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Programmer: Craig Stuart Sapp <[email protected]>
// Creation Date: Sat Aug 8 12:24:49 PDT 2015
// Last Modified: Tue Oct 3 17:45:18 PDT 2023
// Last Modified: Mon Nov 6 19:54:46 PST 2023
// Filename: min/humlib.cpp
// URL: https://github.com/craigsapp/humlib/blob/master/min/humlib.cpp
// Syntax: C++11
Expand Down Expand Up @@ -62185,7 +62185,7 @@ string Tool_cmr::getLocalLabelToken(int number, int dir) {
Tool_colorgroups::Tool_colorgroups(void) {
define("A=s:crimson", "Color for group A");
define("B=s:dodgerblue", "Color for group B");
define("C=s:limegreen", "Color for group C");
define("C=s:purple", "Color for group C");
define("command=b", "print shed command only");
}

Expand Down

0 comments on commit 0f5111f

Please sign in to comment.