Theodore Watson

Results 56 issues of Theodore Watson

Addressing #167 Features: - [x] Multiplay - [x] Pitch/Speed - [x] Handles switching audio outputs mid play - [ ] Global FFT - [ ] Streaming from disk vs loading...

Notice says macOS environment for 10.15 will be removed as of August 30th. Need to update the CI script to 11.0

macOS
automation

I found this format quite helpful to organize tracking issues for releases. Just wanted to put this here so we can start collecting any issues/PR for the next patch release....

For 0.10.0 I would love to get real retina / HiDPI support working in the OF core. Currently the state of things is that if you set High Resolution Capable...

core
feature

Right now most of the examples in OF show the old way of making a window and starting an app. eg: ``` //======================================================================== int main( ){ ofSetupOpenGL(1024,768, OF_WINDOW); //

example

Found a different bug which prevents drawing on iOS except in Portrait mode. It looks like when FBOs are being drawn in landscape mode they are being drawn backwards somehow?...

iOS
bug
open gl es

Just want to start an issue that can track some of the resources for doing this. Here is a workflow for publishing and updating a release ( updating will be...

automation

Right now the [Creative Apps gallery is broken](https://openframeworks.cc/gallery/) and the Flickr gallery on the homepage is out of date. Behance seems to have a nice selection of OF projects: https://www.behance.net/search/projects?tracking_source=typeahead_search_direct&search=openframeworks&sort=published_date...

@madelinegannon @bakercp @NickHardeman and I have done a cleanup to ofxKinectV2 - going back to using the libfreenect source to make it easier to build for mac and windows. Both...