Unlimited Size WAV Record V0.4

Post any examples or modules that you want to share here
Youlean
Posts: 176
Joined: Mon Jun 09, 2014 2:49 pm

Unlimited Size WAV Record V0.4

Post by Youlean »

Hi guys, I was experimenting with dll component, and I figured out that it could be nice to build WAV recorder that doesn't need predetermined size. This is currently mono, but I will add another channel. Currently it uses double amount of memory for it's size, but this should be fixed also.

I am not sure if you will be able to use it on your computer tho, as I haven't still figured out how to do static binding in Visual Studio to ensure compatibility for other systems...

NOTICE: Don't include this in your project yet, before we confirm that it will work on every machine...

V0.2
Optimized version. If someone had problems loading it, now it shouldn't have it...

V0.3
Added stereo feature. Fixed pushing array bug.

V0.4
Hopefully now it will work on all systems (tested on clean Win 7)
Attachments
WAV Recorder V0.4.zip
(135.5 KiB) Downloaded 1507 times
WAV Recorder V0.3.fsm
(180.2 KiB) Downloaded 1335 times
WAV Recorder V0.2.fsm
(176.85 KiB) Downloaded 1249 times
Last edited by Youlean on Sun Apr 19, 2015 9:29 pm, edited 4 times in total.
Exo
Posts: 426
Joined: Wed Aug 04, 2010 8:58 pm
Location: UK
Contact:

Re: Unlimited Size WAV Record V0.2

Post by Exo »

Thanks Youlean, seems to work fine here.
Flowstone Guru. Blog and download site for Flowstone.
Best VST Plugins. Initial Audio.
Youlean
Posts: 176
Joined: Mon Jun 09, 2014 2:49 pm

Re: Unlimited Size WAV Record V0.2

Post by Youlean »

Exo wrote:Thanks Youlean, seems to work fine here.

Great! But you have many libraries already installed on your system, I am waiting for some "regular" guy to confirm it... ;)

I am now thinking, I could combine this recorder with poly slicer to make wav editor.. :o
Exo
Posts: 426
Joined: Wed Aug 04, 2010 8:58 pm
Location: UK
Contact:

Re: Unlimited Size WAV Record V0.2

Post by Exo »

Youlean wrote:
Exo wrote:Thanks Youlean, seems to work fine here.

Great! But you have many libraries already installed on your system, I am waiting for some "regular" guy to confirm it... ;)

I am now thinking, I could combine this recorder with poly slicer to make wav editor.. :o


Yes that would be pretty cool! :)
Flowstone Guru. Blog and download site for Flowstone.
Best VST Plugins. Initial Audio.
Jay
Posts: 276
Joined: Tue Jul 13, 2010 5:42 pm

Re: Unlimited Size WAV Record V0.3

Post by Jay »

works like a charm here on a clean windows 8.2 machine :)

2015-04-12_142752.png
2015-04-12_142752.png (77.58 KiB) Viewed 34975 times


cheers!
User avatar
martinvicanek
Posts: 1334
Joined: Sat Jun 22, 2013 8:28 pm

Re: Unlimited Size WAV Record V0.3

Post by martinvicanek »

Guess I am the regular guy that you were looking for, Youlean. ;)
No luck here. :( Pressing the white On/Off switch activates the yellow LED (DLL is embedded), however the two green LEDs remain off (DLL not found and function in DLL not found). :? Pressing or releasing the Record switch does not produce any data at the Array output (yes, the audio stream is running). :( Apparently I can locate the DLL file manually but I don't know which file. :? Any hints? I am using FS 3.0.4.
Youlean
Posts: 176
Joined: Mon Jun 09, 2014 2:49 pm

Re: Unlimited Size WAV Record V0.3

Post by Youlean »

martinvicanek wrote:Guess I am the regular guy that you were looking for, Youlean. ;)
No luck here. :( Pressing the white On/Off switch activates the yellow LED (DLL is embedded), however the two green LEDs remain off (DLL not found and function in DLL not found). :? Pressing or releasing the Record switch does not produce any data at the Array output (yes, the audio stream is running). :( Apparently I can locate the DLL file manually but I don't know which file. :? Any hints? I am using FS 3.0.4.

Hey Martin, thanks for reply.
Try locating this dll...
Attachments
WAV Recorder.zip
(4.87 KiB) Downloaded 1331 times
Youlean
Posts: 176
Joined: Mon Jun 09, 2014 2:49 pm

Re: Unlimited Size WAV Record V0.3

Post by Youlean »

If locating dll doesn't work, that means that the problem is library linking when building dll. Exo has explained how to do it in Netbans, but I could't find same thing for Visual Studio. I have searched it for 3 days and I still did not find the solution, and to be honest, I am not even sure what to search for...

This could also be bug with embedding dll, because when I tried Exo's Poly Slicer, I couldn't get it to work, but after manually locating dll it was working just fine...
Youlean
Posts: 176
Joined: Mon Jun 09, 2014 2:49 pm

Re: Unlimited Size WAV Record V0.3

Post by Youlean »

Hey guys, I think that I have solved problem with loading dll on different PC's. Please if this didn't worked for you, and now it is working, report here...
Thanks!
mccy
Posts: 69
Joined: Sun Feb 27, 2011 3:20 pm

Re: Unlimited Size WAV Record V0.4

Post by mccy »

Hey, this looks great! Thank you very much! Now I can handle the two arrays as dual mono mems/files, but how can I combine them to one stereo array?

thanks

Martin
Post Reply