Alex Miller

Results 8 issues of Alex Miller

#### Most appropriate sub-area of p5.js? - [ ] Color - [x] Core/Environment/Rendering - [ ] Data - [ ] Events - [ ] Image - [ ] IO -...

Documentation

Please make sure that this is a feature request. **Describe the feature and the current behavior/state:** I have a subgraph which contains calculators that expose parameters. I would like to...

type:feature
MediaPipe
calculators
stat:awaiting googler

### Expected Behavior Writing `{@link my.package.here}` in a Javadoc should produce a link to the package. ### Current Behavior Package level links do not work. Javadoc will give the following...

a:bug
in:javadoc-task

`getRawDirection` returns a `PVector` which is a vector pointing in the direction of the fingers from the palm. But `getDirection` returns a `PVector` that contains the pitch, roll and yaw...

All examples use the following style setup: ```cpp soundStream.setup(this, outChannels, inChannels, sampleRate, bufferSize, 3); ``` Apparently this setup function is deprecated, but I can't find any example or documentation on...

I'm using macOS 10.14, openFrameworks 10.1, and Xcode 10.3. Getting the following error: ``` /Users/miller/Projects/of_v0.10.1_osx_release/addons/ofxAudioAnalyzer/src/ofSoundPlayerExtended.cpp:17:10: 'ofxAudioDecoder.h' file not found ```

I figured out that I can use `{{{content}}}` in a mustache template to insert the transformed markdown code. It might be good to document how to write the mustache template....

I recently [posted this as a stack overflow question](http://stackoverflow.com/questions/37290694/when-using-externs-and-targeting-javascript-how-do-i-force-the-haxe-compiler-to), but I guess it's also relevant to the author(s) of this library. After I posted that question, I read the rest...