Moderators: MetroSonus, Plink Floyd
ElectricPuppy wrote:oh yeah?
void zmemfileDestroy( HZMEMFILE pzm )
{
assert( pzm );
assert( ZMEMFILE_SIGNATURE == pzm->sig );
while (pzm->pFirst)
{
ZMEMFILE_BUFFER *pNext = pzm->pFirst->pNext;
zmmFree( pzm->hMem, pzm->pFirst );
pzm->pFirst = pNext;
}
if (pzm->pOutstandingWrite)
{
zmmFree( pzm->hMem, pzm->pOutstandingWrite );
pzm->pOutstandingWrite = NULL;
}
pzm->sig = 0; /*invalidate to catch misuse in debug*/
zmmFree( pzm->hMem, pzm );
}
MetroSonus wrote:since we were talking, did you ever see the wumpscut studio pic with the hentai and big pink dildo on the shelf?![]()
![]()
ElectricPuppy wrote:It's actual, working code.A tiny, tiny piece of what I wallow in every day.
selfinflikted wrote:Honestly, I kinda do feel epic today, so epic thread is fitting.
Also, yes. Had I had more time this weekend, I would've downloaded patch libraries. Actually, I'm looking forward to it, now that I've seen the editor. I can't wait to really get in there with some heavy editing.. there's all kinds of stuff in there you can't really do from the panel on the board itself, unless there are shortcut keys I don't know about (and, there probably are). Once again, thanks for talking me into this board. I really do love it.
MetroSonus wrote: I may just have to break down and by one of these for it though... I mean I really could put the saw strings and pads to work on my ambiance stuff and i've never really found a VST that was as satisfying.
Users browsing this forum: No registered users and 4 guests