-
yogsothoth24
Is this possible to create a command in Pd which may change the colour of the patch's window or turn off the screen of the computer automatically?
I've made a chronometer for performance of my piece and in the end of it I'd like to turn off all lights in the concert hall (also a computer's display).
Thanks for all your help.
-
yogsothoth24
Stupid question.
I would like to use two microphones as an input in pd patch. So, should I set 'multiple devices' in audio settings, and how to differentiate several inputs? Make arguments in [adc~]s?
Thanks for all help.
-
yogsothoth24
Is there possibility to make a command in PD which opens file using another software? I mean for example the patch with bang/open command which opens the picture file or PDF file (and the application opening such files, of course).
-
yogsothoth24
How could I store only one number from a stream of numbers? I mean the situation as follows:
...
|
[random 10]
|
|3\ (next is 4, 7, 2... etc)
|
[ ] what should be in this place?
|
|3\And what may I do to store only one from next numbers (so only the second, only the third... etc)?
-
yogsothoth24
Is this possible to open a file from the disk by the command [openpanel] but without an "open file" browser appearance, so directly?
For example: is it possible to open the graphic file using [image] connected with [openpanel] (or maybe something different?) without necessity of choosing the file from list given in "open file" browser? (According to this, the file could be open when the patch is running- using [loadbang]).
-
yogsothoth24
Is possible to make the patch which make long sound based on short sound playing on piano (to make modifications of timbre and colour of lenghtened sound)? I mean for example the situation like this:
keystroke - this part of sound is elongated - end of sound
Thanks for all help.
-
yogsothoth24
Hi. I have problem with command [select]. I use it this way:
|10 50000(
|
[line]
|
|10\ (number)
|[r number]
|
[sel 3 5 10]
| | |
| | | | |x|Numbers are changing from 0 to 10 (0, 0.01, 0.02, 0.03 etc...). But it doesn't work as in example above, because [select] doesn't mark toggles. Where is the problem?
-
yogsothoth24
How could I amplify different partials of inlet signal from [adc~]?
-
yogsothoth24
How to make a random-like tool to generate numbers from set like [1, 4, 7, 10, 15, ...] not from sequence [1-1000]?
-
yogsothoth24
How could I round the value in PD, especially stream of values (like in number box showing pitch in [fiddle~] object) to have only the integer?
-
yogsothoth24
I`ve got a problem with my PD. I installed PD-extended 0.40.3 and it was working very well since I made my last project (transforming live input, playing samples from disk, etc)- now my pd doesn`t work properly: after computing audio and turning on the project application works very slow, sound is deformated and I can`t do anything.
I`ve tried to install older version of PD but its startup wouldn`t like to download paths necessary to project working (PD extended paths).
What could I do?
-
yogsothoth24
Is there any command in pd which classify numbers as 'even' and 'odd'?
-
yogsothoth24
How to eliminate a click which is heard in pd when sound-file or loop is playing? Is there any way to make playing the loop more filed and smooth, without this click noise between repetitions and at the end of the file?
I have this problem especially using [tabplay~] and looper patch.
-
yogsothoth24
How to make something like a gate using to control of sending signals?
In my project I have several signals with different transformations and I would like to have a possibility to select just one which will be send to output. Is there any command which allows to send signal when 'bang' is received, for example:
input(~)
|
[command?]---bang
|
dac~ -
yogsothoth24
Hello,
How could I make in pd stuff to make loops of incoming microphone signal? I would like to take a sample just from microphone, catch it and make loop. Optionally I would like to make a possibility to change loopin` sample (timbre, pitch, etc.)
I look forward any help.
-
yogsothoth24
Actually I use black canvas with changing size command but side elements of Pd window are still light. Any ideas?
-
-
yogsothoth24
I`m working on Win, unfortunately... Any other ideas?
-
-
yogsothoth24
Thanks for advices. I've tried a bit and I've invented something like this:
|number\
| \
| |o|
| |
| |t
| /
| |0( [loadbang]
| / |
spigot --------|1(
|
|
|
|number\I have to store only one- the first one- number from changing very fast stream of numbers so I think it could be a good solution.