0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 10 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated portaudio. Changed makefile to build with -m32 (32-bit architecture) so you can build on a 64-bit machine
rbd
More... over 13 years ago
added missing files
rbd
More... over 13 years ago
Added missing files
rbd
More... over 13 years ago
Accidentally committed portaudio/Makefile -- the plan is provide configure and let nyquist/Makefile run configure to generate portaudio/Makefile
rbd
More... over 13 years ago
Added files for new portaudio and liblo libraries.
rbd
More... over 13 years ago
Now Makefile builds Portaudio library using portaudio's configure similar to the way liblo is built. Users can probably build portaudio differently, e.g. turning on/off support for oss or alsa before running make in nyquist and nyquist will use whatever library was built. There are probably missing files from this commit because it has a lot of new stuff from portaudio and liblo.
rbd
More... over 13 years ago
Updating Nyquist to build 32-bit code even on 64-bit machines. Updating to newer PortAudio as well.
rbd
More... over 13 years ago
Many minor bug fixes. This updates maxosxproject/nyquist.xcodeproj to work with Xcode 3.2.4. The NyquistIDE target is mostly "home grown" and is not based on an Xcode template (is there one?)
rbd
More... over 13 years ago
Added GET-ENV function to get environment variables, esp. "HOME"
rbd
More... over 14 years ago
Added some methods: median, kurtosis, fraction-in-range
rbd
More... over 14 years ago
Fixed various bugs.
rbd
More... over 14 years ago
Fixed bug in add (!) -- this one occurred in pathalogical sequences. Also, now print warning on pathalogical sequences where start time of sound occurs before the current time in the environment.
rbd
More... almost 15 years ago
Typo in linux Makefile -- this should be rebuilt from makefile.lsp on linux rather than patched by hand
rbd
More... about 15 years ago
Since stdint.h for msvc in liblo broke compilation on Mac, relocated stdint.h to sys/win/msvc
rbd
More... about 15 years ago
Added missing liblo/stdint.h for windows compilation. Added phasevocoder stubs to projects for MSVC++ -- compilation seems to work.
rbd
More... about 15 years ago
Forgot to add some new files before the commit.
rbd
More... about 15 years ago
Added pvshell.[ch] and phasevocoder.[ch] -- stubs to help implement a phase vocoder in Nyquist. This is a placeholder for future work.
rbd
More... about 15 years ago
Fixed LOOP in SAL -- previously, only one termination condition was tested
rbd
More... about 15 years ago
changed some installation instructions
rbd
More... about 15 years ago
updates for ffts
rbd
More... about 15 years ago
Added quotes around path printout in fileio.lsp to that empty string prints intelligiably
rbd
More... about 15 years ago
Got ffts to compile; new code to avoid C:\Windows in default sound file path (a problem in Vista)
rbd
More... about 15 years ago
Changed falloc.c and falloc.h (mostly) according to current Audacity Nyquist code, other minor fixes
rbd
More... about 15 years ago
Turned off DEBUG_MEM
rbd
More... about 15 years ago
Changed manual to reflect that ffts must be a power of 2 size.
rbd
More... about 15 years ago
Fixed (again) code to intercept Quit on Mac OS X and shut down Nyquist Replaced old GPL FFT code with public domain ffts (new fft sizes must be powers of 2) Fixed s-read to return proper flags so that sf-info works again
rbd
More... about 15 years ago
Output samples wrap consistently on playback and sound files, but only if soundfile format is integer pcm
rbd
More... about 15 years ago
try again: got nyquist to compile with new liblo on Windows
rbd
More... about 15 years ago
remove nylsf/GSM610/config.h because we need to find nylsf/config.h instead
rbd
More... about 15 years ago
Minor changes to falloc.c to get consistent 8-byte alignment.
rbd
More... about 15 years ago