Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - harleyman

Pages: [1]
1
General chat / Re: 4klang for newbies
« on: December 29, 2013 »
When running the "build.bat" from Clinkster.zip with a demo-song from Renoise 2.8.1 -> Songs

I get the error:

c:\temp\Clinkster\easy_exe>tools\RenoiseConvert DemoSong.xrns temp\music.asm
Traceback (most recent call last):
  File "RenoiseConvert.py", line 606, in <module>
  File "RenoiseConvert.py", line 524, in makeMusic
IndexError: list index out of range

------------
My Build :
del /q temp\*
del music.exe

tools\RenoiseConvert DemoSong.xrns temp\music.asm
tools\nasmw -f win32 src\clinkster.asm -o temp\clinkster.obj
tools\nasmw -f win32 src\play.asm -o temp\play.obj
tools\crinkler14\crinkler temp\clinkster.obj temp\play.obj /OUT:music.exe /ENTRY:main tools\kernel32.lib tools\user32.lib tools\winmm.lib tools\msvcrt_old.lib @crinkler_options.txt

pause


2
General chat / Re: 4klang for newbies
« on: December 17, 2013 »
Anyone got a code example for VS2010? (with .inc and .h ) or with the use of Clinkster ?
It most be better to use "code" insted of the included obj file. Let's minimize the tool-chain  ;D
I attach the code I got from Ferris @ TG11.... (tnx jack!) - Tested on VS2008 or VS2010
Ferris's talk can be found here :  http://ftp.gathering.org/TG/2011/Productions/

3
General chat / Re: 4klang for newbies
« on: December 16, 2013 »
I'm using the 3.0.1.  Maybe I got the "export" wrong?
Let me know how you use the 4klang export....

My 4klang-procedure:
1. start re-noise (start 4klang as the VSi via plugin)
2. load the song via open and load instruments/path
3. press "Panic" and then export
4. play the song in renoise
5. let the song play one loop and press stop.
6. save the .inc and .h file....  and then what?

Renoise : http://www.renoise.com/
4Klang : http://4klang.untergrund.net/    (If you don't know...4klang is music for 4/8K demos)
I have also looked at Clinkster by Loonies - great tool for making renoise music very small...
More info : http://www.pouet.net/prod.php?which=61592


4
General chat / 4klang for newbies
« on: December 15, 2013 »
I'm just playing around with the framework from iq / rgba  & Ferris (from TG11) and I was wondering
How do I export music from 4klang (I use re-noise as the host) to "the i4k_OGL_4klang" -framework?
I did try "record" and I got a .inc file and a .h file. But the fraimwork is looking for a obj file or something?
Any ideas ?



Pages: [1]