forked from len0rd/rockbox
Accept FS #10244 by Wincent Balin: more pdbox work done for GSoC; also some keyword and line-ending fixes by me
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21626 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
eabeb928dd
commit
0d4560cb03
113 changed files with 10637 additions and 4420 deletions
|
@ -1,17 +1,18 @@
|
|||
pdbox.c
|
||||
pdbox-net.c
|
||||
pdbox-func.c
|
||||
|
||||
dbestfit-3.3/bmalloc.c
|
||||
dbestfit-3.3/bysize.c
|
||||
dbestfit-3.3/dmalloc.c
|
||||
|
||||
/*
|
||||
PDa/src/s_audio_rockbox.c
|
||||
|
||||
|
||||
PDa/src/g_canvas.c
|
||||
PDa/src/g_graph.c
|
||||
PDa/src/g_text.c
|
||||
*/
|
||||
/* PDa/src/g_rtext.c Does not compile */
|
||||
/*
|
||||
PDa/src/g_rtext.c
|
||||
PDa/src/g_array.c
|
||||
PDa/src/g_template.c
|
||||
PDa/src/g_io.c
|
||||
|
@ -34,27 +35,25 @@ PDa/src/m_pd.c
|
|||
PDa/src/m_class.c
|
||||
PDa/src/m_obj.c
|
||||
PDa/src/m_atom.c
|
||||
*/
|
||||
PDa/src/m_memory.c
|
||||
|
||||
/* PDa/src/m_binbuf.c Does not compile, file handling stuff */
|
||||
/*
|
||||
PDa/src/m_binbuf.c
|
||||
PDa/src/m_conf.c
|
||||
PDa/src/m_glob.c
|
||||
PDa/src/m_sched.c
|
||||
*/
|
||||
/* PDa/src/s_main.c Does not compile, system reasons */
|
||||
/* PDa/src/s_inter.c Does not compile, BSD sockets */
|
||||
/* PDa/src/s_file.c Does not compile, file handling stuff */
|
||||
PDa/src/s_file.c
|
||||
PDa/src/s_print.c
|
||||
/*
|
||||
PDa/src/s_loader.c
|
||||
*/
|
||||
/* PDa/src/s_path.c Does not compile, file handling stuff */
|
||||
PDa/src/s_path.c
|
||||
/*
|
||||
PDa/src/s_entry.c
|
||||
*/
|
||||
PDa/src/s_audio.c
|
||||
/*
|
||||
PDa/src/s_midi.c
|
||||
*/
|
||||
PDa/src/d_ugen.c
|
||||
PDa/src/d_arithmetic.c
|
||||
PDa/src/d_dac.c
|
||||
|
@ -65,35 +64,30 @@ PDa/src/d_fftroutine.c
|
|||
PDa/src/d_global.c
|
||||
PDa/src/d_resample.c
|
||||
PDa/src/d_ctl.c
|
||||
*/
|
||||
/* PDa/src/d_soundfile.c Does not compile, file handling stuff */
|
||||
/*
|
||||
PDa/src/d_soundfile.c
|
||||
PDa/src/x_arithmetic.c
|
||||
PDa/src/x_connective.c
|
||||
PDa/src/x_interface.c
|
||||
/*
|
||||
PDa/src/x_midi.c
|
||||
*/
|
||||
PDa/src/x_misc.c
|
||||
PDa/src/x_time.c
|
||||
PDa/src/x_acoustics.c
|
||||
*/
|
||||
/* PDa/src/x_net.c Does not compile, BSD sockets */
|
||||
/*
|
||||
PDa/src/x_net.c
|
||||
PDa/src/x_qlist.c
|
||||
/*
|
||||
PDa/src/x_gui.c
|
||||
*/
|
||||
|
||||
/*
|
||||
PDa/src/d_imayer_fft.c
|
||||
*/
|
||||
/*
|
||||
PDa/src/m_fixed.c
|
||||
*/
|
||||
|
||||
/*
|
||||
PDa/intern/biquad~.c
|
||||
PDa/intern/bp~.c
|
||||
PDa/intern/clip~.c
|
||||
PDa/intern/cos~.c
|
||||
PDa/intern/cos_table.c
|
||||
PDa/intern/dbtopow~.c
|
||||
PDa/intern/dbtorms~.c
|
||||
PDa/intern/delread~.c
|
||||
|
@ -113,11 +107,11 @@ PDa/intern/print~.c
|
|||
PDa/intern/rmstodb~.c
|
||||
PDa/intern/rsqrt~.c
|
||||
PDa/intern/samphold~.c
|
||||
*/
|
||||
/* PDa/intern/sfread~.c Does not compile, file handling stuff */
|
||||
/* PDa/intern/sfwrite~.c Does not compile, file handling stuff */
|
||||
PDa/intern/sfread~.c
|
||||
PDa/intern/sfwrite~.c
|
||||
/*
|
||||
PDa/intern/sig~.c
|
||||
*/
|
||||
PDa/intern/snapshot~.c
|
||||
PDa/intern/sqrt~.c
|
||||
PDa/intern/tabosc4~.c
|
||||
|
@ -135,14 +129,10 @@ PDa/intern/vd~.c
|
|||
PDa/intern/vline~.c
|
||||
PDa/intern/vsnapshot~.c
|
||||
PDa/intern/wrap~.c
|
||||
*/
|
||||
|
||||
/*
|
||||
PDa/extra/OSCroute.c
|
||||
PDa/extra/bandpass.c
|
||||
*/
|
||||
/* PDa/extra/dumpOSC.c Does not compile, file handling stuff */
|
||||
/*
|
||||
PDa/extra/equalizer.c
|
||||
PDa/extra/gcanvas.c
|
||||
PDa/extra/highpass.c
|
||||
|
@ -153,12 +143,10 @@ PDa/extra/lowpass.c
|
|||
PDa/extra/lowshelf.c
|
||||
PDa/extra/moog~.c
|
||||
PDa/extra/notch.c
|
||||
*/
|
||||
/* PDa/extra/sendOSC.c Does not compile, file handling stuff */
|
||||
/*
|
||||
PDa/extra/shell.c
|
||||
PDa/extra/slider.c
|
||||
PDa/extra/sliderh.c
|
||||
PDa/extra/zerox~.c
|
||||
*/
|
||||
|
||||
PDa/extra/zerox~.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue