Audio snagger type plugin..
-
- KVRAF
- 2249 posts since 6 May, 2003 from rat city au
kinda seems what my synthcatcher does, but with dynamic file lengths instead of preset, no?
-
- KVRAF
- Topic Starter
- 5629 posts since 22 Sep, 2005
Synthcatcher is pretty good but the fact that it cannot sync to host, the record button cannot be automated or triggered (non manually), or YES the length is not dynamic makes it mess up my samples terribly. so it doesnt work for me.. If it had these (seems like they would be easy to implement) features (I would gladly pay for) or I had could sync my finger to Midi, it would be exactly what I need..
L
L
-
- KVRAF
- 2249 posts since 6 May, 2003 from rat city au
-
- KVRAF
- 1972 posts since 18 Apr, 2004
damn some nice developers in this thread
why don't you cats head on over to the sample slicer thread when you're done here
-
- KVRAF
- 2249 posts since 6 May, 2003 from rat city au
already made my slicer.. it pretty much represents the extent of my dev skills & (afaik) se's beatslicing abilities..
regarding this thing - I've had a play about and got a "kinda"-working prototype. I say kinda cos dh's se wavewriting module is a little iffy, sometimes saves out corrupt waves (i hit this problem when making synthcatcher - solved it then by limiting the sampling to 12 notes at a time - ie 12 wavewriters).
I'll have a bit more of a play this arvo and see if i can tighten it up a bit - seems like this would be a piece of cake for a coder, but is quite tricky in se.
sk
regarding this thing - I've had a play about and got a "kinda"-working prototype. I say kinda cos dh's se wavewriting module is a little iffy, sometimes saves out corrupt waves (i hit this problem when making synthcatcher - solved it then by limiting the sampling to 12 notes at a time - ie 12 wavewriters).
I'll have a bit more of a play this arvo and see if i can tighten it up a bit - seems like this would be a piece of cake for a coder, but is quite tricky in se.
sk
- KVRian
- 932 posts since 26 Oct, 2005 from The Void
Doesn't Tobybear Channel Grabber do this?
-
- KVRAF
- Topic Starter
- 5629 posts since 22 Sep, 2005
STK.. Thanks for the help... OH SHIT I should mention that its monophonic no need for multiple WAVEWRITER modules... It's just one file after the other.. PMing you..
Dozius.. CG records but does not auto name and save the recording to new file..
I'm attempting to learn synthedit and try to make this myself but It's basically the equivalent of a blind guy signalling the quarter back to throw to him, then doing a football blitz and sprint thru a dense mindfield with 2 left feet and enormous hands that drag from 20 foot arms all over the place..
On that note going to have a smoke.. BBL
L
Dozius.. CG records but does not auto name and save the recording to new file..
I'm attempting to learn synthedit and try to make this myself but It's basically the equivalent of a blind guy signalling the quarter back to throw to him, then doing a football blitz and sprint thru a dense mindfield with 2 left feet and enormous hands that drag from 20 foot arms all over the place..
On that note going to have a smoke.. BBL
L
- KVRAF
- 12615 posts since 7 Dec, 2004
ok, i had posted claiming the plugin worked, but it seems the riff header is being written incorrectly for some reason and i'll have to fix this now. the next few minutes i hope..
- KVRAF
- 12615 posts since 7 Dec, 2004
it seems to work now. i notice when logging large files, it'll take a while to save the file once you stop recording. i've change the way it works so that the file is copied back into memory before being written with the header. i'll change this so that a null header space is written to the file when you start logging and the samples are written directly to the disk. after the end of logging, only the header will need to be filled in with the correct values.
http://xhip.cjb.net/temp/public/vstlogger.3.dll
if you try to use the Save As button while you're in the middle of logging, lighting will strike your balls and they'll fall off, then midgets will point and laugh.
http://xhip.cjb.net/temp/public/vstlogger.3.dll
if you try to use the Save As button while you're in the middle of logging, lighting will strike your balls and they'll fall off, then midgets will point and laugh.
- KVRAF
- 12615 posts since 7 Dec, 2004
http://xhip.cjb.net/temp/public/vstlogger.5.dll
implemented what i said, it doesnt have any problems with locking after ending the logging period now. i'm slightly cautious about this as it has hardly been tested. be careful and dont forget about your balls (see above).
the sourcecode excluding my libraries: http://xhip.cjb.net/temp/public/vstlogger.zip
the libraries are known to be stable. if anyone would like to audit the code which actually performs the logging, this is all included here.
i know i've been naughty with the strings. i'll perhaps consider fixing that if anyone ever reports a crash. until that time i dont really care about the "remote possiblity" of a string related buffer overrun.
there may be some issues with overrun on the sample buffer. i've added padding around it and i'll be testing that by using a pattern fill on the padding.
implemented what i said, it doesnt have any problems with locking after ending the logging period now. i'm slightly cautious about this as it has hardly been tested. be careful and dont forget about your balls (see above).
the sourcecode excluding my libraries: http://xhip.cjb.net/temp/public/vstlogger.zip
the libraries are known to be stable. if anyone would like to audit the code which actually performs the logging, this is all included here.
i know i've been naughty with the strings. i'll perhaps consider fixing that if anyone ever reports a crash. until that time i dont really care about the "remote possiblity" of a string related buffer overrun.
there may be some issues with overrun on the sample buffer. i've added padding around it and i'll be testing that by using a pattern fill on the padding.
-
- KVRAF
- Topic Starter
- 5629 posts since 22 Sep, 2005
aciddose glad I was able to motivate you enough to do this for me.. YOU JUST SAVED MY ASS from being toasted in a white hot radioactive human sized George Forman grill..
Thanks a million trillion zillion ...
Uninstalling SE demo and shaking off that hellish experience..
Hey speaking of deving slicer you do realize that with a little more dev you could have a killer slicer on your hands right? WHAT ABOUT A slicer that plays those separated files from disk (dont really know the advantage right now but...).. This could be real cool on the editing side.. Can just edit particular files or all at once.. hmmmmmmm
L
Thanks a million trillion zillion ...
Uninstalling SE demo and shaking off that hellish experience..
Hey speaking of deving slicer you do realize that with a little more dev you could have a killer slicer on your hands right? WHAT ABOUT A slicer that plays those separated files from disk (dont really know the advantage right now but...).. This could be real cool on the editing side.. Can just edit particular files or all at once.. hmmmmmmm
L
- KVRAF
- 12615 posts since 7 Dec, 2004
i've been using it. i'm using it to log host output rather than the host's own logger and it works great. gives more control over the whole thing. i'm slightly concerned that the files it writes may not be 100% correct though. i'm looking into that.
as for a "slicer", i have no idea what a slicer is, what the purpose of a slicer is or any of the steps of one's design or implementation.
if you make very specific suggestions i can tell you how much effort and time is required to do the implementation, but i suspect you're under-estimating what is required.
as for a "slicer", i have no idea what a slicer is, what the purpose of a slicer is or any of the steps of one's design or implementation.
if you make very specific suggestions i can tell you how much effort and time is required to do the implementation, but i suspect you're under-estimating what is required.

