[L2Ork-dev] Some gui objects don't work

Ivica Ico Bukvic ico at vt.edu
Tue Dec 18 17:08:04 UTC 2012


Try the latest git. Now it includes ability to double-click a patch in 
nautilus, or drag and drop on the pd-l2ork shortcut in the unity launcher.

I think we're pretty darn close to releasing a stable version now...

On 12/18/2012 07:41 AM, Esteban Viveros wrote:
> Well... It was hard but now it's working!
>
> I don't know exactly happened.. I had a system with a lot of install 
> and uninstalls deb pd versions.. Maybe some configurations files stay 
> blocking the default.pd-l2ork file. I'm thinking that because on 
> uninstalation I used dpkg -r , perhaps I need to use dpkg with Purge. 
> I need to do more tests.
>
> To solve, I restore the system to a point before the pd installations 
> (10 days ago), and installing the deb, it works very well.
>
> I don't know how it works on Debian, but on Ubuntu to provide de 
> fuctionality of 2 clicks on the patch and auto-open it with pd-l2ork, 
> I needed to put %U at last on {Desktop Entry] --> Exec, in the 
> /usr/share/applications/pd-l2ork
>
> That's allows the 2 clicks on the patch opening pd-l2ork on 
> nautilus... If you implement that on git, tell me... I would like to 
> distribute to some friends in linux.. pd-l2ork now it seems working 
> very well to our needs.
>
> Thanks a lot!
>
>
>
>
> 2012/12/18 Ivica Bukvic <ico at vt.edu <mailto:ico at vt.edu>>
>
>     If in doubt, try the latest git
>
>     On Dec 17, 2012 9:03 PM, "Ivica Bukvic" <ico at vt.edu
>     <mailto:ico at vt.edu>> wrote:
>
>         I added the first change to git except I put it before pidip.
>         It works fine over here. Are you sure you didn't misspell
>         anything?
>
>         On Dec 17, 2012 6:27 PM, "Esteban Viveros"
>         <emviveros at gmail.com <mailto:emviveros at gmail.com>> wrote:
>
>             I tried with two ways modifying
>             /usr/lib/pd-l2ork/default.pdl2ork
>
>             1)
>             loadlib35: flatgui
>             nloadlib: 35
>
>             2)
>             path5: /usr/lib/pd-l2ork/extra/flatgui
>             npath: 5
>
>             None worked even restarting pd-l2ork.
>
>
>             2012/12/17 Ivica Bukvic <ico at vt.edu <mailto:ico at vt.edu>>
>
>                 Edit default.pdl2ork found either in
>                 /usr/lib/pd-l2ork/ or /usr/local/lib/pd-l2ork/ folder
>                 and add flatgui to the path.
>
>                 On Dec 17, 2012 5:56 PM, "Esteban Viveros"
>                 <emviveros at gmail.com <mailto:emviveros at gmail.com>> wrote:
>
>                     Yes, that work, but this solution work well with
>                     crating new patches, however in old patches I need
>                     to modify they...
>
>                     Two more questions about this issue. The object
>                     [flatgui/knob] work on other version of pd like
>                     pd-extended? and There is a way to "link" object
>                     [knob] to [flatigui/knob]?
>
>
>                     2012/12/17 Ivica Bukvic <ico at vt.edu
>                     <mailto:ico at vt.edu>>
>
>                         Try flatgui/knob
>
>                         You will have to add flatgui to the path.
>
>                         On Dec 17, 2012 5:20 PM, "Esteban Viveros"
>                         <emviveros at gmail.com
>                         <mailto:emviveros at gmail.com>> wrote:
>
>                             Ivica,
>
>                             I'm compile git pd-l2ork, and the
>                             [output~] object are working like a charm!
>                             Although [knob] gui object don't work yet.
>
>
>                             2012/12/17 Ivica Bukvic <ico at vt.edu
>                             <mailto:ico at vt.edu>>
>
>                                 Thanks for your feedback. Please note
>                                 that some tasks don't require
>                                 knowledge of c. For instance, bug
>                                 reporting is very helpful. Likewise,
>                                 help with making good quality
>                                 documentation is also very much
>                                 appreciated.
>
>                                 On Dec 17, 2012 2:54 PM, "Esteban
>                                 Viveros" <emviveros at gmail.com
>                                 <mailto:emviveros at gmail.com>> wrote:
>
>                                     For low know how, I can help
>                                     little.. :/
>
>                                     Despite I'm would like to know to
>                                     help the comunity.. The maximum
>                                     things I did with computers are
>                                     music and some customized Ubuntu
>                                     distros...
>
>                                     I'm begining to study C, but I
>                                     only starting.. If you can help me
>                                     to find documentation, or tricks
>                                     to read the basic on pd sources,
>                                     compile externals etc.. in the
>                                     future I can be useful.
>
>
>
>
>                                     2012/12/17 Ivica Ico Bukvic
>                                     <ico at vt.edu <mailto:ico at vt.edu>>
>
>                                         I've updated git with flatgui
>                                         and added Hans' output~
>                                         abstraction. This should
>                                         hopefully fix things.
>
>                                         We should really start working
>                                         as a community towards fixing
>                                         things to make them better.
>                                         There are a lot of externals
>                                         out there that are not very
>                                         complete (flatgui for example)
>                                         and could be further
>                                         improved... If anyone wishes
>                                         to help with this process,
>                                         please contact me.
>
>                                         Best wishes,
>
>                                         Ico
>
>
>                                         On 12/17/2012 08:25 AM, Ivica
>                                         Ico Bukvic wrote:
>>                                         Hans at one point disabled
>>                                         building of the entire
>>                                         flatspace lib, so I did the
>>                                         same to keep things
>>                                         compatible. Apparently he may
>>                                         have reintroduced flatspace.
>>                                         If so, I'll enable it in the
>>                                         next release. In the
>>                                         meantime, simply build
>>                                         flatspace in the externals
>>                                         folder for knob object.
>>                                         output~ is an abstraction.
>>                                         You can use any of the ones
>>                                         available in pd-l2ork,
>>                                         including the ones found in
>>                                         the pddp folder. You can also
>>                                         copy the one from
>>                                         pd-extended, it will work the
>>                                         same.
>>
>>                                         HTH
>>
>>                                         On 12/17/2012 07:38 AM,
>>                                         Esteban Viveros wrote:
>>>                                         I have some patches with gui
>>>                                         objects like [output~] and
>>>                                         [knob] and pd-l2ork can't
>>>                                         open that.
>>>
>>>                                         Some information about to
>>>                                         put this to work on pd-l2ork?
>>>
>>>                                         -- 
>>>
>>>                                         Esteban Viveros
>>>
>>>                                         (27) 8815 7170
>>>                                         (27) 3066 0359
>>>                                         (11) 95761 4125
>>>                                         (11) 2738 7868
>>>
>>>                                         www.bandpage.com/estebanviveros
>>>                                         <http://soundcloud.com/estebanviveros>
>>>
>>>                                         https://www.facebook.com/estebanviveros.art
>>>
>>>
>>>                                         http://www.papodecompositor-es.blogspot.com.br/
>>>
>>>
>>>                                         http://expurgacao.art.br/
>>>
>>>
>>>
>>>
>>>                                         _______________________________________________
>>>                                         L2Ork-dev mailing list
>>>                                         L2Ork-dev at disis.music.vt.edu  <mailto:L2Ork-dev at disis.music.vt.edu>
>>>                                         http://disis.music.vt.edu/cgi-bin/mailman/listinfo/l2ork-dev
>>
>>
>>                                         -- 
>>                                         Ivica Ico Bukvic, D.M.A
>>                                         Composition, Music Technology
>>                                         Director, DISIS Interactive Sound & Intermedia Studio
>>                                         Director, L2Ork Linux Laptop Orchestra
>>                                         Head, ICAT IMPACT Studio
>>                                         Virginia Tech
>>                                         Department of Music
>>                                         Blacksburg, VA 24061-0240
>>                                         (540) 231-6139  <tel:%28540%29%20231-6139>
>>                                         (540) 231-5034  <tel:%28540%29%20231-5034>  (fax)
>>                                         disis.music.vt.edu  <http://disis.music.vt.edu>
>>                                         l2ork.music.vt.edu  <http://l2ork.music.vt.edu>
>>                                         ico.bukvic.net  <http://ico.bukvic.net>
>
>
>                                         -- 
>                                         Ivica Ico Bukvic, D.M.A
>                                         Composition, Music Technology
>                                         Director, DISIS Interactive Sound & Intermedia Studio
>                                         Director, L2Ork Linux Laptop Orchestra
>                                         Head, ICAT IMPACT Studio
>                                         Virginia Tech
>                                         Department of Music
>                                         Blacksburg, VA 24061-0240
>                                         (540) 231-6139  <tel:%28540%29%20231-6139>
>                                         (540) 231-5034  <tel:%28540%29%20231-5034>  (fax)
>                                         disis.music.vt.edu  <http://disis.music.vt.edu>
>                                         l2ork.music.vt.edu  <http://l2ork.music.vt.edu>
>                                         ico.bukvic.net  <http://ico.bukvic.net>
>
>
>                                         _______________________________________________
>                                         L2Ork-dev mailing list
>                                         L2Ork-dev at disis.music.vt.edu
>                                         <mailto:L2Ork-dev at disis.music.vt.edu>
>                                         http://disis.music.vt.edu/cgi-bin/mailman/listinfo/l2ork-dev
>
>
>
>
>                                     -- 
>
>                                     Esteban Viveros
>
>                                     (27) 8815 7170
>                                     (27) 3066 0359
>                                     (11) 95761 4125
>                                     (11) 2738 7868
>
>                                     www.bandpage.com/estebanviveros
>                                     <http://soundcloud.com/estebanviveros>
>
>                                     https://www.facebook.com/estebanviveros.art
>
>
>                                     http://www.papodecompositor-es.blogspot.com.br/
>
>
>                                     http://expurgacao.art.br/
>
>
>
>                                     _______________________________________________
>                                     L2Ork-dev mailing list
>                                     L2Ork-dev at disis.music.vt.edu
>                                     <mailto:L2Ork-dev at disis.music.vt.edu>
>                                     http://disis.music.vt.edu/cgi-bin/mailman/listinfo/l2ork-dev
>
>
>                                 _______________________________________________
>                                 L2Ork-dev mailing list
>                                 L2Ork-dev at disis.music.vt.edu
>                                 <mailto:L2Ork-dev at disis.music.vt.edu>
>                                 http://disis.music.vt.edu/cgi-bin/mailman/listinfo/l2ork-dev
>
>
>
>
>                             -- 
>
>                             Esteban Viveros
>
>                             (27) 8815 7170
>                             (27) 3066 0359
>                             (11) 95761 4125
>                             (11) 2738 7868
>
>                             www.bandpage.com/estebanviveros
>                             <http://soundcloud.com/estebanviveros>
>
>                             https://www.facebook.com/estebanviveros.art
>
>                             http://www.papodecompositor-es.blogspot.com.br/
>
>
>                             http://expurgacao.art.br/
>
>
>
>                             _______________________________________________
>                             L2Ork-dev mailing list
>                             L2Ork-dev at disis.music.vt.edu
>                             <mailto:L2Ork-dev at disis.music.vt.edu>
>                             http://disis.music.vt.edu/cgi-bin/mailman/listinfo/l2ork-dev
>
>
>                         _______________________________________________
>                         L2Ork-dev mailing list
>                         L2Ork-dev at disis.music.vt.edu
>                         <mailto:L2Ork-dev at disis.music.vt.edu>
>                         http://disis.music.vt.edu/cgi-bin/mailman/listinfo/l2ork-dev
>
>
>
>
>                     -- 
>
>                     Esteban Viveros
>
>                     (27) 8815 7170
>                     (27) 3066 0359
>                     (11) 95761 4125
>                     (11) 2738 7868
>
>                     www.bandpage.com/estebanviveros
>                     <http://soundcloud.com/estebanviveros>
>
>                     https://www.facebook.com/estebanviveros.art
>
>                     http://www.papodecompositor-es.blogspot.com.br/
>
>                     http://expurgacao.art.br/
>
>
>
>                     _______________________________________________
>                     L2Ork-dev mailing list
>                     L2Ork-dev at disis.music.vt.edu
>                     <mailto:L2Ork-dev at disis.music.vt.edu>
>                     http://disis.music.vt.edu/cgi-bin/mailman/listinfo/l2ork-dev
>
>
>                 _______________________________________________
>                 L2Ork-dev mailing list
>                 L2Ork-dev at disis.music.vt.edu
>                 <mailto:L2Ork-dev at disis.music.vt.edu>
>                 http://disis.music.vt.edu/cgi-bin/mailman/listinfo/l2ork-dev
>
>
>
>
>             -- 
>
>             Esteban Viveros
>
>             (27) 8815 7170
>             (27) 3066 0359
>             (11) 95761 4125
>             (11) 2738 7868
>
>             www.bandpage.com/estebanviveros
>             <http://soundcloud.com/estebanviveros>
>
>             https://www.facebook.com/estebanviveros.art
>
>             http://www.papodecompositor-es.blogspot.com.br/
>
>             http://expurgacao.art.br/
>
>
>
>             _______________________________________________
>             L2Ork-dev mailing list
>             L2Ork-dev at disis.music.vt.edu
>             <mailto:L2Ork-dev at disis.music.vt.edu>
>             http://disis.music.vt.edu/cgi-bin/mailman/listinfo/l2ork-dev
>
>
>     _______________________________________________
>     L2Ork-dev mailing list
>     L2Ork-dev at disis.music.vt.edu <mailto:L2Ork-dev at disis.music.vt.edu>
>     http://disis.music.vt.edu/cgi-bin/mailman/listinfo/l2ork-dev
>
>
>
>
> -- 
>
> Esteban Viveros
>
> (27) 8815 7170
> (27) 3066 0359
> (11) 95761 4125
> (11) 2738 7868
>
> www.bandpage.com/estebanviveros <http://soundcloud.com/estebanviveros>
>
> https://www.facebook.com/estebanviveros.art
>
> http://www.papodecompositor-es.blogspot.com.br/
>
> http://expurgacao.art.br/
>
>
>
>
> _______________________________________________
> L2Ork-dev mailing list
> L2Ork-dev at disis.music.vt.edu
> http://disis.music.vt.edu/cgi-bin/mailman/listinfo/l2ork-dev


-- 
Ivica Ico Bukvic, D.M.A
Composition, Music Technology
Director, DISIS Interactive Sound & Intermedia Studio
Director, L2Ork Linux Laptop Orchestra
Head, ICAT IMPACT Studio
Virginia Tech
Department of Music
Blacksburg, VA 24061-0240
(540) 231-6139
(540) 231-5034 (fax)
disis.music.vt.edu
l2ork.music.vt.edu
ico.bukvic.net

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://disis.music.vt.edu/pipermail/l2ork-dev/attachments/20121218/912781f5/attachment.html>


More information about the L2Ork-dev mailing list