Commit Graph

38 Commits

Author SHA1 Message Date
Matt McWilliams dc9a5bd4d9 Add image for new website 2025-02-28 13:35:33 -05:00
litter 0bf38243d4 Merge remote-tracking branch 'origin/master' 2020-01-22 12:30:13 -05:00
litter 315f1bd296 Add a new `buffer()` method that returns the PGraphics object of a specific frame. This is needed for a new project that remains a secret. 2020-01-22 12:29:53 -05:00
mmcwilliams ee0b810c91 Add a note about the folder name when installing. SoundtrackOptical-master will not work. 2020-01-15 15:39:51 -05:00
litter cf95be0ea9 Add download link to readme 2020-01-05 11:50:33 -05:00
litter 9ea6393a54 Update readme to link install documents. Add "variable density" to docs. 2020-01-05 11:39:37 -05:00
litter d540f36f63 Ignore DS_Store 2020-01-05 11:39:03 -05:00
litter 5ca5257c9f Use parent renderer 2019-11-10 12:27:21 -05:00
litter ef2352f667 Add documentation 2019-11-10 12:09:03 -05:00
litter f0569d8ef1 Build of new jar, eclipse is throwing a build error, though. Investigating 2019-11-10 12:04:02 -05:00
litter e8330f08da Merge remote-tracking branch 'origin/master' 2019-11-10 12:03:29 -05:00
litter f03766dbd2 Major API change, use `draw()` in place of `frame()` 2019-11-10 12:02:19 -05:00
Matt 918be53ca1
Fixed typo in README.md
Kinds not kids
2019-10-31 02:03:57 -04:00
litter a86d622da8 Whitespace 2019-10-29 19:38:15 -04:00
Matt c5e20a5e47
Fix example code to match new BasicOptical.pde 2019-10-29 13:50:07 -04:00
litter aaf65c3a9b Cleaner AllSoundtracks example. 2019-10-29 11:57:41 -04:00
litter 5552589502 Add docs later. Must sleep. 2019-10-29 10:36:57 -04:00
litter e3ab7134d4 Run in P2D mode. Much more efficient using OpenGL. 2019-10-29 10:35:54 -04:00
litter 259a7a2157 Example that demonstrates all types in a single frame. 2019-10-29 02:53:26 -04:00
litter b1d409ce6d Caught a MAJOR issue with the original lib. Crazy bug. Ok, so it was not resampling the audio the way I thought, so what I'm doing now is drawing at the audio full resolution and then scaling to the desired image size. Ready for one more example before I pass out. 2019-10-29 02:38:19 -04:00
litter 5fb2fe7990 Second example with audio playing along-side track. FOUND A BUG!!! The audio file is not resampled by the .rate() method, so image is ORIGINAL RATE / NEW RATE times longer than expected. Ahhhhhh. 2019-10-29 01:21:36 -04:00
litter 74f12083bb Add two audio files to use with examples 2019-10-29 01:20:06 -04:00
litter e44c3e83a8 Build project to git repo 2019-10-29 01:19:54 -04:00
litter 55d5c2d31e Basic example 2019-10-29 01:19:25 -04:00
litter 715b83eb71 Write basic readme with basic example usage 2019-10-29 01:19:13 -04:00
litter 5240530cac * Cast floats (from double) everywhere.
* Reference parent methods for Processing-specific functions like round(), ceil() and map().
* Suppress warnings about usage of parent.println()
* Build .jar
2019-10-29 00:16:51 -04:00
litter de7d47a69e Create eclipse project for building jar of library. IDE is showing lots of errors. Will have to modify core functionality. 2019-10-29 00:15:19 -04:00
litter 8ab20fcf47 Add last name 2019-10-29 00:12:06 -04:00
Matt 2f9d843a49
Update and rename Library.java to SoundtrackOptical.java 2019-10-28 18:13:02 -04:00
Matt 0fc38dc693
Update library.properties 2019-10-28 18:12:22 -04:00
Matt 78c6072d9b
Update and rename BasicOptica.pde to BasicOptical.pde 2019-10-28 18:11:57 -04:00
Matt 9360a777d0
Create BasicOptica.pde 2019-10-28 18:11:11 -04:00
Matt 6c20a3be15
Update library.properties 2019-10-28 17:49:16 -04:00
Matt 91e3f14582
Update library.properties 2019-10-28 17:46:13 -04:00
Matt a08c13e57c
Update README.md 2019-10-28 17:37:08 -04:00
Matt b3ae33ffd3
Create Library.java 2019-10-28 17:36:17 -04:00
Matt 41df1143ab
Create library.properties 2019-10-28 16:11:57 -04:00
Matt 50e00d11c7
Initial commit 2019-10-28 15:31:14 -04:00