Re: [PD] simulating grid

2017-06-14 Thread Chris McCormick

Hi,

>> can this be modified to a "jump on click" behaviour ?

On 14/06/17 04:36, Dan Wilcox wrote:
Jump on click *might* be possible. You’ll have to ask Chris as he made 
the abstraction.


I don't remember how any of this works, sorry! My brain is very good at 
forgetting things it thinks I won't need.


I think Antoine updated the abstraction at some point maybe he can help.

Cheers,

Chris.

--
http://mccormick.cx/

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


Re: [PD] simulating grid

2017-06-14 Thread Dan Wilcox
https://github.com/chr15m/PdDroidParty/tree/master/droidparty-abstractions 


> @Dan
>> Check out the pure vanilla [touch] object in the Droidparty
>> abstractions: http://www.droidparty.net 
> 
> kind of OT: pity, the zip's on that webpage are in Windows 10 "illegal" = 
> unusable.
> 
> rolf


Dan Wilcox
@danomatika 
danomatika.com 
robotcowboy.com 



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


[PD] hexloader incorporated into vanilla?

2017-06-14 Thread Alexandre Torres Porres
Howdy, don't think this has ever been discussed... sorry if it had.

So, we need externals with non-alphanumeric names to be loaded into a
multi-object library, loaded via start up. If you have them as a set of
single-object binaries, the only option seems to be [hexloader] (a third
party external). Hence, in order to reduce dependency on third party
externals, would there be any opposition in the idea of incorporating the
hexloader code into Pd Vanilla?

An alternative could be 'deken' handling dependencies, so if you download
one external pack it would also download a dependency such as 'hexloader'.

thoughts?

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


Re: [PD] [SOLVED] Re: Problems with startup options from the GUI (PD 0.47.1, Win10 x64)

2017-06-14 Thread Lucas Cordiviola
Super!

Thanx for solving it as the issue might come again from other users.

Salutti,
Lucarda.



Mensaje telepatico asistido por maquinas.



From: Pd-list  on behalf of NitroWheels via 
Pd-list 
Sent: Wednesday, June 14, 2017 10:21 PM
To: PD List
Subject: [PD] [SOLVED] Re: Problems with startup options from the GUI (PD 
0.47.1, Win10 x64)

Hi Lucas,

uninstalling didn't clear that registry key 
(HCU\Software\Classes\VirtualStore\MACHINE\SOFTWARE\WOW6432Node\Pd) nor its 
entries, so before reinstalling I manually deleted that one and finally 
reinstalled the application. Now in the GUI all the startup options when set 
are kept and work as expected.

Thanks for your kind help, have a nice day.
Enrico



From: Lucas Cordiviola 
To: PD List ; NitroWheels 
Sent: Wednesday, June 14, 2017 11:52 PM
Subject: Re: [PD] Problems with startup options from the GUI (PD 0.47.1,
Win10 x64)



I don't know how to deal with that registry issue.

My test was done on a clean win10 and with a zip version of Pd (don't know 
where the registry is stored) but it worked as is supposed to (from the GUI).

Try uninstalling and reinstalling to see if that clears the registry.

Hope it helps,
Salutti,
Lucarda.


Mensaje telepatico asistido por maquinas.



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


[PD] [SOLVED] Re: Problems with startup options from the GUI (PD 0.47.1, Win10 x64)

2017-06-14 Thread NitroWheels via Pd-list
Hi Lucas,

uninstalling didn't clear that registry key 
(HCU\Software\Classes\VirtualStore\MACHINE\SOFTWARE\WOW6432Node\Pd) nor its 
entries, so before reinstalling I manually deleted that one and finally 
reinstalled the application. Now in the GUI all the startup options when set 
are kept and work as expected.

Thanks for your kind help, have a nice day.
Enrico



From: Lucas Cordiviola 
To: PD List ; NitroWheels  
Sent: Wednesday, June 14, 2017 11:52 PM
Subject: Re: [PD] Problems with startup options from the GUI (PD 0.47.1,
Win10 x64)



I don't know how to deal with that registry issue.

My test was done on a clean win10 and with a zip version of Pd (don't know 
where the registry is stored) but it worked as is supposed to (from the GUI).

Try uninstalling and reinstalling to see if that clears the registry.

