https://github.com/johnnyfivepi/in-the-forest
A simple, calming Lua script for Norns.
https://github.com/johnnyfivepi/in-the-forest
lua monome monome-norns norns norns-script norns-shield
Last synced: about 1 year ago
JSON representation
A simple, calming Lua script for Norns.
- Host: GitHub
- URL: https://github.com/johnnyfivepi/in-the-forest
- Owner: johnnyfivepi
- License: mit
- Created: 2024-12-01T15:58:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-02T14:51:46.000Z (over 1 year ago)
- Last Synced: 2025-02-01T17:30:03.499Z (over 1 year ago)
- Topics: lua, monome, monome-norns, norns, norns-script, norns-shield
- Language: Lua
- Homepage:
- Size: 906 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# In the forest
_last updated: December 1, 2024_
## Screen

demo: [Listen on SoundCloud](https://soundcloud.com/shiny-water6821/in_the_forest)
*(please excuse the static)*
## About
A simple Lua script for Norns that creates a tranquil forest atmosphere at night, featuring generative, peaceful sounds and subtle environmental variations. The script incorporates the phrase 'with the light of a billion brilliant stars,' inspired by Kamala Harris' speech on November 6, 2024. I hope you find this calming!
Have fun experimenting with it!
## Requirements
- Norns
- PolyPerc engine (which should already be installed)
## Features
- Generates calming ambient sounds reminiscent of a forest at night
- Gradually evolving soundscape with subtle variations in pitch, timing, and volume
- Phrase repetition for relaxation and immersive experience
- Plays in a continuous loop
- Twinkling stars
## Customization
This script includes a range of customizable parameters. Open the script in [Maiden](https://monome.org/docs/norns/maiden/), the Norns editor, to adjust the following parameters:
- **Scale**: Change the musical scale to create different moods or tonalities. Uncomment the line for the scale you want to use, and comment out others.
- **Number of Stars**: Adjust the "stars" variable to increase or decrease the number of stars visible in the forest atmosphere. By default, there are 30.
- **Additional Parameters**: Explore the parameters to tweak the effects and sounds, such as the reverb, delay, release time, etc.
## Installation
1. Copy the `in_the_forest.lua` file to the Norns `dust/code` directory.
2. Load the script through the Norns interface.
## Contributing
I welcome contributions! Whether you want to enhance the soundscapes, add new customization options, or refine existing features, your ideas and improvements are appreciated.
To contribute:
1. **Fork** this repository.
2. Make your changes in a new branch.
3. Submit a **pull request** with a description of your changes and why they improve the script.
Feel free to open issues for bug reports, feature suggestions, or questions!
## To do
- Fix the errors shown in Maiden when PARAMS are adjusted.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.