From jmsl at music.columbia.edu Sat Aug 1 17:55:42 2009 From: jmsl at music.columbia.edu (Java Music Specification Language) Date: Sat, 1 Aug 2009 17:55:42 -0400 Subject: [jmsl] Where to Get Latest JMSL References: <49E0AB7D.6020201@mail.rockefeller.edu> <49E0AC37.8060009@mail.rockefeller.edu> <49E0E3C5.6090707@mail.rockefeller.edu> <49E3B7BE.9060304@mail.rockefeller.edu> <49E40BAF.9010106@mail.rockefeller.edu><49E48A59.5040004@mail.rockefeller.edu><4597942A-6E6C-4D7A-9362-E10F9198CEDA@gmail.com> <49F6E0D2.6010408@mail.rockefeller.edu> <49F707B4.1030906@mail.rockefeller.edu> <49F82FC0.5060004@mail.rockefeller.edu> Message-ID: Where can I get the latest beta JMSL update? Thanks, Chi From jmsl at music.columbia.edu Sat Aug 1 18:37:59 2009 From: jmsl at music.columbia.edu (Java Music Specification Language) Date: Sat, 1 Aug 2009 18:37:59 -0400 Subject: [jmsl] Pitch Bend for JMSl References: <49E0AB7D.6020201@mail.rockefeller.edu> <49E0AC37.8060009@mail.rockefeller.edu> <49E0E3C5.6090707@mail.rockefeller.edu> <49E3B7BE.9060304@mail.rockefeller.edu> <49E40BAF.9010106@mail.rockefeller.edu><49E48A59.5040004@mail.rockefeller.edu><4597942A-6E6C-4D7A-9362-E10F9198CEDA@gmail.com> <49F6E0D2.6010408@mail.rockefeller.edu> <49F707B4.1030906@mail.rockefeller.edu> <49F82FC0.5060004@mail.rockefeller.edu> Message-ID: Hi, I'm trying to send pitch bend message, but I can't get it to work. I tried JMSL.midi.bendPitch(1,bend); It doesn't respond. What's the range for bend, from -8192 to 8192? Thanks, Chi From jmsl at music.columbia.edu Sun Aug 16 12:54:37 2009 From: jmsl at music.columbia.edu (Java Music Specification Language) Date: Sun, 16 Aug 2009 12:54:37 -0400 Subject: [jmsl] Stereo Sample Players Message-ID: Hi, Looks like all of the sample playing instruments do mono only . . . does that sound right? Any plans to add stereo? Thanks, Edward -- Edward Childs +1 802 794-3589 (Best: Google Voice) +1 802 765 4542 (Vermont Home) +1 802 738 2271 (Cell) +1 802 280 6151 (Concepts NREC) +1 508 955 9051 (Massachusetts Home) +1 802 296 2325 (Fax: Send Cover Page Marked Edward Childs) http://blog.edwardchilds.com From jmsl at music.columbia.edu Mon Aug 17 02:40:43 2009 From: jmsl at music.columbia.edu (Java Music Specification Language) Date: Sun, 16 Aug 2009 23:40:43 -0700 Subject: [jmsl] Stereo Sample Players In-Reply-To: References: Message-ID: <4A88FB6B.8040105@mail.rockefeller.edu> Hello Edward JMSL's SimpleSamplePlayingInstrument will play stereo AIFF soundfiles. But it will not transpose them since JSyn does not transpose stereo samples. See http://www.algomusic.com/jmsl/docs/com/softsynth/jmsl/jsyn/SimpleSamplePlayingInstrument.html Thanks Nick Java Music Specification Language wrote: > Hi, > Looks like all of the sample playing instruments do mono only . . . does > that sound right? Any plans to add stereo? > > Thanks, > > Edward > > From jmsl at music.columbia.edu Mon Aug 17 08:57:56 2009 From: jmsl at music.columbia.edu (Java Music Specification Language) Date: Mon, 17 Aug 2009 08:57:56 -0400 Subject: [jmsl] Stereo Sample Players In-Reply-To: <4A88FB6B.8040105@mail.rockefeller.edu> References: <4A88FB6B.8040105@mail.rockefeller.edu> Message-ID: Nick, Many thanks! Edward On Mon, Aug 17, 2009 at 2:40 AM, Java Music Specification Language < jmsl at music.columbia.edu> wrote: > Hello Edward > > JMSL's SimpleSamplePlayingInstrument will play stereo AIFF soundfiles. > But it will not transpose them since JSyn does not transpose stereo > samples. > > See > > http://www.algomusic.com/jmsl/docs/com/softsynth/jmsl/jsyn/SimpleSamplePlayingInstrument.html > > Thanks > Nick > > Java Music Specification Language wrote: > > Hi, > > Looks like all of the sample playing instruments do mono only . . . does > > that sound right? Any plans to add stereo? > > > > Thanks, > > > > Edward > > > > > _______________________________________________ > jmsl mailing list > jmsl at music.columbia.edu > http://music.columbia.edu/mailman/listinfo/jmsl > -- Edward Childs +1 802 794-3589 (Best: Google Voice) +1 802 765 4542 (Vermont Home) +1 802 738 2271 (Cell) +1 802 280 6151 (Concepts NREC) +1 508 955 9051 (Massachusetts Home) +1 802 296 2325 (Fax: Send Cover Page Marked Edward Childs) http://blog.edwardchilds.com From jmsl at music.columbia.edu Tue Aug 25 14:29:42 2009 From: jmsl at music.columbia.edu (Java Music Specification Language) Date: Tue, 25 Aug 2009 14:29:42 -0400 Subject: [jmsl] How to find out if score's current measure changes Message-ID: <5341000C-4D70-4DE7-8425-A18D8701A682@gmail.com> I have added a couple of different ways of navigating my score (keyboard, spinner, scrollbar), and I'd like them to stay synchronized. So, for instance, if I say jump to measure 15, the spinner, scrollbar, etc. update. Is there a built-in way of doing this in JMSL? (maybe something that is notified when the score layout is updated?) I'd rather do it as a listener than some dependency between these components, so if there is means, that'd be handy. I think I could hack together something with ScoreCanvasListener (checking after a render to see if the measure has changed), but is there a better way? thanks, Peter McCulloch From jmsl at music.columbia.edu Sun Aug 30 13:29:23 2009 From: jmsl at music.columbia.edu (Java Music Specification Language) Date: Sun, 30 Aug 2009 13:29:23 -0400 Subject: [jmsl] Docs for findClosestSampleIndex Message-ID: Hello, I'm trying to figure out what com.softsynth.jmsl,jsyn.SimpleSamplePlayingInstrumentWithLoops.findClosestSampleIndex(double arg0) does . . . I can't find it in the JMSL Docs as a method in that class. Thanks! Edward -- Edward Childs +1 802 794-3589 (Best: Google Voice) +1 802 765 4542 (Vermont Home) +1 802 738 2271 (Cell) +1 802 280 6151 (Concepts NREC) +1 508 955 9051 (Massachusetts Home) +1 802 296 2325 (Fax: Send Cover Page Marked Edward Childs) http://blog.edwardchilds.com