Audio signals in the frequency domain
What does the signal output of an fft~ object sound like?
download
https://github.com/tkzic/max-projects
folder: fft-basic
patch: fft-basic.maxpat
Audio signals in the frequency domain
What does the signal output of an fft~ object sound like?
https://github.com/tkzic/max-projects
folder: fft-basic
patch: fft-basic.maxpat
Comparing two ring modulators.
A single sideband ring modulator is equivalent to the Max [freqshift~] object. It uses complex math to separate the resulting sidebands.
https://github.com/tkzic/max-projects
folder: single-sideband
patch: ring-things.maxpat
“Internet Machine” by Timo Arnall
by Tyler McCarthy at huffingtonpost.com
Submitted an update (1.2) to Apple for audioGraph today.
Mostly bug fixes:
The upgrade to App store is 1.2 but the github version is at 1.3 – as there were a few incidental issues that didn’t get in the submission.
Next release should deal with these issues:
Version 2 should have automatic reference counting and make use of new NSNotification method of handing delegates.
I would like to leave the current version alone and start a new project from scratch – because the iOS dev process has changed greatly in 3 years.
Note: current local source code is in tkzic/coreaudio/audioGraph1.3
github is: https://github.com/tkzic/audiograph
A collection of experiments using Max for Live.
Each project is in a separate folder. Several projects require additional external objects or dependencies. You will find helpful instructions by clicking links next to the project names below.
max-for-live-projects on Github: https://github.com/tkzic/max-for-live-projects
Runs in Live 9 and Max 6.1, on Mac OS 10.9
A collection of experiments using Max
Each project is in a separate folder. Several projects require additional external objects or dependencies. Get instructions by clicking links next to each project names below.
max-projects on Github: https://github.com/tkzic/max-projects
Runs in Max 6.1.7 on Mac OS 10.9
3/27/2015 – Note: the index is not current with the contents at github. To find information about a patch, search for the patch name – or github folder name – at this site.
While preparing an upgrade for audioGraph today – ran into problems trying to upload and validate the binary (via archive in xcode 5)
The answer:
http://stackoverflow.com/questions/18818381/xcode-5-code-signing-entitlement-errors
Also – there were issues with icons. You need to assign the filenames in the .plist file
Just worked through the first example in a tutorial: http://coenraets.org/blog/phonegap-tutorial/
by Christopher Coenraets.
How to develop using phonegap.build https://build.phonegap.com/
Don’t yet know the steps to getting it in the app store, but this is amazing.