Commit Graph

25 Commits

Author SHA1 Message Date
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
37f5151d4e Fix infinite recursion in sound library 2014-10-13 02:36:01 -03:00
wirsing
6cc68ad1da attempt to fix 32bit load library problem with little success. 2014-09-24 18:46:45 -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
Ben Fry
62d76f588d remove welcome chatter; not recommded for libraries, never part of core libs 2014-07-30 17:25:58 -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
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
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
678fc45e53 Added sound library 2014-06-27 18:19:09 -07:00