Commit Graph

  • dc9a5bd4d9 Add image for new website main Matt McWilliams 2025-02-28 13:35:33 -0500
  • 0bf38243d4 Merge remote-tracking branch 'origin/master' litter 2020-01-22 12:30:13 -0500
  • 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. litter 2020-01-22 12:29:53 -0500
  • ee0b810c91 Add a note about the folder name when installing. SoundtrackOptical-master will not work. mmcwilliams 2020-01-15 15:39:51 -0500
  • cf95be0ea9 Add download link to readme litter 2020-01-05 11:50:33 -0500
  • 9ea6393a54 Update readme to link install documents. Add "variable density" to docs. litter 2020-01-05 11:39:37 -0500
  • d540f36f63 Ignore DS_Store litter 2020-01-05 11:39:03 -0500
  • 5ca5257c9f Use parent renderer litter 2019-11-10 12:27:21 -0500
  • ef2352f667 Add documentation litter 2019-11-10 12:09:03 -0500
  • f0569d8ef1 Build of new jar, eclipse is throwing a build error, though. Investigating litter 2019-11-10 12:04:02 -0500
  • e8330f08da Merge remote-tracking branch 'origin/master' litter 2019-11-10 12:03:29 -0500
  • f03766dbd2 Major API change, use `draw()` in place of `frame()` litter 2019-11-10 12:02:19 -0500
  • 918be53ca1
    Fixed typo in README.md Matt 2019-10-31 02:03:57 -0400
  • a86d622da8 Whitespace litter 2019-10-29 19:38:15 -0400
  • c5e20a5e47
    Fix example code to match new BasicOptical.pde Matt 2019-10-29 13:50:07 -0400
  • aaf65c3a9b Cleaner AllSoundtracks example. litter 2019-10-29 11:57:41 -0400
  • 5552589502 Add docs later. Must sleep. litter 2019-10-29 10:36:57 -0400
  • e3ab7134d4 Run in P2D mode. Much more efficient using OpenGL. litter 2019-10-29 10:35:54 -0400
  • 259a7a2157 Example that demonstrates all types in a single frame. litter 2019-10-29 02:53:26 -0400
  • 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. litter 2019-10-29 02:38:19 -0400
  • 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. litter 2019-10-29 01:21:36 -0400
  • 74f12083bb Add two audio files to use with examples litter 2019-10-29 01:20:06 -0400
  • e44c3e83a8 Build project to git repo litter 2019-10-29 01:19:54 -0400
  • 55d5c2d31e Basic example litter 2019-10-29 01:19:25 -0400
  • 715b83eb71 Write basic readme with basic example usage litter 2019-10-29 01:19:13 -0400
  • 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 litter 2019-10-29 00:16:51 -0400
  • de7d47a69e Create eclipse project for building jar of library. IDE is showing lots of errors. Will have to modify core functionality. litter 2019-10-29 00:15:19 -0400
  • 8ab20fcf47 Add last name litter 2019-10-29 00:12:06 -0400
  • 2f9d843a49
    Update and rename Library.java to SoundtrackOptical.java Matt 2019-10-28 18:13:02 -0400
  • 0fc38dc693
    Update library.properties Matt 2019-10-28 18:12:22 -0400
  • 78c6072d9b
    Update and rename BasicOptica.pde to BasicOptical.pde Matt 2019-10-28 18:11:57 -0400
  • 9360a777d0
    Create BasicOptica.pde Matt 2019-10-28 18:11:11 -0400
  • 6c20a3be15
    Update library.properties Matt 2019-10-28 17:49:16 -0400
  • 91e3f14582
    Update library.properties Matt 2019-10-28 17:46:13 -0400
  • a08c13e57c
    Update README.md Matt 2019-10-28 17:37:08 -0400
  • b3ae33ffd3
    Create Library.java Matt 2019-10-28 17:36:17 -0400
  • 41df1143ab
    Create library.properties Matt 2019-10-28 16:11:57 -0400
  • 50e00d11c7
    Initial commit Matt 2019-10-28 15:31:14 -0400