Hope it helps,
Salutti,
Lucarda.


Mensaje telepatico asistido por maquinas. 





From: Pd-list  on behalf of NitroWheels via 
Pd-list 
Sent: Wednesday, June 14, 2017 9:38 PM
To: PD List
Subject: Re: [PD] Problems with startup options from the GUI (PD 0.47.1, Win10 
x64) 
 
Hi Lucas, 

yes I perform "Edit > Preferences > Save All Settings" 
and yes (sorry) it's -font-size 24 as previously written 

I deleted the "problematic" settings many times by using the -noprefs option 
while trying to come up with a solution to the startup problem  

Note: I used the PD installer 


I will try to understand how from "dialog_startup.tcl" things go on... (but I'm 
totally new to this code and the underlying structure of the project)


Thanks
Enrico


From: Lucas Cordiviola 
To: PD List ; NitroWheels  
Sent: Wednesday, June 14, 2017 11:04 PM
Subject: Re: [PD] Problems with startup options from the GUI (PD 0.47.1,
Win10 x64)



> Yes I'm saving all the settings with the dedicated menu entry, after pressing 
> "Apply" and "Ok".  

Try the “save all settings”

>relevant also to the size of the font (e.g. -font-face 24) etc. 

Surely you miss-typed in this message, you mean: -font-size 24 ?

My tests were using the Zip version of Pd, not with an installation. 

Looks like a Registry shi*.

Try to erase all registry doing:

From the CLI: pd.exe -noprefs

Save all settings from “file/preferences/save all settings ”

quit

run again

retry loading the font from the startup flags menu entry, 

“save all settings” again.

Quit 

reopen

.


PS: there were reports of windows loosing reg settings. There were also 
announcements of a coming pref file to avoid the registry. Also I`m a regular 
user and I avoid using the registry with .cmd files for different startups.



Mensaje telepatico asistido por maquinas. 





From: Pd-list  on behalf of NitroWheels via 
Pd-list 
Sent: Wednesday, June 14, 2017 7:41 PM
To: PD List
Subject: Re: [PD] Problems with startup options from the GUI (PD 0.47.1, Win10 
x64) 
 
Hi Lucas, 

thanks for your reply. 
Yes I'm saving all the settings with the dedicated menu entry, after pressing 
"Apply" and "Ok". 

I'm typing Cambria in case-sensitive manner since cambria (case-insensitive) is 
not found (I am using: log dropdown > all) 
(btw the same happens with the other common fonts, e.g. Courier, Arial, ...) 

the problem, as described in my previous post, is relevant also to the size of 
the font (e.g. -font-face 24) etc.

I'm investigating further: 
when I save the startup prefs using the GUI, in my case the registry key that 
Pd uses is: 
HCU\Software\Classes\VirtualStore\MACHINE\SOFTWARE\WOW6432Node\Pd 

but when I reopen the application, it seems that the key used to retrieve those 
info is instead this: 
HKLM\Software\WOW6432Node\Pd 
(which in my case doesn't exist at all) 
and in fact if I reopen the Startup GUI, there are no flags anymore, but in the 
registry the values are still there: in 
HCU\Software\Classes\VirtualStore\MACHINE\SOFTWARE\WOW6432Node\Pd 




Thanks
Enrico

___
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] Problems with startup options from the GUI (PD 0.47.1, Win10 x64)

2017-06-14 Thread Lucas Cordiviola
I don't know how to deal with that registry issue.

My test was done on a clean win10 and with a zip version of Pd (don't know 
where the registry is stored) but it worked as is supposed to (from the GUI).

Try uninstalling and reinstalling to see if that clears the registry.

Hope it helps,
Salutti,
Lucarda.



Mensaje telepatico asistido por maquinas.



From: Pd-list  on behalf of NitroWheels via 
Pd-list 
Sent: Wednesday, June 14, 2017 9:38 PM
To: PD List
Subject: Re: [PD] Problems with startup options from the GUI (PD 0.47.1, Win10 
x64)

Hi Lucas,

yes I perform "Edit > Preferences > Save All Settings"
and yes (sorry) it's -font-size 24 as previously written

I deleted the "problematic" settings many times by using the -noprefs option 
while trying to come up with a solution to the startup problem

Note: I used the PD installer


I will try to understand how from "dialog_startup.tcl" things go on... (but I'm 
totally new to this code and the underlying structure of the project)


Thanks
Enrico


From: Lucas Cordiviola 
To: PD List ; NitroWheels 
Sent: Wednesday, June 14, 2017 11:04 PM
Subject: Re: [PD] Problems with startup options from the GUI (PD 0.47.1,
Win10 x64)



> Yes I'm saving all the settings with the dedicated menu entry, after pressing 
> "Apply" and "Ok".

Try the “save all settings”

>relevant also to the size of the font (e.g. -font-face 24) etc.

Surely you miss-typed in this message, you mean: -font-size 24 ?

My tests were using the Zip version of Pd, not with an installation.

Looks like a Registry shi*.

Try to erase all registry doing:

>From the CLI: pd.exe -noprefs

Save all settings from “file/preferences/save all settings ”

quit

run again

retry loading the font from the startup flags menu entry,

“save all settings” again.

Quit

reopen

.


PS: there were reports of windows loosing reg settings. There were also 
announcements of a coming pref file to avoid the registry. Also I`m a regular 
user and I avoid using the registry with .cmd files for different startups.



