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 » Nomad - NM1 Open Source Editor
Error connecting
Post new topic   Reply to topic Moderators: Nord Modular Editors
Page 1 of 1 [21 Posts]
View unread posts
View new posts in the last week
Mark the topic unread :: View previous topic :: View next topic
Author Message
squarewhite



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

PostPosted: Thu Mar 13, 2008 5:02 am    Post subject: Error connecting Reply with quote  Mark this post and the followings unread

Hallo All,

having heard about this new open source editor for nm, i decided to download and install. I've also downloaded Plumstone for osx on ppc. without the plumstone nomad doesn't seem to even see my midi interfaces. but with plumstone, in connect/disconnect under nomad, it 'sees' my interfaces but when i apply, it spit out an error.

here it is

net.sf.nmedit.jsynth.SynthException: net.sf.nmedit.jnmprotocol2.MidiException: Communication timed out: 1205408622373 [error=-1001]
at net.sf.nmedit.jsynth.clavia.nordmodular.NordModular.connect(NordModular.java:411)
at net.sf.nmedit.jsynth.clavia.nordmodular.NordModular.setConnected(NordModular.java:881)
at net.sf.nmedit.jsynth.nomad.forms.SynthObjectForm.trySetConnectedState(SynthObjectForm.java:958)
at net.sf.nmedit.jsynth.nomad.forms.SynthObjectForm$1$1.run(SynthObjectForm.java:599)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Caused by: net.sf.nmedit.jnmprotocol2.MidiException: Communication timed out: 1205408622373 [error=-1001]
at net.sf.nmedit.jnmprotocol2.NmProtocol.heartbeatImpl(NmProtocol.java:5Cool
at net.sf.nmedit.jsynth.clavia.nordmodular.NordModular$SchedulingProtocol.heartbeatImpl(NordModular.java:252)
at net.sf.nmedit.jnmprotocol2.AbstractNmProtocol.heartbeat(AbstractNmProtocol.java:154)
at net.sf.nmedit.jnmprotocol2.NmMessageAcceptor.waitForReply(NmMessageAcceptor.java:114)
at net.sf.nmedit.jsynth.clavia.nordmodular.NordModular.connect(NordModular.java:358)
... 10 more
what should i do?

osx 10.4.10, nm keys, ibook g4 ppc

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



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

PostPosted: Thu Mar 13, 2008 5:03 am    Post subject: Reply with quote  Mark this post and the followings unread

ah, midi interface for nm data transfer - midiman midisport 2x2
for normal midi notes transfer - motu midi express
Back to top
View user's profile Send private message
squarewhite



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

PostPosted: Thu Mar 13, 2008 5:04 am    Post subject: Reply with quote  Mark this post and the followings unread

ah the coffee is not strong enough.

i've assign input and output on port a in/out on the midisport. then i get this error,

net.sf.nmedit.jsynth.SynthException: Invalid plug MidiPlug[name=Port A (MidiIN:1),vendor=M-Audio,description=Midi IN port:1] for net.sf.nmedit.jsynth.midi.MidiPort[name='pc-out',type=TRANSMITTER,plug=MidiPlug[name=Real Time Sequencer,vendor=Sun Microsystems,description=Software sequencer]].
at net.sf.nmedit.jsynth.midi.MidiPort.setPlug(MidiPort.java:110)
at net.sf.nmedit.jsynth.nomad.forms.SynthPropertiesDialog$PortSettingsDialog.applyPortSettings(SynthPropertiesDialog.java:248)
at net.sf.nmedit.jsynth.nomad.forms.SynthPropertiesDialog$PortSettingsDialog$MyAction.run(SynthPropertiesDialog.java:223)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:180)
at java.awt.Dialog$1.run(Dialog.java:535)
at java.awt.Dialog$2.run(Dialog.java:563)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Dialog.show(Dialog.java:561)
at java.awt.Component.show(Component.java:1302)
at java.awt.Component.setVisible(Component.java:1255)
at net.sf.nmedit.jsynth.nomad.forms.SynthObjectForm.showSettings(SynthObjectForm.java:1257)
at net.sf.nmedit.jsynth.nomad.forms.SynthObjectForm$2.actionPerformed(SynthObjectForm.java:609)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1882)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2202)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
at java.awt.Component.processMouseEvent(Component.java:5583)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
at java.awt.Component.processEvent(Component.java:5348)
at java.awt.Container.processEvent(Container.java:2010)
at java.awt.Component.dispatchEventImpl(Component.java:4050)
at java.awt.Container.dispatchEventImpl(Container.java:2068)
at java.awt.Component.dispatchEvent(Component.java:3885)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4256)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3936)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3866)
at java.awt.Container.dispatchEventImpl(Container.java:2054)
at java.awt.Window.dispatchEventImpl(Window.java:1791)
at java.awt.Component.dispatchEvent(Component.java:3885)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Back to top
View user's profile Send private message
wesen



