You are here

[Fixed] Solfege Portable : Features that require Csound not functioning [Fix(es) included]

2 posts / 0 new
Last post
3D1T0R
3D1T0R's picture
Offline
Last seen: 2 years 8 months ago
Developer
Joined: 2006-12-29 23:48
[Fixed] Solfege Portable : Features that require Csound not functioning [Fix(es) included]

Solfege Portable's "Intonation" feature does not function.
This is due first to Solfege not being able to find the Csound binary, and once that is fixed it also needs a DLL to be un-UPX'd:

  • The 'Launcher.ini' sets the csound key's value to the CSound directory, this should instead point to the EXE. i.e.

    [FileWrite1]
    Type=INI
    File=%PAL:DataDir%\SolfegeSettings\solfegerc
    Section=programs
    Key=csound
    Value=%PAL:AppDir%\Csound\csound.exe
    
  • The second issue is that even once the EXE is being called it has an issue with libgcc_s_dw2-1.dll, which appears to be caused by the UPX compression that has been applied to it as I was able to run it (and hear the intended sounds) after I had run FreeUPX's "DECOMPRESS" function on it.

And on a less important tangent Csound's own website(s) & documentation refers to it as Csound rather than CSound, so (despite the fact that Solfege's UI calls it CSound) I would think we should rename the CSound directory to Csound.

John T. Haller
John T. Haller's picture
Online
Last seen: 55 min 17 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Fixed in 3.22.2 Rev 2

This is fixed in 3.22.2 Rev 2

Sometimes, the impossible can become possible, if you're awesome!

Log in or register to post comments