Skip to content

Commit

Permalink
fixes issue 76. bumped to 1.0.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
Erich Izdepski committed Sep 8, 2021
1 parent 999f0a2 commit c94e64d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions app/main/tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,8 @@ var allTools = {
//will not process filenames with spaces. tried single quotes and did not work, even though does in powershell.
let command = "hxcfe -finput:" + source + path.sep + fileName + " -foutput:"
+ destination + path.sep + path.parse(fileName).name + ".hfe"
+ " -conv -ifmode:GENERIC_SHUGART_DD_FLOPPYMODE -uselayout:ENSONIQ_MIRAGE_440KB"
+ " -conv -ifmode:GENERIC_SHUGART_DD_FLOPPYMODE"
//var msg = exec("hxcfe -finput:${source}\\analog.edm -foutput:${destination}\\analog.hfe -conv -ifmode:GENERIC_SHUGART_DD_FLOPPYMODE")
//layout: ENSONIQ_MIRAGE_440KB : Ensoniq Mirage 3"5 DD Floppy Disk. This lets command work with img or edm files.
console.log(command)
let msg = exec(command)

Expand Down Expand Up @@ -210,7 +209,7 @@ var allTools = {


help: {"writeDiskImage":`Write a mirage disk image from 384KB source audio files. Files must be unsigned 8 bit,
mono, PCM. The wave header will be removed if present. This creates a 440KB disk image file (extensioon .edm) for use with
mono, PCM. The wave header will be removed if present. This creates a 440KB disk image file (extension .edm) for use with
Omniflop or conversion to HFE. See the Software menu to download additional tools.`,

"convert_to_hfe":`Convert a disk image to hfe. You need to have HxCFloppyEmulator installed AND on your PATH.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wavsyn",
"version": "1.0.8",
"version": "1.0.9",
"description": "Tools for audio processing, creating disk images, and editing programs on the Ensoniq Mirage.",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit c94e64d

Please sign in to comment.