Hi there,
I'm on Debian 32-bit with Pd 0.49.
I'm experiencing all the sudden a strange behavior with number boxes,
sliders and symbols.
They are sending values when I click and move the mouse but their graphics
do not get updated.
I. e. I can change the value on the output of a number box but its graphics
are not updated anymore.
If I connect
[prepend set]
|
[ (
I can see the values but the number box itself keeps displaying "0".
When I open the properties of the number box and press Apply or OK the value
will be updated to the latest value but then stay there as far as displaying
goes. Still sending and receiving without any graphical update.
Does anybody have an idea what is happening and how I can fix this issue?
Thanks!
Ingo
Dear list,
has anybody tried to use a Hokuyo scanning laser rangefinder with Pd?
Touch designer has a nice integration already but curious if Pd can do the
same, such as make a touch screen of any surface.
Best,
Popesz
Dear friends
The NIME 2020 conference is mutating into an exciting online edition for participants in all regions of the world. This year's theme, the Accessibility of Musical Expression, is curiously timed for a planetary epidemiological lock-down, and offers a timely challenge to developers of New Interfaces for Musical Expression.
COVID-19 is an urgent wake-up call for humanity. It is also an acute reminder of our accountability as inhabitants of a planet reeling from human hubris. We are uniquely positioned to promote NIME's broader societal implications via a richly networked conference ecosystem and reposition our intellectual journeys as a dynamic, creatively evolving, online community. NIME 2020 will also allow us to explore through online technologies that socially cohesive activity called musicking - something we need now, more than ever!
NIME's recognised platform offers a rigorously peer-reviewed channel for publishing and discussing pioneering artistic and technical endeavours. Our 2020 edition will deploy these energies across formats that creatively combine synchronous and asynchronous materials, and concepts of presence and "real-time", in virtual and hybrid spaces where time zones productively collide. Keynotes, papers, demos, workshops and concerts will all be delivered online. The installation track, a traditional feature of NIME, will need to be repurposed for online fruition. To this effect we are issuing an additional short call<https://apc01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fnime2020.…> for proposals of installations designed to be experienced online. The call will be open from 6 April until 10 May.
To reframe NIME 2020, we are also asking members of the community that are proficient at integrating online platforms to help shape our event. Just drop us an email if you want to contribute. Through its systemic design, we intend NIME 2020 to serve as a reference for other collaborative online events, and thus as a significant marker of our NIME legacy and responsibility.
Early-bird registration for NIME 2020 opens on 13 April 2020. We have massively reduced the conference registration fee, and we look very much forward to welcoming as many of you as possible to the 2020 online edition of NIME!
Sally Jane Norman & Lamberto Coccioli
NIME 2020 General Co-Chairs
_______________________________________________
Pd-announce mailing list
Pd-announce(a)lists.iem.at
https://lists.puredata.info/listinfo/pd-announce
Actually, form what I've read, I don't think MIDI 2 requires any (or very many) changes to Portmidi as Portmidi wraps the various OS-level MIDI APIs and gives you raw bytes. The actual MIDI protocol interpretation is handled in the Pd core.
MIDI 2 is basically an extension of the MIDI 1 protocol and MIDI 2 messages can contained embedded MIDI 1 messages. There is an additional query communication where a device can ask about the capabilities of another device. Overall, it seems to be designed to work seamlessly with older MIDI 1 devices/software.
Short answer is: I don't think anyone is doing this, but it can probably been done by modifying MIDI handling in s_midi.c.
> On Apr 6, 2020, at 12:00 PM, pd-list-request(a)lists.iem.at wrote:
>
> Message: 1
> Date: Mon, 6 Apr 2020 10:51:26 +0100
> From: Mario Buoninfante <mario.buoninfante(a)gmail.com <mailto:mario.buoninfante@gmail.com>>
> To: pd-list <pd-list(a)lists.iem.at <mailto:pd-list@lists.iem.at>>
> Subject: [PD] MIDI 2.0
> Message-ID:
> <CAHs=M8TCE+Yom8WoXoCDR7jZi_pzFmM3t0dKDwRU0_6dwFaYSw(a)mail.gmail.com <mailto:CAHs=M8TCE+Yom8WoXoCDR7jZi_pzFmM3t0dKDwRU0_6dwFaYSw@mail.gmail.com>>
> Content-Type: text/plain; charset="utf-8"
>
> Hi all,
>
> Is there any plan to support MIDI 2.0? I know this is more of a question
> about PortMidi, but I was wondering if anybody knows anything about it.
>
> Cheers,
> Mario
--------
Dan Wilcox
@danomatika <http://twitter.com/danomatika>
danomatika.com <http://danomatika.com/>
robotcowboy.com <http://robotcowboy.com/>
Hi all,
Is there any plan to support MIDI 2.0? I know this is more of a question
about PortMidi, but I was wondering if anybody knows anything about it.
Cheers,
Mario
Hi all,
Recurrent ascension to PD (-050-2) from all-around PD.
I had mentioned in Pd/Preferences/Path… the location of Pd externals where I wanted them to be - that is away from the Pd application package - would its “/Resources/extras” be conserved with installed libraries - when installing a new Pd version ?
Anyway using Help/Find Externals, I was obliged to direct myself the install to where I wanted it to be, because the location I found mentioned was not prepared to be the one I had mentioned in the Pd Prefs.
So the install went fine.
Anyway, going back to the “Pd search path [why not “paths"...] for objects, help, fonts, and other files” of Pd/Preferences/Path… I never keep effectives indications because they are not remembered and/or are overwritten.
Example :
Commencing downloading of:
http://puredata.info/Members/porres/software/else/1.0beta27/else[v1.0beta27…
Into /Applications/PURE-DATA/Pd/externals...
[deken]: Successfully unzipped else[v1.0beta27](Darwin-amd64-32).dek into /Applications/PURE-DATA/Pd/externals.
[deken]: Added else to search paths
Pd-050-2 lay beside Pd/externals inside this Applications/PURE-DATA.
May I ask where deken added "/Applications/PURE-DATA/Pd/externals” to search paths ? (The “DISABLED” was mine, empty External Install Directory was mine (before was application-package “extras”), and Pd search was /Applications/PURE-DATA/Pd/externals but went empty Preferences/Path… is no use ?
Thanks a lot for this ride,
Cannot wait for that !!!
Thanks in advance !
On 04/04/2020 15:02, Christof wrote:
>
>
> I'm currently working on a UDP punch hole server, so that people can
> easily create peer-to-peer-networks over the internet und jam together
> :-)