Re: [PD] FUDIKaosDS

2008-03-28 Thread Chris McCormick
On Fri, Mar 28, 2008 at 01:22:19PM +0900, PSPunch wrote:
 Unless I recall incorrectly, FUDIKaosDS does not rely on the DLDI 
 library as it does not access any external file.

Yeah that's right - it does everything via WIFI because I couldn't be
bothered figuring out the DLDI stuff.

 To be honest, I have not tried Knobs  Sliders yet, only FUDIKasoDS.
 Maybe these two binaries were built at different timings, or then again, 
 it may just have been me missing something.
 
 I haven't updated my R4 in a while. If it is of interest to anyone, 
 maybe I can give Chris's binaries another try and apologize for causing 
 all the noise if necessary.

It may well be that I already recompiled it with the newer wifi
libraries and have just forgotten about it.

Anyway, if anyone is having trouble with the software please feel free
to let me know and I'll try to fix it.

Best,

Chris.

---
http://mccormick.cx

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] FUDIKaosDS

2008-03-27 Thread Dafydd Hughes
Hey Chris

Am I missing something? It seems to work fine on my R4 (and it's really cool)

cheers
dafydd

On Thu, Mar 27, 2008 at 1:53 AM, Chris McCormick [EMAIL PROTECTED] wrote:
 On Sat, Mar 22, 2008 at 08:09:33PM +0900, PSPunch wrote:
   Thanks for viewing my work.
   That post on YouTube was made by me. (shortly after I suggested you a
   while back to recompile the DS binaries using the later Wifi library
   adding support for R4)

  Thanks for making the video available. I am getting an R4 soon, so I'll
  certainly be re-compiling the binary with the new wifi library so it
  works with that.



  Best,

  Chris.

  ---
  http://mccormick.cx

  ___
  PD-list@iem.at mailing list
  UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list




-- 
www.sideshowmedia.ca
skype: chickeninthegrass

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] FUDIKaosDS

2008-03-27 Thread PSPunch

dafydd,


