diff options
Diffstat (limited to 'debug/gdb_pdp_load')
-rw-r--r-- | debug/gdb_pdp_load | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debug/gdb_pdp_load b/debug/gdb_pdp_load index 552372b..ec57816 100644 --- a/debug/gdb_pdp_load +++ b/debug/gdb_pdp_load @@ -1,14 +1,14 @@ cd ~/pd/packet file ~/pd/distro/pd/bin/pd.debug # file ~/pd/distro/pd/bin/pd -set args -r 44100 -alsa -frags 64 -lib pdp -nodac -noadc -path abstractions test/test_pdp_scale.pd +set args -r 44100 -alsa -frags 64 -lib pdp -nodac -noadc -path abstractions test/test_pdp_zoom2.pd # set args -lib pdp -nodac -noadc -path abstractions test/test_pdp_thread.pd # set args -lib pdp -nodac -noadc test/test_pdp_ca.pd # set args -r 44100 -alsa -frags 64 -lib pdp -nodac -noadc test/test_pdp_qt_read.pd # dir ~/pd/distro/pd/src dir modules dir system -dir mmx +dir system/mmx dir scaf dir scaf/modules dir scaf/system |