From e2436fa75cd2a16e19308886f17625818ff07e51 Mon Sep 17 00:00:00 2001 From: rekado Date: Thu, 31 Oct 2013 22:45:44 +0800 Subject: correct error: WD2_PROG.BOR instead of PROG.BOR --- posts/2013-08-11-hacking-the-wavedrum.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'posts/2013-08-11-hacking-the-wavedrum.markdown') diff --git a/posts/2013-08-11-hacking-the-wavedrum.markdown b/posts/2013-08-11-hacking-the-wavedrum.markdown index 5a0066a..2b1ed0c 100644 --- a/posts/2013-08-11-hacking-the-wavedrum.markdown +++ b/posts/2013-08-11-hacking-the-wavedrum.markdown @@ -1,6 +1,6 @@ --- title: Hacking the Wavedrum -tags: DIY,electronics,music,hacking +tags: DIY,electronics,music,hacking,wavedrum --- The Wavedrum Oriental is a wonderful electronic instrument. Unlike an @@ -171,7 +171,7 @@ When a factory reset is performed, the customised versions of these files in the root directory are overwritten with the versions contained in the `Factory` directory. All initial programmes that come with the Wavedrum are stored in `Factory/F_PROG.BOR`; once -programmes have been edited `PROG.BOR` in the root directory will +programmes have been edited `WD2_PROG.BOR` in the root directory will differ from `Factory/F_PROG.BOR`. (More about the nature of these differences later.) `PRE_PROG.BOR` is the same as `Factory/F_PROG.BOR` and is probably used to make the original factory @@ -299,7 +299,7 @@ pattern?). # The programme format -Looking at the hexdump of the file `PROG.BOR` which holds all custom +Looking at the hexdump of the file `WD2_PROG.BOR` which holds all custom presets, I couldn't find any obvious patterns in the file, so I resorted to editing a single programme, setting particular consecutive parameters to easily recognisable sequences of values (such as 100, -- cgit v1.2.3