patriciogonzalezvivo / astro.log.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is project is based on [Quick Astro Charts]https://github.com/ilyai/quick-astro-charts) by Ilya Igonkin

git clone https://github.com/patriciogonzalezvivo/astro.log.ai
cd astro.log.ais
npm install
npm run start

Midi events

Channel Body
1 sun
2 moon
3 mercury
4 venus
5 mars
6 jupiter
7 saturn
8 uranus
9 neptune
10 pluto

For each channel (body):

CC Type
1 az_1
2 az_2
3 az_3
4 alt_neg
5 alt_pos
6 house
7 sign
8 aspect_sun
9 aspect_moon
10 aspect_mercury
11 aspect_venus
12 aspect_mars
13 aspect_jupiter
14 aspect_saturn
15 aspect_uranus
16 aspect_neptune
17 aspect_pluto

Where:

  • The azimuth is the sum of az_1, az_2 and az_3.
  • The altitud can be negative (from -90 to 0) represented for positive integers in alt_neg or positive (from 0 to 90) represented by alt_pos.
  • Where aspects (aspect_<body>) are represented as a value from 0 to 4
value aspect
0 conjunction
1 opposition
2 trine
3 square
4 sextile

About


Languages

Language:JavaScript 91.3%Language:HTML 6.2%Language:CSS 2.6%