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
Nomad 0.3 pre-release available for DL
Post new topic   Reply to topic Moderators: Nord Modular Editors
Page 1 of 2 [30 Posts]
View unread posts
View new posts in the last week
Mark the topic unread :: View previous topic :: View next topic
Goto page: 1, 2 Next
Author Message
chresan



Joined: Jul 11, 2006
Posts: 150
Location: Karlsruhe, Germany

PostPosted: Mon Mar 10, 2008 12:50 pm    Post subject: Nomad 0.3 pre-release available for DL Reply with quote  Mark this post and the followings unread

Code:
Nomad 0.3 pre-release announcement

Hi everyone,

the second release of Nomad - Nord Modular Editor is finally out.
After 1.5 years of developing since the first release we are happy
to announce that Nomad is almost feature complete.

Apart from the basic things we implemented some new features to
improve the experience with the editor:
- embedded file browser
- macros: create tiny template patches which can be inserted into other patches
- module transformation: transform a module into another without loosing parameter values and connections
- randomizer: randomize the parameters of a patch or a set of modules
- arbitrary number of Nord Modular/Micro Modular synthesizers supported

Requirements:
-------------
- Java Runtime Environment (JRE) 5.0
- platform: platform independent

OS X users might need to install a MIDI service provider (SPI). See
   http://nmedit.sourceforge.net/userpage/help.html#osx-midi

Starting Nomad:
---------------
OS X:
   start the nomad application file like any other application

other platforms:
   start nomad.jar like any other application
   or manually using the command
      java -jar nomad.jar

Downloads are available at
   http://nmedit.sourceforge.net/

For support, questions, bug reports or anything else visit our forum at
   http://electro-music.com/forum/forum-138.html

_________________
----------------------
http://nmedit.sf.net
Back to top
View user's profile Send private message Visit poster's website
chresan



Joined: Jul 11, 2006
Posts: 150
Location: Karlsruhe, Germany

PostPosted: Mon Mar 10, 2008 12:58 pm    Post subject: screens & screencast Reply with quote  Mark this post and the followings unread

Here are two screencasts from Manuel:
http://inflection.bl0rg.net/~manuel/nomad1.swf
http://inflection.bl0rg.net/~manuel/nomad2.swf

and below two screenshots of nomad.


nomad-0-3-pic1.png
 Description:
nomad shot 1
 Filesize:  210.02 KB
 Viewed:  686 Time(s)
This image has been reduced to fit the page. Click on it to enlarge.

nomad-0-3-pic1.png



nomad-0-3-pic2.png
 Description:
nomad shot 2
 Filesize:  273.12 KB
 Viewed:  676 Time(s)
This image has been reduced to fit the page. Click on it to enlarge.

nomad-0-3-pic2.png



_________________
----------------------
http://nmedit.sf.net
Back to top
View user's profile Send private message Visit poster's website
JLS



Joined: Nov 05, 2005
Posts: 490
Location: Czech
Audio files: 30
G2 patch files: 316

PostPosted: Mon Mar 10, 2008 1:38 pm    Post subject: Reply with quote  Mark this post and the followings unread

Nice Job, but not working with my MicroModular.

Is normaly or not ?

Very thanks info about this.

Kamil

_________________
Sorry my bad English Smile
https://soundcloud.com/1jls
https://soundcloud.com/user-819966312-266044932
https://github.com/jlswbs
Back to top
View user's profile Send private message Visit poster's website
chresan



Joined: Jul 11, 2006
Posts: 150
Location: Karlsruhe, Germany

PostPosted: Mon Mar 10, 2008 1:43 pm    Post subject: Reply with quote  Mark this post and the followings unread

JLS wrote:
Nice Job, but not working with my MicroModular.

Is normaly or not ?

Very thanks info about this.

Kamil


No, the MicroModular should work quite fine. Which OS / Midi interface do you use ? Under OS x you have to install a midi service provider, see http://nmedit.sourceforge.net/userpage/help.html#osx-midi

