<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[ChipMusic.org - Nanoloop 2.7 Backup on Mac Issues And Questions]]></title>
	<link rel="self" href="https://chipmusic.org:80/forums/feed/atom/topic/16664/"/>
	<updated>2015-06-03T20:13:39Z</updated>
	<generator>PunBB</generator>
	<id>https://chipmusic.org/forums/topic/16664/nanoloop-27-backup-on-mac-issues-and-questions/</id>
		<entry>
			<title type="html"><![CDATA[Re: Nanoloop 2.7 Backup on Mac Issues And Questions]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/230918/#p230918"/>
			<content type="html"><![CDATA[<p>MAMP is what I use to run/test it, too, but that&#039;s certainly not the solution for the end user. running a server is almost as complex as running nlmidi.</p>]]></content>
			<author>
				<name><![CDATA[oliver]]></name>
				<uri>https://chipmusic.org/oliver</uri>
			</author>
			<updated>2015-06-03T20:13:39Z</updated>
			<id>https://chipmusic.org/forums/post/230918/#p230918</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Nanoloop 2.7 Backup on Mac Issues And Questions]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/230917/#p230917"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>oliver wrote:</cite><blockquote><p>They only problem is that Chrome doesn&#039;t allow SysEx MIDI messages (on which nlmidi communications is built) from &quot;untrusted&quot; sources. It&#039;s not documtned anywhere, Chrome just suggests that you can add hosts to a list of exceptions, but that only works for localhost and silently fails on remote websites - which is clearly a bug in Chrome. Unfortunately, local file:// URLs don&#039;t work either, so you can&#039;t just save the page locally to work around this issue.<br />From what I read I think it may work when the web site is ssl encrypted, but before I spend money on a ssl-certificate I want to be sure.</p></blockquote></div><p>I&#039;ve gotten around a similar problem before by running a simple http server locally with python (or whatever) and hosting the page there.</p>]]></content>
			<author>
				<name><![CDATA[Adil Soubki]]></name>
				<uri>https://chipmusic.org/Adil+Soubki</uri>
			</author>
			<updated>2015-06-03T19:30:17Z</updated>
			<id>https://chipmusic.org/forums/post/230917/#p230917</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Nanoloop 2.7 Backup on Mac Issues And Questions]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/230825/#p230825"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>oliver wrote:</cite><blockquote><p>There will soon be a HTML version of the nlmidi tool that runs in chrome. With buttons and evrything.</p></blockquote></div><p>holy shit that&#039;s awesome</p>]]></content>
			<author>
				<name><![CDATA[metatronaut]]></name>
				<uri>https://chipmusic.org/metatronaut</uri>
			</author>
			<updated>2015-05-31T21:57:35Z</updated>
			<id>https://chipmusic.org/forums/post/230825/#p230825</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Nanoloop 2.7 Backup on Mac Issues And Questions]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/230823/#p230823"/>
			<content type="html"><![CDATA[<p>They only problem is that Chrome doesn&#039;t allow SysEx MIDI messages (on which nlmidi communications is built) from &quot;untrusted&quot; sources. It&#039;s not documtned anywhere, Chrome just suggests that you can add hosts to a list of exceptions, but that only works for localhost and silently fails on remote websites - which is clearly a bug in Chrome. Unfortunately, local file:// URLs don&#039;t work either, so you can&#039;t just save the page locally to work around this issue.<br />From what I read I think it may work when the web site is ssl encrypted, but before I spend money on a ssl-certificate I want to be sure.</p>]]></content>
			<author>
				<name><![CDATA[oliver]]></name>
				<uri>https://chipmusic.org/oliver</uri>
			</author>
			<updated>2015-05-31T21:33:31Z</updated>
			<id>https://chipmusic.org/forums/post/230823/#p230823</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Nanoloop 2.7 Backup on Mac Issues And Questions]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/230821/#p230821"/>
			<content type="html"><![CDATA[<p>oh, that&#039;s pretty handy</p>]]></content>
			<author>
				<name><![CDATA[e.s.c.]]></name>
				<uri>https://chipmusic.org/e.s.c.</uri>
			</author>
			<updated>2015-05-31T21:23:37Z</updated>
			<id>https://chipmusic.org/forums/post/230821/#p230821</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Nanoloop 2.7 Backup on Mac Issues And Questions]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/230818/#p230818"/>
			<content type="html"><![CDATA[<p>There will soon be a HTML version of the nlmidi tool that runs in chrome. With buttons and evrything.</p>]]></content>
			<author>
				<name><![CDATA[oliver]]></name>
				<uri>https://chipmusic.org/oliver</uri>
			</author>
			<updated>2015-05-31T20:59:52Z</updated>
			<id>https://chipmusic.org/forums/post/230818/#p230818</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Nanoloop 2.7 Backup on Mac Issues And Questions]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/230814/#p230814"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>Vegasdiamond wrote:</cite><blockquote><p>This is just OSX asking for root authentication to run a program. The way around this is to put the word &#039;sudo&#039; before &#039;./nlmidi02&#039;. This will prompt terminal to ask for your password. If you fill it in correctly everything will proceed as normal.</p><p>so: just type &#039;sudo ./nlmidi02 -XXXX&#039; and it will work</p><p>I can&#039;t vouch for nanoloop not erasing your stuff but 1) backing up is always a good idea. 2) When I updated my nanoloop one from 1.6 to 1.7 nothing got erased. A lot of my song data became unusable/sounded different because of function changes though. Of course, 1.6 to 1.7 was&nbsp; a pretty big update, so maybe a small update won&#039;t change any sounds.</p></blockquote></div><p>kk, I&#039;ll try sudo before the code line!</p>]]></content>
			<author>
				<name><![CDATA[metatronaut]]></name>
				<uri>https://chipmusic.org/metatronaut</uri>
			</author>
			<updated>2015-05-31T19:09:47Z</updated>
			<id>https://chipmusic.org/forums/post/230814/#p230814</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Nanoloop 2.7 Backup on Mac Issues And Questions]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/230799/#p230799"/>
			<content type="html"><![CDATA[<p>This is just OSX asking for root authentication to run a program. The way around this is to put the word &#039;sudo&#039; before &#039;./nlmidi02&#039;. This will prompt terminal to ask for your password. If you fill it in correctly everything will proceed as normal.</p><p>so: just type &#039;sudo ./nlmidi02 -XXXX&#039; and it will work</p><p>I can&#039;t vouch for nanoloop not erasing your stuff but 1) backing up is always a good idea. 2) When I updated my nanoloop one from 1.6 to 1.7 nothing got erased. A lot of my song data became unusable/sounded different because of function changes though. Of course, 1.6 to 1.7 was&nbsp; a pretty big update, so maybe a small update won&#039;t change any sounds.</p>]]></content>
			<author>
				<name><![CDATA[Vegasdiamond]]></name>
				<uri>https://chipmusic.org/Vegasdiamond</uri>
			</author>
			<updated>2015-05-31T16:13:33Z</updated>
			<id>https://chipmusic.org/forums/post/230799/#p230799</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Nanoloop 2.7 Backup on Mac Issues And Questions]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/230793/#p230793"/>
			<content type="html"><![CDATA[<p>Hey all!</p><p>Sooo this is another issue in the series of issues I&#039;m having with NL <img src="https://chipmusic.org/forums/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p><p>I&#039;m trying to backup my songs to my Mac (I do have a PC, but Mac is where I keep my music stuff).</p><p>Here&#039;s what I input:<br />--:~ metatronaut$ cd /Users/metatronaut/Desktop/Nanoloop<br />--:Nanoloop metatronaut$ ./nlmidi02 -receive overkill.nl2<br />-bash: ./nlmidi02: Permission denied<br />--:Nanoloop metatronaut$</p><p>It keeps saying that permission is denied, and on the GBA, I input A+B+Up and the bar fills anyways.</p><p>Is there something I&#039;m doing wrong?</p><p>And second, I&#039;m afraid that if I update my cart to the newest version (2.7.7) that it&#039;ll wipe all my data (hence trying to backup).<br />Will this happen? Or am I completely safe?</p><p>Thanks again for putting up with me! <img src="https://chipmusic.org/forums/img/smilies/tongue.png" width="15" height="15" alt="tongue" /><br />-Sam</p>]]></content>
			<author>
				<name><![CDATA[metatronaut]]></name>
				<uri>https://chipmusic.org/metatronaut</uri>
			</author>
			<updated>2015-05-31T13:24:09Z</updated>
			<id>https://chipmusic.org/forums/post/230793/#p230793</id>
		</entry>
</feed>
