We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Blu342
perfect. thanks so much. just one question though, why didn't casey want to divide by 60 instead o…
»
Ginger Bill
Odin is extremely far along and pretty much nearing a conclusion as a language. However, there is …
»
Mārtiņš Možeiko
Yes, you understand correctly. LatencySampleCount is number of samples audio can play without upda…
»
Blu342
in the above we are lowering the audio latency. we do this by writing LatencySampleCount = (Sample…
»
delacrank
Yeah, I hear you. I am in a very similar boat where I learned C# and PhP in college. I tried picki…
»
ratchetfreak
Because it's one thing to work out a math problem on paper and another to build an algorithm out …
»
NelsonMandella
Why is math any different from other stuff that can be computed in a programming language?
»
Marchin
Hi, i would like to know if there is a way to open the current file in other editor via project.4c…
»
Philipp
I wasn't sure where to put this question so I just put it under 'Code' since there seem to be a nu…
»
winnythefoo
Hey kind folks, Long-time lurker here -- mostly because I found HMH just this year, and I can't fo…
»
Marchin
Ohh i see, that works perfectly, thank you very much :).
»
Simon Anciaux
write_and_auto_tab insert the character used to call the command as text. Unless you bind the comm…
»
Mārtiņš Možeiko
Oh, I remembered I wrote this some time ago: Don't remember exact reason why I wrote it, but I th…
»
Marchin
Hi, i'm new to 4coder and i wanted to create the "newline_above/below" functions like Lucas has. I…
»
Dan Zaidan
Thanks so much! As always, you came to the rescue. :) Have a great new year!
»
Mārtiņš Možeiko
You do that with pipes. Call CreatePipe which will give you two handles - one for writing into pip…
»
Allen Webster
Alternatively you can look in "4coder_default_hooks.cpp" and make your own version of the start ho…
»
Allen Webster
Thanks for the report, I'll have it on my todo list for the next build.
»
Allen Webster
Hmm weird. Windows also had the CPU bug so I assumed it was just a bug in the core, but it sounds…
»
Dan Zaidan
Hi all. I'm trying to make a program that launches the compiler and present its information (and l…
»
EverCursed
This seems to still be an issue in the recent build. Was the fix accidentally left out? O.o Edit: …
»
Adin W-T
As the title states I recently ran into a bug where the editor crashes when I disable virtual whit…
»
spx
quick note: 0.7.2 had a few minor last-minute regressions in it. The most annoying being that "jum…
»
GameMader
got it. thanks guys. looking forward to continuing HMH!
»
Simon Anciaux
is the process of combining several audio source. In handmade hero we mix to a single track with…
»
Mārtiņš Možeiko
Mixing here refers to process which takes multiple buffers as input and turns that into one output…
»
GameMader
awesome. so i have 1 more thing if you've got the time to answer. i was reading over the flags in …
»
Simon Anciaux
That's correct. The latency issue is discussed in , and there are other threads in the forums tha…
»
GameMader
Hi, so I am watching Day 7, and I'm confused by what exactly Casey is referring to when he says la…
»
Simon Anciaux
If you want the set the default theme you should set it in the config.4coder file. If you want to …
»