<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[NoteOn-&gt;CcHigh, NoteOff-&gt;CcLow Midi Filter for Behringer FCB-1010?]]></title><description><![CDATA[<p>Hey folks, new PD user. I have just set out to creating the filter described in the subject line, and I'm curious before I go too far whether this has already been created.</p>
<p>My use case is, I am a longtime guitar/vox who has more recently learned keys, and I would like to integrate my sustain pedal (CC64) into one of the switches on my FCB-1010 rather than have another device on the floor/dangling wire.</p>
<p>Long story short on the FCB-1010 is, the only option for Sustain Pedal type functionality, where it notifies the midi out that I have raised my foot, is by sending a NoteOn/NoteOff on a specific channel. It's actually an incredibly frustrating device and I plan to get the Uno upgrade put in as soon as I have spare cash, but in the meantime, this seems like a job for puredata. I own a Zynthian, which runs PureData and provides my Piano sounds, so in theory this would just monitor channel 16 for one specific note, and send out 127 or 0 to CC64 to its output (I believe that PD's output will be available on the chain I place it in, but I haven't sorted that out yet...) on that specific note only.</p>
<p>I'm wondering, this being such a simple filter, if maybe I shouldn't have a go at writing an LV2 filter instead, but in the meantime, has anyone already implemented this filter? Is there a Midi Filter Collection page somewhere round here that I could browse?</p>
<p>I feel a bit out of place when I look at many of the tutorials, cause while I am a gadgethead and I do appreciate synths, I don't tend to use any generative stuff like arpeggiators and whatnot, though I'm trying to wrap my head around the loopers and sequencers Zynthian implements, now that I'm invested in a platform. But I guess I'm not an &quot;electronic&quot; musician, is my point I guess. Using midi came hard and with a lot of pain. :&gt;</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14609/noteon-cchigh-noteoff-cclow-midi-filter-for-behringer-fcb-1010</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Jul 2026 15:00:09 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/14609.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 12 Feb 2024 23:02:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to NoteOn-&gt;CcHigh, NoteOff-&gt;CcLow Midi Filter for Behringer FCB-1010? on Mon, 12 Feb 2024 23:02:16 GMT]]></title><description><![CDATA[<p>Hey folks, new PD user. I have just set out to creating the filter described in the subject line, and I'm curious before I go too far whether this has already been created.</p>
<p>My use case is, I am a longtime guitar/vox who has more recently learned keys, and I would like to integrate my sustain pedal (CC64) into one of the switches on my FCB-1010 rather than have another device on the floor/dangling wire.</p>
<p>Long story short on the FCB-1010 is, the only option for Sustain Pedal type functionality, where it notifies the midi out that I have raised my foot, is by sending a NoteOn/NoteOff on a specific channel. It's actually an incredibly frustrating device and I plan to get the Uno upgrade put in as soon as I have spare cash, but in the meantime, this seems like a job for puredata. I own a Zynthian, which runs PureData and provides my Piano sounds, so in theory this would just monitor channel 16 for one specific note, and send out 127 or 0 to CC64 to its output (I believe that PD's output will be available on the chain I place it in, but I haven't sorted that out yet...) on that specific note only.</p>
<p>I'm wondering, this being such a simple filter, if maybe I shouldn't have a go at writing an LV2 filter instead, but in the meantime, has anyone already implemented this filter? Is there a Midi Filter Collection page somewhere round here that I could browse?</p>
<p>I feel a bit out of place when I look at many of the tutorials, cause while I am a gadgethead and I do appreciate synths, I don't tend to use any generative stuff like arpeggiators and whatnot, though I'm trying to wrap my head around the loopers and sequencers Zynthian implements, now that I'm invested in a platform. But I guess I'm not an &quot;electronic&quot; musician, is my point I guess. Using midi came hard and with a lot of pain. :&gt;</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14609/noteon-cchigh-noteoff-cclow-midi-filter-for-behringer-fcb-1010</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14609/noteon-cchigh-noteoff-cclow-midi-filter-for-behringer-fcb-1010</guid><dc:creator><![CDATA[jpaskaruk]]></dc:creator><pubDate>Mon, 12 Feb 2024 23:02:16 GMT</pubDate></item><item><title><![CDATA[Reply to NoteOn-&gt;CcHigh, NoteOff-&gt;CcLow Midi Filter for Behringer FCB-1010? on Tue, 13 Feb 2024 12:31:08 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/jpaskaruk">@jpaskaruk</a> Do you mean to say that you &quot;can&quot; run Pd on the Zynthian?<br />
There exists a set of LV2 midi filters for the Zynthian........ <a href="http://x42-plugins.com/x42/x42-midifilter" rel="nofollow">http://x42-plugins.com/x42/x42-midifilter</a> which might work &quot;off the shelf&quot;.<br />
Specifically Note2CC.<br />
The link to that was found here...... <a href="https://zynthian.org/engines/_engine-list/engine-x42-midifilters" rel="nofollow">https://zynthian.org/engines/_engine-list/engine-x42-midifilters</a></p>
<p>It would be very simple to make the filter in Pd, but to insert it in the midi chain to the synth you would need a midi router on the machine running Zynthian.<br />
So what you need to do, exactly, depends on the operating system of the computer running Zynthian.</p>
<p>If it were a windows machine then MidiOX could help you patch Pd into the synth chain..... but MidiOx has its own midi translation module, so you would not need Pd at all.</p>
<p>The same will probably hold for a Raspberry flavoured Linux.<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14609/noteon-cchigh-noteoff-cclow-midi-filter-for-behringer-fcb-1010/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14609/noteon-cchigh-noteoff-cclow-midi-filter-for-behringer-fcb-1010/2</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Tue, 13 Feb 2024 12:31:08 GMT</pubDate></item></channel></rss>