this is frequently asked
This commit is contained in:
parent
b2ccebaa8b
commit
c5fcf4e973
27
README.md
27
README.md
|
@ -332,6 +332,25 @@ this will play a compatible file and enable the commands view.
|
||||||
---
|
---
|
||||||
# frequently asked questions
|
# frequently asked questions
|
||||||
|
|
||||||
|
> where's the manual?
|
||||||
|
|
||||||
|
it is in [doc/](doc/README.md).
|
||||||
|
|
||||||
|
> is there a tutorial?
|
||||||
|
|
||||||
|
[a video tutorial (of a previous version) is available on YouTube](https://youtube.com/playlist?list=PLCELB6AsTZUnwv0PC5AAGHjvg47F44YQ1), made by Spinning Square Waves.
|
||||||
|
|
||||||
|
> can I import VGM or NSF?
|
||||||
|
|
||||||
|
nope. it's a feature that's been requested many times, but I don't have plans to implement that yet.
|
||||||
|
|
||||||
|
for NSF import, you can use [a modified version of FamiTracker called NSFImport](http://rainwarrior.ca/projects/nes/nsfimport.html), and then import the resulting .ftm into Furnace.
|
||||||
|
it's all speed 1 though, so don't expect any songs to be nicely laid out with instruments and all.
|
||||||
|
|
||||||
|
> how about MIDI? can I import these?
|
||||||
|
|
||||||
|
nope. it's not implemented.
|
||||||
|
|
||||||
> it doesn't open under macOS!
|
> it doesn't open under macOS!
|
||||||
|
|
||||||
this is due to Apple's application signing policy. a workaround is to right click on the Furnace app icon and select Open.
|
this is due to Apple's application signing policy. a workaround is to right click on the Furnace app icon and select Open.
|
||||||
|
@ -349,14 +368,6 @@ xattr -d com.apple.quarantine /path/to/Furnace.app
|
||||||
|
|
||||||
you may need to log out and/or reboot after doing this.
|
you may need to log out and/or reboot after doing this.
|
||||||
|
|
||||||
> where's the manual?
|
|
||||||
|
|
||||||
it is in [doc/](doc/README.md).
|
|
||||||
|
|
||||||
> is there a tutorial?
|
|
||||||
|
|
||||||
[a video tutorial (of a previous version) is available on YouTube](https://youtube.com/playlist?list=PLCELB6AsTZUnwv0PC5AAGHjvg47F44YQ1), made by Spinning Square Waves.
|
|
||||||
|
|
||||||
> I've lost my song!
|
> I've lost my song!
|
||||||
|
|
||||||
Furnace keeps backups of the songs you've worked on before. go to **file > restore backup**.
|
Furnace keeps backups of the songs you've worked on before. go to **file > restore backup**.
|
||||||
|
|
Loading…
Reference in a new issue