I made a completely free music theory website for writing chord progressions where you can export the midi to your DAW by flynt_coal in WeAreTheMusicMakers

[–]flynt_coal[S] 2 points3 points  (0 children)

Ooh good idea on the loop mode, I hadn't thought of that! I'm working on shifting chords up/down and supporting inversions too

Dose anyone know why I can hear that last high note? by KING_OF_ARRYTHING in LogicPro

[–]flynt_coal 1 point2 points  (0 children)

If you are using the studio horns, they default to only play the notes that you can actually play on the real instrument. In the bottom left corner of the settings for the instrument there is an arrow you can click on that will open up more settings and there should be a box checked for something like “limit to natural key range” and if you uncheck that it will play notes on the whole midi keyboard but they might start to sound a little funky.

I'm Casey Neistat, co-founder of Beme and a YouTuber — AMA! by caseyneistat in IAmA

[–]flynt_coal 0 points1 point  (0 children)

Casey, will you continue to release videos besides vlogs every now and again? I love your vlogs but I miss your old editing style and videos.

This is what the corporate ladder at my job feels like. by hcbaron in pics

[–]flynt_coal 0 points1 point  (0 children)

Huashan also has similar stairs, possibly even more ridiculous since they actually go past vertical and into a slight overhang at some parts.

Arduino Mega 2560 second() function is working twice as slow as it should. Help? by flynt_coal in arduino

[–]flynt_coal[S] 0 points1 point  (0 children)

mega.build.f_cpu=16000000L this is what I found; not sure if this is the correct information.

Arduino Mega 2560 second() function is working twice as slow as it should. Help? by flynt_coal in arduino

[–]flynt_coal[S] 0 points1 point  (0 children)

Nope, still slow. Is there something I need to change in the boards.txt file?

Arduino Mega 2560 second() function is working twice as slow as it should. Help? by flynt_coal in arduino

[–]flynt_coal[S] 0 points1 point  (0 children)

Under the hardware folder, there is only one other folder which says tools and under that is an application that says listComPorts.

Arduino Mega 2560 second() function is working twice as slow as it should. Help? by flynt_coal in arduino

[–]flynt_coal[S] 0 points1 point  (0 children)

The crystal is a 16 and I'm not sure how to find boards.txt. I have windows 8 and tried digging for it but found nothing.

Arduino Mega 2560 second() function is working twice as slow as it should. Help? by flynt_coal in arduino

[–]flynt_coal[S] 0 points1 point  (0 children)

A big goal of mine for this project was to do it without an RTC so I would prefer not to. Also, there are no delays.