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.
Macoy Madson
This post is mirrored on my blog. I started my morning off with Alan Kay's talk Programming and Sc…
»
Mārtiņš Možeiko
Yes, it can do automatic resampling. AUDCLNT_STREAMFLAGS_AUTOCONVERTPCM flag when you call IAudioC…
»
Simon Anciaux
Hello, When we create a buffer using WASAPI in shared mode, we can't choose the sampling rate and …
»
Simon Anciaux
Any hint on what could be the problem I might be wrong, but when you do the buffer initialization,…
»
Simon Anciaux
To disable audio, I believe you can just comment def_audio_init(); in the default_startup command …
»
Mārtiņš Možeiko
If you want to use wasapi from main thread (which is not ideal) then you need submit it with small…
»
MrCelsius88
This happened to me a while ago. I had to reconfigure what my proper output device was in the alsa…
»
OSKevin
Hello! After failing miserably to implement WASAPI on my own, I am trying to follow the example ma…
»
Mārtiņš Možeiko
You can install alsa-plugins that will provide this .so But I don't think that's a problem. That d…
»
Johannes Wüller
Hi there! I'm trying to run on an Arch Linux installation, but it fails with: My system uses PipeW…
»
Gaurav Gautam
Thankyou simon. I'll check them out... just a bit stressed with work right now. But I'll come back…
»
Mārtiņš Možeiko
Yes, or glGetTextureSubImage.
»
C_Worm
Ah okay, using either of these two?glReadPixels ()glGetTexImage()
»
Mārtiņš Možeiko
Uniforms are only for providing input to shader. It cannot be retrieved as output. There are diffe…
»
C_Worm
Hi! Im trying to send a color from the shader to a variable in my gamecode on click, is this possi…
»
Justin
Well as it turns out Day 126 addresses this issue, it is exactly that if(NextEntryToDo < EntryCoun…
»
Simon Anciaux
I was able to reproduce the issue twice, but it displayed every string once, and had a single empt…
»
Justin
Thank you for your help with the formatting. So It actually doesn't happen every time. Sometimes a…
»
logan bender
The solution was to create a header file called "define.h", and move all of the #defines and typed…
»
Simon Anciaux
To format the code you need to use markdown syntax. For code it's using 3 back quotes ( ` ) follow…
»
Justin
Hi, So I've been following along with the series and Casey introduced the concept of a work queue …
»
Hobey1
I made a song parody about quaternions this afternoon: I was inspired by the talk Casey gave 6 ye…
»
Simon Anciaux
It looks OK, but I didn't spend a lot of time thinking about it. I'd suggest that you search the f…
»
Gaurav Gautam
Hello, I have been trying to get the long audio synchronization stream of day20 down for a while n…
»
x13pixels
A new release of RemedyBG, 0.3.8.6, is now available for download on itch.io. New FeaturesAdded th…
»
Gaurav Gautam
I know there are lots of people who don't like chrome. But as a web developer I have to use it as …
»
Mārtiņš Možeiko
Kernel internally has "tick" rate on which it updates specific things like sleeping/waiting thread…
»
Gaurav Gautam
Hello, I was looking through the day18 code again and checked some of the docs regarding Sleep an…
»
longtran2904
I think highlighting an index with a range inside an array is enough. It can be a string (char arr…
»
x13pixels
longtran2904, I needed something similar recently where I wanted to highlight a range in a single …
»