lekernel changed the topic of #milkymist to: Milkymist One, Migen, Milkymist SoC & Flickernoise :: Logs: http://en.qi-hardware.com/mmlogs
gbraad has joined #milkymist
gbraad has quit [Changing host]
gbraad has joined #milkymist
balrog has quit [*.net *.split]
balrog_ has joined #milkymist
balrog_ is now known as balrog
xiangfu has joined #milkymist
aeris has quit [Ping timeout: 260 seconds]
aeris has joined #milkymist
n0carri3r has joined #milkymist
<n0carri3r> whats up guys
<n0carri3r> been a while
<n0carri3r> would love to hear whats new with milkymist
<kristianpaul> hey
<kristianpaul> i also would love to hear whas new with you and your milkymist on the wild :)
<n0carri3r> hey!
<n0carri3r> well, i haven't used it at a gig since last may
<n0carri3r> but i'm heading to rio in a few weeks - and i plan to use it
<n0carri3r> finally got USB-MIDI working with the nanoKontrol2
<n0carri3r> its pretty awesome
<n0carri3r> but i did notice when i went looking, it was *hard* to find documentation on USB-MIDI
<n0carri3r> i figured it out from the example FNP, which wasn't commented
<n0carri3r> but later found werners paper
<n0carri3r> which did lead to one question: how do i use the MIDI out?!
<n0carri3r> (not USB-MIDI, regular MIDI out)
<kristianpaul> i'm not sure but i tought i was meant to tap a midi cable, as the dmx in out ones i guess
<kristianpaul> i think thats for lekernel to answer..
<n0carri3r> yeah
<n0carri3r> what do you mean by "tap a midi cable"?
qi-bot has quit [Ping timeout: 245 seconds]
<kristianpaul> well i guess like a bridge or something to sniff the i
<kristianpaul> oops
<kristianpaul> well i guess like a bridge or something to sniff the midi data without actually modify it
<n0carri3r> i see yeah
<n0carri3r> i haven't seen any example patches with MIDI out
<n0carri3r> but i would love to get it working
<kristianpaul> what device you plan to hook the MIDI out?
qi-bot has joined #milkymist
br0carri3r has joined #milkymist
n0carri3r has quit [Ping timeout: 256 seconds]
br0carri3r has quit [Quit: Get MacIrssi - http://www.sysctl.co.uk/projects/macirssi/]
xiangfu has quit [Ping timeout: 240 seconds]
xiangfu has joined #milkymist
xiangfu has quit [Ping timeout: 276 seconds]
xiangfu has joined #milkymist
xiangfu_ has joined #milkymist
xiangfu has quit [Ping timeout: 264 seconds]
xiangfu has joined #milkymist
mumptai has joined #milkymist
xiangfu has quit [Ping timeout: 255 seconds]
xiangfu_ has quit [Ping timeout: 256 seconds]
Martoni has joined #milkymist
mumptai has quit [Ping timeout: 250 seconds]
lekernel has joined #milkymist
_florent_ has joined #milkymist
<larsc> lekernel: The SimActor source is deasserting it's stb signal for one cycle after it got an ack. This means it will only produce a token every second clock cycle at max
<larsc> Is there any specific reason for this?
<lekernel> no, I just didn't try to optimize
<Fallenou> kristianpaul: actually the dmx is not just for sniffing, you can actually send dmx messages with the M1
<Fallenou> you can control spots etc with dmx
<Fallenou> lekernel: did you see that n0carri3r came by ?
<Fallenou> asking about how to play with midi out (real midi, not usb midi)
xiangfu has joined #milkymist
Zou has quit [Ping timeout: 260 seconds]
<larsc> lekernel: btw. the bit width converter works pretty good (at least for the simple cases). But I do have to manually specify input and output width. Is it somehow possible to make a endpoint of variable width?
<lekernel> you can do it with AbstractActor, but the rules are hardcoded atm
<lekernel> it only works with simple buffers etc.
antgreen has quit [Quit: Leaving]
<larsc> ok, I'll have a look
gbraad has quit [Ping timeout: 248 seconds]
Gurty has joined #milkymist
xiangfu has quit [Ping timeout: 276 seconds]
antgreen has joined #milkymist
gbraad has joined #milkymist
gbraad has joined #milkymist
gbraad has quit [Changing host]
gbraad has quit [Ping timeout: 245 seconds]
xiangfu has joined #milkymist
sh4rm4 has quit [Ping timeout: 276 seconds]
xiangfu has quit [Remote host closed the connection]
playthatbeat has quit [Quit: KVIrc 4.1.3 Equilibrium http://www.kvirc.net/]
playthatbeat has joined #milkymist
sh4rm4 has joined #milkymist
<GitHub42> [migen] sbourdeauducq pushed 1 new commit to master: http://git.io/j24EMQ
<GitHub42> migen/master 80970b2 Sebastien Bourdeauducq: bus/asmibus: use implicit finalization
<lekernel> Fallenou, yes, saw that. with the current software, midi-out is just a pass through.
<Fallenou> ok
Martoni has quit [Quit: ChatZilla 0.9.90 [Firefox 19.0.2/20130307164200]]
jevin has quit [Quit: Textual IRC Client: www.textualapp.com]
jevin has joined #milkymist
antgreen has quit [Ping timeout: 248 seconds]
antgreen has joined #milkymist
jimmythehorn has joined #milkymist
mumptai has joined #milkymist
Alarm has joined #milkymist
hypermodern has joined #milkymist
<kristianpaul> Fallenou: ah yes, but i meant it /sniff/ just for MIDI
<larsc> lekernel: I've modified the SimActor like this, which seems to work http://pastebin.com/yzg6nztP. Or are you concerned that the constant writes are going to put to much additional load on the system?
<lekernel> well it's not like the simulator is efficient to start with... :)
<lekernel> and this sort of issue, if it appears, should be resolved at the lower level with e.g. some sort of caching mechanism, so the constant write is fine
<lekernel> and eventually, we want to get rid of iverilog and simulate fhdl directly from python, so that write would be just an assign
<lekernel> have you tested it when the generator returns None?
<larsc> hm, on the other hand this probably will cause issues if the generator doesn't yield anything anymore
<larsc> or yields None
<larsc> This seems to work better: http://pastebin.com/2qetbgeQ
hypermodern has quit [Remote host closed the connection]
hypermodern has joined #milkymist
antgreen has quit [Quit: Leaving]
robmyers has quit [Ping timeout: 246 seconds]
robmyers has joined #milkymist
<GitHub79> [migen] sbourdeauducq pushed 2 new commits to master: http://git.io/mWbtiA
<GitHub79> migen/master c4d9734 Sebastien Bourdeauducq: README: update
<GitHub79> migen/master 3c75121 Sebastien Bourdeauducq: fhdl/tracer: remove leading underscores from names
mumptai has quit [Quit: Verlassend]
antgreen has joined #milkymist
hypermodern has quit [Remote host closed the connection]
Alarm has quit [Remote host closed the connection]
lekernel has quit [Quit: Leaving]