Man, that's some awesome peace of work, you're showing here!!!
I'm about to build an Arduino-based 8 step sequencer right now (almost finished, just need to wire things together) which is pretty similar to yours, but man: How do you connect the whole thing to the NES anyway? Via Midi-Input? Would you share this great peace of work (how to let the sequencer playing the soundbank of the NES)?
That would be awesome, dude.
I will post a video of mine, too, when it's finished. ;)
However, your info needs A MINOR correction (pun intended)...
A minor is only the white notes starting on A and ending on A. If you start and end on C while only playing white keys it's C major, if you start and end on D it's D Dorian Mode, and each other white key note has it's own different scale or mode that you get from starting and stopping on it while only playing the white keys.
Yes this is obvious. But I'd like to point out that the scale in the microcontroller literally goes for an octave from an A followed by a B, then C D E F G and then the octave A above. The octave doesn't start on a D or a C, it starts on an A :)
hey. I have a midines and I've always been looking for ways to experiment with it. arduino boards seem cool, maybe I'll look into it. I've been trying to get past some annoyances of midines. when you're writing songs for the midi nes, what software sequencer do you use? I've been having a lot of trouble with recording CC events in sonar, or even editing them logically (rapid changes, etc)
protools, logic, and live? are any of those good with midi sequencing? I thought protools was mostly for non-midi stuff but I don't know about the other two. sonar just has a clunky interface when it comes to CC. but yeah, I've had other weird problems, like multiple identical note ons of one pitch being recognized as different pitches. haha.
Well I guess I just sort of "grew up" on ProTools. Many people complain about MIDI in ProTools, but I don't mind it. I am quite used to the general interface.
Logic is great for MIDI processing - it is one of its strong points.
I just started getting into Live, so I have been mucking around with the MIDI side of it as well. So yeah, that's basically it.
explain something to me dude: did you build this yourself, or is it a specialised componant you got for the task? and in either event how is it interfacing with the nes cart input?
i did the breadboarding, thought of the (simple) logic, and wrote the arduino program. so i guess you could say i built it. but at the same time, the arduino is a "specialised component" of this system - though it can do many, many things.
the NES is running a cart called MIDINes that allows realtime control over the NES' sound chip using MIDI commands. so the arduino is taking the values of the
brilliant. analog control, like a cv sequencer for a digital device. sometimes piano rolls can be tedious. anyways, 2 questions. 1, what is that board in the middle connecting the 2 breaboards? something to convert the ananlog trigger to midi ticks? 2, can you have rest's, or is it always just a continuous 8 note sequence?
btw, i checked out some of your other vidoes, good stuff
Hi there. The board in the middle is an Arduino board. It also uses a 4051 multiplexer to read many pots (Arduino has 6 analog inputs only). Yes, it can have rests. When the pots are at fully to the left, that step does not play anything. Thanks for the comment.
Oh yeah, the Arduino is basically a 'blank slate' that must be programmed in a simple language (derived from proce55ing). So basically you can do many things with the one board.
Man, that's some awesome peace of work, you're showing here!!!
I'm about to build an Arduino-based 8 step sequencer right now (almost finished, just need to wire things together) which is pretty similar to yours, but man: How do you connect the whole thing to the NES anyway? Via Midi-Input? Would you share this great peace of work (how to let the sequencer playing the soundbank of the NES)?
That would be awesome, dude.
I will post a video of mine, too, when it's finished. ;)
Dragoony12345 4 months ago
Hey, as a MIDI controller, does it matter what resistance the pot is? Or can I define the values with the Arduino regardless of ohmage?
sbtrctd 2 years ago
awesome!
kibjohn 3 years ago
This is really cool!
However, your info needs A MINOR correction (pun intended)...
A minor is only the white notes starting on A and ending on A. If you start and end on C while only playing white keys it's C major, if you start and end on D it's D Dorian Mode, and each other white key note has it's own different scale or mode that you get from starting and stopping on it while only playing the white keys.
ZogDawg 3 years ago
Yes this is obvious. But I'd like to point out that the scale in the microcontroller literally goes for an octave from an A followed by a B, then C D E F G and then the octave A above. The octave doesn't start on a D or a C, it starts on an A :)
littlescale 3 years ago
hi, this is great!
was looking for a simple midi sequencer
was hoping for PIC based one tho
what kind of arduino board is it?
brittttney 3 years ago
How about rearranging the buttons... And voila, you have a Nintendo Synthesizer with one arpeggio;)
nordemoniac 3 years ago
It's looks so easy: some pots, a couple breadboards...what's the catch?
reclusivesage 3 years ago
What do you mean?
littlescale 3 years ago
-]. Legendary, I still love this .[-
TEMPHUiBIS 4 years ago
hey, thanks man! hope you are going well.
littlescale 4 years ago
-]. yeah man, im sending u an e-mail soon, stay online .[-
TEMPHUiBIS 4 years ago
Very Creative, i will pay money for a sample CD with those sounds!!!
:-)
KayBeats 4 years ago
Thanks man. If you like the sounds, then you should totally get a MIDINes! ;-) they are great
littlescale 4 years ago
nintendo always had some of the best digirips
stemcellfilms 4 years ago
hey. I have a midines and I've always been looking for ways to experiment with it. arduino boards seem cool, maybe I'll look into it. I've been trying to get past some annoyances of midines. when you're writing songs for the midi nes, what software sequencer do you use? I've been having a lot of trouble with recording CC events in sonar, or even editing them logically (rapid changes, etc)
picklehammer 4 years ago
heya, i have never used sonar. i use protools, logic and live. what exactly does the data look like compared to what you want it to look like?
i have other problems with the MIDINes - for example, sometime note-offs are recognised as note-ons for the sample playback channel -WTF?
littlescale 4 years ago
protools, logic, and live? are any of those good with midi sequencing? I thought protools was mostly for non-midi stuff but I don't know about the other two. sonar just has a clunky interface when it comes to CC. but yeah, I've had other weird problems, like multiple identical note ons of one pitch being recognized as different pitches. haha.
picklehammer 4 years ago
Well I guess I just sort of "grew up" on ProTools. Many people complain about MIDI in ProTools, but I don't mind it. I am quite used to the general interface.
Logic is great for MIDI processing - it is one of its strong points.
I just started getting into Live, so I have been mucking around with the MIDI side of it as well. So yeah, that's basically it.
littlescale 4 years ago
This is simply awesome. I love MIDINES.
Mizgiwir 4 years ago
yeah, MIDINes is one of the coolest MIDI devices i have ever seen!
littlescale 4 years ago
explain something to me dude: did you build this yourself, or is it a specialised componant you got for the task? and in either event how is it interfacing with the nes cart input?
su7a7sband 4 years ago
i did the breadboarding, thought of the (simple) logic, and wrote the arduino program. so i guess you could say i built it. but at the same time, the arduino is a "specialised component" of this system - though it can do many, many things.
the NES is running a cart called MIDINes that allows realtime control over the NES' sound chip using MIDI commands. so the arduino is taking the values of the
littlescale 4 years ago
brilliant. analog control, like a cv sequencer for a digital device. sometimes piano rolls can be tedious. anyways, 2 questions. 1, what is that board in the middle connecting the 2 breaboards? something to convert the ananlog trigger to midi ticks? 2, can you have rest's, or is it always just a continuous 8 note sequence?
btw, i checked out some of your other vidoes, good stuff
kiDchemical 4 years ago
Hi there. The board in the middle is an Arduino board. It also uses a 4051 multiplexer to read many pots (Arduino has 6 analog inputs only). Yes, it can have rests. When the pots are at fully to the left, that step does not play anything. Thanks for the comment.
littlescale 4 years ago
Oh yeah, the Arduino is basically a 'blank slate' that must be programmed in a simple language (derived from proce55ing). So basically you can do many things with the one board.
littlescale 4 years ago
-]. NOW THATS SKILL!!! .[-
TEMPHUiBIS 4 years ago
do i detect some sarcasm there?
littlescale 4 years ago
-]. i dunno what ya detecting, what i'm detecting is thats a PHATTASTIC thing you did. Im a fan of that sort of music u no .[-
TEMPHUiBIS 4 years ago
my sarcastometer must be misaligned.
;)
littlescale 4 years ago