For MAX32630FTHR microcontroller: Plays piano notes in Nokia composer format text file placed in the SD card

Dependencies:   USBMSD_BD SDFileSystem max32630fthr USBDevice

History

Final Ver default tip

2019-11-09, by Lugs [Sat, 09 Nov 2019 01:10:05 +0000] rev 13

Final Ver


actual working version, final.

2019-07-30, by Lugs [Tue, 30 Jul 2019 02:44:43 +0000] rev 12

actual working version, final.


extracted some functions to headers

2019-07-24, by Lugs [Wed, 24 Jul 2019 08:03:12 +0000] rev 11

extracted some functions to headers


Working file seeker through daplink. Robustness test not done.

2019-07-23, by Lugs [Tue, 23 Jul 2019 03:34:18 +0000] rev 10

Working file seeker through daplink. Robustness test not done.


reads from furelise.txt in the fs. TODO: add variable input.

2019-07-23, by Lugs [Tue, 23 Jul 2019 02:48:39 +0000] rev 9

reads from furelise.txt in the fs. TODO: add variable input.


cleaned up code. skipToNextEntry needs either skiptype error (0) or skiptype normal (1).

2019-07-23, by Lugs [Tue, 23 Jul 2019 01:42:34 +0000] rev 8

cleaned up code. skipToNextEntry needs either skiptype error (0) or skiptype normal (1).


new commitment. last commitment was a mistake.

2019-07-19, by Lugs [Fri, 19 Jul 2019 08:55:15 +0000] rev 7

new commitment. last commitment was a mistake.


working. doesn't have support for dotted notes.

2019-07-19, by Lugs [Fri, 19 Jul 2019 06:48:36 +0000] rev 6

working. doesn't have support for dotted notes.


working version. buggy around inputtype. can play fur elise at the very least. verbose.

2019-07-19, by Lugs [Fri, 19 Jul 2019 05:02:18 +0000] rev 5

working version. buggy around inputtype. can play fur elise at the very least. verbose.


wait_ms is 1ms to wait for the bytes to arrive. Manages to get all of fur elise in the song. LACKING: rest.

2019-07-19, by Lugs [Fri, 19 Jul 2019 04:47:38 +0000] rev 4

wait_ms is 1ms to wait for the bytes to arrive. Manages to get all of fur elise in the song. LACKING: rest.