Could you by any chance allow users to sent .WAV? Like from the recorder and gj with this!
INTRODUCING SENDFILE FOR SB
Current Features: - Send a PRG / TXT to another 1 system - Send a GRP to another 1 system - Send a DAT file to another 1 system - Run as a standalone program - Use as a function library for use inside another program PLANNED: - Send a VAR to another system (maybe) - Send files to up to 3 other systems at a time (eventually) - Further Enhanced performanceENJOY!
Instructions:
COPY SENDFILE into the folder with the data you want to send on the sending system. COPY SENDFILE into the folder with the data you want to receive on the receiving system. The HOST will always send the file and the GUEST will always receive it (in the standalone program, implementation can vary if you so desire). You may only send HOW TO SEND TO A SYSTEM WITHOUT SENDFILE: 1.Type the following code into the other systemF$="'" MPSTART 2,"SF" WHILE !BUTTON() MPRECV OUT ID,A$ IF ID==MPHOST THEN INC F$,A$ INC N,1 MPSET 2,N ENDIF WEND SAVE "TXT:SENDFILE",F$2. Run the program you just wrote and select GUEST (NO) 3. Run the system containing SENDFILE, chose HOST (YES) [chose this on the other system] and then enter "SENDFILE" as the file 4. Wait for the 3DS without sendfile to show a MultiPlayer Disconnect message prompt and hit OK 5. Press any button on the 3DS that didn't have sendfile and say yes to saving the file. CONGRATS! Just load SENDFILE now and it should run perfectly!!! DAT files are assumed one dimensional. 2D, 3D, and 4D files do not work yet (and nether do 1D files, but they won't crash if you load them) For documentation of use and other instructions, see the comments at the top of the file.