Skip to content

Commit 510e928

Browse files
committed
Update URL for the ArduboyTones library
1 parent c6e5eee commit 510e928

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* also include a flag to indicate that the note is to be played at a higher volume,
3434
* if the velocity of the MIDI note is above a certain value.
3535
* This format is suitable for use with the ArduboyTones library, which is on GitHub at
36-
* https://github.com/Arduboy/ArduboyTones
36+
* https://github.com/MLXXXp/ArduboyTones
3737
*
3838
* The output can be either a C-language source code fragment that initializes an
3939
* array with the command bytestream, or a binary file with the bytestream itself.

midi2tones.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* also include a flag to indicate that the note is to be played at a higher volume,
3434
* if the velocity of the MIDI note is above a certain value.
3535
* This format is suitable for use with the ArduboyTones library, which is on GitHub at
36-
* https://github.com/Arduboy/ArduboyTones
36+
* https://github.com/MLXXXp/ArduboyTones
3737
*
3838
* The output can be either a C-language source code fragment that initializes an
3939
* array with the command bytestream, or a binary file with the bytestream itself.

0 commit comments

Comments
 (0)