Re: [Bluemusic-users] automation allowed implemented
Brought to you by:
kunstmusik
|
From: Steven Y. <ste...@gm...> - 2007-03-20 17:41:42
|
Hi Peiman, I think I might have to do a little more work on the render to disk and play command. In other parts of blue that do calls to commandline, it parses arguments out as calling system commands in Java has a few ways of doing it and the one that is most accurate is to do the parsing. I think for the render to disk and play I just used the simpler version, but this probably is not enough for your case. I've written a note to take a look at that bit of code and will see if I can fix it up. Probably won't have anything until after Sunday however as I'm leaving tomorrow for the Linux Audio Conference and will be back Sunday. Thanks for reporting this! steven p.s. - Also thanks for your effects you uploaded to blueShare! They're quite nice and I'll be using a couple of them in my presentation. =) On 3/20/07, peiman <pei...@gm...> wrote: > > Hi Steven, > Thanks so much for the update. Sorry I didn't get it earlier for some reason > the blue mailing list posts are not being sent to my account. I have just > downloaded the release and will be testing it today. > > I have one question about the new command option for render to disk and > play. When I write "open $outfile" it works great, this opens the default > application for reading sound files (on the mac). However when I use this > command: > > open -a "Audacity" $outfile > > Or "Quick Time Player" rather than Audacity. > > Nothing happens, the same command opens audacity or Quicktime when I type it > in the terminal. It is strange as I can actually see the command being > printed in the blue terminal. > > Thanks again for the update, > All the best > Peiman > > > > Steven Yi wrote: > > > > Hi All, > > > > I just managed to implement Peiman's request of setting automatable > > widgets to allow them to be automated or not. I've posted a build at: > > > > http://www.kunstmusik.com/blue_0.114.1_installer.jar > > > > (Sorry, I didn't update the version number for this build...) > > > > It took a while as it actually affects more code than it would seem, > > having to make sure that parameters are correctly removed and added, > > as well as making sure it worked for BSB and Effects but didn't show > > up on ObjectBuilder objects. > > > > I did a little light testing with BSB and it seemed to be functioning > > correctly. I'll have to test to see if it affected Effects or > > ObjectBuilder. Any help in testing this would be very much > > appreciated! > > > > Thanks, > > steven > > > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to share > > your > > opinions on IT & business topics through brief surveys-and earn cash > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > > Bluemusic-users mailing list > > Blu...@li... > > https://lists.sourceforge.net/lists/listinfo/bluemusic-users > > > > > > -- > View this message in context: http://www.nabble.com/automation-allowed-implemented-tf3418888.html#a9573675 > Sent from the Csound - Blue - User mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Bluemusic-users mailing list > Blu...@li... > https://lists.sourceforge.net/lists/listinfo/bluemusic-users > |