- Jul 24, 2017
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
- Jul 23, 2017
-
-
Jonathan Wilkes authored
quick fixes found by the test system (which we can later request to merge upstream)
-
- Jul 22, 2017
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
- Jul 21, 2017
-
-
Jonathan Wilkes authored
-
- Jul 18, 2017
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
- Jul 15, 2017
-
-
Jonathan Wilkes authored
-
- Jul 11, 2017
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
add math.h header that we missed from one of the previous Pd Vanilla port commits fix two format specifiers that were the wrong type commit 06cbbf40ef0f89cfb17462f66eaf86da172a3033
-
Jonathan Wilkes authored
commit 4ec6b6437261342b979f5f818d33f5141cb91386
-
Jonathan Wilkes authored
(bug report https://sourceforge.net/p/pure-data/bugs/158/) commit e454201dc1dfd773813dc9274abb1786f965af06
-
Jonathan Wilkes authored
and stopped while spooling to disk) https://sourceforge.net/p/pure-data/bugs/1077/ commit 060a5d945c6fb70b4d82040665b53a4abc6beb5c
-
Jonathan Wilkes authored
tabread4~ needs at least 4 samples to interpolate; this patch adds guards in order to not access out-of-bound indices in the table, in case the table is smaller than 4 samples. commit e667894370ec22bc1d1d844443d90f1a76adc03e
-
Jonathan Wilkes authored
if the entire soundfile fits into the fifo, then [readsf~] will start to loop the file, since the 'drained' test in d_soundfile.c:1937 does not trigger. the fix is to properly set the fifohead (in the read thread) to the new position, even if the read() returned '0' (indicating EOF) commit 057cb3ee6cc58597a1b74a00a7880c2cfd0a466a
-
Jonathan Wilkes authored
tabread4~ needs at least 4 samples to interpolate; this patch adds guards in order to not access out-of-bound indices in the table, in case the table is smaller than 4 samples. commit e667894370ec22bc1d1d844443d90f1a76adc03e
-
Jonathan Wilkes authored
commit 420bd1fffa0336650309d4c158c6dd208d993310
-
Jonathan Wilkes authored
port from Pd Vanilla: aiff (and maybe wav) file reading bugfix: odd-sized chunks are padded up to even number of bytes commit a567e4398d14901840f24ac82ecfc79306e22903
-
Jonathan Wilkes authored
commit dc79deff7b8e89edc4e97557e7b76c0afce0fea3
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
Pd Vanilla commit 98b4959f03f0fd9acfd7c117d8061589504c89e6
-
Jonathan Wilkes authored
This reverts commit 16973649, reversing changes made to 15094e4c.
-
Jonathan Wilkes authored
Conflicts: pd/src/m_pd.h
-
- Jul 10, 2017
-
-
Jonathan Wilkes authored
-
- Jul 09, 2017
-
-
Jonathan Wilkes authored
fix error where the "$@" variable was overwriting the bounds variable for the loop used to check for its existence
-
Jonathan Wilkes authored
-
- Jul 08, 2017
-
-
Jonathan Wilkes authored
fix a very nasty utf8 code-point counter/offsetter that can easily dereferencing garbage thanks to Pd's use of non-null-terminated strings
-
- Jul 07, 2017
-
-
Jonathan Wilkes authored
-
- Jul 06, 2017
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
- Jul 04, 2017
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
- Jul 03, 2017
-
-
Jonathan Wilkes authored
-
- Jul 02, 2017
-
-
Jonathan Wilkes authored
-
- Jun 27, 2017
-
-
Jonathan Wilkes authored
-
- Jun 25, 2017
-
-
Jonathan Wilkes authored
-