At one point, I could not get homebrew apps using wifi (including
FUDIKaosDS binaries on Chris's site) to work on my R4. This was until 
the DSwifi libraries were updated at which point, binaries I built 
worked just fine.

This was with R4 kernel version 1.14 I think.
What do you use?
Some things may have changed unless I was doing something wrong.

--
David Shimamoto


 
 Am I missing something? It seems to work fine on my R4 (and it's really cool)
 
 cheers
 dafydd
 
 On Thu, Mar 27, 2008 at 1:53 AM, Chris McCormick [EMAIL PROTECTED] wrote:
 On Sat, Mar 22, 2008 at 08:09:33PM +0900, PSPunch wrote:
   Thanks for viewing my work.
   That post on YouTube was made by me. (shortly after I suggested you a
   while back to recompile the DS binaries using the later Wifi library
   adding support for R4)

  Thanks for making the video available. I am getting an R4 soon, so I'll
  certainly be re-compiling the binary with the new wifi library so it
  works with that.



  Best,

  Chris.

  ---
  http://mccormick.cx

  ___
  PD-list@iem.at mailing list
  UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list

 
 
 



___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] FUDIKaosDS

2008-03-27 Thread Dafydd Hughes
Hi David

I think I've got v 1.17, but I also had no trouble with earlier
firmware and Knobs  Sliders. I was using Chris' compiled .nds file.
Would DLDIDrop have made a difference? (I don't know a lot about this
stuff - I'm still at the just try stuff and hope it works phase with
my DS.

cheers
dafydd

On Thu, Mar 27, 2008 at 10:41 PM, PSPunch [EMAIL PROTECTED] wrote:

  dafydd,


  At one point, I could not get homebrew apps using wifi (including
  FUDIKaosDS binaries on Chris's site) to work on my R4. This was until
  the DSwifi libraries were updated at which point, binaries I built
  worked just fine.

  This was with R4 kernel version 1.14 I think.
  What do you use?
  Some things may have changed unless I was doing something wrong.

  --
  David Shimamoto




  
   Am I missing something? It seems to work fine on my R4 (and it's really 
 cool)
  
   cheers
   dafydd
  
   On Thu, Mar 27, 2008 at 1:53 AM, Chris McCormick [EMAIL PROTECTED] wrote:
   On Sat, Mar 22, 2008 at 08:09:33PM +0900, PSPunch wrote:
 Thanks for viewing my work.
 That post on YouTube was made by me. (shortly after I suggested you a
 while back to recompile the DS binaries using the later Wifi library
 adding support for R4)
  
Thanks for making the video available. I am getting an R4 soon, so I'll
certainly be re-compiling the binary with the new wifi library so it
works with that.
  
  
  
Best,
  
Chris.
  
---
http://mccormick.cx
  
___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
  
  
  
  



  ___
  PD-list@iem.at mailing list
  UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list




-- 
www.sideshowmedia.ca
skype: chickeninthegrass

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] FUDIKaosDS

2008-03-27 Thread PSPunch

Hello dafydd,


DLDI is a wrapper library to compensate for the different ways each DS 
cartridge (such as R4 and other hardware of the same purpose) accesses 
external files stored from within the .nds application.
i.e., Nitrotracker (which I imagine you have tried already) needs the 
DLDI patch applied to the .nds file in order to loadstore samples from 
the SD card. I believe DLDIDrop automates this patching as you transfer 
the .nds file to memory. In other words, if the .nds file you plan to 
use does not rely on the DLDI library, you can simply copy the file and 
it should work fine.

Unless I recall incorrectly, FUDIKaosDS does not rely on the DLDI 
library as it does not access any external file.

To be honest, I have not tried Knobs  Sliders yet, only FUDIKasoDS.
Maybe these two binaries were built at different timings, or then again, 
it may just have been me missing something.

I haven't updated my R4 in a while. If it is of interest to anyone, 
maybe I can give Chris's binaries another try and apologize for causing 
all the noise if necessary.

--
David Shimamoto


 Hi David
 
 I think I've got v 1.17, but I also had no trouble with earlier
 firmware and Knobs  Sliders. I was using Chris' compiled .nds file.
 Would DLDIDrop have made a difference? (I don't know a lot about this
 stuff - I'm still at the just try stuff and hope it works phase with
 my DS.
 
 cheers
 dafydd
 
 On Thu, Mar 27, 2008 at 10:41 PM, PSPunch [EMAIL PROTECTED] wrote:
  dafydd,


  At one point, I could not get homebrew apps using wifi (including
  FUDIKaosDS binaries on Chris's site) to work on my R4. This was until
  the DSwifi libraries were updated at which point, binaries I built
  worked just fine.

  This was with R4 kernel version 1.14 I think.
  What do you use?
  Some things may have changed unless I was doing something wrong.

  --
  David Shimamoto




  
   Am I missing something? It seems to work fine on my R4 (and it's really 
 cool)
  
   cheers
   dafydd
  
   On Thu, Mar 27, 2008 at 1:53 AM, Chris McCormick [EMAIL PROTECTED] 
 wrote:
   On Sat, Mar 22, 2008 at 08:09:33PM +0900, PSPunch wrote:
 Thanks for viewing my work.
 That post on YouTube was made by me. (shortly after I suggested you a
 while back to recompile the DS binaries using the later Wifi library
 adding support for R4)
  
Thanks for making the video available. I am getting an R4 soon, so I'll
certainly be re-compiling the binary with the new wifi library so it
works with that.
  
  
  
Best,
  
Chris.
  
---
http://mccormick.cx
  
___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
  
  
  
  



  ___
  PD-list@iem.at mailing list
  UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list

 
 
 


___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] FUDIKaosDS

2008-03-26 Thread Chris McCormick
On Sat, Mar 22, 2008 at 08:09:33PM +0900, PSPunch wrote:
 Thanks for viewing my work.
 That post on YouTube was made by me. (shortly after I suggested you a 
 while back to recompile the DS binaries using the later Wifi library 
 adding support for R4)

Thanks for making the video available. I am getting an R4 soon, so I'll
certainly be re-compiling the binary with the new wifi library so it
works with that.

Best,

Chris.

---
http://mccormick.cx

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] FUDIKaosDS

2008-03-22 Thread PSPunch

Hi Chris,

Thanks for viewing my work.
That post on YouTube was made by me. (shortly after I suggested you a 
while back to recompile the DS binaries using the later Wifi library 
adding support for R4)

Audio and video is strictly pd-extended for Windows.
Patch is made public at the following.

http://pspunch.com/kausolator.zip

--
David Shimamoto



 Hello,
 
 Sorry to blow my own trumpet twice in a row like this, but I just found
 this video somebody made of FUDIKaosDS in action - that's one of the
 two bits of software I posted about earlier. This video nicely shows off
 it's capabilities:
 
 http://www.youtube.com/watch?v=fDCYaEc2VL8
 
 It looks like this person is using Pure Data and Gem for the sound and
 visuals.
 
 Best,
 
 Chris.
 
 ---
 http://mccormick.cx
 
 ___
 PD-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 


___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list