Joined: May 05, 2007
Posts: 30
Location: germany

PostPosted: Thu Mar 13, 2008 6:17 am    Post subject: Reply with quote  Mark this post and the followings unread

That real time sequencer error seems to show up with plumstone/mandolane very often. Either try the latest mmj (it should be 0.85 i think), or osxmidispi. Regarding the interfaces not recognized with osxmidispi, I'llhave a look. Sorry for all the midi troubles, this is quite a tricky area (despite it sounding so easy)...
Back to top
View user's profile Send private message
blue hell
Site Admin


Joined: Apr 03, 2004
Posts: 24079
Location: The Netherlands, Enschede
Audio files: 278
G2 patch files: 320

PostPosted: Thu Mar 13, 2008 6:23 am    Post subject: Reply with quote  Mark this post and the followings unread

wesen wrote:
this is quite a tricky area (despite it sounding so easy)...


But you seem to have almost perfect compatibility now with the original Clavia editor Wink

_________________
Jan
also .. could someone please turn down the thermostat a bit.
Posted Image, might have been reduced in size. Click Image to view fullscreen.
Back to top
View user's profile Send private message Visit poster's website
squarewhite



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

PostPosted: Thu Mar 13, 2008 6:48 am    Post subject: Reply with quote  Mark this post and the followings unread

mmj is at 0.84. using either mmj or the oxsmidispi still doesn't show up my midi interface. only with plumstone but then same error. always at one time it's either mmj or osxmidispi or plumstone in my java/extensions
Back to top
View user's profile Send private message
human.koala



Joined: Mar 13, 2008
Posts: 2
Location: france

PostPosted: Thu Mar 13, 2008 9:34 am    Post subject: Reply with quote  Mark this post and the followings unread

Hi,

first thanks to save our g1 modular ;o)
the new editor rules !!
i have the same problem here

micromodular
Os X 10.4.1
Presonus firepod for pc in/out

unable to see my midi ports with mmj & oxsmidispi
and with plumstone error while trying to connect to the modular

i will send the error log later if it could help

thanx ;o)

HK
http://www.humankoala.com
Back to top
View user's profile Send private message
wesen



Joined: May 05, 2007
Posts: 30
Location: germany

PostPosted: Thu Mar 13, 2008 9:56 am    Post subject: Reply with quote  Mark this post and the followings unread

Ok I think I am filtering out ports with only 1 endpoint in my osxmidispi, and mmj seems to do the same. I will check this when I have some time this weekend. Sorry to keep you waiting folks.
Back to top
View user's profile Send private message
human.koala



Joined: Mar 13, 2008
Posts: 2
Location: france

PostPosted: Thu Mar 13, 2008 10:03 am    Post subject: Reply with quote  Mark this post and the followings unread

panipwoblem,

thanx for all this work ;o)


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



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

