Re: [Inscore-devel] displaying plots above a score
An environment for the design of INteractive augmented music Scores
                
                Brought to you by:
                
                    dfober
                    
                
            
            
        
        
        
    | 
     
      
      
      From: Dominique F. <fo...@gr...> - 2015-10-28 07:23:28
      
     
   | 
> Le 28 oct. 2015 à 00:42, Dorien Herremans <dor...@gm...> a écrit : > > Hi, > > While I'm still figuring out the install on linux, I thought I'd ask to see if it's possible to accomplish what I want to do with INScore. > > I'm working in java and I would like to output a score with, syncronised per measure a plot above the score (which can be a jpg). Basically showing a tension line above a score. that’s definitely possible. You have to sync the picture to the score (e.g /ITL/scene/sync picture score). Using the ‘syncTop’ synchronisation mode, the picture will be place above the score (note that the ‘y’ attribute remains free using ‘dy’) You’ll have to set the graphic to time relation of the picture using the ‘map’ message (e.g. /ITL/scene/picture map ‘yourmapfile’) You can find sample of sync and mapping in https://sourceforge.net/p/inscore/code/ci/master/tree/scripts/MP-sync-train/ <https://sourceforge.net/p/inscore/code/ci/master/tree/scripts/MP-sync-train/> There is also a basic tutorial at https://sourceforge.net/p/inscore/code/ci/master/tree/scripts/Standalone/Tutorial/ <https://sourceforge.net/p/inscore/code/ci/master/tree/scripts/Standalone/Tutorial/> Hope that it helps. — Dominique > > I was wondering if it would be possible to accomplish such a thing by writing an inscore file and then opening this in inscoreviewer. This seems to resolve any ocr connection issues. Would an inscore file be able to store things like that? If there would be any similar example you could point me to that would be extremely helpful. > > Best regards, > > Dorien > > -- > Dorien Herremans > ------------------------------------------------------------------------------ > _______________________________________________ > Inscore-devel mailing list > Ins...@li... > https://lists.sourceforge.net/lists/listinfo/inscore-devel  |