Re: [PD] Once again, -guiport -nogui

2016-09-04 Thread Giulio Moro via Pd-list
thanks,this works for me. Giulio From: Miller Puckette To: Giulio Moro Cc: Pd list Sent: Sunday, 4 September 2016, 16:21 Subject: Re: [PD] Once again, -guiport -nogui I think this was once possible to do but apparently

Re: [PD] bendin bug (?)

2016-09-04 Thread Simon Iten
well for me a 14-bit number with a range of 16383 is zero based, otherwise I would need an additional bit for the sign. also nobend=2000H indicates a value from 0 to 16383... Am Sonntag, 4. September 2016 schrieb Giulio Moro via Pd-list : > The specs don't say much about how to interpret the

Re: [PD] bendin bug (?)

2016-09-04 Thread William Huston
I agree with Alexandre about what seems sensible, but introducing a change like this will break existing patches. Is it possible (for all changes like this) to introduce a compatibility mode to get the old behavior? Yes, any seasoned Pd hacker will know how to fix the scaling. I'm just imagining

Re: [PD] bendin bug (?)

2016-09-04 Thread Giulio Moro via Pd-list
The specs don't say much about how to interpret the value actually https://www.midi.org/specifications/item/table-1-summary-of-midi-message "Pitch Bend Change. status: 1110 data: 0lll 0mmm This message is sent to indicate a change in the pitch bender (wheel or lever, typically).

Re: [PD] bendin bug (?)

2016-09-04 Thread Alexandre Torres Porres
2016-09-04 13:35 GMT-03:00 Giulio Moro : > Is this a [bendin] or a [bendout] bug? > > [bendin]'s current implementation is closer to the actual MIDI messages > being transmitted. > but in actuality, the not raw standard is from -8192 to 8191 right? I just care they both

Re: [PD] Missing pd_darwin files with zexy in 0.47.1

2016-09-04 Thread Lucas Cordiviola
Hi, Zexy 2.2.6svn is a lib. Contains all help files and one file with all objects (zexy.dll on Windows). To use it you must load the lib. You can load it in several ways, one way is with [declare], depending on where you've installed zexy it could be: [declare -stdlib zexy] or [declare -lib

Re: [PD] Pd vanilla problem on Debian

2016-09-04 Thread IOhannes m zmölnig
On 09/04/2016 04:15 PM, Julian Brooks wrote: > Have you tried running as root? uhm, please don't (if you can help it). > Sounds like maybe permissions, or missing libs. > Same behaviour with both repo and self-compiled versions? are you sure you are running the debian version of Pd? (e.g. just

Re: [PD] Missing pd_darwin files with zexy in 0.47.1

2016-09-04 Thread IOhannes m zmölnig
On 09/04/2016 02:42 PM, Samuel Burt wrote: > I just installed Pd 0.47.1 in Mac OS 10.11.5. > Using deken to download the latest zexy package, I found that all the > pd_darwin files were missing! does zexy come with .d_fat files instead? you know, there are more ways to name an external for OSX...

[PD] Yamaha UD-BT01 Wireless Midi Adapter (Bluetooth MIDI) with Linux

2016-09-04 Thread Ingo
Hi everybody, I was wondering if anybody has used the Yamaha UD-BT01 Wireless Midi Adapter (Bluetooth v4.0 MIDI) with Linux. I was wondering how you could get the MIDI data to get recognized by Pd. Does anybody have any experience or know how to use it? I would like to use it with either Debian

Re: [PD] bendin bug (?)

2016-09-04 Thread Giulio Moro via Pd-list
Is this a [bendin] or a [bendout]  bug? [bendin]'s current implementation is closer to the actual MIDI messages being transmitted. From: Alexandre Torres Porres To: "pd-list@lists.iem.at" Sent: Sunday, 4 September 2016, 17:26 Subject: [PD]

[PD] bendin bug (?)

2016-09-04 Thread Alexandre Torres Porres
so, bendout takes from -8192 to 8191, but bendin will receive from 0 to 16383, which is inconsistent with the bendin message, can it be considered a bug and fixed? cheers ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->

Re: [PD] Once again, -guiport -nogui

2016-09-04 Thread Miller Puckette
I think this was once possible to do but apparently it isn't possible any longer. On the other hand, if you'e trying to connect a pd process on one computer with a GUI process on another one, that should be doable using something like pd -guicmd "ssh machine-name wish

Re: [PD] Pd vanilla problem on Debian

2016-09-04 Thread Julian Brooks
Have you tried running as root? Sounds like maybe permissions, or missing libs. Same behaviour with both repo and self-compiled versions? Latest (sid) repo version working well here. On 4 September 2016 at 14:04, Ed Kelly via Pd-list wrote: > Hey list, > > I've got

Re: [PD] Ninja Jamm [was] Re: In support of my paper

2016-09-04 Thread Julian Brooks
Thanks for the prompt response Ed. I wasn't sure whether you'd done the whole app or not but thought it was worth an ask anyhow. 'nother question then. What's the gui done in, and is the engine then libpd?? (perhaps I should read your paper when it's done eh:) Like the youtube clip btw, sounds

[PD] Pd vanilla problem on Debian

2016-09-04 Thread Ed Kelly via Pd-list
Hey list, I've got Pd-l2ork on my debian distro. It's great, but I've noticed than some of my GUI-heavy patches are pretty unusable on this, so I've tried to install Pd-vanilla alongside it, both through Debian repos and by compiling from source. I get this error message when I try to run Pd

Re: [PD] Once again, -guiport -nogui

2016-09-04 Thread Giulio Moro via Pd-list
I am re-upping this as I did not get any response. From: Giulio Moro To: Pd list Sent: Monday, 22 August 2016, 12:33 Subject: Once again, -guiport -nogui Hi,I dug as much as I could into past posts on this topic, like these 

Re: [PD] Ninja Jamm [was] Re: In support of my paper

2016-09-04 Thread Ed Kelly via Pd-list
Oooh, I don't know! The .apk is hosted on g-play, and I don't think there are plans to make it available through other means. While I'm not responsible for the Android version (actually I'm only responsible for most of the audio engine) I can mention this to Antoine who maintains that version

[PD] Missing pd_darwin files with zexy in 0.47.1

2016-09-04 Thread Samuel Burt
List, I just installed Pd 0.47.1 in Mac OS 10.11.5. Using deken to download the latest zexy package, I found that all the pd_darwin files were missing! If you are missing your zexy objects, download the oldest version of zexy listed in deken. Thanks, Sam

[PD] Ninja Jamm [was] Re: In support of my paper

2016-09-04 Thread Julian Brooks
Hi Ed, Is there a direct download of Ninja Jamm available (or other store)? I'm (slowly) attempting to de-google my life and would like to not have g-play on my Jolla mobile phone. Although running the Jolla O.S. 'Sailfish' (an Opensuse fork), the phone has Alien Dalvik for running android apps.

[PD] Stuck with a "persistency" problem

2016-09-04 Thread José Rafael Subía Valdez
Hello List, over the last couple of days, I have been programming a preset system using the [pool] object. I have made a lot of progress but now I am stuck with a persistence problem. a couple of days ago I started with my "scope" tests to see if its working, this included - on the main canvas