PostPosted: Thu Mar 20, 2008 12:31 am    Post subject: Reply with quote  Mark this post and the followings unread

any help yet?
Back to top
View user's profile Send private message
gomidas



Joined: Jul 09, 2004
Posts: 365
Location: La Ciotat, France
Audio files: 1
G2 patch files: 6

PostPosted: Sat Mar 22, 2008 4:46 am    Post subject: Reply with quote  Mark this post and the followings unread

The platform independent works for me http://downloads.sourceforge.net/nmedit/nomad-0-3_2.zip?use_mirror=osdn

Hope it helps?
Back to top
View user's profile Send private message
squarewhite



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

PostPosted: Thu Mar 27, 2008 9:29 am    Post subject: Reply with quote  Mark this post and the followings unread

hi,

thanks for the link.

well i've click on the nomad.jar file. it opens up but still the connect and disconnect error appears.

i forgot the mention that i'm on

ibook g4 1,33ghz 1,2 gb rams, nord modular keys, midiman midisport 2x2 connected to pc ports

i could post the error messages if needed.

what else? which java version do i need?
Back to top
View user's profile Send private message
gomidas



Joined: Jul 09, 2004
Posts: 365
Location: La Ciotat, France
Audio files: 1
G2 patch files: 6

PostPosted: Thu Mar 27, 2008 3:23 pm    Post subject: Reply with quote  Mark this post and the followings unread

Connection Timeout?...Did you try to change the midi clock to "EXT" in the NM Keyboard?
You need java 5 (1.5) or 6 (1.6)

Goog luck
Back to top
View user's profile Send private message
onebigdoor



Joined: Mar 27, 2008
Posts: 2
Location: ny

PostPosted: Thu Mar 27, 2008 4:20 pm    Post subject: Reply with quote  Mark this post and the followings unread

having similar issues.
on os 10.5 PPC G5
the osxmidispi gives me no options on the connections page
plumstone gives me an error when i hit apply
and mmj gives me all of my midi ports and doesn't give an error when i apply, but all settings on settings page are greyed out, and i still don't seem connected.
Back to top
View user's profile Send private message
gomidas



Joined: Jul 09, 2004
Posts: 365
Location: La Ciotat, France
Audio files: 1
G2 patch files: 6

PostPosted: Fri Mar 28, 2008 1:18 am    Post subject: Reply with quote  Mark this post and the followings unread

onebigdoor wrote:
having similar issues.
on os 10.5 PPC G5
the osxmidispi gives me no options on the connections page
plumstone gives me an error when i hit apply
and mmj gives me all of my midi ports and doesn't give an error when i apply, but all settings on settings page are greyed out, and i still don't seem connected.


and did you try mandolane?
http://www.mandolane.co.uk/swMandoMidi.html
Back to top
View user's profile Send private message
onebigdoor



Joined: Mar 27, 2008
Posts: 2
Location: ny

PostPosted: Fri Mar 28, 2008 6:28 am    Post subject: Reply with quote  Mark this post and the followings unread

thanks for the reply, i can't wait to get this working. it's very exciting.

yes, i tried mandolane and had the same result as plumstone.

i should add that i'm using a motu fastlane as an interface, and the osx editor from clavia works (with it's bugs, of course)
Back to top
View user's profile Send private message
squarewhite



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

PostPosted: Fri Mar 28, 2008 9:04 am    Post subject: Reply with quote  Mark this post and the followings unread

yes it's a good software compared to the osx editor for the nord.

but it doesn't work.. such a pity.

i've upgraded my java to 6. tried plumstone, or mmj, but still no luck. what else could one have over look?
Back to top
View user's profile Send private message
julien



Joined: Dec 08, 2006
Posts: 56
Location: Paris

PostPosted: Mon Mar 31, 2008 12:34 am    Post subject: Reply with quote  Mark this post and the followings unread

