|
View:
New views
8 Messages
—
Rating Filter:
Alert me
|
|
|
|
|
|
|
|
|
Re: how to move objectsHi Menno,
I'm glad you brought this up as I was sorting through things to work on and wasn't sure what to do next. I'm currently working on the tempo editor which looks like it'll get done tonight or tomorrow. As for this, I'm sort of curious to know how it should work, and not just for moving points, but for selecting points, entering points, and everything. I'll try downloading some commercial apps, Ardour, and anything else I can find to get an idea of how the interaction is supposed to work. If you could describe in precise terms how the user interaction you'd like for all automation point handling, we can discuss here and I'll set myself to work on this after the tempo editor. Thanks! steven On Fri, Mar 7, 2008 at 2:01 AM, na bob <nabob_cd@...> wrote: > hello list, Steven > > i'm a bit stuck in my composition. I've found some > beautiful sounds (using SimplePlayer1.3 and > cmask-clusters) and have played with various > automation lines that were created because of the need > of variation in the sounds with effects (phaser, > tremolo) > I'm ready to place the objects and automation points > in time but the problem is: i can't move the > automation points along with the objects i've created. > And even after putting the objects with automation > points i'm sure i need to rescale them later a bit to > really fit them in the composition. > At the moment i do not know how to move these > objects/points so i can not really start the > composition. I've become dependend on the combination > Object/automation lines. > Is it possible to give the handling (rescaling and > moving) of the automation points a higher priority > please? > Any ideas of how this can be accomplished? > > Menno > > > http://home.hccnet.nl/mag.knevel/ > http://www.jamendo.com/de/album/6789/ > http://www.jamendo.com/en/album/7428/ > > > ____________________________________________________________________________________ > Never miss a thing. Make Yahoo your home page. > http://www.yahoo.com/r/hs > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Bluemusic-users mailing list > Bluemusic-users@... > https://lists.sourceforge.net/lists/listinfo/bluemusic-users > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Bluemusic-users mailing list Bluemusic-users@... https://lists.sourceforge.net/lists/listinfo/bluemusic-users |
|
|
|
|
|
Re: how to move objectsSteven Yi wrote:
> I'm glad you brought this up as I was sorting through things to work > on and wasn't sure what to do next. :-) Did you consider the possibility of sending a custom score event on stop but before terminating the csound process? -- peace, love & harmony Atte http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk | http://modlys.dk ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Bluemusic-users mailing list Bluemusic-users@... https://lists.sourceforge.net/lists/listinfo/bluemusic-users |
|
|
Re: how to move objectsHi Atte,
Sorry I let that one slip. The issue I see with that is that I would need to either use the API (which I have been looking into but have not planned enough yet on all the design issues) or limit to just on platforms which can take score events from stdin. If we do the latter, that would only work on non-windows. Alternatively... we could maybe use an OSC message and I could add an OSC library to blue to trigger an OSC command on quit, but that's not as reliable IMO. (Not everyone compiles OSC when building csound, older versions of csound don't support OSC, etc.). Maybe that isn't as big an issue, but still a consideration. The trick now is that when blue goes to stop a performance, it takes the process and basically sends a kill. Regardless of method, we would still have to wait at least one ksmps between when we send the shutdown score event and the kill. Now, perhaps a possibility we should look at is directly make jack library calls. I experimented with JNA (https://jna.dev.java.net/) which is like Python's ctypes but for Java. This allows loading and calling library functions from c libraries. What that means is that it could be possible to have blue directly call jack to do transport things, but that might be overly complicated as I think blue would have to register with Jack instead of using csound's connection to jack, plus issues with latency between time between when csound parses and starts running, so... Probably best to add some kind of custom score on stop. But... if that happens, what about when csound naturally stops and not due to a blue stop command? Then csound will exit and blue won't have a chance to get csound to do a jack transport stop. Hm... not sure where to go from here. Any thoughts? Am I over-thinking this? steven On Fri, Mar 7, 2008 at 3:29 PM, Atte André Jensen <atte.jensen@...> wrote: > Steven Yi wrote: > > > I'm glad you brought this up as I was sorting through things to work > > on and wasn't sure what to do next. > > :-) > > Did you consider the possibility of sending a custom score event on stop > but before terminating the csound process? > > -- > peace, love & harmony > Atte > > http://atte.dk | http://myspace.com/attejensen > http://anagrammer.dk | http://modlys.dk > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Bluemusic-users mailing list > Bluemusic-users@... > https://lists.sourceforge.net/lists/listinfo/bluemusic-users > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Bluemusic-users mailing list Bluemusic-users@... https://lists.sourceforge.net/lists/listinfo/bluemusic-users |
|
|
Re: how to move objectsSteven Yi wrote:
> Hm... not sure where to go from here. Any thoughts? Well, native blue/jack support might be the best solution, but just to make things work (I expect they will) right now, I thought the "send custom score event before stop" solution was a quick-and-dirty solution. It's not too dirty on the blue side, more so if one wants to sync with jack (it's done in user land, and scattered all over the .blue). I don't think having to wait another ksmps before stopping makes any difference. If csound stops the performance, hmmm... Wouldn't <TOTAL_DUR> work for this? Couldn't I insert a jacktransport <TOTAL_DUR> 0 to make jack stop at the end of a performance? -- peace, love & harmony Atte http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk | http://modlys.dk ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Bluemusic-users mailing list Bluemusic-users@... https://lists.sourceforge.net/lists/listinfo/bluemusic-users |
|
|
Re: how to move objectsAtte André Jensen wrote:
> Well, native blue/jack support might be the best solution, Correction, the ability to record midi and transform it to score events would the *best* solution, I know this is more work, but in the end, this would be the dream... -- peace, love & harmony Atte http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk | http://modlys.dk ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Bluemusic-users mailing list Bluemusic-users@... https://lists.sourceforge.net/lists/listinfo/bluemusic-users |
| Free Forum Powered by Nabble | Forum Help |