Wed, 13 Aug 2014 16:44:50 +0100 |
Chris Cannam |
Debug bits
|
Thu, 17 Jul 2014 16:22:54 +0100 |
Chris Cannam |
Small fixes: avoid static etc
|
Tue, 17 Jun 2014 16:23:06 +0100 |
Chris Cannam |
Remove size_t's, fix compiler warnings
warnfix_no_size_t
|
Thu, 08 May 2014 15:04:42 +0100 |
Chris Cannam |
Quieter clip playback for note layers
tony_integration
|
Wed, 07 May 2014 16:51:04 +0100 |
Chris Cannam |
Restore selection of playback sample for note layers. Also default to new elecpiano clip.
tony_integration
|
Wed, 07 May 2014 15:11:20 +0100 |
Chris Cannam |
Fix failure to take note level into account in playback
tony_integration
|
Sun, 12 Jan 2014 05:12:08 -0500 |
Rachel Bittner |
Added alternate waveforms for sonification. Created parameter m_wavetype in ContinuousSynth.
tonioni
|
Wed, 08 Jan 2014 13:41:57 +0000 |
Chris Cannam |
interpolation, longer crossfades
tonioni
|
Wed, 08 Jan 2014 13:19:50 +0000 |
Chris Cannam |
Silence playback when nothing is going on
tonioni
|
Wed, 08 Jan 2014 13:07:22 +0000 |
Chris Cannam |
Add a basic continuous synth implementation (simple sinusoids only, no gaps)
tonioni
|
Tue, 07 Jan 2014 15:52:47 +0000 |
Chris Cannam |
sampleId -> clipId
tonioni
|
Tue, 07 Jan 2014 15:50:04 +0000 |
Chris Cannam |
More work on mixing and file i/o for sample stuff
tonioni
|
Tue, 07 Jan 2014 13:10:35 +0000 |
Chris Cannam |
More toward using clip mixer
tonioni
|
Tue, 07 Jan 2014 10:58:10 +0000 |
Chris Cannam |
Toward using a sample mixer (with arbitrary frequency target) instead of dssi player plugin
tonioni
|
Mon, 02 Dec 2013 17:12:27 +0000 |
Chris Cannam |
Use NoteExportable, now in svcore, to generate note data
tonioni
|
Tue, 26 Nov 2013 14:39:57 +0000 |
Chris Cannam |
Merge from default branch
tonioni
|
Tue, 26 Nov 2013 14:14:25 +0000 |
Chris Cannam |
Drop toStdString() and toLocal8Bit().data(), with debug header we can stream QStrings
|
Tue, 26 Nov 2013 14:12:50 +0000 |
Chris Cannam |
Drop std:: from cout, cerr, endl -- pull these in through Debug.h
|
Fri, 19 Apr 2013 15:37:27 +0100 |
matthiasm |
different colours, some minor changes, mainly debugging cerrs
tonioni
|
Mon, 15 Apr 2013 18:03:06 +0100 |
Chris Cannam |
Merge from the default branch
tonioni
|
Mon, 15 Apr 2013 18:01:44 +0100 |
Chris Cannam |
Somewhat simpler synthetic-model determination
|
Mon, 15 Apr 2013 17:57:47 +0100 |
Chris Cannam |
Add FlexiNoteModel support
tonioni
|
Mon, 15 Apr 2013 17:38:30 +0100 |
Chris Cannam |
Merge from the default branch
tonioni
|
Mon, 15 Apr 2013 17:38:17 +0100 |
Chris Cannam |
Some debug and warnings
tonioni
|
Mon, 15 Apr 2013 17:23:14 +0100 |
Chris Cannam |
Refactor to combine the two synthetic playback methods, with a single separate method to extract the basic note data from model
|
Mon, 15 Apr 2013 16:13:41 +0100 |
Chris Cannam |
Fix return type
|
Mon, 10 Oct 2011 17:31:30 +0100 |
mathieub |
m_bufferSize = 2048 in AudioPortAudioTarget.cpp
integration_library
|
Tue, 23 Aug 2011 14:43:54 +0100 |
mathieub |
Set m_pluginBlockSize = 1024 instead of 2048, block size which does not work on OSX 10.5.8
integration_library
|
Fri, 24 Jun 2011 16:44:02 +0100 |
Chris Cannam |
Add queueExampleNote method to AudioCallbackPlaySource, providing a way to add a note to a special model which is mixed in outside of the normal playback flow. Currently mixing & generation happen in the play thread, which doesn't work very well -- buffer pending.
sonification
|
Fri, 24 Jun 2011 15:39:00 +0100 |
Chris Cannam |
Refactor mixNoteModel and mixSparseOneDimensionalModel into a single mixSparseModel -- attempting to clear the decks a bit for asynchronous example-note playing
sonification
|