WineHQ
Notation Composer 2.3.3



Category: Main > Multimedia > Audio > Notation Composer > 2.3.3


NameNotation Composer
Version2.3.3
License Demo
URLhttp://www.notation.com/
Votes  
RatingSilver
Wine Version1.1.32
Free Download Trial version without User's Guide (3.9 MB)
Maintainers of this version:
Description
Version 2.3.3 of Notation Composer. Please note that a newer version is available. The test results here will likely go stale.
Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results (selected in 'Test Results' table below)

What works
The basic functions seem to work as expected, including MIDI file transcript­ion, play­back, s­taff editing, symbol insertion, transposition, metronome, piano roll notation, etc.

See the Howto below for instructions on installing Composer and setting it up.


What does not
­There is one minor bug with non-modal dialogs, such as the "Metronome Setup" dialog (Perform > setup...). The mouse c­ursor does not move to the dialog, but rather continues to operate behind it. This only seems to happen in "Add Mode." To work around this issue, either enter "Select Mode" or drag the dialog away from the main window.

Most of the icons on the toolbars and menus are either blank or white. This was not an issue way back with Wine 1.1.12, so I will do some regression testing, submit a bug report, and update this page as I learn more.


What was not tested
­This is a fairly large program, so I have not tested every possible function. Preferably someone who uses Composer more extensively can provide more input.


Additional Comments


Test Results
DistributionTest dateWine versionInstalls?Runs?RatingSubmitter
ShowSlackware -currentNov 01 20091.1.32 Yes Yes Silver Marc 
CurrentSlackware -currentJul 24 20091.1.26 Yes Yes Bronze Marc 
ShowSlackware 12.2Jan 12 20091.1.12 Yes Yes Silver Marc 
ShowSlackware 12.2Jan 12 20091.1.10 Yes Yes Silver Marc 
ShowSlackware 12.2Jan 12 20091.1.7 Yes Yes Bronze Marc 


Known bugs
Bug # Description Status Resolution Other apps affected

 
Howto: Install and Configure Notation Composer
­­­­The following instructions describe how to install Notation Composer and run TiMidity++ (hereafter referred­ to as Timidity) as an ALSA sequencer.
  1. Open up a terminal.

  2. The installation program for Composer requires mfc42.dll, which can be obtained with winetricks:

    wget http://www.kegel.com/wine/winetricks
    sh winetricks vcrun6


  3. Run the installation program for Composer. Here, I assume it is in the Desktop directory, and that the version is 2.3.3.

    cd ~/Desktop
    wine NotationComposer233TrialSmallSetup.exe


  4. Composer version 2.3.3 will start automatically after installation. Please close it to continue.

  5. MIDI playback requires the presence of a MIDI sequencer. Timidity works well for this. If Timidity is not installed on your system, check your distro's repositories. You will also need an instrument patch set, such as Freepats. Slackware users can find the necessary slackbuilds on slackbuilds.org. When Timidity is up and running, start it as follows (I urge you to read the timidity manpage to understand each option):

    timidity -iA -B2,8 -Os -EFreverb=0 &


  6. Start Composer.

    cd ~/.wine/dri­ve_c/Program\ Files/Notation/Composer
    wine Composer.exe


  7. If all went well up to this point, open up a midi file, click the play button, and enjoy! If you do not hear sound, make sure your speakers are on and check your volume levels. Then, click "Setup > MIDI devices quick setup..." and verify that "TiMidity – TiMidity port 0" is visible under "Select MIDI Playback Device." If it is not, make sure you followed step 5 correctly. Next, click "Test Playback"­ to listen to a chromatic scale. If you still do not hear anything, Timidity may not be configured properly. Check your distro's documentation and/or forums for any hints on installing and configuring Timidity.

­

 
Note: ALSA Playback
On my machine, in Slackware 12.0, the snd_seq_dummy module is loaded by default. When using ALSA in Wine, this module seems to conflict with the actual module for my sound device, snd_hda_intel, causing frequent crashes, no audio output, and an almost unresponsive interface when attempting playback. The solution, of course, is to remove that module (modprobe -r snd_seq_dummy) and blacklist it in /etc/modprobe.d/blacklist. The location of the blacklist file varies between distros.

 




   << Back

Page loaded in 0.18265 seconds.