-
anthropomo
I've just put my first beta of an Android tablet-based synthesizer on Google Play:
https://play.google.com/store/apps/details?id=com.anthropomo.anthrosynth (free)
Features:
"SynthPad" - allows for quasi-theremin effect, and switches to modulate other audio parameters
Touch-drawn sound waves and envelopes
3 filter stagesA bunch of other stuff.
If nothing else, it is genuinely a lot of fun. And it's free.
I am open to suggestions in terms of UI, features, Pd usage. Really anything. Let me know what you think. If you like it, I wouldn't mind a review. (I'll be making a non-tablet version eventually).
-
anthropomo
I got into Pd (2 or 3 months ago) because I wanted to emulate MIDI on Android. I was annoyed Android does not have built in MIDI support, but now I'm grateful because I'm getting into Pd in it's own right (and my Android projects can make some weird noises).
This patch includes two abstractions. One is "deswitcher4~" a fairly trivial abstraction that allows you to select one of 4 audio signals to pass through. The second abstraction is the point of this. It's the awfully named "vcf_fun~" which allows you to connect an osc~ or phasor~ or whatever as a number signal to the Q inlet on a vcf~. Inlets and arguments are explained in the abstraction.
Anyway, I find it fun. I'm also guessing this is mundane everyday stuff for most of you.
-
anthropomo
I'm trying to figure out how to use an array as an amplitude envelope. So far in the various tutorials, I just see it used as a pitch envelope.
My guess is that you use tabread (no tilde) to read the array, but from there I have no idea as that tabread can be plugged in to vline, but you get an error if you send a bang to that tabread like you would a message with an envelope described.
If you can help with the first question, extra bonus points if you can answer the second. Once I have the array set up as the envelope is there a way to stop the array at a particular amplitude, hold for an unspecified period, then continue from the same spot (i.e., sustain)?
Thanks in advance!
-
anthropomo
Hi, I'm new!
I'm wondering if anyone is aware of any good resources for any non-standard tunings as expressed in MIDI numbers. Frequency would be welcome as well.
-
anthropomo
This is both my first Android app and my first work with Pd, so be gentle.
The patch behind this app is extremely basic. Admittedly, I got Peter Brinkmann's book on eReader and learned the bare minimum (very easy to follow, by the way, not that anyone here needs it). Most of the work went into getting the Android side of things going.
Future versions will include other instruments, probably a Pd-based rattle sound effect, and, depending on how adventurous I get, non-Western scales.
Anyway, it's a little bit fun and very much free:
https://play.google.com/store/apps/details?id=com.anthropomo.digitalrattle
-
anthropomo
Please help me simplify this switch.
I've included two versions in one patch: one with number boxes for testing and another showing the abstraction (I'll also be making an audio version).
It currently does what I want: if 0, send the signal to the left, if 1, send the signal to the right.
I'm just hoping there is a less verbose, vanilla way to achieve the same effect.
-
anthropomo
Following up. Finally getting over the learning curve and I have this improvement on my switch above. Can't believe how long it took to de-mystify route and unpack.
-
anthropomo
In case anybody is curious, the source code for this is now available:
https://github.com/anthropomo/com.anthropomo/tree/master/DigitalRattle
The pd part now uses poly, thanks to tutorials here.
-
anthropomo
I'll give that a look. Thanks for the quick replies!
-
anthropomo
This does look like and improvement. With my version I can put tildes (~) on the multipliers and outlets and it can process audio signals. Is there a way to do this with the above?