NoteWorthy Composer Forum

Forums => Announcements => Topic started by: NoteWorthy Online on 2009-04-30 08:30 am

Title: Ubuntu Desktop Linux
Post by: NoteWorthy Online on 2009-04-30 08:30 am
You can run NoteWorthy Composer 2, or the free NoteWorthy Composer Viewer, from Ubuntu (http://www.ubuntu.com/) 9.04 Desktop Linux.

After performing a default install of Ubuntu 9.04 Desktop Linux, you need to perform a few more steps. From the desktop, select Applications->Add/Remove, then add the following packages:


The best way to install and configure TiMidity++ for play back with NWC and its Viewer is to follow this guide:


Finally, you need to select the TiMidity++ port for use in NWC play back. In NWC2, this is done from Tools, Options, Midi. Select only the first TiMidity++ port into the "Devices used by play back" box. In the NWC Viewer, you do this from Tools, Options using the "Play back device" drop down box.

Although it generally just works, there are still a few performance issues that can cause problems when working with NWC2 on Linux/Wine. We recommend that you avoid the keyboard shortcuts in the NWC2 tabbed dialogs (use the mouse instead). The Ctrl+Page Up/Down shortcuts seem to cause particular problems.
Title: Re: Ubuntu 9.04 Desktop Linux
Post by: MusicBaba on 2009-05-08 09:02 am
There is a recent (30 April 2009) addition to the Wine Application Database, for Ubuntu 9.04 running Wine 1.1.20 (current latest vsn).

Link to Wine AppDB entry, http://appdb.winehq.org/objectManager.php?sClass=version&iId=14355&iTestingId=39970 (http://appdb.winehq.org/objectManager.php?sClass=version&iId=14355&iTestingId=39970)

This gives NWC a *Gold* rating, meaning that some setup is required but otherwise NWC runs OK.  There is the known issue of "double tabbing" in the dialogs, but this is not a serious problem (any chance of getting this fixed, if it's a NWC-specific problem?).

I've used this set up and it works fine.  Very reliable.
Title: Re: Ubuntu 9.04 Desktop Linux
Post by: Steele on 2009-05-15 12:27 pm
It would be nicer if the sourcecode were free so that we could port it to native linux.
Title: Re: Ubuntu 9.04 Desktop Linux
Post by: Christian Carlsson on 2010-07-01 07:10 pm
It is possible to run NWC on much less resource-hungry Linux distros than Ubuntu. I have used NWC with Puppy Linux on a very outdated laptop (400 MHz Dell, 128 M RAM), and everything worked, except the playback was intermittent, as far as I remember.

-Christian
Title: Re: Ubuntu 9.04 Desktop Linux
Post by: jnothman on 2010-07-15 09:56 am
The user tool starter kit can't be installed in Wine.

I have had no problem executing scripts already distributed as .exe files, but the default .php files won't run without nwc2clips.inc. Where can I download a copy of this file?
Title: Re: Ubuntu 9.04 Desktop Linux
Post by: jnothman on 2010-07-15 10:11 am
The user tool starter kit can't be installed in Wine.

Second try and it worked... It may have helped to use winetricks to install vcruntime, rather than download it manually.
Title: Re: Ubuntu 9.04 Desktop Linux
Post by: NoteWorthy Online on 2010-10-17 08:55 am
.php files won't run without nwc2clips.inc. Where can I download a copy of this file?

For the record, you can currently get the starter kit files individually from our github repository:

http://github.com/nwsw/nwc2utsk
Title: Ubuntu 14.04 Desktop Linux
Post by: NoteWorthy Online on 2015-04-04 10:11 am
Setting up Ubuntu 14.04 for use with NoteWorthy Composer and the NoteWorthy Composer Viewer is generally a simple task. I recommend using the terminal to install the necessary packages. If you are using an older version of NWC, then the following packages should be all that is needed to get started:

Code: [Select · Download]
sudo apt-get install wine ttf-mscorefonts-installer gnome-exe-thumbnailer timidity

I originally tried to install Wine from the Ubuntu Software Center. This caused problems, probably due to license prompts in the mscorefonts package. If this happens to you, you might need to reinstall the mscorefonts, like so:

Code: [Select · Download]
sudo apt-get --purge --reinstall install ttf-mscorefonts-installer gnome-exe-thumbnailer


NoteWorthy Composer 2.75 Requires Wine 1.7

The default Wine 1.6 stable release includes some buggy support libraries that break some aspects of NWC 2.75. In order to use newer features, such as the Tools, User Objects control panel, you will have to upgrade to Wine 1.7. Instructions can be found on the  WineHQ Download page for Ubuntu (https://www.winehq.org/download/ubuntu).
Title: Ubuntu 16.04
Post by: NoteWorthy Online on 2017-06-01 02:51 pm
In Ubuntu 16.04, you can install and run NWC Viewer under Wine using these steps: