Since the esp32 has usb built in ,
is there any way to use it (esp32)
to send the midi stream to the synth ?
Write the code in MicroPython ?
Hookup usb directly without the Bub ?
Search found 6 matches
- Thu Oct 29, 2020 6:23 pm
- Forum: Hardware
- Topic: Fluxamasynth-32 and Arduino Boards Manager
- Replies: 2
- Views: 21129
- Tue Aug 06, 2013 11:37 am
- Forum: Hardware
- Topic: Connect FluxamaSynth to 2560 Mega
- Replies: 3
- Views: 25058
Re: Connect FluxamaSynth to 2560 Mega
It may be the pin used as the Fluxamasynth midi input not
matching the right com pin on the Mega.
I only say this because I tried another synth board and it didn't
match my DuinoMite ( in that aspect ) so there is some ambiguity there.
matching the right com pin on the Mega.
I only say this because I tried another synth board and it didn't
match my DuinoMite ( in that aspect ) so there is some ambiguity there.
- Wed Jul 24, 2013 9:00 am
- Forum: Hardware
- Topic: fluxamasynth with duinomite
- Replies: 6
- Views: 67697
Re: fluxamasynth with duinomite
> BASIC ug.. er takes me back 
Me too ....... To where I want to be
http://www.youtube.com/watch?v=sBic-7oJ_Cs
Me too ....... To where I want to be
http://www.youtube.com/watch?v=sBic-7oJ_Cs
- Thu Jul 18, 2013 3:29 pm
- Forum: Hardware
- Topic: fluxamasynth with duinomite
- Replies: 6
- Views: 67697
Re: fluxamasynth with duinomite
Got it !
FluxamaSynth on DuinoMite Mega
10 open "com4:31250" as #1
20 print #1, chr$(midibyte);chr$(midibyte);chr$(midibyte)
FluxamaSynth on DuinoMite Mega
10 open "com4:31250" as #1
20 print #1, chr$(midibyte);chr$(midibyte);chr$(midibyte)
- Tue Jul 16, 2013 6:41 am
- Forum: Hardware
- Topic: fluxamasynth with duinomite
- Replies: 6
- Views: 67697
Re: fluxamasynth with duinomite
Got the Fluxamasynth. Very nice and fast shipment too :)
Do I need to set the data stream to 1 startbit .... 8 databit ..... 1 stopbit ....... 31.25 K ? (midi standard)
Using Basic is there a trick to do that ?
I'm used to sending just bytes (0 to 127) and having a problem to set the start and stop ...
Do I need to set the data stream to 1 startbit .... 8 databit ..... 1 stopbit ....... 31.25 K ? (midi standard)
Using Basic is there a trick to do that ?
I'm used to sending just bytes (0 to 127) and having a problem to set the start and stop ...
- Thu Jul 11, 2013 3:39 pm
- Forum: Hardware
- Topic: fluxamasynth with duinomite
- Replies: 6
- Views: 67697
fluxamasynth with duinomite
Will the fluxamasynth mate with a duinomite ?
What connector(s?) is needed ?
Thank You ...
What connector(s?) is needed ?
Thank You ...