Sprinterdriver wrote:Second - there is no "Browse" button in the plugin gui
Unfortunately that is currently a limitation of Nyquist plug-ins. Hopefully there will be a browse button some time in the future, but for now we have to make do with an ugly workaround of using a text box. This limitation is the main reason that I've not pursued developing this plug-in further.
Sprinterdriver wrote:For that I have a Autohotkey script that I've put in the sendto folder. It simply put the file path(s) to the clipboard (unlike copy file from within Windows explorer):
Thanks for posting the Autohotkey script. I can't test it myself as I don't use Windows, but it may be useful to others.
Sprinterdriver wrote:Third - At my locale - the decimal separator is a comma (not a dot), so in aditional I need to do a search/replace for that in the CSV file.
As with most computer languages, Nyquist requires a dot as the decimal separator.
At the time that this plug-in was written it was not possible for Nyquist to detect the locale. Nyquist in Audacity can do that now, so it would now be possible to extend the plug-in code so that it automatically converted commas to dots where a comma is the decimal separator for the locale.
Sprinterdriver wrote:I've now the compressed samples of the physical G-forces my bike takes over a ten minutes ride, and I have used Audacity (among other programs) to convert those movements into auditible sound - as if the bike was a pickup.
Ha

Cool
Please post a short sample, I'd love to hear how it came out (how to upload audio samples to the forum:
http://forum.audacityteam.org/viewtopic ... 49&t=72887)
Sprinterdriver wrote:The only not perfect thing about this is that the record isn't for the actual movement as for a vinyl pickup coil, but rather the acceleration. To fix this I tried to (in Calc) do a integration of the samples.
An alternative approach would be to integrate the audio samples in Audacity.
Nyquist has an "integrate" function:
http://www.cs.cmu.edu/~rbd/doc/nyquist/ ... l#index375
If you want some help with that, just ask.
Sprinterdriver wrote:Well - unless I find a way to simulate high pass filter in large data samples in Calc.
which of course is very easy to do in Audacity and/or Nyquist.
Sprinterdriver wrote:The latter belongs to another forum
If you'd like to discus more about using Nyquist, I can move this topic to the Nyquist part of the forum.
Sprinterdriver wrote:I just want to shed som light on what I've experienced given the help I got here.
Thanks, very interesting, and glad that you've had some success with it.
cyrano wrote:Excel can convert numbers into binary.

Converting into text notation of binary numbers does not help.
cyrano wrote:Up until now, I always supposed raw audio to be binary.
It is binary.
cyrano wrote:any hex editor can convert from binary to hex
No, a hex editor converts binary into text.