Commit Graph

1173 Commits

Author SHA1 Message Date
codeanticode
4817c57655 lwjgl renderer uses new arch 2015-01-12 01:58:45 -05:00
Ben Fry
84e96a0958 add reference.zip download to the assemble process 2014-11-26 12:44:57 -05:00
Kyle Feuz
c7759f2a78 Bring in upstream changes from 'master' 2014-11-21 10:31:28 -07:00
Kyle Feuz
4772c5095c Unset executable bit on a few more files 2014-11-20 22:55:55 -07:00
Kyle Feuz
85d511975b unset executable bit for .txt files 2014-11-20 13:20:33 -07:00
Kyle Feuz
cc312f8b76 Unset the executable bit on xml files 2014-11-20 13:17:33 -07:00
Kyle Feuz
49c3435b36 Normalize line endings. Auto-detect textfiles. Force .java and .pde files to be treated as text. 2014-11-20 12:57:04 -07:00
Ben Fry
7d796b31ff Merge remote-tracking branch 'upstream/master' 2014-11-16 10:25:26 -07:00
Jakub Valtar
ffdfb2a400 Highlighting of keywords with parens, fixes #2099 2014-11-16 14:15:13 +01:00
Ben Fry
682c686391 holy smokes what a mess 2014-11-14 16:48:07 -07:00
Ben Fry
96b9f8dc21 remove unnecessary parens 2014-11-14 15:08:52 -07:00
Ben Fry
ee9584bf53 Merge pull request #2588 from kfeuz/Issue2364
Implements the active() method for Serial and Server (Issue #2364).
2014-11-14 15:01:17 -07:00
Ben Fry
c832bde934 Merge pull request #2922 from kfeuz/Issue2576
Fixes NPE when calling ip() on disconnected clients.
2014-11-14 14:43:04 -07:00
Ben Fry
badd307ec9 Merge pull request #2578 from kfeuz/Issue2577
Fixes NPE when writing to disconnected client, Issue #2577
2014-11-14 14:31:14 -07:00
Ben Fry
19c9994907 Merge remote-tracking branch 'upstream/master' 2014-11-11 09:45:21 -05:00
wirsing
ebe8d3664d Moved sound library to processing-sound 2014-11-06 14:01:41 -08:00
Ben Fry
930ac4065a Merge remote-tracking branch 'upstream/master' 2014-11-03 15:15:26 -05:00
codeanticode
180a100f64 Merge pull request #2898 from federicobond/lwjgl-fix
Pass correct offset to glCopyTexSubImage2D
2014-11-03 11:39:11 -05:00
Kyle Feuz
3f01414d01 Changed ip() to return null when client has disconnected 2014-11-01 23:08:58 -06:00
Ben Fry
deec670eee merge additions 2014-10-22 19:04:25 -04:00
Federico Bond
ce5daefffd Use 1.7 as source and target Java version 2014-10-20 23:52:26 -03:00
Wilm Thoben
b271f85ff4 Merge pull request #2897 from federicobond/sound-fix
Fix infinite recursion in sound library
2014-10-16 18:22:11 -07:00
wirsing
bb96d9388b fixed mp3 loading problem for osx and added failsafe if file is not existing. 2014-10-16 18:00:18 -07:00
Federico Bond
7c99811e55 Pass correct offset to glCopyTexSubImage2D 2014-10-13 02:48:33 -03:00
Federico Bond
37f5151d4e Fix infinite recursion in sound library 2014-10-13 02:36:01 -03:00
Ben Fry
fa1d80052f ongoing work for core reworking 2014-10-09 14:42:53 +02:00
wirsing
6cc68ad1da attempt to fix 32bit load library problem with little success. 2014-09-24 18:46:45 -07:00
Federico Bond
768c72e4e8 Replace instances of StringBuffer with StringBuilder 2014-09-13 20:12:23 -03:00
wirsing
8ea07aa413 added 32bit win dll's, updated todo 2014-09-06 14:28:17 -07:00
wirsing
6a07e47a86 added windows 64 bit support and made platform specific library loader. 2014-08-25 18:19:17 -07:00
REAS
91679d072f Change to Sound library to re-enable building the project 2014-08-18 15:49:53 -07:00
Wilm Thoben
9fabe7cfaf Update Engine.java
missing mix method fix
2014-08-18 09:37:27 -07:00
Daniel Shiffman
36898624d0 adding missing method re #2797 2014-08-17 22:19:36 -04:00
wirsing
46e47ed994 added library folder + changed win build file for jnilib 2014-08-14 17:00:46 -07:00
wirsing
279cc0fb44 fixed FFT Crash with FFT Sizes smaller than Audio Buffer Size 2014-08-11 15:43:53 -07:00
Ben Fry
ada4423aa9 deal with some warnings and other notes 2014-07-31 21:18:46 -04:00
Ben Fry
bff235dcb9 throw exception if Server constructor fails 2014-07-30 21:37:12 -04:00
Ben Fry
62d76f588d remove welcome chatter; not recommded for libraries, never part of core libs 2014-07-30 17:25:58 -04:00
Ben Fry
e28a61c453 remove minim, remove sound.jar, add sound to build process 2014-07-26 11:43:28 -04:00
wirsing
4a60bfbfd2 repaired Filter + took out res + introduced Bandwidth for BPass. fixed some public/private bugs 2014-07-25 20:10:33 -07:00
wirsing
09bac0b1a0 updated doc pdf, made interfaces non-public + added noise interface 2014-07-21 19:42:14 -07:00
wirsing
c52911db73 Fixed FFT Bug 2014-07-17 20:03:35 -07:00
wirsing
fbf8dbeca9 updated todo.txt 2014-07-17 15:30:51 -07:00
wirsing
be62826a0e AudioInput works now 2014-07-17 15:29:13 -07:00
wirsing
cde6050277 effects can be passed to analyzers. started on making inputs modulatable 2014-07-16 11:49:07 -07:00
wirsing
be6b60bb81 updated todo.txt 2014-07-11 10:40:25 -07:00
wirsing
f7d9ac924c Added todo.txt 2014-07-11 10:39:07 -07:00
wirsing
1a0620d23c Revised Examples + fixed WhiteNoise Bug 2014-07-10 18:59:37 -07:00
wirsing
57f9f3c7a5 Added Reverb Class 2014-07-10 17:47:28 -07:00
wirsing
a8337dfd13 Fixed loop jump() issue 2014-07-06 17:47:04 -07:00