shntool is a multi-purpose .wav/.shn processing tool. Input and
output files are transparent to shntool, meaning that it can
perform its functions upon both .wav and .shn data.
When in 'len' (length) mode, it reports .wav size and length information
from both .wav and .shn files, including whether each file is (a) too
short to be burned to disc, (b) not cut on a sector boundary, or (c)
contains incorrect header information.
When in 'fix' mode, shntool is capable of rewriting a set of input
files so that they are all cut on sector boundaries. You may specify
whether shntool shifts the track boundaries (a) forward to the next
multiple of the block size, or (b) backward to the previous multiple
of the block size. Alternatively, you may join the input files into
one large output file, so you can do the splitting yourself (with
another .wav editor - shntool isn't that advanced yet).
WWW: http://shnutils.freeshell.org/shntool/
'>
index : dexon-0x-contracts | |
DEXON fork of 0x protocol contracts forked from 0x-monorepo (https://github.com/dexon-foundation/0x-contracts) | |
| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* development: (31 commits)
Prettier ignore Metacoin artifacts
Publish
Updated CHANGELOGS
Improve deployer error message
Fix 0x.js tests
Fix lint issue
Simply export
Move NULL_BYTES to @0xproject/utils
Simplify the tests
Fix lint error
Add step to publishing that upload staging doc jsons, deploys staging website, opens every docs page and asks the dev to confirm that each one renders properly before publishing
Fix web3Wrapper build command
Add top-level `yarn lerna:stage_docs` to upload docJsons to the staging S3 bucket for all packages with a docs page
Refactor publish script to have it's main execution body be lean and discrete steps
Removed unused command
Remove 0x.js test artifacts
Fix tslint
Move migrations into separate monorepo subpackage and hook it up to 0x.js and contracts
Remove unused var
Refactor RedundantRpcSubprovider into RedundantSubprovider
...
# Conflicts:
# packages/react-docs/CHANGELOG.json
|
| |\
| | |
| | | |
Run all tests against in-process Ganache
|
| | |\
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* development:
Publish
Updated CHANGELOGS
# Conflicts:
# packages/0x.js/package.json
# packages/deployer/package.json
# packages/utils/CHANGELOG.json
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- 0x.js@0.36.0
- @0xproject/abi-gen@0.2.10
- @0xproject/assert@0.2.6
- @0xproject/base-contract@0.2.0
- @0xproject/connect@0.6.9
- contracts@2.1.22
- @0xproject/deployer@0.4.0
- @0xproject/dev-utils@0.3.5
- @0xproject/json-schemas@0.7.20
- @0xproject/metacoin@0.0.3
- @0xproject/monorepo-scripts@0.1.17
- @0xproject/react-docs-example@0.0.7
- @0xproject/react-docs@0.0.7
- @0xproject/react-shared@0.1.2
- @0xproject/sol-cov@0.0.7
- @0xproject/sra-report@0.0.8
- @0xproject/subproviders@0.8.5
- @0xproject/testnet-faucets@1.0.23
- @0xproject/tslint-config@0.4.15
- @0xproject/types@0.6.0
- @0xproject/typescript-typings@0.1.0
- @0xproject/utils@0.5.1
- @0xproject/web3-wrapper@0.6.0
- @0xproject/website@0.0.25
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |\
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* development:
Fix lint error
Fix documentation links in some READMEs
Fix relative link
Add step to publishing that upload staging doc jsons, deploys staging website, opens every docs page and asks the dev to confirm that each one renders properly before publishing
Fix web3Wrapper build command
Add top-level `yarn lerna:stage_docs` to upload docJsons to the staging S3 bucket for all packages with a docs page
Added a detailed description of `renameOverloadedMethods` (special thanks to @fabioberger). Updated Javascript styles in the Abi-Gen and Utils packages, around support for function overloading.
Updated deployer to accept a list of contract directories as input. Contract directories are namespaced to a void clashes. Also in this commit is a fix for overloading contract functions.
Refactor publish script to have it's main execution body be lean and discrete steps
# Conflicts:
# packages/contracts/package.json
# packages/deployer/package.json
|