2roundrobins / messiaen

norns script based on birdsong
MIT License
13 stars 1 forks source link

COMMUNITY CONTRIBUTION - ADDING BIRDS #14

Open 2roundrobins opened 8 months ago

2roundrobins commented 8 months ago

add your birds in the comments down below for future updates

` bird. = {} bird..name = "" for i = 1, do bird.[i] = {} end

use the following template where,

bird.NAME[i] = { {r = 0, d = 0.2, pb = 0, l = 0.5, ft = 0.2},
{r = 0, d = 0.2, pb = 0, l = 0.5, ft = 0.2},
{r = 0, d = 0.2, pb = 0, l = 0.5, ft = 0.2},
{r = 0, d = 0.2, pb = 0, l = 0.5, ft = 0.2} `

this might change in the future and I'll update it accordingly.

thank you for your contribution!

Gahlord commented 1 month ago

What does l control? Fun script! I am asking because I am thinking of adding some birds of Hawai‘i, where I live.

duncangeere commented 1 month ago

l is "level" - how loud that note is.

2roundrobins commented 1 month ago

What does l control? Fun script! I am asking because I am thinking of adding some birds of Hawai‘i, where I live.

Hiya, like Duncan said, l = level (from 0 to 1)