Linux HLS Installation: Difference between revisions
Jump to navigation
Jump to search
(Created page with "==Linux HLS Installation== HLS runs under wine. To install, simply extract the zip file and run the HLS.exe with wine: unzip HLS_Install_6E.zip -d /path/to/HLS wine /path/t...") |
No edit summary |
||
Line 20: | Line 20: | ||
'''Note''': Prior to version 6B of HLS, the audio waveform display did not work correctly in wine. Joe updated the function call from PatBlt to a vector line draw which fixed the waveform display in wine. For more information read this thread: http://doityourselfchristmas.com/forums/showthread.php?21675-HLS-amp-Linux-using-wine | '''Note''': Prior to version 6B of HLS, the audio waveform display did not work correctly in wine. Joe updated the function call from PatBlt to a vector line draw which fixed the waveform display in wine. For more information read this thread: http://doityourselfchristmas.com/forums/showthread.php?21675-HLS-amp-Linux-using-wine | ||
[[Category:HLS]] | |||
[[Category:DIYC Index]] |
Revision as of 17:10, 23 January 2013
Linux HLS Installation
HLS runs under wine. To install, simply extract the zip file and run the HLS.exe with wine:
unzip HLS_Install_6E.zip -d /path/to/HLS wine /path/to/HLS/HLS.exe
Things tested under wine on a Debian 6.0 "Squeeze" system:
- Audio Playback
- Basic Sequencing
- E1.31 output
- Display Preview (without images, only drawing channel vectors)
- Custom effects
- Saving/Loading effects to libraries
- Saving/Loading channel layouts to libraries
- HLS's automatic check for a new version
Not Tested under wine:
- DMX/Renard output
- Over effects
- ???
Note: Prior to version 6B of HLS, the audio waveform display did not work correctly in wine. Joe updated the function call from PatBlt to a vector line draw which fixed the waveform display in wine. For more information read this thread: http://doityourselfchristmas.com/forums/showthread.php?21675-HLS-amp-Linux-using-wine