Commit Graph

1139 Commits

Author SHA1 Message Date
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
wirsing
251e23dd63 added .jump() for SoundFile 2014-07-06 17:15:08 -07:00
wirsing
969328b342 Added Brown Noise 2014-07-05 21:04:35 -07:00
wirsing
c7feaa1bbf added PinkNoise + changed filter Classes to long names 2014-07-03 23:38:44 -07:00
wirsing
f4b2b36e0d Removed Sound class, added Engine + Audio Device. No need to start a stream anymore. 2014-07-01 18:47:40 -07:00
wirsing
4d6e986a60 bugfixed 2014-06-27 19:35:15 -07:00
wirsing
3f470bfb2b defaulted start values for SoundObject
updated + reorganized examples
changed process() to analyze for analyzers
changed play() to process() for effects
2014-06-27 19:26:15 -07:00
wirsing
3ad8315ffd updated README 2014-06-27 18:41:46 -07:00
wirsing
678fc45e53 Added sound library 2014-06-27 18:19:09 -07:00
REAS
a7dbe905f8 All examples removed from processing/processing 2014-06-09 23:50:50 -07:00
REAS
4ae60c7aa5 Books removed from Examples 2014-06-09 23:45:49 -07:00
codeanticode
4956ef2d81 delete video library now in processing-video 2014-06-05 17:03:07 -04:00
Jonathan Feinberg
bd3fe3514c Permit implementing serialEvet and serialAvailable without having to link to Serial at buildtime.
This is useful for Python mode, or any other Java-compatible Processing that doesn't allow reflection on the sketch.
2014-05-19 20:42:26 -04:00
Ben Fry
f7cdef19e5 additional video changes for Python Mode 2014-05-19 15:26:37 -04:00
Jonathan Feinberg
dadc744cff Permit implementing movieEvent without having to link to Movie at buildtime.
This is useful for Python mode, or any other Java-compatible Processing that doesn't allow reflection on the sketch.
2014-05-19 15:19:11 -04:00
Ben Fry
24c92ee481 add notes about capture change 2014-05-19 14:46:47 -04:00
Jonathan Feinberg
0f908fe3a8 Factor out code that fires the captureEvent. 2014-05-18 23:48:56 -04:00
Jonathan Feinberg
7f243122e1 Fix some more javadoc in Capture.java. 2014-05-18 23:46:25 -04:00
Jonathan Feinberg
ad86e3b8bc Permit implementing captureEvent without having to link to Capture at buildtime.
This is useful for Python mode, or any other Java-compatible Processing that doesn't allow reflection on the sketch.
2014-05-18 23:41:20 -04:00
codeanticode
8f4e16638c revert change to avoid blocking seek, as it breaks looping. 2014-05-18 22:46:50 -04:00
Ben Fry
95de8998cb add Server bind option (#2356) and todo notes 2014-05-10 20:22:44 -04:00
Ben Fry
27105ec73d removing obselete export and build files 2014-05-10 15:13:14 -04:00
Ben Fry
b11776c6b2 fix indentation 2014-05-10 15:05:31 -04:00
Ben Fry
6817687514 adding ico file for Windows and other todo notes 2014-05-10 10:40:19 -04:00
Ben Fry
f5867d03ec moving launch4j to the correct location 2014-05-09 12:14:46 -04:00
Ben Fry
2848f0ffd8 Merge pull request #2474 from kfeuz/Issue74
Catch SocketException separately and report
2014-05-08 16:22:13 -04:00
AmnonOwed
c57c78293f Fix conflicting variable name (frame) in Sequential example 2014-05-02 11:18:48 +02:00
AmnonOwed
3230236051 Adding missing library import (PDF) 2014-04-30 20:26:15 +02:00
codeanticode
7097691f8f testing non-blocking seek 2014-04-28 00:02:43 -04:00
Kyle Feuz
7ae40bed1a Keep basic error reporting 2014-04-21 16:24:30 -07:00
Kyle Feuz
43d1d5a2fe Fix for #Issue74 2014-04-21 15:55:59 -07:00
Ben Fry
ad583897a1 other tweaks to server class 2014-04-19 04:45:06 -04:00