<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to support-requests</title><link href="https://sourceforge.net/p/nmedit/support-requests/" rel="alternate"/><link href="https://sourceforge.net/p/nmedit/support-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/nmedit/support-requests/</id><updated>2015-08-17T23:44:56.706000Z</updated><subtitle>Recent changes to support-requests</subtitle><entry><title>#2 Generating sounds on a Mac or PC using Nomad Without Hardware</title><link href="https://sourceforge.net/p/nmedit/support-requests/2/?limit=25#5059" rel="alternate"/><published>2015-08-17T23:44:56.706000Z</published><updated>2015-08-17T23:44:56.706000Z</updated><author><name>rmm1</name><uri>https://sourceforge.net/u/rmm1/</uri></author><id>https://sourceforge.net2b94ea3abb46b1a2ebc24cc852fa5360ee9379f9</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Is it possible to generate sound with the nomad application WITHOUT NORD Hardware?&lt;br/&gt;
I know you can generate sounds without hardware using the G2 1.40 editor.&lt;br/&gt;
But when I run NOMAD - I could not generate sounds just using it on a Mac or PC. Am I missing something?&lt;br/&gt;
Thanks,&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Generating sounds on a Mac or PC using Nomad Without Hardware</title><link href="https://sourceforge.net/p/nmedit/support-requests/2/" rel="alternate"/><published>2015-08-17T23:44:24.328000Z</published><updated>2015-08-17T23:44:24.328000Z</updated><author><name>rmm1</name><uri>https://sourceforge.net/u/rmm1/</uri></author><id>https://sourceforge.netceaebcfafd7d48fd5656ba07679b9c65812c8e1e</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Is it possible to generate sound with the nomad application WITHOUT NORD Hardware?&lt;br/&gt;
I know you can generate sounds without hardware using the G2 1.40 editor.&lt;br/&gt;
But when I  run NOMAD - I could not generate sounds just using it on a Mac or PC.  Am I missing something?&lt;br/&gt;
Thanks,&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>compilation breaks</title><link href="https://sourceforge.net/p/nmedit/support-requests/1/" rel="alternate"/><published>2003-09-21T16:02:00Z</published><updated>2003-09-21T16:02:00Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net31064b8c808f6bd87d996db0a04a8b524a99c878</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;Curious about the status of the nmedit project, I checked out the source from CVS today and tried a build. Compilation breaks :&lt;/p&gt;
&lt;p&gt;g++ -DPACKAGE_NAME=\&amp;amp;amp;quot;\&amp;amp;amp;quot; -DPACKAGE_TARNAME=\&amp;amp;amp;quot;\&amp;amp;amp;quot; -DPACKAGE_VERSION=\&amp;amp;amp;quot;\&amp;amp;amp;quot; -DPACKAGE_        STRING=\&amp;amp;amp;quot;\&amp;amp;amp;quot; -DPACKAGE_BUGREPORT=\&amp;amp;amp;quot;\&amp;amp;amp;quot; -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_        SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEM        ORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H        =1 -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DPACKAGE=\&amp;amp;amp;quot;nmedit-full\&amp;amp;amp;quot; -DVERSION=\&amp;amp;amp;quot;1.0\&amp;amp;amp;quot;         -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -I. -I. -I.. -Wp,-MD,.deps/patchparser.pp -c         patchparser.cc  -fPIC -DPIC -o .libs/patchparser.lo&lt;br /&gt;
In file included from patchparser.yy:26:&lt;br /&gt;
../nmpatch/nmlexer.h:31:23: FlexLexer.h: No such file or directory&lt;br /&gt;
In file included from patchparser.yy:26:&lt;br /&gt;
../nmpatch/nmlexer.h:34: error: syntax error before `{' token&lt;br /&gt;
patchparser.yy: In function `int nmlex()':&lt;br /&gt;
patchparser.yy:46: error: `nmlex' undeclared (first use this function)&lt;br /&gt;
patchparser.yy:46: error: (Each undeclared identifier is reported only once for &lt;br /&gt;
each function it appears in.)&lt;br /&gt;
y.tab.c: At global scope:&lt;br /&gt;
y.tab.c:222: error: member `std::string yyalloc::yyvs' with constructor not &lt;br /&gt;
allowed in union&lt;br /&gt;
y.tab.c:222: error: member `std::string yyalloc::yyvs' with destructor not &lt;br /&gt;
allowed in union&lt;br /&gt;
y.tab.c:222: error: member `std::string yyalloc::yyvs' with copy assignment &lt;br /&gt;
operator not allowed in union&lt;br /&gt;
patchparser.yy: In function `bool init_parser(const char*, Patch*)':&lt;br /&gt;
patchparser.yy:402: error: invalid use of undefined type `class NMLexer'&lt;br /&gt;
../nmpatch/nmlexer.h:34: error: forward declaration of `class NMLexer'&lt;br /&gt;
make[3]: *** [patchparser.lo] Error 1&lt;br /&gt;
make[3]: Leaving directory `/tmp/nmedit/nmedit/libs/libnmpatch/src'&lt;br /&gt;
make[2]: *** [all-recursive] Error 1&lt;br /&gt;
make[2]: Leaving directory `/tmp/nmedit/nmedit/libs/libnmpatch'&lt;br /&gt;
make[1]: *** [all-recursive] Error 1&lt;br /&gt;
make[1]: Leaving directory `/tmp/nmedit/nmedit/libs'&lt;br /&gt;
make: *** [all-recursive] Error 1&lt;/p&gt;
&lt;p&gt;Is the CVS tree broken at this moment, or should this not happen ?&lt;/p&gt;
&lt;p&gt;Regards &amp;amp;amp; keep up the good work,&lt;/p&gt;
&lt;p&gt;Ico&lt;/p&gt;
&lt;p&gt;Hmm, seems I posted this anonymously. My address is&lt;/p&gt;
&lt;p&gt;ico at pruts.nl&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>