Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MrBlueXav/ambiantiseur
generative ambient music synthesizer for STM32F4 Discovery (audio) STM32
https://github.com/MrBlueXav/ambiantiseur
Last synced: 18 days ago
JSON representation
generative ambient music synthesizer for STM32F4 Discovery (audio) STM32
- Host: GitHub
- URL: https://github.com/MrBlueXav/ambiantiseur
- Owner: MrBlueXav
- Created: 2013-01-05T17:59:04.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-28T23:06:12.000Z (over 11 years ago)
- Last Synced: 2024-07-31T22:42:32.863Z (3 months ago)
- Language: C
- Homepage:
- Size: 2.08 MB
- Stars: 21
- Watchers: 7
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
README
Created on: 5 janv. 2013
Author: Xavier Halgand
STM32F4 Discovery board open source project."Ambiantiseur" ( Ambientizer in english) is a very basic synthesizer
which can produce semi-randomly generated musical sequences with a few effects (delay and phaser).
Demo here : http://www.youtube.com/watch?v=fMWcXrCg1iwFour potentiometers and one switch allow the user to control the machine.
The two position switch allow you to modify 2 x 4 = 8 parameters :
Switch = 0 ->
pot1 : tempo
pot2 : notes scales
pot3 : delay time (0.6 s max)
pot4 : delay feedback
Switch = 1 ->
pot1 : note duration (decay time)
pot2 : phaser rate
pot3 : phaser feedback
pot4 : master volumeWhen switch is toggled, parameter will be adjusted only when the potentiometer is moved and reaches previous value.
The LEDS light on when the pot is at real position.
That is done for avoiding brutal value jumps. (Could be improved)The tone generator is an anti-aliased minBLEP sawtooth oscillator with light vibrato.
Wirings :
Switch and pots are 3V board powered.
switch : PA1
pot1 : PB1
pot2 : PC1
pot3 : PC2
pot4 : PC4
Three additional pots or switches can be wired on PA2, PA3, PB0. Their values appear in ADC1ConvertedValues[1...2...3] array.* Tools used for build (on Windows Vista):
- Eclipse juno
- Yagarto.de tools for make...
- ARM Embedded GNU gcc 4.7 2012q4
* Has been also built on Linux...