From: Pete S. <pst...@ve...> - 2008-05-14 05:10:56
|
RV = Robert Vogel wrote me on Sun, 11 May 2008 23:14:04 -0400 RV> Hi Pete, RV> RV> I tried compiling Jazz++ on my Debian Etch stable system. RV> It looked ok throughout the build process, and it produced RV> an executable. When I tried opening the executable, it RV> didn't prompt for a configuration file, but it found one RV> in my home directory. I'm not sure it is the correct RV> jazz.cfg though. (attached) Try renaming it. RV> When I execute from the TestInstall it does open a RV> window and a midi file is visible there. It doesn't RV> play though. It only makes a few low cello-like RV> sounds...about the first two bars... and then the RV> curser stops and advances no further. In another RV> window I have an alsaconnect gui...which does not RV> actually see jazz++. Could you update your source tree and try it again? RV> I connect my Yamaha ES8 keyboard to a UX16 usb RV> connector which is configured with alsaconnectgui. RV> Usually I can use the keyboard to connect with a RV> software synth or I can use Rosegarden to drive RV> using the alsa connectivity. Anyway Jazz++ doesn't RV> appear to be recognized by alsa. It doesn't show RV> up in the alsaconnect gui. RV> RV> Rosegarden complains every time I start it that the RV> 'system timer resolution is too low'. I know I need RV> to find a RT kernel, but I've been too cautious to RV> try one yet. Soon. That's why I need to be able to RV> connect to an external device or to a soft synth. RV> RV> Here are results for the menus. RV> RV> The 'preferences' on the file menu looks to be a stub. Correct. RV> I didn't get far enough along to try the edit functions. Event selection is a work in progress and isn't integrated with window scrolling, so this could be problematic. RV> The metronome causes an immediate segmentation fault RV> and a hard crash. Do you mean editing the metronome or trying to turn it on? RV> The Jazz++ harmony window looks nice. If I right click RV> on the various chord buttons they play with a guitar-like RV> sound. I have Jazz++ set up as a GM synth. I can see the RV> ux16 and click on it, but it doesn't do anything. RV> RV> The audio menu seems to be all stubs. Is that right ? That is correct. RV> Help menus are unpopulated. Probably I missed the 'make' RV> command for the documentation (?) This is not implemented, but we are working on it. RV> I'm attaching the config.log for your consideration. RV> RV> Hope this is helpful for you. If you let me know what RV> I can do to fix it, I'll try again. RV> RV> Bob Thanks for trying this with the code in such a preliminary state. I'm just trying to get a MIDI file loading and playing on all platforms at this point. Try the suggestions above... 1. Update the code and rebuild. You can copy the new jazz binary over the one in TestInstall/bin. 2. Rename the config file in your home directory so it isn't used. 3. Make sure the .alsa_input_device and the .alsa_output_device entries in TestInstall/share/Jazz++/jazz.cfg are set to -1 so you will be prompted for input and output devices. 4. Run the version in TestInstall/bin. Let us know how it goes. Pete |