-
woodybriggs
so the cartopol~ help subpatch says that its right outlet spits out phase in 271 radians.
I want to know what the phase is of each bin in a maximum of 180deg or 1.5708 radians :/ is this possible?
-
woodybriggs
@LiamG /doc/5.reference/all_about_arrays.pd -> [pd How_to_manipulate_arrays_in_PD] -> [pd Join_array_elements_into_list]
-
woodybriggs
SOLVED I found an example in the Array help patch
-
woodybriggs
I have a table of values and I want to read the value of each index and then pack them together into a list... I can get them all out of the table one by one, is this the best way to do it. Or is there a better way to read table as list?
None of the table is signal data, it is all control data... I'd rather not use tabreceive~ if possible
-
woodybriggs
@EEight Im on a mac... i have python and pylibpd up and working, i just dont understand how to load externals... the documentation seems to be very vague... ?
I have also compiled the externals for puredata.
-
woodybriggs
Is it possible to use python libpd with externals?
if so then how do i go about doing it.
thanks
-
woodybriggs
Ahh this is brilliant thanks...
Would anyone know of a guide that can help me through compiling libpd with externals?
im pretty new with makefiles and all that so im not really sure where to start -
woodybriggs
@LiamG Is there any better way of referencing an object. its just a bit awkward referencing them by the order in which they were added to the canvas... ?
-
-
woodybriggs
As the title of this suggests, is there such a internal message that allows me to remove an object in puredata... I know there is a message "disconnect" that disconnects the patch cords...
but is there a way of actually removing the object itself.
if not a internal message then im open to other suggestions on how to dynamically remove and object
thanks