Re: [PD] How to declare custom libraries in abstractions

2018-04-15 Thread Alexandre Torres Porres
2018-04-14 17:39 GMT-03:00 IOhannes m zmölnig :

> On 04/14/2018 03:16 AM, Alexandre Torres Porres wrote:
>
> Gem is special, as it adds its own path to Pd's search path and the user
> shouldn't manually do that.
>

Wow! Nice to know you can do that. I guess we can figure that out and do
the same for cyclone, so we can instruct people to only add it to the
startup or using [declare -lib cyclone] and not worry about adding to the
path. Any hints on how to do that are welcome.

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


[PD] Purr Data 2.5.1

2018-04-15 Thread Jonathan Wilkes via Pd-list
Hi list,
Purr Data 2.5.1 is now available:

https://git.purrdata.net/jwilkes/purr-data#downloads

Please report bugs here:

https://git.purrdata.net/jwilkes/purr-data/issues

Changes:
* speed up message box by removing the malloc/free per incoming message
* added regression test framework with some initial message box tests
* add linked errors in the console for message parsing errors. This allows you 
to "Find last error" for messages that don't have enough args, have a bad 
selector, etc. You can also click the link for the relevant error in the 
console to find them
* add "x" and "y" methods for [draw image]
* fix a regression with [pd~] (Thanks Albert!)
* add Vanilla version compatibility to "About Pd"
* build fix for make light (Thanks Giulio!)
* add more midi device slots to the Preferences dialog
Best,
Jonathan
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] CONTEXT V3.0.2 tests. (was: How to declare custom libraries in abstractions)

2018-04-15 Thread Alexandre Torres Porres
2018-04-15 5:53 GMT-03:00 Liam Goodacre :

> Hi Lucas, thanks for testing!
>
>   *cyclone/tanh~*
> *... couldn't create*
>
>
> Thanks for spotting this. To avoid needing yet another external, and since
> this is just a part of the demo, I've replaced this object with [expr~
> tanh($v1)].
>
>
> *<~*
>
> *... couldn't create*
>
> *&&~*
>
>
> *... couldn't create *
>
>
> Again, well spotted. Since I've loaded zexy objects individually, these
> binops objects don't work. I've found a workaround using
> [cyclone/lessthan~] and [*~].
>


you can also use [expr~ with ">~" and "&&" and stuff
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] Pd reduce audio channels from ALSA loopback

2018-04-15 Thread Jack
I don't understand how Pd or ALSA manage in/out.
But I found a (weird or not ?) solution :
I have to use several devices in Pd with 2 outputs each. So to get 6
inputs from ALSA loopback, I need 3 Loopback devices with 2 input
channels in Pd (see small screen capture attached).
Someone can confirm if this is the way to do things with Pd and ALSA
loopback ?

However, if the quality of the sound thru the first stereo input is
good, this is not the case with the second one (lot of glitch/noise).
Sure I made something wrong here. So, if you have some recommandations,
I will be happy to test them.
++

Jack




Le 12/04/2018 à 19:15, Jack a écrit :
> Hello,
> 
> I have a problem to get all usable channels of the ALSA loopback in Pd.
> 
> Here the output of :
> $ aplay -l
>  List of PLAYBACK Hardware Devices 
> card 0: PCH [HDA Intel PCH], device 0: ALC3266 Analog [ALC3266 Analog]
>   Subdevices: 0/1
>   Subdevice #0: subdevice #0
> card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
>   Subdevices: 1/1
>   Subdevice #0: subdevice #0
> card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
>   Subdevices: 1/1
>   Subdevice #0: subdevice #0
> card 0: PCH [HDA Intel PCH], device 8: HDMI 2 [HDMI 2]
>   Subdevices: 1/1
>   Subdevice #0: subdevice #0
> card 0: PCH [HDA Intel PCH], device 9: HDMI 3 [HDMI 3]
>   Subdevices: 1/1
>   Subdevice #0: subdevice #0
> card 0: PCH [HDA Intel PCH], device 10: HDMI 4 [HDMI 4]
>   Subdevices: 1/1
>   Subdevice #0: subdevice #0
> card 1: Loopback [Loopback], device 0: Loopback PCM [Loopback PCM]
>   Subdevices: 7/8
>   Subdevice #0: subdevice #0
>   Subdevice #1: subdevice #1
>   Subdevice #2: subdevice #2
>   Subdevice #3: subdevice #3
>   Subdevice #4: subdevice #4
>   Subdevice #5: subdevice #5
>   Subdevice #6: subdevice #6
>   Subdevice #7: subdevice #7
> card 1: Loopback [Loopback], device 1: Loopback PCM [Loopback PCM]
>   Subdevices: 7/8
>   Subdevice #0: subdevice #0
>   Subdevice #1: subdevice #1
>   Subdevice #2: subdevice #2
>   Subdevice #3: subdevice #3
>   Subdevice #4: subdevice #4
>   Subdevice #5: subdevice #5
>   Subdevice #6: subdevice #6
>   Subdevice #7: subdevice #7
> 
> and of :
> $ arecord -l
>  List of CAPTURE Hardware Devices 
> card 0: PCH [HDA Intel PCH], device 0: ALC3266 Analog [ALC3266 Analog]
>   Subdevices: 1/1
>   Subdevice #0: subdevice #0
> card 1: Loopback [Loopback], device 0: Loopback PCM [Loopback PCM]
>   Subdevices: 7/8
>   Subdevice #0: subdevice #0
>   Subdevice #1: subdevice #1
>   Subdevice #2: subdevice #2
>   Subdevice #3: subdevice #3
>   Subdevice #4: subdevice #4
>   Subdevice #5: subdevice #5
>   Subdevice #6: subdevice #6
>   Subdevice #7: subdevice #7
> card 1: Loopback [Loopback], device 1: Loopback PCM [Loopback PCM]
>   Subdevices: 7/8
>   Subdevice #0: subdevice #0
>   Subdevice #1: subdevice #1
>   Subdevice #2: subdevice #2
>   Subdevice #3: subdevice #3
>   Subdevice #4: subdevice #4
>   Subdevice #5: subdevice #5
>   Subdevice #6: subdevice #6
>   Subdevice #7: subdevice #7
> 
> 
> With Pd, if I select Loopback (hardware) with 8 in/out, i get in console :
> ALSA: set input channels to 2
> ALSA: set output channels to 2
> 
> How can I recover the 8 channels of ALSA loopback to get all in/out ?
> Any help would be appreciated.
> ++
> 
> Jack
> 
> 
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> https://lists.puredata.info/listinfo/pd-list
> 

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


Re: [PD] CONTEXT V3.0.2 tests. (was: How to declare custom libraries in abstractions)

2018-04-15 Thread Lucas Cordiviola
On 4/15/2018 5:53 AM, Liam Goodacre wrote:

I'm guessing that test-1.pd will open and the others won't.

Kind of strange:

I can open test-1 so then I try test-2 and it crashes.
So I reopen Pd and try test-2 and here it works. (What?)
test-3 always crashes.

win8.1:

Problem Event Name:APPCRASH
  Application Name:pd.com
  Application Version:0.0.0.0
  Application Timestamp:6310
  Fault Module Name:crtdll.dll
  Fault Module Version:4.0.1183.1
  Fault Module Timestamp:30c91e2d


--

Mensaje telepatico asistido por maquinas.


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