m00dawg wrote:I am eyeing MCTRL actually, along with Pulsar. The reason I liked going the FamiSlayer route is I find FamiTracker a lot easier to work with than, say, LSDJ. The downside is I don't have sync when composing songs like I do using LSDJ, so composing is a bit non-linear when working with other synths.
Yea, composing on a native tracker is fun, but cross platform tools have a better workflow, imo. Full key board and such.
ATM only PR8 has been extended for sync control; I would love to see Pulsar with sync as well! ( Hey Neil? Hint Hint)
m00dawg wrote: On that note, though, the idea of using a sort of BPM track to send to the NES seems workable. If that works, though, it seems like sending the MIDI clock through and having a bit of code on the uC could do the same affect but without having to toss that in every-time? I've had to do the sync track for our drum machine (which is really just a glorified click for us) and it's a bit annoying to setup over just having a clock.
A Midi Clock to Sync converter is the easiest user solution but requires some firmware development time. With just a 1:1, Clock to Sync24, conversion it may be useable for allot of tempo signatures; the down side is using FamiTracker to compose. A track will sound different during playback then when you compose it. But you may be able compensate with FamiTracker's settings.
m00dawg wrote: So, since we're now including MCTRL in the discussion - how easy of a modification might that be (DIY or otherwise)? One of the reasons for going the Arduino route was really just to reduce the number of stuff we have, particularly during a live show. If one box can sync both the GB and NES, it would be really convenient. But otherwise, MCTRL is there, works, I could look at using Pulsar with it - so the only gap is the discussion on syncing with a MIDI clock using FamiSlayer or some other NSF player, based upon some of the previous discussions in this thread?
Not sure on single Arduino control option, don't know enough about the ArduinoBoy code. Lots of IFs
MCTRL should work with FamiSlayer but again you'r back to a timing track (which you would need with PR8 also). The plus is you have fine grain control to adjust (via the track) without disturbing the other tracks' tempo, but this is also an extra burden.
m00dawg wrote: I guess long story short, it sounds like going from MIDI Clock to NES requires either some caveats / things to be mindful of, or uC support to make things function like they would with LSDJ or other MIDI clock-aware devices?
No perfect solution ATM. If I had the skills, the best would be a sync-able NSF driver. Guess that is possible, the FamiTracker source code is open, if someone has a mind to change it.
Yogi