-
Jamestocher
posted in technical issues • read moreOne more issue, unfortunately! Although tab_copy worked well, it turns out its not part of PD vanilla - and I can't copy externals either, as its part of a mobile app using MobMuPlat (which only runs in Pd-0.46-6 - lame!) I've already tried the set>path fix, which finds the tab_copy.pd_darwin file fine outside of a mobile platform - but unfortunately not when the patch is copied onto the device. Is there another way round this, do you reckon?
This fix sounds good, although I have no idea how to use command lines: http://lists.puredata.info/pipermail/pd-list/2002-02/004451.htmlCheers again!
-James
-
-
Jamestocher
posted in technical issues • read moreHello! I was just wondering if someone would be able to help me with something, I am trying to create an abstraction which resizes and draws data to a single table based on which table has been selected (possibly with spigots? I dunno.)
An example of this is the following:
[table table1] [table table2]
[spigot?] [X] [spigot?] [ ]
[table table3]
in this instance, the output and sample size of table 1 is being drawn in table 3.
Many thanks!
-
Jamestocher
posted in technical issues • read moreHi there,
I'm currently designing a mobile app using pure data and a program called mobmuplat as a GUI interface and wrapping application. I am having some problems with the mobmuplat GUI editor which requires a separate patch to be open in PD to send values to and from the editor (value changes, etc) something seems to be wrong though as there are several objects that have been written that do not work on mine and my friends computers, which are: 'Netreceive -u -b' 'Netsend -u -b' 'oscparse' and 'listtosymbol' which comes up with the error messages 'couldn't create' and 'Bad arguments for message 'netreceive' to object 'objectmaker' 'Bad arguments for message 'netsend' to object 'objectmaker'
I am using pd 0.43.4-extended and running OSX 10.9.5 on a mid-2012 macbook pro. This is the patch that I am having issues with: PdWrapper.pd
-
-
Jamestocher
posted in technical issues • read morewhale, could you give me an example of what you mean using my patch? I've tried using the metro object to no avail.
-
Jamestocher
posted in technical issues • read moreHi there, I've recently created an envelope patch for a project I'm working on, it works fine and draws to an array but the only problem is that I have to wait for the entire sample to elapse for the array to update! Is there some way I can see what I'm doing as I'm doing it onto the array? I've already attempted to hook up all the envelope sliders to a [bang] object, but the issue prevails, unfortunately. Here's my patch:
-
-
Jamestocher
posted in technical issues • read moreHiya, I'm just trying to create a simple abstraction where 2 toggles are linked so that only 1 can be selected at any one time (e.g. if one is selected, the other cannot be switched on) Any help would be appreciated!
-
-
Jamestocher
posted in technical issues • read moreHi there, I'm currently in the process of building an envelope generator and have all of the controls (attack depth & time, sustain depth, decay depth and time) apart from sustain time. here's a screenshot of my patch, what values should I send in the message to give me this function?

-
Jamestocher
posted in technical issues • read moreBrilliant! Thanks a lot Gilberto, did the trick perfectly.
-
Jamestocher
posted in technical issues • read moreHi, I'm trying to find a fix for routing an 'open' message to various subfolders within a project directory of mine, but I don't want to write out the entire specific directory as it will not only be too long, but my project is also going to be a mobile app and as such the root directory will change from person to person. Is there some way you can write an open message in a similar way to this: [open /rootdirectory/track1/rec1.wav( , instead of the whole [open users/documents/projectfolder/track1/rec1.wav( method? I'm also not looking for an [openpanel] click-and-choose type interface, it will be selecting files using a slider.
Much love

-
Jamestocher
posted in technical issues • read moreHi there, I'm trying to set up the application 'Mobmuplat' which is a GUI editor for android and IOS pure data apps (http://www.mobmuplat.com/) but unfortunately I'm having some problems with some of the objects found in the 'wrapper' program that comes with the software (This allows for communication between Pd and the GUI editor) I'm using PD-extended.
This is the 'wrapper' application: PdWrapper.pd the [netsend] and [netrecieve] objects seem to be blanked out in red, so something's amiss there. I've googled the issue but it seems to be largely unsupported... Any help would be greatly appreciated.
Regards,
James -
Jamestocher
posted in technical issues • read moreOkay, so the soup was delicious, but I'm having a little difficulty in populating the array with the envelope data from [vline~] using [tabwrite~] as it is only giving me the x-data rather than both the x-and-y data at once.
-
Jamestocher
posted in technical issues • read moreYou have officially saved my bacon good sir. Now I'm off to make fish & vegetable soup.
Thanks again.
-
Jamestocher
posted in technical issues • read moreStill no idea. I'm consulting so many documents, following instructions, and I simply can't get it to work. also trying to write the line data to an 'array' object and have no clue.
thanks anyway. I give up.
sequencer_sampler.pd -
Jamestocher
posted in technical issues • read moreHeya, having a little difficulty with packing values to be used by an envelope generator - I've managed to get attack, sustain and release to work but decay is proving to be very awkward! Here's my patch, you can find the subpatch that I'm currently working on in pd cell1 > pd ampenv1.
Thankies!
sequencer_sampler.pd
