-
-
youaresound
is there any way to do this?
i have looked at iemguts (using canvas position) hcs (windowname) to try to create some kind of abstraction like this[is_top_window]
|
[X]and when it is not
[is_top_window]
|
[0]is there any way to detect which window is located on top?
-
youaresound
@Jona @cuinjune hey thanks. i wonder if it might make sense at this point to keep everything in one place. (in terms of learning materials.)
-
youaresound
was wondering if people would be willing to post resources links etc.
-
-
youaresound
i recently installed ofelia on a rpi.
i can destroy contents of the window using a message to [of.Window]
but the actual render space is still visible. how do i close that without quitting Pd.? -
youaresound
if you right click or cntrl click on a toggle
and select Properties
you can click the button that says "No init" under Parameters
so it changes to Init
when you save the patch it should store its state. (*this also works for sliders radio buttons and the Number2 number atom Shift+Ctrl+N.)you can also look in the Help Browser at 5.reference/savestate-help.pd
of course if you want to make sure it opens the same way every time regardless i would just use
[loadbang]
|
[1( or [0(as far as more general state saving techniques there are many methods to do this.
-
youaresound
you might want to check these out
https://forum.pdpatchrepo.info/topic/10589/saturation-abstractionthere is also one called fx.fuzz~ in here:
https://github.com/megrimm/pd-freshhttps://forum.pdpatchrepo.info/topic/5222/better-sounding-guitar-distortion-beyond-clip-and-tanh
-
youaresound
@seb-harmonik.ar hey thanks so much for this.
that is what i was trying to do. -
youaresound
the patch I posted specifically?
yeah
had been trying to adapt it
so far i have resized the arrays
but still having trouble reading back the samples correctly to avoid clicks and getting the feedback section to work. -
youaresound
@kristofferlislegaard i would really try version 48 at least. you also can do:
sudo apt-get update sudo apt-get dist-upgrade
https://www.raspberrypi.org/documentation/raspbian/updating.md
-
youaresound
@seb-harmonik.ar is there a way to do this using arrays?
-
youaresound
probably makes no difference but does setting usb audio input as plugin and output as hardware do anything?
could be an issue with that version of pd
https://www.raspberrypi.org/forums/viewtopic.php?p=415164i have the latest version working on the pi3. (although do sometimes get errors when creating objects while audio is running)
try downloading the latest stable version
Raspberry Pi 2 or 3 (ARM v7) (10 Megabytes) from:
http://msp.ucsd.edu/software.htmlhere are the install instructions i followed.
installing_pd_on_rpi3.txt -
-
youaresound
is there a way to do this? view contents of a text object by sending a pd message? like what happens when you click on [text define]
-
youaresound
st-rvb-rvs.meh.pd
https://patchstorage.com/meh-system-1-0/
by @MarioMeymight be another option.
-
youaresound
don't know if this is what you're looking for (or what you already downloaded.)
TUIO_PureData-1.4.zip
https://sourceforge.net/projects/reactivision/files/TUIO 1.0/TUIO-Clients 1.4/
you should be able to build from source also using make.
-
youaresound
you may have already seen this:
http://videogameaudio.comhttp://www.gamasutra.com/view/feature/131258/audio_prototyping_with_pure_data.php
-
youaresound
hey @asb2m10
thanks.
i was able to build Version 0.4
is there anywhere i can download more effects or midi examples??