https://github.com/fbiville/music-for-devs
https://github.com/fbiville/music-for-devs
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fbiville/music-for-devs
- Owner: fbiville
- Created: 2022-03-26T10:11:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-21T10:47:42.000Z (about 4 years ago)
- Last Synced: 2025-02-05T11:45:26.211Z (over 1 year ago)
- Size: 51 MB
- Stars: 11
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning Music - the Developer Way
This repository contains the slideshow and demos for the corresponding [Devoxx France 2022](https://cfp.devoxx.fr/2022/talk/RVS-1118/Apprendre_la_musique_-_developer_edition) presentation.
## Structure
```
.
├── Docs
├── Examples
│ ├── DotNet
│ ├── Java
│ ├── MAO
│ ├── SonicPi
│ └── go
```
The `Docs` folder contains the slideshow.
The `Examples` one includes:
- naive sound simulation in .NET, Java and Go (each project includes its own instructions)
- a [CakeWalk](https://www.cakewalk.com/) project in `MAO`
- [Sonic Pi](https://sonic-pi.net/) examples
## Useful links
Various useful resources are listed [here](./LINKS.md).