inscore-devel Mailing List for INScore (Page 3)
An environment for the design of INteractive augmented music Scores
Brought to you by:
dfober
You can subscribe to this list here.
| 2011 |
Jan
(1) |
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
(4) |
Nov
(1) |
Dec
(1) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2012 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(10) |
Nov
(6) |
Dec
|
| 2013 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(3) |
| 2015 |
Jan
|
Feb
|
Mar
(12) |
Apr
(1) |
May
|
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
(16) |
Nov
(9) |
Dec
|
| 2016 |
Jan
|
Feb
(8) |
Mar
(7) |
Apr
(1) |
May
(5) |
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
(24) |
Nov
(3) |
Dec
|
| 2017 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2021 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Dominique F. <fo...@gr...> - 2016-02-15 09:26:52
|
Hi Michal, > Le 13 févr. 2016 à 17:15, Michal Seta <mi...@ar...> a écrit : > > Dear InScore, > > I had a vague memory that I could set html <a href="something">blah</a> on an element and have a clickable link but that does not seem to work for me. However, what I would really like to do, is to provide a link and have it opened by the default browser. Maybe… actually you can use the inscore event mechanism (i.e. the watch mouseDown (…) ) to create clickable links. However, associated messages are OSC messages and cannot be directed to an external application unless the application supports OSC. You can always display an html page in inscore but the html support is quite basic (e.g. no clickable link). I’ll have a look at the possibility to provide your suggested feature. Best, — Dom > > Any thoughts? > > Michał > ------------------------------------------------------------------------------ > Site24x7 APM Insight: Get Deep Visibility into Application Performance > APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month > Monitor end-to-end web transactions and take corrective actions now > Troubleshoot faster and improve end-user experience. Signup Now! > http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140_______________________________________________ > Inscore-devel mailing list > Ins...@li... > https://lists.sourceforge.net/lists/listinfo/inscore-devel |
|
From: Michal S. <mi...@ar...> - 2016-02-13 16:16:01
|
Dear InScore, I had a vague memory that I could set html <a href="something">blah</a> on an element and have a clickable link but that does not seem to work for me. However, what I would really like to do, is to provide a link and have it opened by the default browser. Maybe... Any thoughts? Michał |
|
From: Dominique F. <fo...@gr...> - 2016-02-12 08:06:35
|
Hi Dorien, > Le 11 févr. 2016 à 23:55, Dorien Herremans <dor...@gm...> a écrit : > > Hello, > > I have been trying to sync a signal with a score and it works pretty well. The only thing is that I always have to manually tweak the duration command as I don't fully understand what the two numbers mean. > > /ITL/scene/siggraph duration 23 8; > > --> 23 is the length of my signal. For some scores this works with 8 as a second number, sometimes I need to put 4 or 16. > > My question is, what is the meaning of the second number? inscore time is expressed as musical time and with rational values (where 1 represents a whole note) expressed as follows: • 1) Time is specified as a rational value d/n where 1/1 represents a whole note. • 2) Time may be specified with a single integer, then 1 is used as implicit denominator value. • 3) Time may be specified as a single float value that is converted using the following approximation: let f be the floating point date, the corresponding rational date is computed as f x 10000 / 10000. • 4) Time may also be specified as a string in the form ’n/d’. Best, — Dominique > > Many thanks, > Dorien > > > > -- > Dorien Herremans > ------------------------------------------------------------------------------ > Site24x7 APM Insight: Get Deep Visibility into Application Performance > APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month > Monitor end-to-end web transactions and take corrective actions now > Troubleshoot faster and improve end-user experience. Signup Now! > http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140_______________________________________________ > Inscore-devel mailing list > Ins...@li... > https://lists.sourceforge.net/lists/listinfo/inscore-devel |
|
From: Dorien H. <dor...@gm...> - 2016-02-11 22:56:24
|
Hello, I have been trying to sync a signal with a score and it works pretty well. The only thing is that I always have to manually tweak the duration command as I don't fully understand what the two numbers mean. /ITL/scene/siggraph duration 23 8; --> 23 is the length of my signal. For some scores this works with 8 as a second number, sometimes I need to put 4 or 16. My question is, what is the meaning of the second number? Many thanks, Dorien -- Dorien Herremans |
|
From: Dominique F. <fo...@gr...> - 2015-11-04 15:41:23
|
> Le 4 nov. 2015 à 16:01, Dorien Herremans <d.h...@qm...> a écrit : > > Hello, > > Sorry to spam this list, if there is anything I can do in return... I just couldn't find anything in the tutorials/pdf about this. > > I want to display two signals as a ribbon. (both synced with a score and fill in the space between them). > > As I am currently doing it, it seems that I am actually adding the two signals. Any idea on how to do this? I want to display both and fill in the space between them. > > /ITL/scene/score set gmn "[ c e g ]"; > /ITL/scene/score scale 0.23; > > /ITL/scene/signal/s1 0.6 0.9; > /ITL/scene/signal/s2 0.4 0.1 ; since your signals have only 2 values, they will be displayed as lines why not using ‘line’ objects instead? > > /ITL/scene/signal/gs set s1 0.05 0. 1. 1. 0.5; > /ITL/scene/signal/gs set s2 0.05 0. 1. 1. 0.5; > /ITL/scene/signal/gs set s1 s2; > /ITL/scene/siggraph set graph gs; > > /ITL/scene/siggraph duration 3 4; > > /ITL/scene/sync siggraph score h sync; > /ITL/scene/siggraph dy -0.05; > > > -- > Dorien Herremans, PhD > > Queen Mary University of London > School of Electronic Engineering and Computer Science > C4DM - Centre for Digital Music, London > ------------------------------------------------------------------------------ > _______________________________________________ > Inscore-devel mailing list > Ins...@li... > https://lists.sourceforge.net/lists/listinfo/inscore-devel |
|
From: Dorien H. <dor...@gm...> - 2015-11-04 15:26:04
|
Excellent, many thanks! On 4 November 2015 at 15:24, Dominique Fober <fo...@gr...> wrote: > > Le 4 nov. 2015 à 16:17, Dorien Herremans <dor...@gm...> a > écrit : > > Hi Dominique, > > Thanks, I've actually finally gotten the signal command right. So please > ignore my questions questions related to signal height (and color). > > The resolution seems slightly better now as well, but could be slightly > improved. See incore file below with link: > > Please see the links below to download the inscore file (the mailing list > didn't let me attach it). > > https://www.dropbox.com/s/1unrxi7w8t8s9jp/bach20.xml_diameter.inscore?dl=0 > https://www.dropbox.com/s/15z9nesbv0fzc0w/bach20.gmn?dl=0 > > One final question perhaps (other then the resolution): is it possible to > increase the whitespace between staves to allow for more room for signals? > > > you can do that at score level using the \staffFormat tag > try the following example: > { > [ > a b c > ], > [ > \staffFormat<dy=6> a b c > ], > [ > \staffFormat<dy=-15> a b c > ] > } > > > > Best, > Dorien > <https://www.dropbox.com/s/15z9nesbv0fzc0w/bach20.gmn?dl=0> > > On 4 November 2015 at 15:07, Dominique Fober <fo...@gr...> wrote: > >> can you send the corresponding inscore code so that the example can be >> reproduced? >> — >> Dominique >> >> >> Le 4 nov. 2015 à 15:37, Dorien Herremans <dor...@gm...> a >> écrit : >> >> Hello, >> >> Thanks for making this great tool available, which is coming in really >> handy in presenting the results for my next research paper. I've received >> some great help on this forum. >> >> I have a small issue left when I am visualising signals (as a ribbon) >> over a score. The resolution of the signal seems to be really bad. Is there >> any way to smooth it/let inscore interpolate? See screenshot: >> https://www.dropbox.com/s/1vw8g0xd3r85ceo/resolution.png?dl=0 >> >> A second problem seems to be the start. The first values are: >> 0.46625240412015684 0.859726953621095 >> However, the signal first goes down, then up. I've tried adding >> /ITL/scene/signal/s1 default 0.; but that doesn't seem to make a >> difference. >> >> It also looks like the top part of the signal is cut off. As the two >> signals are a mirrored version of each other they should behave slightly >> different. >> >> Lastly (and less importantly), the color settings are undone when adding >> the second signal, I haven't found a way yet to combine those commands: >> >> >> Many thanks for any help, >> >> Dorien >> >> >> ps: inscore file I am using. >> https://www.dropbox.com/s/1unrxi7w8t8s9jp/bach20.xml_diameter.inscore?dl=0 >> https://www.dropbox.com/s/15z9nesbv0fzc0w/bach20.gmn?dl=0 >> >> >> -- >> Dorien Herremans >> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> Inscore-devel mailing list >> Ins...@li... >> https://lists.sourceforge.net/lists/listinfo/inscore-devel >> >> >> >> >> ------------------------------------------------------------------------------ >> >> _______________________________________________ >> Inscore-devel mailing list >> Ins...@li... >> https://lists.sourceforge.net/lists/listinfo/inscore-devel >> >> > > > -- > Dorien Herremans > > ------------------------------------------------------------------------------ > _______________________________________________ > Inscore-devel mailing list > Ins...@li... > https://lists.sourceforge.net/lists/listinfo/inscore-devel > > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Inscore-devel mailing list > Ins...@li... > https://lists.sourceforge.net/lists/listinfo/inscore-devel > > -- Dorien Herremans |
|
From: Dominique F. <fo...@gr...> - 2015-11-04 15:25:04
|
> Le 4 nov. 2015 à 16:17, Dorien Herremans <dor...@gm...> a écrit : > > Hi Dominique, > > Thanks, I've actually finally gotten the signal command right. So please ignore my questions questions related to signal height (and color). > > The resolution seems slightly better now as well, but could be slightly improved. See incore file below with link: > > Please see the links below to download the inscore file (the mailing list didn't let me attach it). > > https://www.dropbox.com/s/1unrxi7w8t8s9jp/bach20.xml_diameter.inscore?dl=0 <https://www.dropbox.com/s/1unrxi7w8t8s9jp/bach20.xml_diameter.inscore?dl=0> > https://www.dropbox.com/s/15z9nesbv0fzc0w/bach20.gmn?dl=0 <https://www.dropbox.com/s/15z9nesbv0fzc0w/bach20.gmn?dl=0> > > One final question perhaps (other then the resolution): is it possible to increase the whitespace between staves to allow for more room for signals? you can do that at score level using the \staffFormat tag try the following example: { [ a b c ], [ \staffFormat<dy=6> a b c ], [ \staffFormat<dy=-15> a b c ] } > > Best, > Dorien > <https://www.dropbox.com/s/15z9nesbv0fzc0w/bach20.gmn?dl=0> > > On 4 November 2015 at 15:07, Dominique Fober <fo...@gr... <mailto:fo...@gr...>> wrote: > can you send the corresponding inscore code so that the example can be reproduced? > — > Dominique > > >> Le 4 nov. 2015 à 15:37, Dorien Herremans <dor...@gm... <mailto:dor...@gm...>> a écrit : >> >> Hello, >> >> Thanks for making this great tool available, which is coming in really handy in presenting the results for my next research paper. I've received some great help on this forum. >> >> I have a small issue left when I am visualising signals (as a ribbon) over a score. The resolution of the signal seems to be really bad. Is there any way to smooth it/let inscore interpolate? See screenshot: >> https://www.dropbox.com/s/1vw8g0xd3r85ceo/resolution.png?dl=0 <https://www.dropbox.com/s/1vw8g0xd3r85ceo/resolution.png?dl=0> >> >> A second problem seems to be the start. The first values are: 0.46625240412015684 0.859726953621095 >> However, the signal first goes down, then up. I've tried adding /ITL/scene/signal/s1 default 0.; but that doesn't seem to make a difference. >> >> It also looks like the top part of the signal is cut off. As the two signals are a mirrored version of each other they should behave slightly different. >> >> Lastly (and less importantly), the color settings are undone when adding the second signal, I haven't found a way yet to combine those commands: >> >> >> Many thanks for any help, >> >> Dorien >> >> >> ps: inscore file I am using. >> https://www.dropbox.com/s/1unrxi7w8t8s9jp/bach20.xml_diameter.inscore?dl=0 <https://www.dropbox.com/s/1unrxi7w8t8s9jp/bach20.xml_diameter.inscore?dl=0> >> https://www.dropbox.com/s/15z9nesbv0fzc0w/bach20.gmn?dl=0 <https://www.dropbox.com/s/15z9nesbv0fzc0w/bach20.gmn?dl=0> >> >> >> -- >> Dorien Herremans >> ------------------------------------------------------------------------------ >> _______________________________________________ >> Inscore-devel mailing list >> Ins...@li... <mailto:Ins...@li...> >> https://lists.sourceforge.net/lists/listinfo/inscore-devel <https://lists.sourceforge.net/lists/listinfo/inscore-devel> > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Inscore-devel mailing list > Ins...@li... <mailto:Ins...@li...> > https://lists.sourceforge.net/lists/listinfo/inscore-devel <https://lists.sourceforge.net/lists/listinfo/inscore-devel> > > > > > -- > Dorien Herremans > ------------------------------------------------------------------------------ > _______________________________________________ > Inscore-devel mailing list > Ins...@li... > https://lists.sourceforge.net/lists/listinfo/inscore-devel |
|
From: Dorien H. <dor...@gm...> - 2015-11-04 15:17:46
|
Hi Dominique, Thanks, I've actually finally gotten the signal command right. So please ignore my questions questions related to signal height (and color). The resolution seems slightly better now as well, but could be slightly improved. See incore file below with link: Please see the links below to download the inscore file (the mailing list didn't let me attach it). https://www.dropbox.com/s/1unrxi7w8t8s9jp/bach20.xml_diameter.inscore?dl=0 https://www.dropbox.com/s/15z9nesbv0fzc0w/bach20.gmn?dl=0 One final question perhaps (other then the resolution): is it possible to increase the whitespace between staves to allow for more room for signals? Best, Dorien <https://www.dropbox.com/s/15z9nesbv0fzc0w/bach20.gmn?dl=0> On 4 November 2015 at 15:07, Dominique Fober <fo...@gr...> wrote: > can you send the corresponding inscore code so that the example can be > reproduced? > — > Dominique > > > Le 4 nov. 2015 à 15:37, Dorien Herremans <dor...@gm...> a > écrit : > > Hello, > > Thanks for making this great tool available, which is coming in really > handy in presenting the results for my next research paper. I've received > some great help on this forum. > > I have a small issue left when I am visualising signals (as a ribbon) over > a score. The resolution of the signal seems to be really bad. Is there any > way to smooth it/let inscore interpolate? See screenshot: > https://www.dropbox.com/s/1vw8g0xd3r85ceo/resolution.png?dl=0 > > A second problem seems to be the start. The first values are: > 0.46625240412015684 0.859726953621095 > However, the signal first goes down, then up. I've tried adding > /ITL/scene/signal/s1 default 0.; but that doesn't seem to make a > difference. > > It also looks like the top part of the signal is cut off. As the two > signals are a mirrored version of each other they should behave slightly > different. > > Lastly (and less importantly), the color settings are undone when adding > the second signal, I haven't found a way yet to combine those commands: > > > Many thanks for any help, > > Dorien > > > ps: inscore file I am using. > https://www.dropbox.com/s/1unrxi7w8t8s9jp/bach20.xml_diameter.inscore?dl=0 > https://www.dropbox.com/s/15z9nesbv0fzc0w/bach20.gmn?dl=0 > > > -- > Dorien Herremans > > ------------------------------------------------------------------------------ > _______________________________________________ > Inscore-devel mailing list > Ins...@li... > https://lists.sourceforge.net/lists/listinfo/inscore-devel > > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Inscore-devel mailing list > Ins...@li... > https://lists.sourceforge.net/lists/listinfo/inscore-devel > > -- Dorien Herremans |
|
From: Dominique F. <fo...@gr...> - 2015-11-04 15:07:39
|
can you send the corresponding inscore code so that the example can be reproduced? — Dominique > Le 4 nov. 2015 à 15:37, Dorien Herremans <dor...@gm...> a écrit : > > Hello, > > Thanks for making this great tool available, which is coming in really handy in presenting the results for my next research paper. I've received some great help on this forum. > > I have a small issue left when I am visualising signals (as a ribbon) over a score. The resolution of the signal seems to be really bad. Is there any way to smooth it/let inscore interpolate? See screenshot: > https://www.dropbox.com/s/1vw8g0xd3r85ceo/resolution.png?dl=0 <https://www.dropbox.com/s/1vw8g0xd3r85ceo/resolution.png?dl=0> > > A second problem seems to be the start. The first values are: 0.46625240412015684 0.859726953621095 > However, the signal first goes down, then up. I've tried adding /ITL/scene/signal/s1 default 0.; but that doesn't seem to make a difference. > > It also looks like the top part of the signal is cut off. As the two signals are a mirrored version of each other they should behave slightly different. > > Lastly (and less importantly), the color settings are undone when adding the second signal, I haven't found a way yet to combine those commands: > > > Many thanks for any help, > > Dorien > > > ps: inscore file I am using. > https://www.dropbox.com/s/1unrxi7w8t8s9jp/bach20.xml_diameter.inscore?dl=0 <https://www.dropbox.com/s/1unrxi7w8t8s9jp/bach20.xml_diameter.inscore?dl=0> > https://www.dropbox.com/s/15z9nesbv0fzc0w/bach20.gmn?dl=0 <https://www.dropbox.com/s/15z9nesbv0fzc0w/bach20.gmn?dl=0> > > > -- > Dorien Herremans > ------------------------------------------------------------------------------ > _______________________________________________ > Inscore-devel mailing list > Ins...@li... > https://lists.sourceforge.net/lists/listinfo/inscore-devel |
|
From: Dorien H. <d.h...@qm...> - 2015-11-04 15:02:23
|
Hello, Sorry to spam this list, if there is anything I can do in return... I just couldn't find anything in the tutorials/pdf about this. I want to display two signals as a ribbon. (both synced with a score and fill in the space between them). As I am currently doing it, it seems that I am actually adding the two signals. Any idea on how to do this? I want to display both and fill in the space between them. /ITL/scene/score set gmn "[ c e g ]"; /ITL/scene/score scale 0.23; /ITL/scene/signal/s1 0.6 0.9; /ITL/scene/signal/s2 0.4 0.1 ; /ITL/scene/signal/gs set s1 0.05 0. 1. 1. 0.5; /ITL/scene/signal/gs set s2 0.05 0. 1. 1. 0.5; /ITL/scene/signal/gs set s1 s2; /ITL/scene/siggraph set graph gs; /ITL/scene/siggraph duration 3 4; /ITL/scene/sync siggraph score h sync; /ITL/scene/siggraph dy -0.05; -- Dorien Herremans, PhD Queen Mary University of London School of Electronic Engineering and Computer Science C4DM - Centre for Digital Music, London |
|
From: Dorien H. <dor...@gm...> - 2015-11-04 14:38:12
|
Hello, Thanks for making this great tool available, which is coming in really handy in presenting the results for my next research paper. I've received some great help on this forum. I have a small issue left when I am visualising signals (as a ribbon) over a score. The resolution of the signal seems to be really bad. Is there any way to smooth it/let inscore interpolate? See screenshot: https://www.dropbox.com/s/1vw8g0xd3r85ceo/resolution.png?dl=0 A second problem seems to be the start. The first values are: 0.46625240412015684 0.859726953621095 However, the signal first goes down, then up. I've tried adding /ITL/scene/signal/s1 default 0.; but that doesn't seem to make a difference. It also looks like the top part of the signal is cut off. As the two signals are a mirrored version of each other they should behave slightly different. Lastly (and less importantly), the color settings are undone when adding the second signal, I haven't found a way yet to combine those commands: Many thanks for any help, Dorien ps: inscore file I am using. https://www.dropbox.com/s/1unrxi7w8t8s9jp/bach20.xml_diameter.inscore?dl=0 https://www.dropbox.com/s/15z9nesbv0fzc0w/bach20.gmn?dl=0 -- Dorien Herremans |
|
From: Dorien H. <dor...@gm...> - 2015-11-02 17:45:40
|
Hi Dominique, Extremely helpful tips, thank you very much. I've got the pagination sorted. I found that dy only works if the length of the signal is exactly that of the score, but so far so good. Only one small issue is that the line is a bit broken (perhaps too many points?) See screenshot. <https://www.dropbox.com/s/84nvg6zissrqzg2/centroids.png?dl=0> For anybody interested, this is an example of my inscore file <https://www.dropbox.com/s/i3e077n8rkfnho8/prelude.xml_centroids.inscore?dl=0> and gmn input <https://www.dropbox.com/s/w6jgh1v2ff3975n/prelude.gmn?dl=0>. Best, Dorien On 2 November 2015 at 07:55, Dominique Fober <fo...@gr...> wrote: > > Le 30 oct. 2015 à 20:44, Dorien Herremans <dor...@gm...> a > écrit : > > > Hello everybody, > > Thanks for all the help I've been getting this week from you, it's very > much appreciated. Inscore has really come in handy. > > I've almost sorted through all my issues. Some strange things remain. > > 1. only first 2 pages of a score will display. > > I've scaled down the score so it fits, it's about 12 pages long, but only > two appear. > > > > you can move to another page using the ‘page’ message e.g. > /ITL/scene/score page 2; ! will display 2 pages starting from page #2 > next you can have automatic page turning using the time events e.g. > /ITL/scene/anyobject watch timeEnter 5 1 6 1 (/ITL/scene/score dpage 1) ; > assuming that you want to turn the page at the date 5/1 > > Note that de ‘dpage’ message is a relative page displacement > of course, you have to move the ‘anyobject’ component in time > (using ‘ ate’, ‘ clock' or ‘ date') to trigger the timeEnter event. > > Note also that you can control de number of pages that are displayed using > the ‘columns’ message. > See the documentation, section 7.3 for more information about symbolic > score management. > > > > <image.png> > > > > 2. The red signal line looks pretty good now, it just needs to be moved > upwards a tiny bit. I've tried > > /ITL/scene/siggraph y 0.3; > > > when an object is synchronized, the ‘y’ attribute is fixed by the sync > mode (‘syncOver, syncTop or syncBottom). > But you can use the ‘dy’ message that produces a relative displacement. In > your example, try using ‘dy’ instead ‘y’. > > Best, > — > Dominique > > > > but to no avail. > > Maybe somebody has some idea about this? > > > Best regards, > > Dorien > > > Here is the code I'm working with: > > > /ITL/scene/* del; > /ITL/scene/signal/* del; > > /ITL/scene/score set gmnf "rsrc/haydn.gmn" ; > /ITL/scene/score scale 0.23; !fits the score now, but only displays > first two pages > > /ITL/scene/signal/s1 0. 1. 0. 1. 0. 1. 0. 1. 0. 1. 0. 1. 0. 1. 0. 1.; > /ITL/scene/signal/gs set s1 0.05 0. 1. 1. 0.5; > > /ITL/scene/siggraph set graph gs; > /ITL/scene/siggraph height 0.5; > /ITL/scene/siggraph y 0.30; !this doesn't seem to work > /ITL/scene/siggraph duration 100 4; > > /ITL/scene/sync siggraph score h sync; > > > And the haydn.gmn file > <https://www.dropbox.com/s/ixdwrv8itj2i1d3/haydn.gmn?dl=0>. > > > ------------------------------------------------------------------------------ > _______________________________________________ > Inscore-devel mailing list > Ins...@li... > https://lists.sourceforge.net/lists/listinfo/inscore-devel > > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Inscore-devel mailing list > Ins...@li... > https://lists.sourceforge.net/lists/listinfo/inscore-devel > > -- Dorien Herremans |
|
From: Dominique F. <fo...@gr...> - 2015-11-02 07:55:57
|
> Le 30 oct. 2015 à 20:44, Dorien Herremans <dor...@gm...> a écrit : > > > Hello everybody, > > Thanks for all the help I've been getting this week from you, it's very much appreciated. Inscore has really come in handy. > > I've almost sorted through all my issues. Some strange things remain. > > 1. only first 2 pages of a score will display. > > I've scaled down the score so it fits, it's about 12 pages long, but only two appear. you can move to another page using the ‘page’ message e.g. /ITL/scene/score page 2; ! will display 2 pages starting from page #2 next you can have automatic page turning using the time events e.g. /ITL/scene/anyobject watch timeEnter 5 1 6 1 (/ITL/scene/score dpage 1) ; assuming that you want to turn the page at the date 5/1 Note that de ‘dpage’ message is a relative page displacement of course, you have to move the ‘anyobject’ component in time (using ‘ ate’, ‘ clock' or ‘ date') to trigger the timeEnter event. Note also that you can control de number of pages that are displayed using the ‘columns’ message. See the documentation, section 7.3 for more information about symbolic score management. > > <image.png> > > > > 2. The red signal line looks pretty good now, it just needs to be moved upwards a tiny bit. I've tried > > /ITL/scene/siggraph y 0.3; when an object is synchronized, the ‘y’ attribute is fixed by the sync mode (‘syncOver, syncTop or syncBottom). But you can use the ‘dy’ message that produces a relative displacement. In your example, try using ‘dy’ instead ‘y’. Best, — Dominique > > but to no avail. > > Maybe somebody has some idea about this? > > > Best regards, > > Dorien > > > Here is the code I'm working with: > > > /ITL/scene/* del; > /ITL/scene/signal/* del; > > /ITL/scene/score set gmnf "rsrc/haydn.gmn" ; > /ITL/scene/score scale 0.23; !fits the score now, but only displays first two pages > > /ITL/scene/signal/s1 0. 1. 0. 1. 0. 1. 0. 1. 0. 1. 0. 1. 0. 1. 0. 1.; > /ITL/scene/signal/gs set s1 0.05 0. 1. 1. 0.5; > > /ITL/scene/siggraph set graph gs; > /ITL/scene/siggraph height 0.5; > /ITL/scene/siggraph y 0.30; !this doesn't seem to work > /ITL/scene/siggraph duration 100 4; > > /ITL/scene/sync siggraph score h sync; > > > And the haydn.gmn file <https://www.dropbox.com/s/ixdwrv8itj2i1d3/haydn.gmn?dl=0>. > > ------------------------------------------------------------------------------ > _______________________________________________ > Inscore-devel mailing list > Ins...@li... > https://lists.sourceforge.net/lists/listinfo/inscore-devel |
|
From: Dorien H. <dor...@gm...> - 2015-10-30 19:44:52
|
Hello everybody, Thanks for all the help I've been getting this week from you, it's very much appreciated. Inscore has really come in handy. I've almost sorted through all my issues. Some strange things remain. 1. only first 2 pages of a score will display. I've scaled down the score so it fits, it's about 12 pages long, but only two appear. [image: Inline images 1] 2. The red signal line looks pretty good now, it just needs to be moved upwards a tiny bit. I've tried /ITL/scene/siggraph y 0.3; but to no avail. Maybe somebody has some idea about this? Best regards, Dorien Here is the code I'm working with: /ITL/scene/* del; /ITL/scene/signal/* del; /ITL/scene/score set gmnf "rsrc/haydn.gmn" ; /ITL/scene/score scale 0.23; !fits the score now, but only displays first two pages /ITL/scene/signal/s1 0. 1. 0. 1. 0. 1. 0. 1. 0. 1. 0. 1. 0. 1. 0. 1.; /ITL/scene/signal/gs set s1 0.05 0. 1. 1. 0.5; /ITL/scene/siggraph set graph gs; /ITL/scene/siggraph height 0.5; /ITL/scene/siggraph y 0.30; !this doesn't seem to work /ITL/scene/siggraph duration 100 4; /ITL/scene/sync siggraph score h sync; And the haydn.gmn file <https://www.dropbox.com/s/ixdwrv8itj2i1d3/haydn.gmn?dl=0>. |
|
From: Dorien H. <dor...@gm...> - 2015-10-29 16:37:55
|
Hello, Thanks so much for your help. I've attached an example file of what I am trying to display. Best, Dorien On 29 October 2015 at 16:26, Dominique Fober <fo...@gr...> wrote: > > Le 29 oct. 2015 à 14:25, Dorien Herremans <dor...@gm...> a > écrit : > > Hi, > > Thanks for getting me started. INScore seems like a really great tool for > me as a researcher. I've been looking through the pdf: > http://inscore.sourceforge.net/OSCMsg.pdf but I still have some trouble > finding certain commands. Maybe I am not looking at the right place or > somebody could quickly set me on track? > > 1. How do I resize the scene to fit the score? I have a multi-page score, > so it would be great if users could scroll/move through it. > > > you can resize the scene using the width and height attributes (or with > the mouse) but you probably want to resize the score and in this case, you > can send a ‘scale’ message to the score. > Regarding the multi page score, there are many ways to do what you want. > It depends on how you want to scroll/move and how you want to control the > move. Tell me more about that or send me a sample script. > If I resize the scene with my mouse the image scales and I can't see more of the score. I'm also not able to pan with the mouse. See the example attached for what I want to display. It's a multipage score. It would be great if one page would come up at a time and if a user can move through it with the mouse (scrolling, panning or clicking). > > > 2. The signal currently goes through the bars. Is there a way to make it > fit just below or above the notes (an not cross into the bar?). I tried: > /ITL/scene/sync siggraph score h syncTop; But it goes way above the bar > then. > > > difficult to say something without more information about the context > (sync mode, objects duration, etc…) > send me a sample script to illustrate the problem > See attached, I'm trying to display a signal over the score. > > > 3. Is there a way to make a signal look smoother? It's pretty spikey now. > > > do you have a picture ? and contextual information (signal size, values…) > > Best > — > Dom > > > > Many thanks! > > Dorien > > > > > -- > Dorien Herremans > > ------------------------------------------------------------------------------ > _______________________________________________ > Inscore-devel mailing list > Ins...@li... > https://lists.sourceforge.net/lists/listinfo/inscore-devel > > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Inscore-devel mailing list > Ins...@li... > https://lists.sourceforge.net/lists/listinfo/inscore-devel > > -- Dorien Herremans, PhD Queen Mary University of London School of Electronic Engineering and Computer Science C4DM - Centre for Digital Music, London -- Dorien Herremans |
|
From: Dominique F. <fo...@gr...> - 2015-10-29 16:26:30
|
> Le 29 oct. 2015 à 14:25, Dorien Herremans <dor...@gm...> a écrit : > > Hi, > > Thanks for getting me started. INScore seems like a really great tool for me as a researcher. I've been looking through the pdf: http://inscore.sourceforge.net/OSCMsg.pdf <http://inscore.sourceforge.net/OSCMsg.pdf> but I still have some trouble finding certain commands. Maybe I am not looking at the right place or somebody could quickly set me on track? > > 1. How do I resize the scene to fit the score? I have a multi-page score, so it would be great if users could scroll/move through it. you can resize the scene using the width and height attributes (or with the mouse) but you probably want to resize the score and in this case, you can send a ‘scale’ message to the score. Regarding the multi page score, there are many ways to do what you want. It depends on how you want to scroll/move and how you want to control the move. Tell me more about that or send me a sample script. > > 2. The signal currently goes through the bars. Is there a way to make it fit just below or above the notes (an not cross into the bar?). I tried: /ITL/scene/sync siggraph score h syncTop; But it goes way above the bar then. difficult to say something without more information about the context (sync mode, objects duration, etc…) send me a sample script to illustrate the problem > > 3. Is there a way to make a signal look smoother? It's pretty spikey now. do you have a picture ? and contextual information (signal size, values…) Best — Dom > > Many thanks! > > Dorien > > > > > -- > Dorien Herremans > ------------------------------------------------------------------------------ > _______________________________________________ > Inscore-devel mailing list > Ins...@li... > https://lists.sourceforge.net/lists/listinfo/inscore-devel |
|
From: Dorien H. <dor...@gm...> - 2015-10-29 13:25:50
|
Hi, Thanks for getting me started. INScore seems like a really great tool for me as a researcher. I've been looking through the pdf: http://inscore.sourceforge.net/OSCMsg.pdf but I still have some trouble finding certain commands. Maybe I am not looking at the right place or somebody could quickly set me on track? 1. How do I resize the scene to fit the score? I have a multi-page score, so it would be great if users could scroll/move through it. 2. The signal currently goes through the bars. Is there a way to make it fit just below or above the notes (an not cross into the bar?). I tried: /ITL/scene/sync siggraph score h syncTop; But it goes way above the bar then. 3. Is there a way to make a signal look smoother? It's pretty spikey now. Many thanks! Dorien -- Dorien Herremans |
|
From: Dorien H. <dor...@gm...> - 2015-10-28 15:46:40
|
Thank you so much! This really helped me get started. Best, Dorien On 28 October 2015 at 12:23, Dominique Fober <fo...@gr...> wrote: > attached is a sample commented script that do what you want to do. > best > — > Dominique > > > > Le 28 oct. 2015 à 11:47, Dorien Herremans <dor...@gm...> a > écrit : > > Thanks for the suggestion. I went through the tutorial and I noticed > signals. I believe that might offer me what I am looking for and allow me > to generate a static file (without osc). > > I'm trying to put together a toy example with three notes: C E G whereby a > signal is displayed on top of the notes. The height of the signal is: (C, > 1), (E, 5), (G, 3). I think I'm still forgetting something essential > because the line is not showing up yet: > > /ITL/scene/score set gmn "[ c e g ]"; > /ITL/scene/signal/gs set s1 1 5 3 ; > /ITL/scene/siggraph set graph gs; > /ITL/scene/sync siggraph score h syncTop; > > Many thanks for the help! > > On 28 October 2015 at 06:57, Dominique Fober <fo...@gr...> wrote: > >> >> 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/ >> There is also a basic tutorial at >> 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 >> >> >> >> >> ------------------------------------------------------------------------------ >> >> _______________________________________________ >> Inscore-devel mailing list >> Ins...@li... >> https://lists.sourceforge.net/lists/listinfo/inscore-devel >> >> > > > -- > Dorien Herremans > > ------------------------------------------------------------------------------ > _______________________________________________ > Inscore-devel mailing list > Ins...@li... > https://lists.sourceforge.net/lists/listinfo/inscore-devel > > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Inscore-devel mailing list > Ins...@li... > https://lists.sourceforge.net/lists/listinfo/inscore-devel > > -- Dorien Herremans |
|
From: Dorien H. <dor...@gm...> - 2015-10-28 12:39:26
|
Added this to .bashrc and it works now. Thank you so much for all the quick replies. LD_LIBRARY_PATH=/home/dorien/Qt/5.5/gcc_64/lib export LD_LIBRARY_PATH On 28 October 2015 at 12:34, Dorien Herremans <dor...@gm...> wrote: > Hi Dominique, > > Actually no, I've been running it in a virtual windows machine. I'll try > your suggestion about library path. > > Best, > Dorien > > On 28 October 2015 at 12:30, Dominique Fober <fo...@gr...> wrote: > >> I guess you’ve find the solution (according to the next posts) >> Anyway, when you have Qt5 installed (which is usually installed in the >> user home directory), you have to set the LD_LIBRARY_PATH variable to point >> to the lib folder in the Qt distribution (where this missing library is). >> Best, >> — >> Dominique >> >> >> Le 27 oct. 2015 à 16:27, Dorien Herremans <dor...@gm...> a >> écrit : >> >> Hello, >> >> I am trying to install INScore. I've installed the latest ubuntu .deb >> file with gdebi and the dependency: GUIDOengine. >> >> When I try to run inscoreviewer it tell me: >> >> inscoreviewer: error while loading shared libraries: >> libQt5WebSockets.so.5: cannot open shared object file: No such file or >> directory >> >> I can't figure out what it is. Perhaps I should try compiling the source >> myself? >> >> Best, >> Dorien >> >> >> -- >> Dorien Herremans >> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> Inscore-devel mailing list >> Ins...@li... >> https://lists.sourceforge.net/lists/listinfo/inscore-devel >> >> >> >> >> ------------------------------------------------------------------------------ >> >> _______________________________________________ >> Inscore-devel mailing list >> Ins...@li... >> https://lists.sourceforge.net/lists/listinfo/inscore-devel >> >> > > > -- > Dorien Herremans > -- Dorien Herremans |
|
From: Dorien H. <dor...@gm...> - 2015-10-28 12:34:42
|
Hi Dominique, Actually no, I've been running it in a virtual windows machine. I'll try your suggestion about library path. Best, Dorien On 28 October 2015 at 12:30, Dominique Fober <fo...@gr...> wrote: > I guess you’ve find the solution (according to the next posts) > Anyway, when you have Qt5 installed (which is usually installed in the > user home directory), you have to set the LD_LIBRARY_PATH variable to point > to the lib folder in the Qt distribution (where this missing library is). > Best, > — > Dominique > > > Le 27 oct. 2015 à 16:27, Dorien Herremans <dor...@gm...> a > écrit : > > Hello, > > I am trying to install INScore. I've installed the latest ubuntu .deb file > with gdebi and the dependency: GUIDOengine. > > When I try to run inscoreviewer it tell me: > > inscoreviewer: error while loading shared libraries: > libQt5WebSockets.so.5: cannot open shared object file: No such file or > directory > > I can't figure out what it is. Perhaps I should try compiling the source > myself? > > Best, > Dorien > > > -- > Dorien Herremans > > ------------------------------------------------------------------------------ > _______________________________________________ > Inscore-devel mailing list > Ins...@li... > https://lists.sourceforge.net/lists/listinfo/inscore-devel > > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Inscore-devel mailing list > Ins...@li... > https://lists.sourceforge.net/lists/listinfo/inscore-devel > > -- Dorien Herremans |
|
From: Dominique F. <fo...@gr...> - 2015-10-28 12:30:24
|
I guess you’ve find the solution (according to the next posts) Anyway, when you have Qt5 installed (which is usually installed in the user home directory), you have to set the LD_LIBRARY_PATH variable to point to the lib folder in the Qt distribution (where this missing library is). Best, — Dominique > Le 27 oct. 2015 à 16:27, Dorien Herremans <dor...@gm...> a écrit : > > Hello, > > I am trying to install INScore. I've installed the latest ubuntu .deb file with gdebi and the dependency: GUIDOengine. > > When I try to run inscoreviewer it tell me: > > inscoreviewer: error while loading shared libraries: libQt5WebSockets.so.5: cannot open shared object file: No such file or directory > > I can't figure out what it is. Perhaps I should try compiling the source myself? > > Best, > Dorien > > > -- > Dorien Herremans > ------------------------------------------------------------------------------ > _______________________________________________ > Inscore-devel mailing list > Ins...@li... > https://lists.sourceforge.net/lists/listinfo/inscore-devel |
|
From: Dominique F. <fo...@gr...> - 2015-10-28 12:24:05
|
attached is a sample commented script that do what you want to do. best — Dominique > Le 28 oct. 2015 à 11:47, Dorien Herremans <dor...@gm...> a écrit : > > Thanks for the suggestion. I went through the tutorial and I noticed signals. I believe that might offer me what I am looking for and allow me to generate a static file (without osc). > > I'm trying to put together a toy example with three notes: C E G whereby a signal is displayed on top of the notes. The height of the signal is: (C, 1), (E, 5), (G, 3). I think I'm still forgetting something essential because the line is not showing up yet: > > /ITL/scene/score set gmn "[ c e g ]"; > /ITL/scene/signal/gs set s1 1 5 3 ; > /ITL/scene/siggraph set graph gs; > /ITL/scene/sync siggraph score h syncTop; > > Many thanks for the help! > > On 28 October 2015 at 06:57, Dominique Fober <fo...@gr... <mailto:fo...@gr...>> wrote: > >> Le 28 oct. 2015 à 00:42, Dorien Herremans <dor...@gm... <mailto: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... <mailto:Ins...@li...> >> https://lists.sourceforge.net/lists/listinfo/inscore-devel <https://lists.sourceforge.net/lists/listinfo/inscore-devel> > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Inscore-devel mailing list > Ins...@li... <mailto:Ins...@li...> > https://lists.sourceforge.net/lists/listinfo/inscore-devel <https://lists.sourceforge.net/lists/listinfo/inscore-devel> > > > > > -- > Dorien Herremans > ------------------------------------------------------------------------------ > _______________________________________________ > Inscore-devel mailing list > Ins...@li... > https://lists.sourceforge.net/lists/listinfo/inscore-devel |
|
From: Dorien H. <dor...@gm...> - 2015-10-28 10:48:04
|
Thanks for the suggestion. I went through the tutorial and I noticed signals. I believe that might offer me what I am looking for and allow me to generate a static file (without osc). I'm trying to put together a toy example with three notes: C E G whereby a signal is displayed on top of the notes. The height of the signal is: (C, 1), (E, 5), (G, 3). I think I'm still forgetting something essential because the line is not showing up yet: /ITL/scene/score set gmn "[ c e g ]"; /ITL/scene/signal/gs set s1 1 5 3 ; /ITL/scene/siggraph set graph gs; /ITL/scene/sync siggraph score h syncTop; Many thanks for the help! On 28 October 2015 at 06:57, Dominique Fober <fo...@gr...> wrote: > > 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/ > There is also a basic tutorial at > 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 > > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Inscore-devel mailing list > Ins...@li... > https://lists.sourceforge.net/lists/listinfo/inscore-devel > > -- Dorien Herremans |
|
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 |
|
From: Dorien H. <dor...@gm...> - 2015-10-28 00:36:45
|
I see. It doesn't need to be dynamic though. I saw an example inscore with 2 cars on them. Basically, if the cars where plots and positioned fixed above measure 1 and 2 that would be perfect. If not, I'll try to see if I can find a good tutorial. It's a little bit daunting to get started with inscore. Many thanks for you help though! Dorien On 28 October 2015 at 00:15, Michal Seta <mi...@ar...> wrote: > I'm afraid you still need the websockets library to run INscoreViewer... > I am not sure if you can do all that with INScore only. > > Michał > > On Tue, Oct 27, 2015 at 7:42 PM, Dorien Herremans < > dor...@gm...> wrote: > >> 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. >> >> 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 >> >> > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Inscore-devel mailing list > Ins...@li... > https://lists.sourceforge.net/lists/listinfo/inscore-devel > > -- Dorien Herremans |