If you have a problem or need to report a bug please email : support@dsprobotics.com
There are 3 sections to this support area:
DOWNLOADS: access to product manuals, support files and drivers
HELP & INFORMATION: tutorials and example files for learning or finding pre-made modules for your projects
USER FORUMS: meet with other users and exchange ideas, you can also get help and assistance here
NEW REGISTRATIONS - please contact us if you wish to register on the forum
Users are reminded of the forum rules they sign up to which prohibits any activity that violates any laws including posting material covered by copyright
trigger problem
2 posts
• Page 1 of 1
trigger problem
while working on the attached sampler project I noticed that if samples are triggered to close to each other the sound gets cut off instead of playing all the way through and sometimes don't sound at all. wasn't sure how to build my own trigger so made the trigger pads by re working a midi keyboard made by loopytunes. not sure if that's where the problem lies or if the sampler is the issue.this is only the second fs project I've done so not sure how to fix it, I thought someone on the forum might be able to help.cheers.
- Attachments
-
- sampler multi.fsm
- work in progress
- (989.54 KiB) Downloaded 808 times
-
scanz - Posts: 12
- Joined: Sun Jul 17, 2016 12:51 pm
Re: trigger problem
Hello Mr Scanz!
Sorry for the delay; I've been a bit busy with real life!
I found 2 issues.
-the MIDI note-off from my keyboard was also triggering a sample. This is down to the implementation of MIDI where a note OFF is specified by the NOTE ON at Velocity = zero. This is done so as not to keep sending status bytes and is referred to as RUNNING STATUS see http://www.music-software-development.c ... orial.html
This was resolved by using a little module (not by me) which I have patched into your MIDI inputs. M-Audio use running status for example (my keyboard) and others may do too, so it's a good idea to always put one of these in for simple sample triggering or arpeggiators etc. but not needed when making a polyphonic synth using the MIDI and Voice prims.
-the MIDI generator modules were using sample length to set the note-on time. This means that on longer samples the MIDI message was not always transmitted when rapidly hitting a note/pad. I simply disconnected the note length input and set each one to a fixed time of 10mS and it works fine now on rapid notes.
I do like the look of this project so I hope you make good progress with it.
Cheers
Spogg
Sorry for the delay; I've been a bit busy with real life!
I found 2 issues.
-the MIDI note-off from my keyboard was also triggering a sample. This is down to the implementation of MIDI where a note OFF is specified by the NOTE ON at Velocity = zero. This is done so as not to keep sending status bytes and is referred to as RUNNING STATUS see http://www.music-software-development.c ... orial.html
This was resolved by using a little module (not by me) which I have patched into your MIDI inputs. M-Audio use running status for example (my keyboard) and others may do too, so it's a good idea to always put one of these in for simple sample triggering or arpeggiators etc. but not needed when making a polyphonic synth using the MIDI and Voice prims.
-the MIDI generator modules were using sample length to set the note-on time. This means that on longer samples the MIDI message was not always transmitted when rapidly hitting a note/pad. I simply disconnected the note length input and set each one to a fixed time of 10mS and it works fine now on rapid notes.
I do like the look of this project so I hope you make good progress with it.
Cheers
Spogg
- Attachments
-
- sampler multi spogged 2 - added blocking note vel 0 is off for running mode and fixed MIDI note on at 10mS.zip
- (975.48 KiB) Downloaded 853 times
-
Spogg - Posts: 3358
- Joined: Thu Nov 20, 2014 4:24 pm
- Location: Birmingham, England
2 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 60 guests