Mensaje telepatico asistido por maquinas.





From: Pd-list  on behalf of NitroWheels via 
Pd-list 
Sent: Wednesday, June 14, 2017 7:41 PM
To: PD List
Subject: Re: [PD] Problems with startup options from the GUI (PD 0.47.1, Win10 
x64)

Hi Lucas,

thanks for your reply.
Yes I'm saving all the settings with the dedicated menu entry, after pressing 
"Apply" and "Ok".

I'm typing Cambria in case-sensitive manner since cambria (case-insensitive) is 
not found (I am using: log dropdown > all)
(btw the same happens with the other common fonts, e.g. Courier, Arial, ...)

the problem, as described in my previous post, is relevant also to the size of 
the font (e.g. -font-face 24) etc.

I'm investigating further:
when I save the startup prefs using the GUI, in my case the registry key that 
Pd uses is:
HCU\Software\Classes\VirtualStore\MACHINE\SOFTWARE\WOW6432Node\Pd

but when I reopen the application, it seems that the key used to retrieve those 
info is instead this:
HKLM\Software\WOW6432Node\Pd
(which in my case doesn't exist at all)
and in fact if I reopen the Startup GUI, there are no flags anymore, but in the 
registry the values are still there: in 
HCU\Software\Classes\VirtualStore\MACHINE\SOFTWARE\WOW6432Node\Pd




Thanks
Enrico

___
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] Problems with startup options from the GUI (PD 0.47.1, Win10 x64)

2017-06-14 Thread NitroWheels via Pd-list
Hi Lucas, 

yes I perform "Edit > Preferences > Save All Settings" 
and yes (sorry) it's -font-size 24 as previously written 

I deleted the "problematic" settings many times by using the -noprefs option 
while trying to come up with a solution to the startup problem  

Note: I used the PD installer 


I will try to understand how from "dialog_startup.tcl" things go on... (but I'm 
totally new to this code and the underlying structure of the project)


Thanks
Enrico


From: Lucas Cordiviola 
To: PD List ; NitroWheels  
Sent: Wednesday, June 14, 2017 11:04 PM
Subject: Re: [PD] Problems with startup options from the GUI (PD 0.47.1,
Win10 x64)



> Yes I'm saving all the settings with the dedicated menu entry, after pressing 
> "Apply" and "Ok".  

Try the “save all settings”

>relevant also to the size of the font (e.g. -font-face 24) etc. 

Surely you miss-typed in this message, you mean: -font-size 24 ?

My tests were using the Zip version of Pd, not with an installation. 

Looks like a Registry shi*.

Try to erase all registry doing:

From the CLI: pd.exe -noprefs

Save all settings from “file/preferences/save all settings ”

quit

run again

retry loading the font from the startup flags menu entry, 

“save all settings” again.

Quit 

reopen

.


