-
Notifications
You must be signed in to change notification settings - Fork 726
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into gregwebs/error-code-tracing
- Loading branch information
Showing
67 changed files
with
1,613 additions
and
796 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,4 @@ default.pd | |
*.swp | ||
.DS_Store | ||
tags | ||
/_tools/ | ||
/.retools/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# PD Simulator Configuration | ||
|
||
[tick] | ||
# the tick interval when starting PD inside (default: "100ms") | ||
sim-tick-interval = "100ms" | ||
# the tick interval when connecting with an external PD (default: "1s") | ||
norm-tick-interval = "1s" | ||
|
||
[store] | ||
# the capacity size of a new store in GB (default: 1024) | ||
store-capacity = 1024 | ||
# the available size of a new store in GB (default: 1024) | ||
store-available = 1024 | ||
# the io rate of a new store in MB/s (default: 40) | ||
store-io-per-second = 40 | ||
# the version of a new store (default: "2.1.0") | ||
store-version = "2.1.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/usr/bin/env bash | ||
# | ||
# Add standard retool options | ||
set -euo pipefail | ||
|
||
|
||
cd $(dirname "$0")/.. | ||
exec retool -tool-dir "$PWD/.retools" "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.