1

(15 replies, posted in M8)

catskull wrote:

left/right to jump a page in sample browser

auto play sample when cursor highlights it (instead of pressing start)

You can hold start down while scrolling. You can hold B to fast scroll.

As I mentioned in the github issue richy486 submitted, there were some recent commits to the code that I did not personally test. You can try this version here:
https://github.com/trash80/Arduinoboy/t … df93d006a6

Just download it and try it. This link is to the previous version before the change were made

I have, it's phenomenal! Much more musically controllable when compared to similar products like MIDINES. (It has vibrato, tremolo, proper pitch bend wheel control, portamento, arp etc) ... So far the only thing I've found lacking when compared to MIDINES would be the available selection of samples for drums.

4

(6 replies, posted in Bugs and Requests)

Where do you see two login verifications? The only one that should be there is recaptcha, and it's only REALLY required if you are a new user.

5

(5 replies, posted in Bugs and Requests)

Should be fixed.

6

(14 replies, posted in Nintendo Handhelds)

Todderbert wrote:

I can confirm it works, though I get some notes that hang once in awhile...not sure if its my Arduino or the Gameboy.  Just a trial run, you set the midi channels 1-4 for the Channels.  If you figure out the note hanging issue let me know.  It only does it every so often on the track and resolves itself and keeps playing normally.

Try disabling MIDI sync out since that is just wasted data for mGB, also you can turn off the screen using Select + A which will work a bit better on a DMG.

In LSDJ did you try "MIDI" mode instead of "SLAVE"?
They are not "Analog" only PINs. They can either be used for analog read, digital I/O, "Touch sense", or i2c.
The reason for the pin selection has to do with bit banging multiple pins siamotainously, they need to be part of the same port to do so, those were probably chosen because they are the first available sequential pins that were not being used for anything else. Port B GPIO. AKA: We can set all three pins at the same time without delays introduced by using "Arduino" style "digitalWrite"

8

(7 replies, posted in Releases)

Thanks guys. smile

9

(2 replies, posted in Bugs and Requests)

Necro bump due to activity on this front.

If this site was planning on closing, we'd give you a long fair warning. smile

Having said that, it's not on the horizon.

bryface wrote:

on a related note: Chrome now blocks flash, which in turn blocks the music players here (and on weeklybeats btw).  you have to right-click the container element and clck "Run this plugin" in order to play a song.  it's worse on weeklybeats because the flash widget is crammed into a 1x1 pixel area.

This is now fixed on Weeklybeats. At some point we will be replacing the music player on CMO but there are bigger issues first.

catskull wrote:

Can help with mobile!

You know much CSS Grid? That's the option I am going with VS redoing all of the markup in Bootstrap.

jefftheworld wrote:

Fuck yeah! TLS!

It was fairly painful. The server had to be moved, and the music, and redo / update the music submission form.

Up next: Mobile (which is more painful but ~15% done)

We are actually running a VPS, which should support SSL. I need to look that stuff up.

15

(23 replies, posted in Nintendo Handhelds)

herr_prof wrote:
trash80 wrote:

Plus the latest Aboy on Github supports Teensy. smile

Bit off topic: There is another aboy version in the works that supports USB<->Many MIDI serials relaying as well as as many gameboys as there are free pins. Just need to figure out how I want to implement the configuration setup. (Either sysex or just simple code editing at the top)
https://github.com/trash80/Arduinoboy/b … Arduinoboy

SYSEX! SYSEX! SYSEX!

Sigh, it's super easy to flash a Teensy. IT HAS USB FOR THE LOVE OF...

16

(23 replies, posted in Nintendo Handhelds)

Plus the latest Aboy on Github supports Teensy. smile

Bit off topic: There is another aboy version in the works that supports USB<->Many MIDI serials relaying as well as as many gameboys as there are free pins. Just need to figure out how I want to implement the configuration setup. (Either sysex or just simple code editing at the top)
https://github.com/trash80/Arduinoboy/b … Arduinoboy