2013-07-13 |
Krzysztof Foltman | Slightly hacky and not fully complete implementation...
|
commit | commitdiff | tree |
2013-07-13 |
Krzysztof Foltman | Use hard-FP float ABI for now - will need to make it...
|
commit | commitdiff | tree |
2013-07-13 |
Krzysztof Foltman | Implement tar pool. Do not use dup for single files...
|
commit | commitdiff | tree |
2013-07-12 |
Krzysztof Foltman | Free tar file items when destroying tar file object.
|
commit | commitdiff | tree |
2013-07-12 |
Krzysztof Foltman | Add a somewhat simplistic tar file read-only access...
|
commit | commitdiff | tree |
2013-07-10 |
Krzysztof Foltman | Add missing include.
|
commit | commitdiff | tree |
2013-07-04 |
Krzysztof Foltman | Mark the ad-hoc pattern as completed only after all...
|
commit | commitdiff | tree |
2013-06-30 |
Krzysztof Foltman | Implement USB Audio class asynchronous sink support.
|
commit | commitdiff | tree |
2013-06-28 |
Krzysztof Foltman | Add handling for NULL JACK buffers and empty port list.
|
commit | commitdiff | tree |
2013-06-24 |
Krzysztof Foltman | Do not require the USB audio device to support exactly...
|
commit | commitdiff | tree |
2013-06-23 |
Krzysztof Foltman | Implement lazy clean-up for ad-hoc patterns.
|
commit | commitdiff | tree |
2013-06-23 |
Krzysztof Foltman | First half-working version of ad-hoc pattern playback.
|
commit | commitdiff | tree |
2013-06-22 |
Krzysztof Foltman | Use linked list for storing sources in MIDI merger.
|
commit | commitdiff | tree |
2013-06-21 |
Krzysztof Foltman | Start adding ad-hoc pattern support. This is not working...
|
commit | commitdiff | tree |
2013-06-20 |
Krzysztof Foltman | We're including config.h everywhere, so we should pass...
|
commit | commitdiff | tree |
2013-06-08 |
Krzysztof Foltman | Fix gain normalization problem in the highpass filter.
|
commit | commitdiff | tree |
2013-06-02 |
Krzysztof Foltman | More branching hints.
|
commit | commitdiff | tree |
2013-06-02 |
Krzysztof Foltman | Add branch prediction information.
|
commit | commitdiff | tree |
2013-06-02 |
Krzysztof Foltman | Skip per-EQ code if EQs are not used.
|
commit | commitdiff | tree |
2013-06-02 |
Krzysztof Foltman | Reset streaming buffer pointer when starting a new...
|
commit | commitdiff | tree |
2013-06-02 |
Krzysztof Foltman | Implement egN_vel2freq and egN_vel2gain. Tighten EQ...
|
commit | commitdiff | tree |
2013-06-02 |
Krzysztof Foltman | Allow layer updates to EQs. Cache last used bandlimited...
|
commit | commitdiff | tree |
2013-06-02 |
Krzysztof Foltman | Implement most basic EQ support. Velocity/CC control...
|
commit | commitdiff | tree |
2013-06-02 |
Krzysztof Foltman | Add new filter type, lpf_4p_hybrid (2-pole resonant...
|
commit | commitdiff | tree |
2013-06-02 |
Krzysztof Foltman | Sampler: new filter types, fix 6dB/oct lowpass/highpass...
|
commit | commitdiff | tree |
2013-06-01 |
Krzysztof Foltman | Avoid sin/cos and cent->frequency in filter code by...
|
commit | commitdiff | tree |
2013-06-01 |
Krzysztof Foltman | Avoid calculating square root to scale resonance in...
|
commit | commitdiff | tree |
2013-05-27 |
Krzysztof Foltman | NEON: Fix update-in-the-middle-of-double-word-read...
|
commit | commitdiff | tree |
2013-05-26 |
Krzysztof Foltman | Add NEON-optimised versions of biquad and mix-into...
|
commit | commitdiff | tree |
2013-05-26 |
Krzysztof Foltman | Add a NEON optimised version of cubic spline resampler.
|
commit | commitdiff | tree |
2013-05-24 |
Krzysztof Foltman | First version of an SSE-optimised resampler.
|
commit | commitdiff | tree |
2013-05-23 |
Krzysztof Foltman | Got seek_ppqn/seek_samples the other way around :-)
|
commit | commitdiff | tree |
2013-05-23 |
Krzysztof Foltman | Fix another race condition (stop->seek->play).
|
commit | commitdiff | tree |
2013-05-23 |
Krzysztof Foltman | A JACK transport interface redesign to avoid the race...
|
commit | commitdiff | tree |
2013-05-23 |
Krzysztof Foltman | Check for pkg-config, just in case.
|
commit | commitdiff | tree |
2013-05-23 |
Krzysztof Foltman | Need to include config.h before checking dependency...
|
commit | commitdiff | tree |
2013-05-23 |
Krzysztof Foltman | Add missing default configuration value for libsmf.
|
commit | commitdiff | tree |
2013-05-23 |
Krzysztof Foltman | More debugging. Fix stop transport never completing...
|
commit | commitdiff | tree |
2013-05-23 |
Krzysztof Foltman | Add provisional JACK transport debugging.
|
commit | commitdiff | tree |
2013-05-23 |
Krzysztof Foltman | Fix broken transport in USB version.
|
commit | commitdiff | tree |
2013-05-19 |
Krzysztof Foltman | Improve transport handling.
|
commit | commitdiff | tree |
2013-05-19 |
Krzysztof Foltman | Implement issuing a JACK transport seek when transport...
|
commit | commitdiff | tree |
2013-05-19 |
Krzysztof Foltman | Improve handling of in-app transport control with JACK...
|
commit | commitdiff | tree |
2013-05-19 |
Krzysztof Foltman | Buggy but almost working implementation of JACK transport...
|
commit | commitdiff | tree |
2013-05-19 |
Krzysztof Foltman | Initial, potentially very buggy/incomplete, JACK transport...
|
commit | commitdiff | tree |
2013-05-19 |
Krzysztof Foltman | Add an untested hook for JACK transport to the I/O...
|
commit | commitdiff | tree |
2013-05-18 |
Krzysztof Foltman | Avoid divide-by-zero on each note on.
|
commit | commitdiff | tree |
2013-05-18 |
Krzysztof Foltman | Do not calculate exp() with double precision when only...
|
commit | commitdiff | tree |
2013-05-18 |
Krzysztof Foltman | Allocate MAX_SAMPLER_VOICE prefetch pipes always.
|
commit | commitdiff | tree |
2013-05-18 |
Krzysztof Foltman | Report the number of active disk streams.
|
commit | commitdiff | tree |
2013-05-18 |
Krzysztof Foltman | Optimised version of the fix for looped playback of...
|
commit | commitdiff | tree |
2013-05-18 |
Krzysztof Foltman | Slow (but correct) fix for the broken looping of bandlimited...
|
commit | commitdiff | tree |
2013-05-18 |
Krzysztof Foltman | Avoid unnecessary double-precision math.
|
commit | commitdiff | tree |
2013-05-16 |
Krzysztof Foltman | Use glib-2.30 compatible function instead of a newer...
|
commit | commitdiff | tree |
2013-05-14 |
Krzysztof Foltman | Add missing system library, previously added implicitly...
|
commit | commitdiff | tree |
2013-05-13 |
Krzysztof Foltman | Avoid including headers for disabled dependencies.
|
commit | commitdiff | tree |
2013-05-12 |
Krzysztof Foltman | Fix the return type again, correctly this time.
|
commit | commitdiff | tree |
2013-05-12 |
Krzysztof Foltman | Fix loading waves from absolute paths.
|
commit | commitdiff | tree |
2013-05-12 |
Krzysztof Foltman | Fix get_pattern.
|
commit | commitdiff | tree |
2013-05-12 |
Krzysztof Foltman | Fix a latent bug in drumkit editor uncovered by GTK...
|
commit | commitdiff | tree |
2013-05-11 |
Krzysztof Foltman | Make libsmf optional too.
|
commit | commitdiff | tree |
2013-05-11 |
Krzysztof Foltman | Build fixes for fluidsynth (always disabled after recent...
|
commit | commitdiff | tree |
2013-05-11 |
Krzysztof Foltman | Make Fluidsynth use optional.
|
commit | commitdiff | tree |
2013-05-11 |
Krzysztof Foltman | Fix warnings.
|
commit | commitdiff | tree |
2013-05-11 |
Krzysztof Foltman | Make JACK-related functionality optional.
|
commit | commitdiff | tree |
2013-05-11 |
Krzysztof Foltman | Replace JACK ringbuffer in stream player and recorder.
|
commit | commitdiff | tree |
2013-05-11 |
Krzysztof Foltman | Add implementation of a simple replacement for jack_ringbuffer.
|
commit | commitdiff | tree |
2013-05-11 |
Krzysztof Foltman | Handle non-streamed looping on streamed samples.
|
commit | commitdiff | tree |
2013-05-11 |
Krzysztof Foltman | Merge branch 'master' into streaming
|
commit | commitdiff | tree |
2013-05-11 |
Krzysztof Foltman | Fix a memory overwrite when sample path cannot be created.
|
commit | commitdiff | tree |
2013-05-11 |
Krzysztof Foltman | Implement loop count for streamed samples.
|
commit | commitdiff | tree |
2013-05-10 |
Krzysztof Foltman | Attempt at cleaning up the resampling code a little...
|
commit | commitdiff | tree |
2013-05-10 |
Krzysztof Foltman | Destroy the prefetch stack only after all the open...
|
commit | commitdiff | tree |
2013-05-10 |
Krzysztof Foltman | Merge branch 'master' into streaming
|
commit | commitdiff | tree |
2013-05-10 |
Krzysztof Foltman | Make sure all voices are released when sampler is destroyed.
|
commit | commitdiff | tree |
2013-05-10 |
Krzysztof Foltman | Make sure all voices are released when sampler is destroyed.
|
commit | commitdiff | tree |
2013-05-10 |
Krzysztof Foltman | Use a dedicated variable for triggering streaming thread...
|
commit | commitdiff | tree |
2013-05-10 |
Krzysztof Foltman | Merge branch 'master' into streaming
|
commit | commitdiff | tree |
2013-05-10 |
Krzysztof Foltman | Fix loading samples inherited from group level.
|
commit | commitdiff | tree |
2013-05-10 |
Krzysztof Foltman | Correctly(?) account for skipped samples at the end...
|
commit | commitdiff | tree |
2013-05-06 |
Krzysztof Foltman | Use separate code for in-memory and streaming playback.
|
commit | commitdiff | tree |
2013-05-06 |
Krzysztof Foltman | Move sample-end-guard into process_voice_noloop.
|
commit | commitdiff | tree |
2013-05-05 |
Krzysztof Foltman | Restore linear interpolation.
|
commit | commitdiff | tree |
2013-05-04 |
Krzysztof Foltman | Handle end-of-sample immediately without 0-stuffing...
|
commit | commitdiff | tree |
2013-05-04 |
Krzysztof Foltman | Feature-incomplete attempt at cleaning up resampler...
|
commit | commitdiff | tree |
2013-05-04 |
Krzysztof Foltman | Helpful comment in case someone was wondering what...
|
commit | commitdiff | tree |
2013-05-04 |
Krzysztof Foltman | Fix prefetch lock-up after one sample is played till...
|
commit | commitdiff | tree |
2013-04-30 |
Krzysztof Foltman | First, very incomplete and mostly incorrect, version...
|
commit | commitdiff | tree |
2013-04-28 |
Krzysztof Foltman | Add string argument handling in sampler_layer, use...
|
commit | commitdiff | tree |
2013-04-28 |
Krzysztof Foltman | Implement a somewhat naive form of trigger=first/trigger...
|
commit | commitdiff | tree |
2013-04-28 |
Krzysztof Foltman | Add offby as an alias to off_by.
|
commit | commitdiff | tree |
2013-04-27 |
Krzysztof Foltman | Attempt to fix amplitude release time.
|
commit | commitdiff | tree |
2013-04-27 |
Krzysztof Foltman | Front-end: implement loading SFZ files directly, without...
|
commit | commitdiff | tree |
2013-04-27 |
Krzysztof Foltman | Front-end: add the ability to create new instrument...
|
commit | commitdiff | tree |
2013-04-27 |
Krzysztof Foltman | Fix USB plug&play.
|
commit | commitdiff | tree |
2013-04-27 |
Krzysztof Foltman | Finish switching to locale-safe string<->double conversion...
|
commit | commitdiff | tree |
2013-04-26 |
Krzysztof Foltman | More internal cleanups in sampler code. No user-visible...
|
commit | commitdiff | tree |
2013-04-26 |
Krzysztof Foltman | Refactor channel and voice code out of sampler.c
|
commit | commitdiff | tree |
2013-04-23 |
Krzysztof Foltman | Contrary to what doc says, the locale name is required.
|
commit | commitdiff | tree |
2013-04-23 |
Krzysztof Foltman | Use C locale for loading SFZ files.
|
commit | commitdiff | tree |