Arduino Forum
>
Using Arduino
>
Audio
>
MIDI Step Sequencer project
Print
Go Down
Pages:
[1]
Topic: MIDI Step Sequencer project
(Read 7913 times)
previous topic
-
next topic
b00m3rang
Guest
MIDI Step Sequencer project
Feb 08, 2011, 03:20 pm
Last Edit
: Feb 08, 2011, 05:26 pm by b00m3rang
Reason
: 1
Thought some of you might find this interesting. I'm working on a sequencer project, using a Radio Shack 90 in 1 Project Kit for prototyping.
I'm not sure if the Arduino's DAC is good enough to use for CV output, but I'm going to try it (CV is Control Voltage, the system used by old analog synths). Then again, sometimes, glitchy is good.
I'll post updates as I make more progress.
[/URL]
majordecibel
Guest
Re: MIDI Step Sequencer project
#1
Feb 08, 2011, 04:41 pm
Sounds cool. I look forward to seeing more
Grumpy_Mike
Brattain Member
Posts: 63,011
Karma: 2536
[add]
Solder is electric glue
http://www.thebox.myzen.co.uk
Re: MIDI Step Sequencer project
#2
Feb 08, 2011, 04:49 pm
Quote
'm not sure if the Arduino's DAC is good enough to use for CV output,
Well as the arduino hasn't got a DAC then I suspect it isn't.
It has some software that will generate a PWM output and you can convert that into a DC signal with a filter. But there are issues with the filter design for such a taxing application as this.
See:-
http://www.thebox.myzen.co.uk/Tutorial/PWM.html
b00m3rang
Guest
Re: MIDI Step Sequencer project
#3
Feb 08, 2011, 05:24 pm
Aah, thank you. This is my first project, still finding my way around. The CV converter was just an idea to try and make the device as useful as possible down the road, it's not a requirement. My 777 will do the conversion if I need it to, anyway.
WilliamK Govinda
God Member
Posts: 631
Karma: 27
[add]
Beat707.com
Arduino.Wusik.com
Re: MIDI Step Sequencer project
#4
Feb 08, 2011, 06:41 pm
You may want to check my MIDI Sequencer project too. ;-)
http://arduino.cc/forum/index.php/topic,49897.msg355919.html#msg355919
Wk
--
Beat707.com - The Arduino Drum Machine Shield
--
Wusik.com - Virtual Hybrid S
Print
Go Up
Pages:
[1]
Loading...