old demo that i want to try in mbed studio

Dependencies:   mbed SDFileSystem_Copy_of_mbed_version I2S

Revisions of NotchingDemo.cpp

Revision Date Message Actions
14:cc555d14e3f8 2019-03-17 Can actually get to the interrupt routine section. But still doesn't make sense why you can call a file one name but not the other File  Diff  Annotate
13:8e93396a27c5 2019-03-17 WIP version right before I delete everything problematic File  Diff  Annotate
12:e386150cefd3 2019-03-17 WIP Even with changing these to use FILE* mywav things, it still doesn't work properly...its probably because we are still using the WAV_STRUCT_FMT idea elsewhere in the fread fncs... File  Diff  Annotate
11:34136ff82179 2019-03-17 WIP part way through writing out stuff to read in from a WAV_FILE_STRUCT but different instantation for each of the 18 or so files... File  Diff  Annotate
10:ce38f2e9e80e 2019-03-17 WIP Is fine with opening up outside of a loop...can this also read into several WAV_FILE_STRUCT instances? THIS WILL BE IN NEXT CHANGE/COMMIT File  Diff  Annotate
9:dd9cae06b202 2019-03-17 WIP Having issues actually reading in anything about the file from Sound[aaa].FileInfo.WavFile... File  Diff  Annotate
8:c2faf06e7240 2019-03-16 Can even read in some information about these files...but NOT their sizes...I assume this takes up far too much memory? File  Diff  Annotate
7:131ac4231c46 2019-03-16 Tracked the issue down to all the other FileFormat FileData etc assignments. I can open a whole bunch of files but if i do much else...it gets stuck. File  Diff  Annotate
6:6e6229374856 2019-03-16 Can open up 22 separate files, without closing them, with no problem... WHY is this only working now??.. (end of WIP) File  Diff  Annotate
5:f42ab6c41551 2019-03-16 WIP Adding in Version of opening up sounds within an array of class objects File  Diff  Annotate
4:55fbbb049bae 2019-03-16 Removed some redundant (new!) stuff, and reverted to having file playing simple demo. But also have opening up of a ton of files. File  Diff  Annotate
3:6169aeeaeeb4 2019-03-16 Seemed to find -> can open multiple files but only if NOT in an array. Now taking all this out and just trying to play a simple file again. NOT working File  Diff  Annotate
2:957d3b2afff4 2019-02-28 Has not been tested, and will not work until the file opening/closing issue has been sorted. However it does compile File  Diff  Annotate
1:aac37edee302 2019-02-27 Version that can read in the files. Now need to set up the entire demo (i.e. change PlayLoop Fnc) File  Diff  Annotate
0:e89d7a0bfa3b 2019-02-16 Doesn't work at present, however it does contain some rudimentary code for passing in the file names into a string array (too difficult compared to matlab) File  Diff  Annotate