Hello did you try the OSX midi implementation ? The one delivered by the project ?
Back to top
View user's profile Send private message
squarewhite



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

PostPosted: Mon Mar 31, 2008 1:05 am    Post subject: Reply with quote  Mark this post and the followings unread

hi yes, I've tried java osx midi implementation witth the nomad version 0.32 (platform independent) and the osx verison. both doesn't show my midi devices. only with plumstone that i see my midi devices, but failure connecting with the nord modular.

here is the error message with plumstone

net.sf.nmedit.jsynth.SynthException: Invalid plug MidiPlug[name=Port B (MidiIN:2),vendor=M-Audio,description=Midi IN port:2] for net.sf.nmedit.jsynth.midi.MidiPort[name='pc-out',type=TRANSMITTER,plug=MidiPlug[name=Real Time Sequencer,vendor=Sun Microsystems,description=Software sequencer]].
at net.sf.nmedit.jsynth.midi.MidiPort.setPlug(MidiPort.java:110)
at net.sf.nmedit.jsynth.nomad.forms.SynthPropertiesDialog$PortSettingsDialog.applyPortSettings(SynthPropertiesDialog.java:248)
at net.sf.nmedit.jsynth.nomad.forms.SynthPropertiesDialog$PortSettingsDialog$MyAction.run(SynthPropertiesDialog.java:223)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:180)
at java.awt.Dialog$1.run(Dialog.java:535)
at java.awt.Dialog$2.run(Dialog.java:563)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Dialog.show(Dialog.java:561)
at java.awt.Component.show(Component.java:1302)
at java.awt.Component.setVisible(Component.java:1255)
at net.sf.nmedit.jsynth.nomad.forms.SynthObjectForm.showSettings(SynthObjectForm.java:1257)
at net.sf.nmedit.jsynth.nomad.forms.SynthObjectForm$2.actionPerformed(SynthObjectForm.java:609)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1882)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2202)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
at java.awt.Component.processMouseEvent(Component.java:5583)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
at java.awt.Component.processEvent(Component.java:5348)
at java.awt.Container.processEvent(Container.java:2010)
at java.awt.Component.dispatchEventImpl(Component.java:4050)
at java.awt.Container.dispatchEventImpl(Container.java:2068)
at java.awt.Component.dispatchEvent(Component.java:3885)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4256)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3936)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3866)
at java.awt.Container.dispatchEventImpl(Container.java:2054)
at java.awt.Window.dispatchEventImpl(Window.java:1791)
at java.awt.Component.dispatchEvent(Component.java:3885)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Back to top
View user's profile Send private message
squarewhite



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

PostPosted: Mon Mar 31, 2008 1:08 am    Post subject: Reply with quote  Mark this post and the followings unread

what does this mean?

net.sf.nmedit.jsynth.SynthException: Invalid plug MidiPlug[name=Port B (MidiIN:2),vendor=M-Audio,description=Midi IN port:2] for net.sf.nmedit.jsynth.midi.MidiPort[name='pc-out',type=TRANSMITTER,plug=MidiPlug[name=Real Time Sequencer,vendor=Sun Microsystems,description=Software sequencer]].

could it be that java doesn't recognise the midisport?

i could try on my motu micro express and get back with results.

just to be sure the connection with the ports labeled PC from Nord modular, right? that's the only way data info can be sent.

regards

d
Back to top
View user's profile Send private message
julien



Joined: Dec 08, 2006
Posts: 56
Location: Paris

PostPosted: Mon Mar 31, 2008 1:23 am    Post subject: Reply with quote  Mark this post and the followings unread

Yes you have to plug in the PC port on the nord.

Did you install the last version of Java and Plumstone ? You can also give a try to your other interface.
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 1 of 1 [21 Posts]
View unread posts
View new posts in the last week
Mark the topic unread :: View previous topic :: View next topic
 Forum index » Clavia Nord Modular » Nomad - NM1 Open Source Editor
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