flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
29
VISUALIZACION/node_modules/polished/lib/helpers/modularScale.d.ts
generated
vendored
Executable file
29
VISUALIZACION/node_modules/polished/lib/helpers/modularScale.d.ts
generated
vendored
Executable file
|
|
@ -0,0 +1,29 @@
|
|||
import { ModularScaleRatio } from '../types/modularScaleRatio';
|
||||
|
||||
declare const ratioNames: {
|
||||
minorSecond: 1.067;
|
||||
majorSecond: 1.125;
|
||||
minorThird: 1.2;
|
||||
majorThird: 1.25;
|
||||
perfectFourth: 1.333;
|
||||
augFourth: 1.414;
|
||||
perfectFifth: 1.5;
|
||||
minorSixth: 1.6;
|
||||
goldenSection: 1.618;
|
||||
majorSixth: 1.667;
|
||||
minorSeventh: 1.778;
|
||||
majorSeventh: 1.875;
|
||||
octave: 2;
|
||||
majorTenth: 2.5;
|
||||
majorEleventh: 2.667;
|
||||
majorTwelfth: 3;
|
||||
doubleOctave: 4;
|
||||
};
|
||||
declare function modularScale(
|
||||
steps: number,
|
||||
base?: number | string,
|
||||
ratio?: ModularScaleRatio,
|
||||
): string;
|
||||
|
||||
export { ratioNames };
|
||||
export default modularScale;
|
||||
Loading…
Add table
Add a link
Reference in a new issue