PS: there were reports of windows loosing reg settings. There were also 
announcements of a coming pref file to avoid the registry. Also I`m a regular 
user and I avoid using the registry with .cmd files for different startups.



Mensaje telepatico asistido por maquinas. 





From: Pd-list  on behalf of NitroWheels via 
Pd-list 
Sent: Wednesday, June 14, 2017 7:41 PM
To: PD List
Subject: Re: [PD] Problems with startup options from the GUI (PD 0.47.1, Win10 
x64) 
 
Hi Lucas, 

thanks for your reply. 
Yes I'm saving all the settings with the dedicated menu entry, after pressing 
"Apply" and "Ok". 

I'm typing Cambria in case-sensitive manner since cambria (case-insensitive) is 
not found (I am using: log dropdown > all) 
(btw the same happens with the other common fonts, e.g. Courier, Arial, ...) 

the problem, as described in my previous post, is relevant also to the size of 
the font (e.g. -font-face 24) etc.

I'm investigating further: 
when I save the startup prefs using the GUI, in my case the registry key that 
Pd uses is: 
HCU\Software\Classes\VirtualStore\MACHINE\SOFTWARE\WOW6432Node\Pd 

but when I reopen the application, it seems that the key used to retrieve those 
info is instead this: 
HKLM\Software\WOW6432Node\Pd 
(which in my case doesn't exist at all) 
and in fact if I reopen the Startup GUI, there are no flags anymore, but in the 
registry the values are still there: in 
HCU\Software\Classes\VirtualStore\MACHINE\SOFTWARE\WOW6432Node\Pd 




Thanks
Enrico

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


Re: [PD] Problems with startup options from the GUI (PD 0.47.1, Win10 x64)

2017-06-14 Thread Lucas Cordiviola
> Yes I'm saving all the settings with the dedicated menu entry, after pressing 
> "Apply" and "Ok".

Try the “save all settings”


>relevant also to the size of the font (e.g. -font-face 24) etc.

Surely you miss-typed in this message, you mean: -font-size 24 ?

My tests were using the Zip version of Pd, not with an installation.

Looks like a Registry shi*.

Try to erase all registry doing:

>From the CLI: pd.exe -noprefs

Save all settings from “file/preferences/save all settings ”

quit

run again

retry loading the font from the startup flags menu entry,

“save all settings” again.

Quit

reopen

.


PS: there were reports of windows loosing reg settings. There were also 
announcements of a coming pref file to avoid the registry. Also I`m a regular 
user and I avoid using the registry with .cmd files for different startups.




Mensaje telepatico asistido por maquinas.



From: Pd-list  on behalf of NitroWheels via 
Pd-list 
Sent: Wednesday, June 14, 2017 7:41 PM
To: PD List
Subject: Re: [PD] Problems with startup options from the GUI (PD 0.47.1, Win10 
x64)

Hi Lucas,

thanks for your reply.
Yes I'm saving all the settings with the dedicated menu entry, after pressing 
"Apply" and "Ok".

I'm typing Cambria in case-sensitive manner since cambria (case-insensitive) is 
not found (I am using: log dropdown > all)
(btw the same happens with the other common fonts, e.g. Courier, Arial, ...)

the problem, as described in my previous post, is relevant also to the size of 
the font (e.g. -font-face 24) etc.

I'm investigating further:
when I save the startup prefs using the GUI, in my case the registry key that 
Pd uses is:
HCU\Software\Classes\VirtualStore\MACHINE\SOFTWARE\WOW6432Node\Pd

