lookup table in media

Post your feature requests/wishlist here

lookup table in media

Postby boonier » Tue Aug 28, 2012 4:24 pm

Just wondering what the possibility of having the lookup tables data in a global location so that all the lookup table object reference the media pool? I have a fm instrument that is polyphonic but editing the oscillator tables on the fly is pretty much impossible as one has to edit as many tables as there are voices. Also it takes rather longer to poly the group as I suspect the data is being duplicated for all voices too.

Of course being able to edit them in the media pool would be useful too....unless there's another solution?
boonier
 
Posts: 639
Joined: Wed Sep 14, 2005 6:34 am
Location: Brighton, UK

Re: lookup table in media

Postby seb@plogue » Wed Aug 29, 2012 9:00 am

You could use wave files and then change the selected file from the poly'ed group UI but that wouldn't give you editing.

What would work is having the 512 params exported to the group with No UI and then have a lookup table on the side where the 512 params are linked to the poly'ed group one.
seb@plogue
Site Admin
 
Posts: 7880
Joined: Tue Mar 02, 2004 7:23 pm
Location: Montreal

Re: lookup table in media

Postby jersmi » Sun Sep 09, 2012 3:31 pm

I am about to do this -- assuming that turning polyphony off/on or changing the number of poly voices will break parameter links?
jersmi
 
Posts: 2744
Joined: Tue Apr 19, 2005 4:18 pm
Location: Oakland, California

Re: lookup table in media

Postby boonier » Thu Sep 13, 2012 3:22 pm

It seems the p links stay intact, although I dont relish the thought of linking 512 parameters though! :shock:
boonier
 
Posts: 639
Joined: Wed Sep 14, 2005 6:34 am
Location: Brighton, UK

Re: lookup table in media

Postby boonier » Thu Sep 13, 2012 3:43 pm

boonier wrote:It seems the p links stay intact, although I dont relish the thought of linking 512 parameters though! :shock:


Armed with a code editor, actually not too bad. As long as you locate the right linkages and adhere to the UID of the source and target!
boonier
 
Posts: 639
Joined: Wed Sep 14, 2005 6:34 am
Location: Brighton, UK

Re: lookup table in media

Postby jersmi » Thu Sep 13, 2012 11:24 pm

good one on using the text editor. that's why i had not jumped in.
jersmi
 
Posts: 2744
Joined: Tue Apr 19, 2005 4:18 pm
Location: Oakland, California

Re: lookup table in media

Postby jersmi » Fri Sep 14, 2012 3:56 pm

Here I reveal the depths of my laziness. I owe it to you, boonier. :)
Here's a little app to automate this linking process. (Alpha version, but it's so simple should work fine on 10.6 and 10.7). Set the producer/listener UID's, set the amount of links, press the button. Generates a txt file with the list that can be pasted into place in the .bidule file. Mac only. Includes ReadMe.

plinkGen.zip
(383.28 KiB) Downloaded 49 times

I used the app for this demo layout using Seb's method above.
LUT FM.bidule
(699.33 KiB) Downloaded 44 times
jersmi
 
Posts: 2744
Joined: Tue Apr 19, 2005 4:18 pm
Location: Oakland, California

Re: lookup table in media

Postby dts350z » Fri Sep 14, 2012 6:58 pm

I'm not near a mac right now and couldn't even unzip that on a PC. Just curious as to weather you wrote a compiled program or used some type of scripting language?

I guess what I'm getting at is I would like to see the source :wink:

Manipulating .bidule files outside of bidule is something I have resorted to from time to time (with varying degrees of success), and would like to have more tools to add to the toolbox.

Sorry for the "thread-jack"
dts350z
 
Posts: 930
Joined: Thu Jan 15, 2009 1:18 pm

Re: lookup table in media

Postby jersmi » Fri Sep 14, 2012 7:28 pm

Well, since I am not a programmer, I have to cheat. I used the node based OSX graphics dev tool Quartz Composer and 3rd party software from kineme.net called Quartz Builder which packages a QC comp as an app. I am happy to share, but I am not exactly sure how to get you the source code. I think it is possible but I never touch Xcode. I can send you the QC comp .qtz file if you like. Basically takes the Bidule xml param link string and substitutes vars for the Id's, iterates and queues the new list, unpacks the list "structure" using a bit of javascript and exports it as a .txt file using another kineme plugin. Quartz Composer obviously also allows me to create the GUI. For example I have a "button" macro.
jersmi
 
Posts: 2744
Joined: Tue Apr 19, 2005 4:18 pm
Location: Oakland, California

Re: lookup table in media

Postby jersmi » Tue Sep 18, 2012 1:20 pm

confirmed -- unpolyphonizing the group after param links are made can break the links.
jersmi
 
Posts: 2744
Joined: Tue Apr 19, 2005 4:18 pm
Location: Oakland, California

Re: lookup table in media

Postby boonier » Tue Sep 18, 2012 2:26 pm

So are you making the param links when the group in polyphonised, or when it isn't? I think when I did my test the linkages were made before I made it polyphonic.

I must try your handy tools out; I've been out of this for a few days !
boonier
 
Posts: 639
Joined: Wed Sep 14, 2005 6:34 am
Location: Brighton, UK

Re: lookup table in media

Postby boonier » Tue Sep 18, 2012 2:30 pm

I wonder what the conditions are for this to happen...I just re-tested on my group and the links remained intact
boonier
 
Posts: 639
Joined: Wed Sep 14, 2005 6:34 am
Location: Brighton, UK

Re: lookup table in media

Postby jersmi » Tue Sep 18, 2012 7:34 pm

actually me, too. discovered that it worked, worked, worked, broke.

EDIT: i polyphonized the group, created all the parameter links, then when unpolyphonizing to edit the group the links broke.
jersmi
 
Posts: 2744
Joined: Tue Apr 19, 2005 4:18 pm
Location: Oakland, California

Re: lookup table in media

Postby seb@plogue » Thu Sep 20, 2012 2:02 pm

I wonder what the conditions are for this to happen...


I think I fixed all cases and links should be preserved
(unpolyphonize being the main culprit but there was at least another case of undo/redo)
jersmi: integer variable in groups should also behave better in this version

http://www.plogue.com/seb/PlogueBidulePOLY.zip
seb@plogue
Site Admin
 
Posts: 7880
Joined: Tue Mar 02, 2004 7:23 pm
Location: Montreal

Re: lookup table in media

Postby jersmi » Fri Sep 21, 2012 1:54 am

Seb! you're the best. :)
jersmi
 
Posts: 2744
Joined: Tue Apr 19, 2005 4:18 pm
Location: Oakland, California

Next

Return to Bidule Feature Requests

Who is online

Users browsing this forum: No registered users and 2 guests