Re: [PD] Kettledrums in pd

2020-07-10 Thread matthew brandi
On 09/07/2020 21:35, Ronni Montoya wrote:
> Hi, i was wondering if there are examples of kettledrums done in pd or maybe
> externals for synthetizing kettledrums in sc3.

Dear Ronni

Back in 2001, Gordon Reid discussed kettledrum synthesis in Sound on Sound. If 
you
haven’t already seen the articles, his worked examples are for DX7 and MS20 (so
should be doable in pd) but there is other material that should be useful:




Have fun

m
-- 
matthew brandi




___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


[PD] Korg nanokontrol studio ?

2020-07-10 Thread gnd
Hi list,

just fishing if anyone on here does have / is using nanokontrol studio
with PD ?

Im able to read midi data of the device, with some tweaking even in
bluetooth mode, but i am not able to send midi back to it (to control
button lights :(

If someone has dealt with it already, please hit me up )
best,

gnd/



___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


[PD] emojis in Pd?

2020-07-10 Thread Alexandre Torres Porres
Hi, this discussion came up in the facebook group. I was asking people that
use other alphabets how they work with it and how Pd handles it. Mostly
cause I'm working on cyclone/comment and then people asked me if it could
support emojis too.

My understanding is that cyclone's comment can do anything, so we tested a
bit and saw that Pd Vanilla can actually support some emojis, but not all.

Now, not that I'm particularly interested in this feature and would like it
to be natively supported in Pd (though yeah, lots of facebook people were
excited about it), nonetheless, I have lots of questions and would like to
better understand this. Perhaps if not natively in Pd Vanilla itself, one
could think about providing an external that fully handles it? But how?

Or maybe, since something is already happening (some emojis work, others
don't), we could look why it happens, and maybe open a door for full
support. And you know, macOS gives the option of emojis as part of the edit
menu of Pd! Not sure how windows and linux deal with it...

Now, why bother with emojis? I know... seems silly... but other than smiley
faces, piles of poo and vomiting, there are some icons that can be useful,
like ⏸⏯⏹⏺⏭⏮⏩⏪⏫⏬◀️ These, by the way, are icons that I got working in Pd
vanilla on my macOS. And there are also others like math symbols (≥ works
too, that's nice!), stuff like arrows ("➜" works too! Seems useful). I
couldn't get smiley faces in the patch though 😣

By the way, here's a test patch, see if it works for you (also attached)

==

#N canvas 176 60 1325 741 36;
#X msg 336 52 set ⏸⏯⏹⏺⏭⏮⏩⏪⏫⏬◀️, f 22;
#X obj 336 134 cyclone/comment 0 80 dejavu\ sans\ mono empty 0 255
0 0 0 255 0 255 1 0 ⏸⏯⏹⏺⏭⏮⏩⏪⏫⏬◀️;
#X text 95 133 cyclone's comment =>, f 10;
#X text 287 304 pd's comment => ⏸⏯⏹⏺⏭⏮⏩⏪⏫⏬◀️
;
#X msg 822 431 label ⏯, f 10;
#X obj 823 519 s cnv;
#X obj 630 412 bng 95 250 50 0 empty empty empty 17 7 0 10 -262144
-1 -1;
#X obj 630 412 cnv 15 95 95 empty cnv ⏯ 3 54 0 90 -233017 -66577
0;
#X obj 630 535 bng 95 250 50 0 empty empty empty 17 7 0 10 -262144
-1 -1;
#X obj 213 460 send ⏯, f 7;
#X obj 209 521 receive ⏯, f 10;
#X floatatom 219 399 5 0 0 0 - - -;
#X floatatom 231 591 5 0 0 0 - - -;
#X text 490 431 [cnv]:;
#X connect 0 0 1 0;
#X connect 4 0 5 0;
#X connect 6 0 8 0;
#X connect 10 0 12 0;
#X connect 11 0 9 0;


test emoji.pd
Description: Binary data
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] Korg nanokontrol studio ?

2020-07-10 Thread William Huston
On Fri, Jul 10, 2020 at 4:53 PM gnd  wrote:

>
> just fishing if anyone on here does have / is using nanokontrol studio
> with PD ?
>
> Im able to read midi data of the device, with some tweaking even in
> bluetooth mode, but i am not able to send midi back to it (to control
> button lights :(
>

On my nanoKontroi2, you have to go into the Korg Control Editor,
Under Control (tab) Common, set LED mode to external.

HTH,
BH


--
William Huston:  williamahus...@gmail.com
Binghamton NY

*Public Service Mapping / Videography / Research / Education / Safety
Advocacy*
Blog  -- Facebook
 -- Twitter
-- Youtube

* -- Podcast Blog *
*Document collections*: VirtualPipelines
 -- BHDCSDimockArchive

*Please support my work! -- *TinyURL.com/DonateToBillHuston
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] Korg nanokontrol studio ?

2020-07-10 Thread gnd
Thanks a lot, this helped !

FYI (for Linux users) - it seems its enough to set this and write to
device once (in windows vm or a windows machine) and it will work after
reboot / reconnecting in Linux.

best,

gnd/

On 7/10/20 11:31 PM, William Huston wrote:
> On Fri, Jul 10, 2020 at 4:53 PM gnd  wrote:
> 
>>
>> just fishing if anyone on here does have / is using nanokontrol studio
>> with PD ?
>>
>> Im able to read midi data of the device, with some tweaking even in
>> bluetooth mode, but i am not able to send midi back to it (to control
>> button lights :(
>>
> 
> On my nanoKontroi2, you have to go into the Korg Control Editor,
> Under Control (tab) Common, set LED mode to external.
> 
> HTH,
> BH
> 
> 
> --
> William Huston:  williamahus...@gmail.com
> Binghamton NY
> 
> *Public Service Mapping / Videography / Research / Education / Safety
> Advocacy*
> Blog  -- Facebook
>  -- Twitter
> -- Youtube
> 
> * -- Podcast Blog *
> *Document collections*: VirtualPipelines
>  -- BHDCSDimockArchive
> 
> *Please support my work! -- *TinyURL.com/DonateToBillHuston
> 



___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] Gem 0.94 on Windows ? ...

2020-07-10 Thread oliver

Christof Ressi wrote:
What are your specs ? 
I have a Thinkpad L440 with integrated Intel graphics. Windows 7. K-Lite 
codec pack (I think "mega"): https://codecguide.com/


Hi, dear all !

Coming back here after all, because i really think this needs being 
fixed if "Gem" wants to be usable in the windoze world:


Just tried PD 0.51 / Gem 0.94 / K-lite mega codec pack on a new and 
truly dedicated Win10 machine.


Bottom line is:

Only "homer.avi" works for video-playback, all other formats (mjpeg, ut, 
x264, mpeg etc.) will produce 1 frame and then freeze (= crash) PD.


the example clip "homer.avi" was encoded very long ago with the "indeo" 
codec, which has been discontinued officially since 2009 (so, the k-lite 
codec pack doesn't even come to play here). not even ffmpeg could encode 
a "indeo" video these days, let alone at any decent size.


Best

Oliver






___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list