but when I reopen the application, it seems that the key used to retrieve those 
info is instead this:
HKLM\Software\WOW6432Node\Pd
(which in my case doesn't exist at all)
and in fact if I reopen the Startup GUI, there are no flags anymore, but in the 
registry the values are still there: in 
HCU\Software\Classes\VirtualStore\MACHINE\SOFTWARE\WOW6432Node\Pd




Thanks
Enrico

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


Re: [PD] simulating grid

2017-06-14 Thread rolfm

@Dan

Check out the pure vanilla [touch] object in the Droidparty
abstractions: http://www.droidparty.net


kind of OT: pity, the zip's on that webpage are in Windows 10 "illegal" 
= unusable.


rolf

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


Re: [PD] Problems with startup options from the GUI (PD 0.47.1, Win10 x64)

2017-06-14 Thread NitroWheels via Pd-list
Hi Lucas, 

thanks for your reply. 
Yes I'm saving all the settings with the dedicated menu entry, after pressing 
"Apply" and "Ok". 

I'm typing Cambria in case-sensitive manner since cambria (case-insensitive) is 
not found (I am using: log dropdown > all) 
(btw the same happens with the other common fonts, e.g. Courier, Arial, ...) 

the problem, as described in my previous post, is relevant also to the size of 
the font (e.g. -font-face 24) etc.

I'm investigating further: 
when I save the startup prefs using the GUI, in my case the registry key that 
Pd uses is: 
HCU\Software\Classes\VirtualStore\MACHINE\SOFTWARE\WOW6432Node\Pd 

but when I reopen the application, it seems that the key used to retrieve those 
info is instead this: 
HKLM\Software\WOW6432Node\Pd 
(which in my case doesn't exist at all) 
and in fact if I reopen the Startup GUI, there are no flags anymore, but in the 
registry the values are still there: in 
HCU\Software\Classes\VirtualStore\MACHINE\SOFTWARE\WOW6432Node\Pd 




Thanks
Enrico


From: Lucas Cordiviola 
To: "pd-l...@iem.at" ; NitroWheels  
Sent: Wednesday, June 14, 2017 8:59 PM
Subject: Re: [PD] Problems with startup options from the GUI (PD 0.47.1,
Win10 x64)



Hi,

Is working here, Pd 0.47.1 win10 x64.

Did you press file/preferences/save all settings?

Did you type Cambria (case sensitive) ?

As is one word you don't need “ ”.

Salutti,
Lucarda.


Mensaje telepatico asistido por maquinas.

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


Re: [PD] Problems with startup options from the GUI (PD 0.47.1, Win10 x64)

2017-06-14 Thread Lucas Cordiviola
Hi,

Is working here, Pd 0.47.1 win10 x64.

Did you press file/preferences/save all settings?

Did you type Cambria (case sensitive) ?

As is one word you don't need “ ”.

Salutti,
Lucarda.



Mensaje telepatico asistido por maquinas.


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


[PD] Problems with startup options from the GUI (PD 0.47.1, Win10 x64)

2017-06-14 Thread NitroWheels via Pd-list
Hi, 

I'm experiencing problems setting up the startup options from the GUI (Edit > 
Preferences > Startup)

OS: Win10 x64PD: v0.4.7.1 

From the CLI the following examples both work:
pd.exe -font-size 24 -font-face Cambria
pd.exe -font-size "24" -font-face "Cambria"

none of them instead from the GUI
about the first one: just the first options produces the expected behaviour, 
while the other seems ignored (same by swapping them)
the second one, probably due to the parsing of the double quotes, gives an 
error (you have to restart Pd using -noprefs to correct the problem or use 
regedit)

Is this is some kind of bug or am I missing something?

Thanks in advance for your kind help and for this fantastic computer music 
project.
Enrico

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


Re: [PD] Abstraction to translate raw MIDI data from Tonal Plexus keyboard?

2017-06-14 Thread Lucas Cordiviola
Cool,

I dont want to distract you on your patch but I must say that filling 800 
values to a txt file is rather easy/fast if you work and do calculations with a 
spreadsheet (libreoffice, exel, etc).
You can copy & paste each octave to the txt.


Salutti,
Lucarda.



Mensaje telepatico asistido por maquinas.



From: Brian Robison 
Sent: Tuesday, June 13, 2017 10:23 PM
To: Lucas Cordiviola
Subject: Re: [PD] Abstraction to translate raw MIDI data from Tonal Plexus 
keyboard?

Hi, Lucarda--

Thanks for sending!

I have the four-octave version of the keyboard, for a total of 844 keys. As you 
might imagine, I'm not eager to populate a text table with 844 values (105 
values apiece for MIDI channels 5, 7, 9, and 11, and 106 values apiece for MIDI 
channels 6, 8, 10, and 12).   :-)

Also, I feel that because it's worth doing at all, it's worth writing the 
abstraction so that it will also work for musicians using the six-octave 
keyboard (1266 keys) and even for those lucky few who have one of the rare 
eight-octave keyboards (1688 keys).

So, I will continue to work on an abstraction that calculates the correct MIDI 
note number, and see how much lag those computations generate before I turn to 
populating a lookup table. But again, thanks for sending! I especially 
appreciate the explanations in your patch comments.

Muchas gracias,

Brian




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