https://github.com/lemniscate-world/charles
https://github.com/lemniscate-world/charles
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lemniscate-world/charles
- Owner: Lemniscate-world
- License: mit
- Created: 2025-04-10T08:55:25.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-04-10T08:57:19.000Z (6 months ago)
- Last Synced: 2025-04-10T09:47:45.537Z (6 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lemniscate Music Lab
A hybrid music creation system combining algorithmic composition, modular synthesis, and traditional DAW workflows.
## Overview
This project integrates multiple music creation approaches:
- Algorithmic composition with TidalCycles and SuperCollider
- Modular synthesis with VCV Rack
- Traditional DAW workflows (Bitwig/Ableton)
- Visual programming and generative art## Components
### Core Tools
- **SuperCollider** - Sound synthesis engine
- **TidalCycles** - Pattern-based live coding
- **Bitwig/Ableton** - DAW for arrangement and mixing### Additional Tools
- VCV Rack for modular synthesis
- Python scripts for AI-based generation
- Visual tools (Hydra, TouchDesigner)## Getting Started
1. Install SuperCollider and TidalCycles
```
# Use the provided script to add GHCup to PATH
./add_ghcup_to_path.sh
```2. Explore the AlgoStyle directory for pattern examples
## Releases
All music created with this system is released on:
- [GitHub Releases](https://github.com/lemniscate/music-lab/releases) - Download audio files and project files
- [Bandcamp](https://lemniscate.bandcamp.com) - Stream and purchase releases
- [SoundCloud](https://soundcloud.com/lemniscate-music) - Stream tracks and works in progress### Latest Release
**Algorithmic Journeys EP** - [Download](https://github.com/lemniscate/music-lab/releases/tag/v1.0.0)
- 4 tracks exploring generative composition techniques
- Includes source code and patch files## Contributing
Contributions are welcome! Please check the [CONTRIBUTING.md](CONTRIBUTING.md) file for guidelines.
## License
MIT License - See LICENSE file for details