_________________
----------------------
http://nmedit.sf.net
Back to top
View user's profile Send private message Visit poster's website
JLS



Joined: Nov 05, 2005
Posts: 490
Location: Czech
Audio files: 30
G2 patch files: 316

PostPosted: Mon Mar 10, 2008 1:49 pm    Post subject: Reply with quote  Mark this post and the followings unread

I using WinXP on PC platform - when set midi in/out generate this error report.

Kamil

net.sf.nmedit.jsynth.SynthException: Invalid plug MidiPlug[name=In-A USB MidiSport 2x2,vendor=Unknown vendor,description=No details available] for net.sf.nmedit.jsynth.midi.MidiPort[name='pc-out',type=TRANSMITTER,plug=MidiPlug[name=null,vendor=null,description=null]].
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(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.Dialog$1.run(Unknown Source)
at java.awt.Dialog.show(Unknown Source)
at java.awt.Component.show(Unknown Source)
at java.awt.Component.setVisible(Unknown Source)
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(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)

_________________
Sorry my bad English Smile
https://soundcloud.com/1jls
https://soundcloud.com/user-819966312-266044932
https://github.com/jlswbs
Back to top
View user's profile Send private message Visit poster's website
wesen



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

PostPosted: Mon Mar 10, 2008 1:56 pm    Post subject: Reply with quote  Mark this post and the followings unread

Hey,

I'm sorry to hear about the problem you encounter, we haven't done much testing under windows, except with my usb adapter baord, and it worked alright. I'll try it with windows and my midisport 4x4 and let you know when it's fixed.

Cheers, Manuel
Back to top
View user's profile Send private message
chresan



Joined: Jul 11, 2006
Posts: 150
Location: Karlsruhe, Germany

PostPosted: Mon Mar 10, 2008 2:05 pm    Post subject: Reply with quote  Mark this post and the followings unread

Kamil, we know that Java + MidiSport has caused problems on the linux platform. Perhaps the solution works for you too: Connect your nordmodular with the A-In/Out ports and see if this helps.
The exception you encounter is caused because Nomad could not find or open the midi device. Perhaps it is currently in use by another application. Also it is possible that your midi cables are connected wrong (MIDI-IN <-> MidiSport In and MIDI-OUT<->MidiSport Out)

_________________
----------------------
http://nmedit.sf.net
Back to top
View user's profile Send private message Visit poster's website
JLS



Joined: Nov 05, 2005
Posts: 490
Location: Czech
Audio files: 30
G2 patch files: 316

PostPosted: Mon Mar 10, 2008 2:24 pm    Post subject: Reply with quote  Mark this post and the followings unread

I tested in both my usb converter and same error.

MidiMan MidiSpot2x2

Motu midiExpress 128

In Clavia editor both converters working fine.

My next test download new Java and reinstaling.

_________________
Sorry my bad English Smile
https://soundcloud.com/1jls
https://soundcloud.com/user-819966312-266044932
https://github.com/jlswbs
Back to top
View user's profile Send private message Visit poster's website
chresan



Joined: Jul 11, 2006
Posts: 150
Location: Karlsruhe, Germany

PostPosted: Mon Mar 10, 2008 2:27 pm    Post subject: Reply with quote  Mark this post and the followings unread

JLS wrote:
I tested in both my usb converter and same error.
MidiMan MidiSpot2x2
Motu midiExpress 128
In Clavia editor both converters working fine.
My next test download new Java and reinstaling.


There is another post with the same error. I looked through our source code and now I am 99% sure that this is a Java-JRE bug - I still have to confirm this though. Would you be so kind to post the logfile.txt which you can find in the nomad directory.

_________________
----------------------
http://nmedit.sf.net
Back to top
View user's profile Send private message Visit poster's website
JLS



Joined: Nov 05, 2005
Posts: 490
Location: Czech
Audio files: 30
G2 patch files: 316

PostPosted: Mon Mar 10, 2008 2:34 pm    Post subject: Reply with quote  Mark this post and the followings unread

INFO : logging system initialized
INFO : application root is C:\00\nomad-0-3-pre
INFO : got SAX parser factory - com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@1f20eeb
INFO : configured, stopOnError=false, isValidating=true
INFO : plug-in and fragment descriptors registered - 15
INFO : integrity check done: errors - 0, warnings - 0
INFO : application plug-in is net.sf.nmedit.nomad.core
INFO : plug-in started - net.sf.nmedit.nmutils@0.1.0 (active/total: 1 of 15)
INFO : plug-in started - com.jgoodies.looks@2.1.4 (active/total: 2 of 15)
INFO : plug-in started - com.jgoodies.forms@1.1.0 (active/total: 3 of 15)
INFO : plug-in started - org.apache.xerces@2.9.0 (active/total: 4 of 15)
INFO : plug-in started - net.sf.nmedit.nomad.core@0.2.2 (active/total: 5 of 15)
INFO : plug-in started - org.w3.sac@1.3.0 (active/total: 6 of 15)
INFO : plug-in started - org.apache.xmlgraphics.batik@1.6.0 (active/total: 7 of 15)
INFO : plug-in started - org.mozilla.rhino@0.0.0.1_6R5 (active/total: 8 of 15)
INFO : plug-in started - net.sf.nmedit.jpatch@0.1.0 (active/total: 9 of 15)
INFO : plug-in started - org.jdom@1.0.0.xcvs (active/total: 10 of 15)
INFO : plug-in started - net.sf.cssparser@0.9.4 (active/total: 11 of 15)
INFO : plug-in started - net.sf.nmedit.jtheme@0.1.0 (active/total: 12 of 15)
INFO : plug-in started - net.sf.nmedit.jpdl2@2.0.0 (active/total: 13 of 15)
INFO : plug-in started - net.sf.nmedit.jsynth@0.1.0 (active/total: 14 of 15)
INFO : plug-in started - net.sf.nmedit.nordmodular@0.1.0 (active/total: 15 of 15)
INFO : Activating services...
INFO : Connected extensions: 7
INFO : Service implementation / Service: net.sf.nmedit.jsynth.nomad.Installer (description=JSynth installer) / net.sf.nmedit.nomad.core.service.initService.InitService
INFO : Service implementation / Service: net.sf.nmedit.nordmodular.Installer (description=Nord Modular plugin installer) / net.sf.nmedit.nomad.core.service.initService.InitService
INFO : Service implementation / Service: net.sf.nmedit.nomad.core.service.initService.ExplorerLocationMemory (description=remembers explorer locations) / net.sf.nmedit.nomad.core.service.initService.InitService
INFO : Service implementation / Service: net.sf.nmedit.nordmodular.NmFileService (description=Nord Modular patch 3.0) / net.sf.nmedit.nomad.core.service.fileService.FileService
INFO : Service implementation / Service: net.sf.nmedit.nordmodular.NewNordModularService (description=Nord Modular factory) / net.sf.nmedit.nomad.core.service.synthService.NewSynthService
INFO : Service implementation / Service: net.sf.nmedit.jtheme.InstallerService (description=Module Pane Installer) / net.sf.nmedit.nomad.core.service.initService.InitService
INFO : Service implementation / Service: net.sf.nmedit.jpatch.nomad.InstallerService (description=JPatch Installer) / net.sf.nmedit.nomad.core.service.initService.InitService
INFO : Setting UIDefaults ClassLoader in net.sf.nmedit.jtheme.clavia.nordmodular.JTNM1Context@163de4e: {PluginClassLoader: uid=11124894; {PluginDescriptor: uid=net.sf.nmedit.nordmodular@0.1.0}} (class org.java.plugin.standard.StandardPluginClassLoader)
INFO : Shutting down {net.sf.nmedit.nomad.core.NomadPlugin: manager=org.java.plugin.standard.StandardPluginManager@13caecd, descriptor={PluginDescriptor: uid=net.sf.nmedit.nomad.core@0.2.2}}
INFO : plug-in stopped - net.sf.nmedit.nordmodular@0.1.0 (active/total: 14 of 15)
INFO : plug-in stopped - net.sf.nmedit.jsynth@0.1.0 (active/total: 13 of 15)
INFO : plug-in stopped - net.sf.nmedit.jpdl2@2.0.0 (active/total: 12 of 15)
INFO : plug-in stopped - net.sf.nmedit.jtheme@0.1.0 (active/total: 11 of 15)
INFO : plug-in stopped - net.sf.cssparser@0.9.4 (active/total: 10 of 15)
INFO : plug-in stopped - org.jdom@1.0.0.xcvs (active/total: 9 of 15)
INFO : plug-in stopped - net.sf.nmedit.jpatch@0.1.0 (active/total: 8 of 15)
INFO : plug-in stopped - org.mozilla.rhino@0.0.0.1_6R5 (active/total: 7 of 15)
INFO : plug-in stopped - org.apache.xmlgraphics.batik@1.6.0 (active/total: 6 of 15)
INFO : plug-in stopped - org.w3.sac@1.3.0 (active/total: 5 of 15)
INFO : plug-in stopped - net.sf.nmedit.nomad.core@0.2.2 (active/total: 4 of 15)
INFO : plug-in stopped - org.apache.xerces@2.9.0 (active/total: 3 of 15)
INFO : plug-in stopped - com.jgoodies.forms@1.1.0 (active/total: 2 of 15)
INFO : plug-in stopped - com.jgoodies.looks@2.1.4 (active/total: 1 of 15)
INFO : plug-in stopped - net.sf.nmedit.nmutils@0.1.0 (active/total: 0 of 15)
INFO : shutdown done
INFO : logging system finalized
INFO : ---------------------------------
WARN : unknown listener org.java.plugin.standard.StandardPluginManager$1@1128ee5
INFO : shutdown done

_________________
Sorry my bad English Smile
https://soundcloud.com/1jls
https://soundcloud.com/user-819966312-266044932
https://github.com/jlswbs
Back to top
View user's profile Send private message Visit poster's website
Antimon



Joined: Jan 18, 2005
Posts: 4145
Location: Sweden
Audio files: 371
G2 patch files: 100

PostPosted: Mon Mar 10, 2008 2:43 pm    Post subject: Reply with quote  Mark this post and the followings unread

First of all:

Hail the Master banana

for this amazing piece of work that you have created. Judging by the screencasts this is a slick product indeed, surpassing the G2 in parts.

I got it working on my OSX 10.4.11 after a little hassle. I already had mmj installed (I've fiddled a bit with MIDI from Java earlier), but that didn't seem to agree with Nomad, so I had to remove the existing extension and install your bundled stuff instead. Then i got an error message but after a couple of trys I got it connected to my NM Key. Woohoo! Very Happy

The only remaining issue now is that I don't see any modules in the left-hand pane. I can right-click on the grey background and add modules that way. I tried clickin more and the + - icons. I'm going to fiddle a bit more with this tomorrow - can't wait to try out those macros!

Great work!

/Stefan

_________________
Antimon's Window
@soundcloud @Flattr home - you can't explain music
Back to top
View user's profile Send private message Visit poster's website
gomidas



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

PostPosted: Mon Mar 10, 2008 3:31 pm    Post subject: Re: Nomad 0.3 pre-release available for DL Reply with quote  Mark this post and the followings unread

chresan wrote:

...
Apart from the basic things we implemented some new features to
improve the experience with the editor:
- embedded file browser
- macros: create tiny template patches which can be inserted into other patches
- module transformation: transform a module into another without loosing parameter values and connections
- randomizer: randomize the parameters of a patch or a set of modules
- arbitrary number of Nord Modular/Micro Modular synthesizers supported


INCREDIBLE!!!AMAZING WORK!!!!

AND ABOUT MACROS...I WAS ABOUT TO CRY...WE SHOULD HAVE THIS FEATURE FOR THE G2 A LONG TIME AGO!!!! FOR MY NORD MODULAR, IT IS A SECOND LIFE!!!

BIG THANKS TO THE TEAM wow! Apple Linux Microsoft well-done well done
Back to top
View user's profile Send private message
chresan



Joined: Jul 11, 2006
Posts: 150
Location: Karlsruhe, Germany

PostPosted: Mon Mar 10, 2008 5:31 pm    Post subject: Reply with quote  Mark this post and the followings unread

Antimon wrote:
...
The only remaining issue now is that I don't see any modules in the left-hand pane.


Hi Stephan,

thanks for pointing this out. This happens when making code changes 5minutes before releasing Very Happy

We fixed the problem and updated the release. Just download Nomad again and you will find all modules where they should be.

Cheers

Christian

_________________
----------------------
http://nmedit.sf.net
Back to top
View user's profile Send private message Visit poster's website
m:o



Joined: Dec 20, 2006
Posts: 69
Location: Freiburg

PostPosted: Mon Mar 10, 2008 6:01 pm    Post subject: Reply with quote  Mark this post and the followings unread

Great release guys but besides that Nomad won't recognize my Midi Interface, how do i delete patched cables ?
Back to top
View user's profile Send private message
chresan



Joined: Jul 11, 2006
Posts: 150
Location: Karlsruhe, Germany

PostPosted: Mon Mar 10, 2008 6:13 pm    Post subject: Reply with quote  Mark this post and the followings unread

mSurprised wrote:
Great release guys but besides that Nomad won't recognize my Midi Interface, how do i delete patched cables ?


Either right click on the connector and then select "Disconnect" in the menu or double click a connector and drag'n'drop the cable into the nirvana Smile The cables themself are not clickable.

_________________
----------------------
http://nmedit.sf.net
Back to top
View user's profile Send private message Visit poster's website
m:o



Joined: Dec 20, 2006
Posts: 69
Location: Freiburg

PostPosted: Mon Mar 10, 2008 6:24 pm    Post subject: Reply with quote  Mark this post and the followings unread

chresan wrote:
mSurprised wrote:
Great release guys but besides that Nomad won't recognize my Midi Interface, how do i delete patched cables ?


Either right click on the connector and then select "Disconnect" in the menu or double click a connector and drag'n'drop the cable into the nirvana Smile The cables themself are not clickable.


it's not working (both ways). no contextmenu on right-click. also when i right-click on the backgroung of the editor (i think you can access module menus this way) nothing happens.
Back to top
View user's profile Send private message
hinotori



Joined: Mar 10, 2008
Posts: 11
Location: japan

PostPosted: Mon Mar 10, 2008 9:55 pm    Post subject: Reply with quote  Mark this post and the followings unread

after some messing about with plumstone (no luck) and your midi bits (also no luck) i installed mmj and it works. . . AMAZING WORK !
(btw..im using an ibook g4 to connect to an NM1 keyboard using a midisport 2x2 .)

many many thanks for all the time youve put into this . the additions will really speed up the creative workflow . . . great stuff . .. now back to the joys of patching Smile
Back to top
View user's profile Send private message
EIII



Joined: Mar 11, 2008
Posts: 2
Location: France

PostPosted: Tue Mar 11, 2008 2:04 am    Post subject: lucky ? unlucky ! Reply with quote  Mark this post and the followings unread

Firt of all , huge thanks for the hard works.

i'm on Xp , using a midisport 2*2 as a midi interface for the Nm1.

got the same error :

net.sf.nmedit.jsynth.SynthException: Invalid plug MidiPlug[name=In-A USB MidiSport 2x2,vendor=Unknown vendor,description=No details available] for net.sf.nmedit.jsynth.midi.MidiPort[name='pc-out',type=TRANSMITTER,plug=MidiPlug[name=null,vendor=null,description=null]].
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(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.Dialog$1.run(Unknown Source)
at java.awt.Dialog$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Dialog.show(Unknown Source)
at java.awt.Component.show(Unknown Source)
at java.awt.Component.setVisible(Unknown Source)
at java.awt.Window.setVisible(Unknown Source)
at java.awt.Dialog.setVisible(Unknown Source)
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(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)




I hope you will find a way ! i'm dying to start on working with the new release

Cheers :!
Back to top
View user's profile Send private message
Antimon



Joined: Jan 18, 2005
Posts: 4145
Location: Sweden
Audio files: 371
G2 patch files: 100

PostPosted: Tue Mar 11, 2008 4:44 am    Post subject: Reply with quote  Mark this post and the followings unread

chresan wrote:
Antimon wrote:
...
The only remaining issue now is that I don't see any modules in the left-hand pane.


Hi Stephan,

thanks for pointing this out. This happens when making code changes 5minutes before releasing Very Happy


No problem, you fixed it quickly enough. Smile I am eager to get home from work to try out Nomad some more.

/Stefan

_________________
Antimon's Window
@soundcloud @Flattr home - you can't explain music
Back to top
View user's profile Send private message Visit poster's website
frabo



Joined: Mar 11, 2008
Posts: 8
Location: cologne

PostPosted: Tue Mar 11, 2008 6:40 am    Post subject: Reply with quote  Mark this post and the followings unread

seems to be a very good work !
But I did not get a wire to my NM-Keyb. Sad
I get always a Midi Timeout error!

I'm on 0sx 10.4.11 and I tryed it with some devices:
- RME Fireface
- Novation remote SL
- evolution EV-10 (single midi-interface)

and I tryed with osxmidispi.jar and with mmj.jar

her is the error log:

net.sf.nmedit.jsynth.SynthException: net.sf.nmedit.jnmprotocol2.MidiException: timeout: 10000ms (net.sf.nmedit.jnmprotocol2.SynthSettingsMessage) [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: timeout: 10000ms (net.sf.nmedit.jnmprotocol2.SynthSettingsMessage) [error=-1001]
at net.sf.nmedit.jnmprotocol2.NmMessageAcceptor.waitForReply(NmMessageAcceptor.java:111)
at net.sf.nmedit.jsynth.clavia.nordmodular.NordModular.connect(NordModular.java:400)
... 10 more

thank you for any help
Confused
Back to top
View user's profile Send private message
nathan



Joined: Jan 07, 2008
Posts: 59
Location: amsterdam

PostPosted: Tue Mar 11, 2008 7:59 am    Post subject: Reply with quote  Mark this post and the followings unread

hey !
same as mine i think.
check the other topic.
not that i figured it out yet. ( well, manuel is trying to) Smile
Back to top
View user's profile Send private message Visit poster's website
frabo



Joined: Mar 11, 2008
Posts: 8
Location: cologne

PostPosted: Tue Mar 11, 2008 8:13 am    Post subject: Reply with quote  Mark this post and the followings unread

Hey,
I got it ! Yess !
I changed the midi clock to "EXT" in the NM-Keyb. !

It seems to get in trouble when the NM send all the time the Clock sysex

Wink
Back to top
View user's profile Send private message
wesen



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

PostPosted: Tue Mar 11, 2008 8:20 am    Post subject: Reply with quote  Mark this post and the followings unread

Ah good, that may be a reason why it gets into trouble. I'll check this Smile
Back to top
View user's profile Send private message
nathan



Joined: Jan 07, 2008
Posts: 59
Location: amsterdam

PostPosted: Tue Mar 11, 2008 8:47 am    Post subject: Reply with quote  Mark this post and the followings unread

haha!!! Very Happy
yes! thats it!
all working here now!
thanks a lot guys!

and Wesen>>> thanks for your time and offcourse all the developmenttime yuo put into this editor!
Back to top
View user's profile Send private message Visit poster's website
wesen



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

PostPosted: Tue Mar 11, 2008 9:08 am    Post subject: Reply with quote  Mark this post and the followings unread

You're welcome. You really have to thank christian for this, I must admit my goal was a little bit selfish, as I really wanted to edit nord patches in a comfy way. So I pushed christian to finish all the stuff and added some UI ameliorations for comfyness. And macros definitely rule Smile
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 2 [30 Posts]
View unread posts
View new posts in the last week
Goto page: 1, 2 Next
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