Search found 15 matches
- 20 Mar 2015 16:23
- Forum: Troubleshooting
- Topic: Unwanted midi data, can someone help?
- Replies: 7
- Views: 2980
Re: Unwanted midi data, can someone help?
Actually, now I've really figured it out- freq and multi were hidden knobs behind the coarse and fine knobs, I had not changed them to channel 2 when I remapped the template in Ableton. DoH.
- 20 Mar 2015 16:20
- Forum: Troubleshooting
- Topic: Unwanted midi data, can someone help?
- Replies: 7
- Views: 2980
Re: Unwanted midi data, can someone help?
To conclude.. Midi Monitor is an invaluable tool! Saved lots of time.
- 20 Mar 2015 16:19
- Forum: Troubleshooting
- Topic: Unwanted midi data, can someone help?
- Replies: 7
- Views: 2980
Re: Unwanted midi data, can someone help?
Looks like it was two extra lines in the code in the first post, that changed x on non existent objects.
osc_freq.x = r4;
osc_multi.x = r5;
Don't quite understand why it would generate MIDI data though
osc_freq.x = r4;
osc_multi.x = r5;
Don't quite understand why it would generate MIDI data though
- 20 Mar 2015 15:53
- Forum: Troubleshooting
- Topic: Unwanted midi data, can someone help?
- Replies: 7
- Views: 2980
Re: Unwanted midi data, can someone help?
I've check for unwanted Z variables, couldn't see any yet. There is no Z variable under that button, only x, there are some in the knob controls but they are unmapped to midi via target, but still mapped to object target. I've attached what I see in Midi Monitor when I press the button, I've ...
- 20 Mar 2015 13:50
- Forum: Troubleshooting
- Topic: Unwanted midi data, can someone help?
- Replies: 7
- Views: 2980
Unwanted midi data, can someone help?
Hi, I've made a template for Operator and I'm executing this randomise Osc script when I press a button in the template: // set random values for all the osc parameters decl r1 = rand()*22; decl r2 = rand()*30/100; decl r3 = rand(); decl r4 = rand(); decl r5 = rand(); decl r6 = rand(); decl r7 ...
- 10 Nov 2014 12:31
- Forum: Projects
- Topic: Bass Station II
- Replies: 0
- Views: 1439
Bass Station II
Hi, I made this for something to quickly generate useful Bass Station II patches randomly as the starting point for more detailed editing and performance on the synth itself (which has excellent controls). As I needed to add controls for all the synth's parameters, it soon ended up as a full patch ...
Microkorg
Hi! I made this in May and have just looked at it again. I think it may have some use for others so I want to post it here. Much credit must go to BRONC COMBO for the only other working MicroKorg template. I just built upon his work. I tested all the pages except the Vocoder page on my Midi setup ...
- 10 May 2013 13:05
- Forum: Troubleshooting
- Topic: Changing Multiball scale range
- Replies: 8
- Views: 2861
Re: Changing Multiball scale range
Template with working xy pads with range selection attached below:
- 10 May 2013 12:00
- Forum: Troubleshooting
- Topic: Changing Multiball scale range
- Replies: 8
- Views: 2861
Re: Changing Multiball scale range
I have found that using this expression in the multiball seems to work: range(Multiball1.y, Range_Multiball1y.x[0]*127, Range_Multiball1y.x[1]*127) (the Range_Multiball1y.x[0] and [1] are the start and ends of the range slider.) then using that as a variable in the multiball mapping to midi map to ...
- 10 May 2013 11:15
- Forum: Troubleshooting
- Topic: Changing Multiball scale range
- Replies: 8
- Views: 2861
Re: Changing Multiball scale range
I cant seem to find the xy example you suggested softcore. I've looked at the v4 default templates. Could you upload it or link to it for me?