alcomposer

Results 58 comments of alcomposer

May I suggest to go straight to scala, possibly using a library like: https://github.com/surge-synthesizer/tuning-library

It's best to target all use case at once with scala. Which means: * Root key note * Tuning key note * Tuning key note Hz value And possibly link...

https://github.com/d3cod3/ofxPython uses `pkg-config python` which does not exist on Arch Linux systems. `python2` does.

Here is the output of `make Release -j10` (I truncated just the python errors- as after that `cairo.h` gets flagged- which I think is only due to the missing python)...

Which install script? I'm just manually installing the add-ons & myApp Mosaic. Then after cd into Mosaic and make Release.

Hm, yeah- I added in an `#include ` to quiet the issue, but I think that may not be the right way to go about fixing it. And, `usedNames` in...

Ok I have it working without installing older libs: 1) link python-2.7.pc to python.pc 2) add `#include ` in `Helpers.h` 3) ofxAudioAnalyzer needs https://github.com/d3cod3/fftw3.3.2-source build with: `make MAKEINFO=true` as for...

@eirnym I've also been looking into using a StreamDeck with Celestia. This allows launching & shortcuts to be programmed into buttons with custom graphics. So it can take away the...

I think for someone that opens the app for the first time, having a demo available is actually very good. Possibly it doesn't need a binding, being in the scripts...

I have noticed this as well. I'm not sure if celestia is designed to go this high/low, but if the issue is caused by the large time value, I would...