Skip to content

FChin39/Mixing-Calculator

Repository files navigation

🎼Mixing-Calculator

A music mixing calculator in the form of wechat-mini-program.

Frame

How to play this project

  1. Enter into the file: Mixing-Calculator. Input the following code in your terminal.
npm run dev
  1. Import the file dist into your WeChat Development Tools.

Computational formula

Basical calculation time(BCT)

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.

Compress

  • Release Time = BCT*(2^n) (n = 1,0,-1,-2,-3,-4)

Reverb

  • 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

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

To be updated...🤔

About

A music mixing caculator in the form of wechat-mini-program.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors