electro-music.com   Dedicated to experimental electro-acoustic
and electronic music
 
    Front Page  |  Radio
 |  Media  |  Forum  |  Wiki  |  Links
Forum with support of Syndicator RSS
 FAQFAQ   CalendarCalendar   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   LinksLinks
 RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in  Chat RoomChat Room 
 Forum index » Clavia Nord Modular » NM Classic (NM1 or G1)
Nord Modular Editor on OS X using wine
Post new topic   Reply to topic Moderators: Nord Modular Editors
Page 3 of 6 [140 Posts]
View unread posts
View new posts in the last week
Mark the topic unread :: View previous topic :: View next topic
Goto page: Previous 1, 2, 3, 4, 5, 6 Next
Author Message
Mr.X



Joined: Oct 25, 2015
Posts: 3
Location: Canada

PostPosted: Sun Oct 25, 2015 12:34 pm    Post subject: Newbie Help
Subject description: Patched version of Wine?
Reply with quote  Mark this post and the followings unread

I'm wondering if some incredibly kind person that has successfully patched Wine for OSX so it will send/receive SysEx would be willing to post it here or PM me with the file so I too can use Wine with MIDI SysEx.
I'm a PC guy and am completely lost when it comes to building/patching source code on OSX, or even doing command-line stuff on OSX.

Hopefully it's something that someone wouldn't mind doing. Smile

Thank you, and also thank you so much tinez for making that patch!!
Back to top
View user's profile Send private message
wearethenemy



Joined: Oct 31, 2015
Posts: 1
Location: barcelona

PostPosted: Sat Oct 31, 2015 6:37 am    Post subject: Bug Reply with quote  Mark this post and the followings unread

Hi guys! I have some problems, when i brew install --build-from-source wine, appears this:

Error: compile error
/usr/local/Library/Formula/wine.rb:17: syntax error, unexpected kEND, expecting $end
Please report this bug:
https://git.io/brew-troubleshooting
/usr/local/Library/Formula/wine.rb:17:in `load_formula'
/usr/local/Library/Homebrew/formulary.rb:34:in `load_formula_from_path'
/usr/local/Library/Homebrew/formulary.rb:83:in `load_file'
/usr/local/Library/Homebrew/formulary.rb:74:in `klass'
/usr/local/Library/Homebrew/formulary.rb:70:in `get_formula'
/usr/local/Library/Homebrew/formulary.rb:205:in `factory'
/usr/local/Library/Homebrew/formulary.rb:358:in `find_with_priority'
/usr/local/Library/Homebrew/extend/ARGV.rb:20:in `formulae'
/usr/local/Library/Homebrew/extend/ARGV.rb:16:in `map'
/usr/local/Library/Homebrew/extend/ARGV.rb:16:in `formulae'
/usr/local/Library/Homebrew/cmd/install.rb:45:in `install'
/usr/local/Library/brew.rb:146:in `send'
/usr/local/Library/brew.rb:146


Don't know exactly what's happen, by the way this is my wine.rb:

# NOTE: When updating Wine, please check Wine-Gecko and Wine-Mono for updates
# too:
# - http://wiki.winehq.org/Gecko
# - http://wiki.winehq.org/Mono
class Wine <Formula> :nounzip
sha256 'f01fafa6d7aab995c38add77315c4cbc2f32f52d5d6a9350056f42b62d631fd8'
end

resource 'mono' do
url 'https://downloads.sourceforge.net/wine/wine-mono-0.0.8.msi', :using => :nounzip
sha256 '3dfc23bbc29015e4e538dab8b83cb825d3248a0e5cf3b3318503ee7331115402'
end
patch do
url "https://raw.githubusercontent.com/tinez/patches/master/wine/winecoreaudio_sysex.patch"
sha256 'a4a91359ecce2a3fbaf559c692f374e9c6bcdbec50b75c01868dd26f6214fa33'
end
end

bottle do
sha1 "348f15e19880888d19d04d2fe4bad42048fe6828" => :yosemite
sha1 "69f05602ecde44875cf26297871186aaa0b26cd7" => :mavericks
sha1 "a89371854006687b74f4446a52ddb1f68cfafa7e" => :mountain_lion
end

devel do
url "https://downloads.sourceforge.net/project/wine/Source/wine-1.7.46.tar.bz2"
sha256 "9ab4046cc676de3054f9f2560e7d757b25324f72dd9a9cfed0d4aa48cc87350b"

depends_on "samba" => :optional
depends_on "gnutls"

# Patch to fix screen-flickering issues. Still relevant on 1.7.23.
# https://bugs.winehq.org/show_bug.cgi?id=34166
patch do
url "https://bugs.winehq.org/attachment.cgi?id=47639"
sha256 "3054467e0b1ef9efce3e1b24497bd26e00c4727e8bd7b1e990d1352bb1819de0"
end
end

head do
url "git://source.winehq.org/git/wine.git"
depends_on "samba" => :optional
option "with-win64",
"Build with win64 emulator (won't run 32-bit binaries.)"
end

# note that all wine dependencies should declare a --universal option in their formula,
# otherwise homebrew will not notice that they are not built universal
def require_universal_deps?
MacOS.prefer_64_bit?
end

# Wine will build both the Mac and the X11 driver by default, and you can switch
# between them. But if you really want to build without X11, you can.
depends_on :x11 => :recommended
depends_on 'pkg-config' => :build
depends_on 'freetype'
depends_on 'jpeg'
depends_on 'libgphoto2'
depends_on 'little-cms2'
depends_on 'libicns'
depends_on 'libtiff'
depends_on 'sane-backends'
depends_on 'libgsm' => :optional

resource 'gecko' do
url "https://downloads.sourceforge.net/wine/wine_gecko-2.36-x86.msi", :using => :nounzip
sha256 "afa457ce8f9885225b6e549dd6f154713ce15bf063c23e38c1327d2f869e128a"
end

resource 'mono' do
url "https://downloads.sourceforge.net/wine/wine-mono-4.5.6.msi", :using => :nounzip
sha256 "ac681f737f83742d786706529eb85f4bc8d6bdddd8dcdfa9e2e336b71973bc25"
end

fails_with :llvm do
build 2336
cause 'llvm-gcc does not respect force_align_arg_pointer'
end

fails_with :clang do
build 425
cause "Clang prior to Xcode 5 miscompiles some parts of wine"
end

# These libraries are not specified as dependencies, or not built as 32-bit:
# configure: libv4l, gstreamer-0.10, libcapi20, libgsm

# Wine loads many libraries lazily using dlopen calls, so it needs these paths
# to be searched by dyld.
# Including /usr/lib because wine, as of 1.3.15, tries to dlopen
# libncurses.5.4.dylib, and fails to find it without the fallback path.

def library_path
paths = %W[#{HOMEBREW_PREFIX}/lib /usr/lib]
paths.unshift(MacOS::X11.lib) if build.with? 'x11'
paths.join(':')
end

def wine_wrapper; <<-EOS.undent
#!/bin/sh
DYLD_FALLBACK_LIBRARY_PATH="#{library_path}" "#{bin}/wine.bin" "$@"
EOS
end

def install
ENV.m32 # Build 32-bit; Wine doesn't support 64-bit host builds on OS X.

# Help configure find libxml2 in an XCode only (no CLT) installation.
ENV.libxml2

args = ["--prefix=#{prefix}"]
args << "--disable-win16" if MacOS.version <= :leopard
args << "--enable-win64" if build.with? "win64"

# 64-bit builds of mpg123 are incompatible with 32-bit builds of Wine
args << "--without-mpg123" if Hardware.is_64_bit?

args << "--without-x" if build.without? 'x11'

system "./configure", *args

# The Mac driver uses blocks and must be compiled with an Apple compiler
# even if the rest of Wine is built with A GNU compiler.
unless ENV.compiler == :clang || ENV.compiler == :llvm || ENV.compiler == :gcc
system "make", "dlls/winemac.drv/Makefile"
inreplace "dlls/winemac.drv/Makefile" do |s|
# We need to use the real compiler, not the superenv shim, which will exec the
# configured compiler no matter what name is used to invoke it.
cc, cxx = s.get_make_var("CC"), s.get_make_var("CXX")
s.change_make_var! "CC", cc.sub(ENV.cc, "xcrun clang") if cc
s.change_make_var! "CXX", cc.sub(ENV.cxx, "xcrun clang++") if cxx

# Emulate some things that superenv would normally handle for us
# We're configured to use GNU GCC, so remote an unsupported flag
s.gsub! "-gstabs+", ""
# Pass the sysroot to support Xcode-only systems
cflags = s.get_make_var("CFLAGS")
cflags += " --sysroot=#{MacOS.sdk_path}"
s.change_make_var! "CFLAGS", cflags
end
end

system "make install"
(share/'wine/gecko').install resource('gecko')
(share/'wine/mono').install resource('mono')

# Use a wrapper script, so rename wine to wine.bin
# and name our startup script wine
mv bin/'wine', bin/'wine.bin'
(bin/'wine').write(wine_wrapper)

# Don't need Gnome desktop support
(share/'applications').rmtree
end

def caveats
s = <<-EOS.undent
You may want to get winetricks:
brew install winetricks

The current version of Wine contains a partial implementation of dwrite.dll
which may cause text rendering issues in applications such as Steam.
We recommend that you run winecfg, add an override for dwrite in the
Libraries tab, and edit the override mode to "disable". See:
https://bugs.winehq.org/show_bug.cgi?id=31374
EOS

if build.with? 'x11'
s += <<-EOS.undent

By default Wine uses a native Mac driver. To switch to the X11 driver, use
regedit to set the "graphics" key under "HKCU\Software\Wine\Drivers" to
"x11" (or use winetricks).

For best results with X11, install the latest version of XQuartz:
https://xquartz.macosforge.org/
EOS
end
return s
end
end



Im running OSX 10.8.5, hope to solve this issue to use my Nord Modular Very Happy!

Thanks guys u are great![/i]
Back to top
View user's profile Send private message
tomigonzo



Joined: Nov 06, 2015
Posts: 3
Location: Belgium

PostPosted: Fri Nov 06, 2015 4:32 am    Post subject: Reply with quote  Mark this post and the followings unread

Hi guys,

the editor is running well with wine but i can not connect my micro by usb midi.
It is "still looking" state (the midi cable works well with Live)
Any idea to fix it?
thank you
Back to top
View user's profile Send private message
Mr.X



Joined: Oct 25, 2015
Posts: 3
Location: Canada

PostPosted: Sat Nov 07, 2015 12:00 pm    Post subject: Easy Patch
Subject description: Quick way to update instead of build-from-source
Reply with quote  Mark this post and the followings unread

tinez has discovered that wine.app on OSX is dynamically linked, which means that a library can be replaced without having to re-compile all of wine! This is great news, and with his most-appreciated help, we tried this on my MacBook, and low and behold, it works perfectly!! He did the patching himself to winecoreaudio.drv.so and then I just replaced the existing file with this new one. A reboot and voila! I now have SysEx working on Wine!!!

So happy!

So here's the step-by-step. You'll need to know how to install a program and how to use basic terminal commands.

  1. Install Winebottler, version 1.7.53. No idea if it will work with 1.6.
  2. Download winecoreaudio.drv.zip and extract winecoreaudio.drv.so
  3. Put it somewhere easy to find. In my case we used ~
  4. Open terminal and type:
    Code:
    cd /Applications/Wine.app/Contents/Resources/lib/wine/
    cp ~/winecoreaudio.drv.so .

  5. Reboot and try wine.app with any Windows software that uses SysEx.


I'm not a Mac guy AT ALL, so let me know if I have any of these steps wrong or if this doesn't work for you! Also, I'm not responsible if your computer stops working after this!!


winecoreaudio.drv.zip
 Description:

Download
 Filename:  winecoreaudio.drv.zip
 Filesize:  70.87 KB
 Downloaded:  761 Time(s)

Back to top
View user's profile Send private message
indeep



Joined: Jun 05, 2008
Posts: 23
Location: indeep

PostPosted: Thu Nov 12, 2015 4:50 pm    Post subject: Reply with quote  Mark this post and the followings unread

Works like a charm.
Thanks for porting this ancient yet perfect piece of software back to my computer.
I have also a Drehbank software (only runs on pc) that might work with wine, (when i need to edit something, i have to start my old pc just to make some minor adjustments).
But yes congrats for this and for your effort.
Back to top
View user's profile Send private message
tomigonzo



Joined: Nov 06, 2015
Posts: 3
Location: Belgium

PostPosted: Sun Nov 15, 2015 4:20 pm    Post subject: Reply with quote  Mark this post and the followings unread

HI everyone,

it looks like i have any midi issue with the wine, the win editor app runs perfect with wine, but i can not make any connection via midi (not via usb-midi, not m-audio firewire midi)
any idea?

thank you
Back to top
View user's profile Send private message
membranoid



Joined: Nov 17, 2015
Posts: 4
Location: NY

PostPosted: Tue Nov 24, 2015 6:28 am    Post subject: Reply with quote  Mark this post and the followings unread

Did anyone have luck with running Nomad on OSX 10 using the same method?
Back to top
View user's profile Send private message
tinez



Joined: Aug 21, 2014
Posts: 9
Location: Poland, Katowice

PostPosted: Tue Nov 24, 2015 9:31 am    Post subject: Reply with quote  Mark this post and the followings unread

Is there any particuliar reason why you would like to work with Nomad instead of Clavias editor?
Back to top
View user's profile Send private message
membranoid



Joined: Nov 17, 2015
Posts: 4
Location: NY

PostPosted: Tue Nov 24, 2015 9:34 am    Post subject: Reply with quote  Mark this post and the followings unread

tinez wrote:
Is there any particuliar reason why you would like to work with Nomad instead of Clavias editor?


It's got Randomize! Very Happy
Back to top
View user's profile Send private message
JeEA



Joined: Sep 27, 2015
Posts: 27
Location: Denmark

PostPosted: Tue Dec 01, 2015 7:02 am    Post subject: Reply with quote  Mark this post and the followings unread

I Got nomad to work on a OSX yosimety, but
I have not yet connected my Micro modular.
The software seems to work.
I use the .jar exe file and open it with Java

I tried the osx version, but it Will not run.
The other version platform Independent 9,5 MB is the
one that seems to work for me

Cheers
Jens
Back to top
View user's profile Send private message
membranoid



Joined: Nov 17, 2015
Posts: 4
Location: NY

PostPosted: Tue Dec 01, 2015 12:58 pm    Post subject: Reply with quote  Mark this post and the followings unread

Well, I can open the Nomad app itself but when I connect my G1 it warns me with all sorts of midi timeouts. So, I can't get it to work on Yosemite. And yes, I use the platform independent installer. Please, let me know if you succeed with you Micro.


JeEA wrote:
I Got nomad to work on a OSX yosimety, but
I have not yet connected my Micro modular.
The software seems to work.
I use the .jar exe file and open it with Java

I tried the osx version, but it Will not run.
The other version platform Independent 9,5 MB is the
one that seems to work for me

Cheers
Jens
Back to top
View user's profile Send private message
JeEA



Joined: Sep 27, 2015
Posts: 27
Location: Denmark

PostPosted: Thu Dec 03, 2015 10:00 am    Post subject: Reply with quote  Mark this post and the followings unread

Damn you are right.
The software works, but no response from my micro. The USB midi flashes all the time as if it works, but it does not.

Do not know what to do now Rolling Eyes

Anyone who could make it work? Shocked

I am not into wine except from the ones you can drink Razz Wink

Cheers
Back to top
View user's profile Send private message
JeEA



Joined: Sep 27, 2015
Posts: 27
Location: Denmark

PostPosted: Sat Dec 05, 2015 7:28 am    Post subject: Reply with quote  Mark this post and the followings unread

Gave up on my Mac
Went back to Winxp and removed my USB/midi
interface and use only emagic emt4
That works great. Now i just need time to get to know "her" Wink

Cheers
Back to top
View user's profile Send private message
squarewhite



Joined: Jun 06, 2007
Posts: 82
Location: Asia

PostPosted: Mon Dec 07, 2015 7:09 am    Post subject: Reply with quote  Mark this post and the followings unread

hi there!

wonderful that Nord Modular Editor works great with Wine! But alas I've one more issue, I don't seem to see my Knob, Keyboard and Browsers Window only I can open the notes floater window. I was able to see if before until once I closed it and it never appeared again. I'm using Mission Control for multi windows as well.. but have deleted all the other windows and still don't see the Browser. The Keyboard window popped by when i change the resolution of the monitor. How can I find the other floating windows?

I'm on mac 10.8.5, Wine, Nord Modular Editor V3.03.exe.
Back to top
View user's profile Send private message
cooperator



Joined: Dec 10, 2015
Posts: 1
Location: austin, tx

PostPosted: Thu Dec 10, 2015 10:46 am    Post subject: Reply with quote  Mark this post and the followings unread

Howdy
Thanks for this excellent post. Confirmed working on both El Capitan and Yosemite.

I followed the guide to create a clickable dock icon at this site:
http://pim.famnit.upr.si/blog/forums.html?/archives/15-Executable-script-in-OS-X-for-standalone-windows-software.html

This is the contents of my AppleScript (my exe is stored in /Applications/Nord Modular Editor/):
Code:
do shell script "/usr/local/bin/wine \"/Applications/Nord Modular Editor/Nord Modular Editor v3.03.exe\""


If anyone is interested, I am attaching my icon (it is a micromodular because that is what I use).

Thanks again for such a useful post.


micromodular-icons.zip
 Description:
png and icons of the nord micromodular

Download
 Filename:  micromodular-icons.zip
 Filesize:  472.07 KB
 Downloaded:  487 Time(s)

Back to top
View user's profile Send private message
Mr.X



Joined: Oct 25, 2015
Posts: 3
Location: Canada

PostPosted: Thu Dec 31, 2015 8:07 pm    Post subject: MIDI Sysex now part of official Wine Reply with quote  Mark this post and the followings unread

The changes tinez proposed have been implemented in the latest Wine.

No patching should be necessary any more if you are running the latest Wine.

http://source.winehq.org/git/wine.git/commit/387fbdc7a164f5bdaba7a26a5da7a68fe7c39efc
Back to top
View user's profile Send private message
Redline



Joined: Nov 07, 2013
Posts: 33
Location: UK

PostPosted: Thu Jan 21, 2016 5:30 am    Post subject: Reply with quote  Mark this post and the followings unread

Just to report that this combo is currently working for me:

MacBook Pro and Mac Mini running El Capitan 10.11.2
Nord Micro & G1
M-Audio Uno USB Midi Interface
http://www.m-audio.com/products/view/uno#.VqDO5fHNDRw

WineBottler 1.8-rc4 Development
http://winebottler.kronenberg.org/

Nord Modular Editor v3.03.zip for Windows
http://www.nordkeyboards.com/downloads/legacy/nord-modular

Downloaded and installed Wine in the usual way, didn't have to go anywhere near Mac Terminal, the Editor now opens in Wine by default.

Stable so far... Smile

EDIT: Above combo also working using the MOTU UltraLite-mk3 Hybrid instead of M-Audio Uno:

MOTU MIDI Out > Nord PC In
MOTU MIDI In > Nord PC Out
Back to top
View user's profile Send private message
Ster Alliance



Joined: Jan 25, 2016
Posts: 7
Location: Amsterdam

PostPosted: Mon Jan 25, 2016 3:47 pm    Post subject: osx 10.8.5
Subject description: newby
Reply with quote  Mark this post and the followings unread

hi, I have been reading all the comments.
I just got a Nord Modular G1 and I am running osx 10.8.5 ..

can someone pls help me set up my Editor, I don't really get it all here.

thnx
Back to top
View user's profile Send private message
Redline



Joined: Nov 07, 2013
Posts: 33
Location: UK

PostPosted: Tue Jan 26, 2016 2:42 am    Post subject: Re: osx 10.8.5
Subject description: newby
Reply with quote  Mark this post and the followings unread

Ster Alliance wrote:
hi, I have been reading all the comments.
I just got a Nord Modular G1 and I am running osx 10.8.5 ..

can someone pls help me set up my Editor, I don't really get it all here.

thnx


Are you using the original Windows editor under Wine?

If so, plug the G1 PC In/Out sockets into your MIDI interface and go to Setup > MIDI in the Editor software. You should see your MIDI interface listed in the Port 1 In and Out section at the top. Select and enable that and see if the Editor can find the G1.

As you've gathered from looking at other peoples posts, it's pretty hit or miss getting the software to work.
Back to top
View user's profile Send private message
Ster Alliance



Joined: Jan 25, 2016
Posts: 7
Location: Amsterdam

PostPosted: Tue Jan 26, 2016 4:08 am    Post subject: Re: osx 10.8.5
Subject description: newby
Reply with quote  Mark this post and the followings unread

"Are you using the original Windows editor under Wine?

If so, plug the G1 PC In/Out sockets into your MIDI interface and go to Setup > MIDI in the Editor software. You should see your MIDI interface listed in the Port 1 In and Out section at the top. Select and enable that and see if the Editor can find the G1.

As you've gathered from looking at other peoples posts, it's pretty hit or miss getting the software to work.[/quote]

thank you for your reply

I installed Wine and then I try to install / open editor but then nothing happens. I would like a step by step explanation if someone is willing to help me.

I am really not a computer wizzkid but I know it can be done so yeah..

thank you
Back to top
View user's profile Send private message
Redline



Joined: Nov 07, 2013
Posts: 33
Location: UK

PostPosted: Tue Jan 26, 2016 5:07 am    Post subject: Reply with quote  Mark this post and the followings unread

After downloading Wine and installing it, I downloaded this Editor:

Nord Modular Editor v3.03.zip Download for Windows
http://www.nordkeyboards.com/downloads/legacy/nord-modular

Unzip it
You should see a file called "Nord Modular Editor v3.03.exe"

Open Wine
Click on the Wineglass icon on your tool bar at the top of the screen.
Select File Manager

After a short while you should get a window with the folder structure of your Mac, find the Nord Modular Editor v3.03.exe that you unzipped, right click on that file and select Open.

Works here, once you've done this for the first time you should be able to double-click on Nord Modular Editor v3.03.exe and it will launch Wine and open the editor in one go without having to do the above steps.
Back to top
View user's profile Send private message
Ster Alliance



Joined: Jan 25, 2016
Posts: 7
Location: Amsterdam

PostPosted: Tue Jan 26, 2016 6:16 am    Post subject: Reply with quote  Mark this post and the followings unread

thank you very much.. I will try it once I get home.

fingers crossed Very Happy
Back to top
View user's profile Send private message
Ster Alliance



Joined: Jan 25, 2016
Posts: 7
Location: Amsterdam

PostPosted: Tue Jan 26, 2016 9:03 am    Post subject: Reply with quote  Mark this post and the followings unread

Redline wrote:
After downloading Wine and installing it, I downloaded this Editor:

Nord Modular Editor v3.03.zip Download for Windows
http://www.nordkeyboards.com/downloads/legacy/nord-modular

Unzip it
You should see a file called "Nord Modular Editor v3.03.exe"

Open Wine
Click on the Wineglass icon on your tool bar at the top of the screen.
Select File Manager

After a short while you should get a window with the folder structure of your Mac, find the Nord Modular Editor v3.03.exe that you unzipped, right click on that file and select Open.

Works here, once you've done this for the first time you should be able to double-click on Nord Modular Editor v3.03.exe and it will launch Wine and open the editor in one go without having to do the above steps.



my wine doesn't open at all ... which version is the best?
Back to top
View user's profile Send private message
Ster Alliance



Joined: Jan 25, 2016
Posts: 7
Location: Amsterdam

PostPosted: Tue Jan 26, 2016 9:09 am    Post subject: Reply with quote  Mark this post and the followings unread

I have now 1.8-rc4 running but 1.6.1 did not work either. I open the Nord Modular Editor v3.03.zip and I open the .exe with wine. all in my downloads folder. Nothing happens.


am I doing something wrong or are there other ways to have Editor running on macbookpro osx 10.8.5

thank you
Back to top
View user's profile Send private message
Redline



Joined: Nov 07, 2013
Posts: 33
Location: UK

PostPosted: Tue Jan 26, 2016 12:18 pm    Post subject: Reply with quote  Mark this post and the followings unread

I'm using Wine 1.8-rc4 which seems to work fine but am on Mac 10.11.2.

I never used Wine under 10.8.5 so don't have any suggestions I'm afraid.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic Moderators: Nord Modular Editors
Page 3 of 6 [140 Posts]
View unread posts
View new posts in the last week
Goto page: Previous 1, 2, 3, 4, 5, 6 Next
Mark the topic unread :: View previous topic :: View next topic
 Forum index » Clavia Nord Modular » NM Classic (NM1 or G1)
Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Forum with support of Syndicator RSS
Powered by phpBB © 2001, 2005 phpBB Group
Copyright © 2003 through 2009 by electro-music.com - Conditions Of Use