From d0ae3caca5828675335d3b19ab5dd987e7369b23 Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Wed, 14 Jul 2004 16:21:44 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r1857, which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/tb/; revision=1858 --- sc4pd/make-files.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 sc4pd/make-files.txt (limited to 'sc4pd/make-files.txt') diff --git a/sc4pd/make-files.txt b/sc4pd/make-files.txt new file mode 100755 index 0000000..2125a06 --- /dev/null +++ b/sc4pd/make-files.txt @@ -0,0 +1,6 @@ +# all the source files from the package +SRCDIR = source +SRCS= \ + main.cpp Dust.cpp MantissaMask.cpp Hasher.cpp Median.cpp \ + BrownNoise.cpp ClipNoise.cpp GrayNoise.cpp WhiteNoise.cpp \ + PinkNoise.cpp Dust2.cpp Crackle.cpp \ No newline at end of file -- cgit v1.2.1 From 7efe253bff93c1214cc84ef16255af39351a7606 Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Wed, 14 Jul 2004 22:09:37 +0000 Subject: some more ugens svn path=/trunk/externals/tb/; revision=1863 --- sc4pd/make-files.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sc4pd/make-files.txt') diff --git a/sc4pd/make-files.txt b/sc4pd/make-files.txt index 2125a06..be5dcbc 100755 --- a/sc4pd/make-files.txt +++ b/sc4pd/make-files.txt @@ -3,4 +3,5 @@ SRCDIR = source SRCS= \ main.cpp Dust.cpp MantissaMask.cpp Hasher.cpp Median.cpp \ BrownNoise.cpp ClipNoise.cpp GrayNoise.cpp WhiteNoise.cpp \ - PinkNoise.cpp Dust2.cpp Crackle.cpp \ No newline at end of file + PinkNoise.cpp Dust2.cpp Crackle.cpp Rand.cpp TRand.cpp TExpRand.cpp \ + IRand.cpp TIRand.cpp \ No newline at end of file -- cgit v1.2.1 From 9ecfff90135ec05498f9f55a39cd386c855a8571 Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Thu, 15 Jul 2004 19:05:05 +0000 Subject: rng have setable seed and other changes svn path=/trunk/externals/tb/; revision=1867 --- sc4pd/make-files.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sc4pd/make-files.txt') diff --git a/sc4pd/make-files.txt b/sc4pd/make-files.txt index be5dcbc..7bd3221 100755 --- a/sc4pd/make-files.txt +++ b/sc4pd/make-files.txt @@ -4,4 +4,5 @@ SRCS= \ main.cpp Dust.cpp MantissaMask.cpp Hasher.cpp Median.cpp \ BrownNoise.cpp ClipNoise.cpp GrayNoise.cpp WhiteNoise.cpp \ PinkNoise.cpp Dust2.cpp Crackle.cpp Rand.cpp TRand.cpp TExpRand.cpp \ - IRand.cpp TIRand.cpp \ No newline at end of file + IRand.cpp TIRand.cpp CoinGate.cpp support.cpp LinRand.cpp NRand.cpp\ + \ No newline at end of file -- cgit v1.2.1 From 2bc701fec065db8d399498a8c2f4f4145acf3369 Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Thu, 15 Jul 2004 21:34:12 +0000 Subject: the work of this evening ... svn path=/trunk/externals/tb/; revision=1868 --- sc4pd/make-files.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc4pd/make-files.txt') diff --git a/sc4pd/make-files.txt b/sc4pd/make-files.txt index 7bd3221..4f7f78a 100755 --- a/sc4pd/make-files.txt +++ b/sc4pd/make-files.txt @@ -5,4 +5,4 @@ SRCS= \ BrownNoise.cpp ClipNoise.cpp GrayNoise.cpp WhiteNoise.cpp \ PinkNoise.cpp Dust2.cpp Crackle.cpp Rand.cpp TRand.cpp TExpRand.cpp \ IRand.cpp TIRand.cpp CoinGate.cpp support.cpp LinRand.cpp NRand.cpp\ - \ No newline at end of file + ExpRand.cpp LFClipNoise.cpp LFNoise0.cpp \ No newline at end of file -- cgit v1.2.1 From c1f0c701a5b598e665b0e884081c9a02c44a2550 Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Fri, 16 Jul 2004 16:43:48 +0000 Subject: *** empty log message *** svn path=/trunk/externals/tb/; revision=1869 --- sc4pd/make-files.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc4pd/make-files.txt') diff --git a/sc4pd/make-files.txt b/sc4pd/make-files.txt index 4f7f78a..5952f9a 100755 --- a/sc4pd/make-files.txt +++ b/sc4pd/make-files.txt @@ -5,4 +5,4 @@ SRCS= \ BrownNoise.cpp ClipNoise.cpp GrayNoise.cpp WhiteNoise.cpp \ PinkNoise.cpp Dust2.cpp Crackle.cpp Rand.cpp TRand.cpp TExpRand.cpp \ IRand.cpp TIRand.cpp CoinGate.cpp support.cpp LinRand.cpp NRand.cpp\ - ExpRand.cpp LFClipNoise.cpp LFNoise0.cpp \ No newline at end of file + ExpRand.cpp LFClipNoise.cpp LFNoise0.cpp LFNoise1.cpp LFNoise2.cpp \ No newline at end of file -- cgit v1.2.1 From 96b9d4ab74d9b0d9bb073932f7e804585f1a7c80 Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Sat, 17 Jul 2004 17:27:17 +0000 Subject: one more object and some changes svn path=/trunk/externals/tb/; revision=1870 --- sc4pd/make-files.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sc4pd/make-files.txt') diff --git a/sc4pd/make-files.txt b/sc4pd/make-files.txt index 5952f9a..e652215 100755 --- a/sc4pd/make-files.txt +++ b/sc4pd/make-files.txt @@ -5,4 +5,5 @@ SRCS= \ BrownNoise.cpp ClipNoise.cpp GrayNoise.cpp WhiteNoise.cpp \ PinkNoise.cpp Dust2.cpp Crackle.cpp Rand.cpp TRand.cpp TExpRand.cpp \ IRand.cpp TIRand.cpp CoinGate.cpp support.cpp LinRand.cpp NRand.cpp\ - ExpRand.cpp LFClipNoise.cpp LFNoise0.cpp LFNoise1.cpp LFNoise2.cpp \ No newline at end of file + ExpRand.cpp LFClipNoise.cpp LFNoise0.cpp LFNoise1.cpp LFNoise2.cpp \ + Logistic.cpp \ No newline at end of file -- cgit v1.2.1 From 1975cbb20fda8e57b3d923358cf5007605af421c Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Mon, 19 Jul 2004 21:28:04 +0000 Subject: another object svn path=/trunk/externals/tb/; revision=1872 --- sc4pd/make-files.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc4pd/make-files.txt') diff --git a/sc4pd/make-files.txt b/sc4pd/make-files.txt index e652215..df0e4a6 100755 --- a/sc4pd/make-files.txt +++ b/sc4pd/make-files.txt @@ -6,4 +6,4 @@ SRCS= \ PinkNoise.cpp Dust2.cpp Crackle.cpp Rand.cpp TRand.cpp TExpRand.cpp \ IRand.cpp TIRand.cpp CoinGate.cpp support.cpp LinRand.cpp NRand.cpp\ ExpRand.cpp LFClipNoise.cpp LFNoise0.cpp LFNoise1.cpp LFNoise2.cpp \ - Logistic.cpp \ No newline at end of file + Logistic.cpp Latoocarfian.cpp \ No newline at end of file -- cgit v1.2.1 From 9b76d2cfe25558b3f1951fcf8ee26982beca1e48 Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Fri, 23 Jul 2004 10:01:56 +0000 Subject: added LinCong ugen svn path=/trunk/externals/tb/; revision=1887 --- sc4pd/make-files.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc4pd/make-files.txt') diff --git a/sc4pd/make-files.txt b/sc4pd/make-files.txt index df0e4a6..b662391 100755 --- a/sc4pd/make-files.txt +++ b/sc4pd/make-files.txt @@ -6,4 +6,4 @@ SRCS= \ PinkNoise.cpp Dust2.cpp Crackle.cpp Rand.cpp TRand.cpp TExpRand.cpp \ IRand.cpp TIRand.cpp CoinGate.cpp support.cpp LinRand.cpp NRand.cpp\ ExpRand.cpp LFClipNoise.cpp LFNoise0.cpp LFNoise1.cpp LFNoise2.cpp \ - Logistic.cpp Latoocarfian.cpp \ No newline at end of file + Logistic.cpp Latoocarfian.cpp LinCong.cpp \ No newline at end of file -- cgit v1.2.1 From 0aa3917ce03265d942b86fcc0b0d224b0e46627f Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Fri, 30 Jul 2004 21:27:07 +0000 Subject: Binary Operators svn path=/trunk/externals/tb/; revision=1899 --- sc4pd/make-files.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sc4pd/make-files.txt') diff --git a/sc4pd/make-files.txt b/sc4pd/make-files.txt index b662391..c5a874b 100755 --- a/sc4pd/make-files.txt +++ b/sc4pd/make-files.txt @@ -6,4 +6,6 @@ SRCS= \ PinkNoise.cpp Dust2.cpp Crackle.cpp Rand.cpp TRand.cpp TExpRand.cpp \ IRand.cpp TIRand.cpp CoinGate.cpp support.cpp LinRand.cpp NRand.cpp\ ExpRand.cpp LFClipNoise.cpp LFNoise0.cpp LFNoise1.cpp LFNoise2.cpp \ - Logistic.cpp Latoocarfian.cpp LinCong.cpp \ No newline at end of file + Logistic.cpp Latoocarfian.cpp LinCong.cpp amclip.cpp scaleneg.cpp \ + excess.cpp hypot.cpp ring1.cpp ring2.cpp ring3.cpp ring4.cpp \ + difsqr.cpp sumsqr.cpp sqrdif.cpp sqrsum.cpp absdif.cpp \ No newline at end of file -- cgit v1.2.1 From 732d85194f69cc1d6b72d67e48211799cd5583e3 Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Sun, 1 Aug 2004 19:00:30 +0000 Subject: checkin: lfpulse, lfsaw svn path=/trunk/externals/tb/; revision=1901 --- sc4pd/make-files.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sc4pd/make-files.txt') diff --git a/sc4pd/make-files.txt b/sc4pd/make-files.txt index c5a874b..8c45378 100755 --- a/sc4pd/make-files.txt +++ b/sc4pd/make-files.txt @@ -8,4 +8,5 @@ SRCS= \ ExpRand.cpp LFClipNoise.cpp LFNoise0.cpp LFNoise1.cpp LFNoise2.cpp \ Logistic.cpp Latoocarfian.cpp LinCong.cpp amclip.cpp scaleneg.cpp \ excess.cpp hypot.cpp ring1.cpp ring2.cpp ring3.cpp ring4.cpp \ - difsqr.cpp sumsqr.cpp sqrdif.cpp sqrsum.cpp absdif.cpp \ No newline at end of file + difsqr.cpp sumsqr.cpp sqrdif.cpp sqrsum.cpp absdif.cpp LFSaw.cpp \ + LFPulse.cpp \ No newline at end of file -- cgit v1.2.1 From 0d2a4d810fdc7ecbe67de784d4eb901cd5699c38 Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Sun, 1 Aug 2004 20:51:11 +0000 Subject: some more ugens svn path=/trunk/externals/tb/; revision=1902 --- sc4pd/make-files.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc4pd/make-files.txt') diff --git a/sc4pd/make-files.txt b/sc4pd/make-files.txt index 8c45378..49ba19b 100755 --- a/sc4pd/make-files.txt +++ b/sc4pd/make-files.txt @@ -9,4 +9,4 @@ SRCS= \ Logistic.cpp Latoocarfian.cpp LinCong.cpp amclip.cpp scaleneg.cpp \ excess.cpp hypot.cpp ring1.cpp ring2.cpp ring3.cpp ring4.cpp \ difsqr.cpp sumsqr.cpp sqrdif.cpp sqrsum.cpp absdif.cpp LFSaw.cpp \ - LFPulse.cpp \ No newline at end of file + LFPulse.cpp Impulse.cpp Integrator.cpp Decay.cpp \ No newline at end of file -- cgit v1.2.1 From 1bf32780fe1281eda6deb51f661f2f234a16fd1f Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Mon, 2 Aug 2004 20:13:59 +0000 Subject: *** empty log message *** svn path=/trunk/externals/tb/; revision=1904 --- sc4pd/make-files.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc4pd/make-files.txt') diff --git a/sc4pd/make-files.txt b/sc4pd/make-files.txt index 49ba19b..5a2aaf7 100755 --- a/sc4pd/make-files.txt +++ b/sc4pd/make-files.txt @@ -9,4 +9,4 @@ SRCS= \ Logistic.cpp Latoocarfian.cpp LinCong.cpp amclip.cpp scaleneg.cpp \ excess.cpp hypot.cpp ring1.cpp ring2.cpp ring3.cpp ring4.cpp \ difsqr.cpp sumsqr.cpp sqrdif.cpp sqrsum.cpp absdif.cpp LFSaw.cpp \ - LFPulse.cpp Impulse.cpp Integrator.cpp Decay.cpp \ No newline at end of file + LFPulse.cpp Impulse.cpp Integrator.cpp Decay.cpp Decay2.cpp \ No newline at end of file -- cgit v1.2.1 From 78431322cc77b9654fa4a2e2b1b42a9310cb9141 Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Mon, 2 Aug 2004 21:13:50 +0000 Subject: lag svn path=/trunk/externals/tb/; revision=1905 --- sc4pd/make-files.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc4pd/make-files.txt') diff --git a/sc4pd/make-files.txt b/sc4pd/make-files.txt index 5a2aaf7..922e05c 100755 --- a/sc4pd/make-files.txt +++ b/sc4pd/make-files.txt @@ -9,4 +9,4 @@ SRCS= \ Logistic.cpp Latoocarfian.cpp LinCong.cpp amclip.cpp scaleneg.cpp \ excess.cpp hypot.cpp ring1.cpp ring2.cpp ring3.cpp ring4.cpp \ difsqr.cpp sumsqr.cpp sqrdif.cpp sqrsum.cpp absdif.cpp LFSaw.cpp \ - LFPulse.cpp Impulse.cpp Integrator.cpp Decay.cpp Decay2.cpp \ No newline at end of file + LFPulse.cpp Impulse.cpp Integrator.cpp Decay.cpp Decay2.cpp Lag.cpp \ No newline at end of file -- cgit v1.2.1 From b85f8bc7af3fda0f31af1c79a9f25145b8004705 Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Tue, 3 Aug 2004 09:56:19 +0000 Subject: works of one morning svn path=/trunk/externals/tb/; revision=1906 --- sc4pd/make-files.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sc4pd/make-files.txt') diff --git a/sc4pd/make-files.txt b/sc4pd/make-files.txt index 922e05c..78ed170 100755 --- a/sc4pd/make-files.txt +++ b/sc4pd/make-files.txt @@ -9,4 +9,5 @@ SRCS= \ Logistic.cpp Latoocarfian.cpp LinCong.cpp amclip.cpp scaleneg.cpp \ excess.cpp hypot.cpp ring1.cpp ring2.cpp ring3.cpp ring4.cpp \ difsqr.cpp sumsqr.cpp sqrdif.cpp sqrsum.cpp absdif.cpp LFSaw.cpp \ - LFPulse.cpp Impulse.cpp Integrator.cpp Decay.cpp Decay2.cpp Lag.cpp \ No newline at end of file + LFPulse.cpp Impulse.cpp Integrator.cpp Decay.cpp Decay2.cpp Lag.cpp \ + Lag2.cpp Lag3.cpp LinExp.cpp DelayUnit.cpp DelayN.cpp \ No newline at end of file -- cgit v1.2.1 From f91b27f71b88c45202afe0baf9776e30c4177e19 Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Tue, 3 Aug 2004 17:51:51 +0000 Subject: small changes svn path=/trunk/externals/tb/; revision=1907 --- sc4pd/make-files.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sc4pd/make-files.txt') diff --git a/sc4pd/make-files.txt b/sc4pd/make-files.txt index 78ed170..38c790a 100755 --- a/sc4pd/make-files.txt +++ b/sc4pd/make-files.txt @@ -10,4 +10,5 @@ SRCS= \ excess.cpp hypot.cpp ring1.cpp ring2.cpp ring3.cpp ring4.cpp \ difsqr.cpp sumsqr.cpp sqrdif.cpp sqrsum.cpp absdif.cpp LFSaw.cpp \ LFPulse.cpp Impulse.cpp Integrator.cpp Decay.cpp Decay2.cpp Lag.cpp \ - Lag2.cpp Lag3.cpp LinExp.cpp DelayUnit.cpp DelayN.cpp \ No newline at end of file + Lag2.cpp Lag3.cpp LinExp.cpp DelayUnit.cpp DelayN.cpp DelayL.cpp \ + DelayC.cpp CombN.cpp -- cgit v1.2.1 From dfed9bb41f3da99644213f11edbef530b2df1ee2 Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Wed, 4 Aug 2004 16:46:55 +0000 Subject: *** empty log message *** svn path=/trunk/externals/tb/; revision=1908 --- sc4pd/make-files.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc4pd/make-files.txt') diff --git a/sc4pd/make-files.txt b/sc4pd/make-files.txt index 38c790a..99913e7 100755 --- a/sc4pd/make-files.txt +++ b/sc4pd/make-files.txt @@ -11,4 +11,4 @@ SRCS= \ difsqr.cpp sumsqr.cpp sqrdif.cpp sqrsum.cpp absdif.cpp LFSaw.cpp \ LFPulse.cpp Impulse.cpp Integrator.cpp Decay.cpp Decay2.cpp Lag.cpp \ Lag2.cpp Lag3.cpp LinExp.cpp DelayUnit.cpp DelayN.cpp DelayL.cpp \ - DelayC.cpp CombN.cpp + DelayC.cpp CombN.cpp CombL.cpp -- cgit v1.2.1 From 656b72dd1a85069ad57351147553e07226a990b6 Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Wed, 4 Aug 2004 18:23:15 +0000 Subject: some allpass delay lines svn path=/trunk/externals/tb/; revision=1909 --- sc4pd/make-files.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sc4pd/make-files.txt') diff --git a/sc4pd/make-files.txt b/sc4pd/make-files.txt index 99913e7..3f9038d 100755 --- a/sc4pd/make-files.txt +++ b/sc4pd/make-files.txt @@ -11,4 +11,5 @@ SRCS= \ difsqr.cpp sumsqr.cpp sqrdif.cpp sqrsum.cpp absdif.cpp LFSaw.cpp \ LFPulse.cpp Impulse.cpp Integrator.cpp Decay.cpp Decay2.cpp Lag.cpp \ Lag2.cpp Lag3.cpp LinExp.cpp DelayUnit.cpp DelayN.cpp DelayL.cpp \ - DelayC.cpp CombN.cpp CombL.cpp + DelayC.cpp CombN.cpp CombL.cpp CombC.cpp AllpassN.cpp AllpassL.cpp \ + AllpassC.cpp -- cgit v1.2.1 From 305c08085dc742d591640f0078638b44878103be Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Fri, 6 Aug 2004 08:34:42 +0000 Subject: checkin of PitchShift~ svn path=/trunk/externals/tb/; revision=1911 --- sc4pd/make-files.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc4pd/make-files.txt') diff --git a/sc4pd/make-files.txt b/sc4pd/make-files.txt index 3f9038d..3dc0de4 100755 --- a/sc4pd/make-files.txt +++ b/sc4pd/make-files.txt @@ -12,4 +12,4 @@ SRCS= \ LFPulse.cpp Impulse.cpp Integrator.cpp Decay.cpp Decay2.cpp Lag.cpp \ Lag2.cpp Lag3.cpp LinExp.cpp DelayUnit.cpp DelayN.cpp DelayL.cpp \ DelayC.cpp CombN.cpp CombL.cpp CombC.cpp AllpassN.cpp AllpassL.cpp \ - AllpassC.cpp + AllpassC.cpp PitchShift.cpp -- cgit v1.2.1 From 89f570e5ebeab979202acf679974bafd05072692 Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Sat, 7 Aug 2004 14:01:31 +0000 Subject: sc4pd_dsp class and other changes svn path=/trunk/externals/tb/; revision=1912 --- sc4pd/make-files.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc4pd/make-files.txt') diff --git a/sc4pd/make-files.txt b/sc4pd/make-files.txt index 3dc0de4..475dc94 100755 --- a/sc4pd/make-files.txt +++ b/sc4pd/make-files.txt @@ -12,4 +12,4 @@ SRCS= \ LFPulse.cpp Impulse.cpp Integrator.cpp Decay.cpp Decay2.cpp Lag.cpp \ Lag2.cpp Lag3.cpp LinExp.cpp DelayUnit.cpp DelayN.cpp DelayL.cpp \ DelayC.cpp CombN.cpp CombL.cpp CombC.cpp AllpassN.cpp AllpassL.cpp \ - AllpassC.cpp PitchShift.cpp + AllpassC.cpp PitchShift.cpp Resonz.cpp OnePole.cpp -- cgit v1.2.1 From 13803d97db1f5f234cb2358d255b86571f93cdb9 Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Sat, 7 Aug 2004 20:45:34 +0000 Subject: *** empty log message *** svn path=/trunk/externals/tb/; revision=1914 --- sc4pd/make-files.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sc4pd/make-files.txt') diff --git a/sc4pd/make-files.txt b/sc4pd/make-files.txt index 475dc94..a9b154f 100755 --- a/sc4pd/make-files.txt +++ b/sc4pd/make-files.txt @@ -12,4 +12,5 @@ SRCS= \ LFPulse.cpp Impulse.cpp Integrator.cpp Decay.cpp Decay2.cpp Lag.cpp \ Lag2.cpp Lag3.cpp LinExp.cpp DelayUnit.cpp DelayN.cpp DelayL.cpp \ DelayC.cpp CombN.cpp CombL.cpp CombC.cpp AllpassN.cpp AllpassL.cpp \ - AllpassC.cpp PitchShift.cpp Resonz.cpp OnePole.cpp + AllpassC.cpp PitchShift.cpp Resonz.cpp OnePole.cpp OneZero.cpp \ + TwoPole.cpp -- cgit v1.2.1 From ea10413727c241467ab729cee102dd68534f4db9 Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Sat, 7 Aug 2004 22:57:36 +0000 Subject: *** empty log message *** svn path=/trunk/externals/tb/; revision=1915 --- sc4pd/make-files.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc4pd/make-files.txt') diff --git a/sc4pd/make-files.txt b/sc4pd/make-files.txt index a9b154f..d6e04d5 100755 --- a/sc4pd/make-files.txt +++ b/sc4pd/make-files.txt @@ -13,4 +13,4 @@ SRCS= \ Lag2.cpp Lag3.cpp LinExp.cpp DelayUnit.cpp DelayN.cpp DelayL.cpp \ DelayC.cpp CombN.cpp CombL.cpp CombC.cpp AllpassN.cpp AllpassL.cpp \ AllpassC.cpp PitchShift.cpp Resonz.cpp OnePole.cpp OneZero.cpp \ - TwoPole.cpp + TwoPole.cpp TwoZero.cpp FOS.cpp SOS.cpp -- cgit v1.2.1 From db776d8e3f345623f03c3cc7703b30719304498f Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Sun, 8 Aug 2004 11:10:30 +0000 Subject: some filters svn path=/trunk/externals/tb/; revision=1917 --- sc4pd/make-files.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sc4pd/make-files.txt') diff --git a/sc4pd/make-files.txt b/sc4pd/make-files.txt index d6e04d5..6e6c552 100755 --- a/sc4pd/make-files.txt +++ b/sc4pd/make-files.txt @@ -13,4 +13,5 @@ SRCS= \ Lag2.cpp Lag3.cpp LinExp.cpp DelayUnit.cpp DelayN.cpp DelayL.cpp \ DelayC.cpp CombN.cpp CombL.cpp CombC.cpp AllpassN.cpp AllpassL.cpp \ AllpassC.cpp PitchShift.cpp Resonz.cpp OnePole.cpp OneZero.cpp \ - TwoPole.cpp TwoZero.cpp FOS.cpp SOS.cpp + TwoPole.cpp TwoZero.cpp FOS.cpp SOS.cpp RLPF.cpp RHPF.cpp LPF.cpp \ + HPF.cpp -- cgit v1.2.1 From 0929d45ec8791bed5f9e48a9232f30504b77dde9 Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Sun, 8 Aug 2004 16:29:26 +0000 Subject: brf & bpf svn path=/trunk/externals/tb/; revision=1919 --- sc4pd/make-files.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc4pd/make-files.txt') diff --git a/sc4pd/make-files.txt b/sc4pd/make-files.txt index 6e6c552..3f7bdc8 100755 --- a/sc4pd/make-files.txt +++ b/sc4pd/make-files.txt @@ -14,4 +14,4 @@ SRCS= \ DelayC.cpp CombN.cpp CombL.cpp CombC.cpp AllpassN.cpp AllpassL.cpp \ AllpassC.cpp PitchShift.cpp Resonz.cpp OnePole.cpp OneZero.cpp \ TwoPole.cpp TwoZero.cpp FOS.cpp SOS.cpp RLPF.cpp RHPF.cpp LPF.cpp \ - HPF.cpp + HPF.cpp BPF.cpp BRF.cpp -- cgit v1.2.1 From df2f875502b072f3e4cadb359bdec2bac8b0619f Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Sun, 8 Aug 2004 17:30:20 +0000 Subject: *** empty log message *** svn path=/trunk/externals/tb/; revision=1920 --- sc4pd/make-files.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sc4pd/make-files.txt') diff --git a/sc4pd/make-files.txt b/sc4pd/make-files.txt index 3f7bdc8..69162da 100755 --- a/sc4pd/make-files.txt +++ b/sc4pd/make-files.txt @@ -14,4 +14,5 @@ SRCS= \ DelayC.cpp CombN.cpp CombL.cpp CombC.cpp AllpassN.cpp AllpassL.cpp \ AllpassC.cpp PitchShift.cpp Resonz.cpp OnePole.cpp OneZero.cpp \ TwoPole.cpp TwoZero.cpp FOS.cpp SOS.cpp RLPF.cpp RHPF.cpp LPF.cpp \ - HPF.cpp BPF.cpp BRF.cpp + HPF.cpp BPF.cpp BRF.cpp LPZ1.cpp HPZ1.cpp LPZ2.cpp HPZ2.cpp \ + BPZ2.cpp BRZ2.cpp -- cgit v1.2.1 From 8e34dec617b67c4b8d8928188d175f850d6a69c4 Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Thu, 9 Sep 2004 08:45:18 +0000 Subject: lfdnoises and interpolating vector/scalar operations svn path=/trunk/externals/tb/; revision=2021 --- sc4pd/make-files.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sc4pd/make-files.txt') diff --git a/sc4pd/make-files.txt b/sc4pd/make-files.txt index 69162da..ea7e551 100755 --- a/sc4pd/make-files.txt +++ b/sc4pd/make-files.txt @@ -15,4 +15,5 @@ SRCS= \ AllpassC.cpp PitchShift.cpp Resonz.cpp OnePole.cpp OneZero.cpp \ TwoPole.cpp TwoZero.cpp FOS.cpp SOS.cpp RLPF.cpp RHPF.cpp LPF.cpp \ HPF.cpp BPF.cpp BRF.cpp LPZ1.cpp HPZ1.cpp LPZ2.cpp HPZ2.cpp \ - BPZ2.cpp BRZ2.cpp + BPZ2.cpp BRZ2.cpp LFDNoise0.cpp LFDNoise1.cpp LFDNoise2.cpp \ + sc+.cpp sc-.cpp -- cgit v1.2.1 From ba1866d2b465633b6d4b3ebbba2c6dc6c0e25d6b Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Sat, 11 Sep 2004 08:10:45 +0000 Subject: ... svn path=/trunk/externals/tb/; revision=2024 --- sc4pd/make-files.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc4pd/make-files.txt') diff --git a/sc4pd/make-files.txt b/sc4pd/make-files.txt index ea7e551..486674f 100755 --- a/sc4pd/make-files.txt +++ b/sc4pd/make-files.txt @@ -16,4 +16,4 @@ SRCS= \ TwoPole.cpp TwoZero.cpp FOS.cpp SOS.cpp RLPF.cpp RHPF.cpp LPF.cpp \ HPF.cpp BPF.cpp BRF.cpp LPZ1.cpp HPZ1.cpp LPZ2.cpp HPZ2.cpp \ BPZ2.cpp BRZ2.cpp LFDNoise0.cpp LFDNoise1.cpp LFDNoise2.cpp \ - sc+.cpp sc-.cpp + sc+.cpp sc-.cpp scmul.cpp scdiv.cpp Convolution.cpp -- cgit v1.2.1 From 6c03ffeef182c00462a6d0375ed81dc0d9983124 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 19 Jun 2008 13:50:58 +0000 Subject: removed the svn:executable bit for code, patches and text svn path=/trunk/externals/tb/; revision=10048 --- sc4pd/make-files.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 sc4pd/make-files.txt (limited to 'sc4pd/make-files.txt') diff --git a/sc4pd/make-files.txt b/sc4pd/make-files.txt old mode 100755 new mode 100644 -- cgit v1.2.1