A music mixing calculator in the form of wechat-mini-program.
- Enter into the file: Mixing-Calculator. Input the following code in your terminal.
npm run dev
- Import the file
distinto your WeChat Development Tools.
The value of BCT plays a fundamental part in the Mixing-Calculator. BCT = 60/BPM(Beat Per Minute), i.e., the maintaining time of a beat in the music you are mixing. The unit of the BCT here is second.
- Release Time = BCT*(2^n) (n = 1,0,-1,-2,-3,-4)
-
Predelay(预延迟)= BCT*(2^n)
- Room: n = -5
- Hall: n = -3,-4
- Plate: n = what you like
-
Reverb Time= BCT*(2^n)
- Room: n = 1,2
- Hall: n = 4
- Plate: n = what you like
Delay Time= BCT*(2^n)
| Meter | n |
|---|---|
| 1/2 | 1 |
| 1/4 | 0 |
| 1/8 | -1 |
| 1/16 | -2 |
| 1/32 | -3 |
| 1/64 | -4 |


