douglas edric stanley
YaBB Newbies
Offline
Posts: 35
Re: looping midi
Reply #2 - Oct 17th , 2006, 12:04am
As for the looping in ProMidi, thanks for the good news. That's what I figured, looking at the Java classes behind it. I looked over all the classes over at Sun and everything looks like the way I need it. But still no sound at all, even in the easy examples. I want to use Softsynth, no midi interfaces, so I'm calling the Java synthesizer (= 0). I'll deal with external synths later, once I've mastered the internal synth. So I did a couple tests: I've tested on Mac PowerPC (400 Mhz), and Mac Intel (2Ghz). Neither one gives me sound from ProMidi. But I get sound when I call midi directly from Java, both direct notes going out, and through the Java sequencer: I can make a Sequence and the Sequencer outputs fine: ring ding ding. The problem there is of course looping, and all the other things that ProMidi apparently knows how to do. I'm new to Java, so I don't know how to tame all the 1.4.2 vs. 1.5 crap (I'm still reeling on how they can call it 5.0). So the problem is probably there as well. But whatever the case, I'd prefer using ProMidi instead of my own sauce, because the classes look well built and I'd like to write-up a how-to for my students that they can easily use, which wouldn't be the case if I went directly into Java. Oh, and I don't have anything fancy installed, like Plumstone. I don't want to use it yet, because I want people online to click and let 'er rip -- no plugins. Maybe I have to install Plumstone? It doesn't say so in the install files, so I haven't installed it yet. That would be bad news if I had to. But that doesn't make sense to me anyway, since I get midi out fine through the Java Synth when I bypass ProMidi.