| n0carri3r | whats up guys | 01:24 |
|---|---|---|
| n0carri3r | been a while | 01:24 |
| n0carri3r | would love to hear whats new with milkymist | 01:27 |
| kristianpaul | hey | 01:31 |
| kristianpaul | i also would love to hear whas new with you and your milkymist on the wild :) | 01:32 |
| n0carri3r | hey! | 01:33 |
| n0carri3r | well, i haven't used it at a gig since last may | 01:33 |
| n0carri3r | but i'm heading to rio in a few weeks - and i plan to use it | 01:33 |
| n0carri3r | finally got USB-MIDI working with the nanoKontrol2 | 01:34 |
| n0carri3r | its pretty awesome | 01:34 |
| n0carri3r | but i did notice when i went looking, it was *hard* to find documentation on USB-MIDI | 01:37 |
| n0carri3r | i figured it out from the example FNP, which wasn't commented | 01:37 |
| n0carri3r | but later found werners paper | 01:37 |
| n0carri3r | which did lead to one question: how do i use the MIDI out?! | 01:41 |
| n0carri3r | (not USB-MIDI, regular MIDI out) | 01:41 |
| kristianpaul | i'm not sure but i tought i was meant to tap a midi cable, as the dmx in out ones i guess | 01:52 |
| kristianpaul | i think thats for lekernel to answer.. | 01:53 |
| n0carri3r | yeah | 01:53 |
| n0carri3r | what do you mean by "tap a midi cable"? | 01:53 |
| n0carri3r | hss3jb: https://bleeplabs.com/store/hss3jb/ | 02:53 |
| 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 | 09:56 |
| larsc | Is there any specific reason for this? | 09:56 |
| lekernel | no, I just didn't try to optimize | 09:58 |
| Fallenou | kristianpaul: actually the dmx is not just for sniffing, you can actually send dmx messages with the M1 | 10:56 |
| Fallenou | you can control spots etc with dmx | 10:56 |
| Fallenou | lekernel: did you see that n0carri3r came by ? | 10:57 |
| Fallenou | asking about how to play with midi out (real midi, not usb midi) | 10:57 |
| 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? | 12:06 |
| lekernel | you can do it with AbstractActor, but the rules are hardcoded atm | 12:22 |
| lekernel | it only works with simple buffers etc. | 12:22 |
| larsc | ok, I'll have a look | 12:25 |
| GitHub42 | [migen] sbourdeauducq pushed 1 new commit to master: http://git.io/j24EMQ | 16:13 |
| GitHub42 | migen/master 80970b2 Sebastien Bourdeauducq: bus/asmibus: use implicit finalization | 16:13 |
| lekernel | Fallenou, yes, saw that. with the current software, midi-out is just a pass through. | 16:14 |
| Fallenou | ok | 16:15 |
| kristianpaul | Fallenou: ah yes, but i meant it /sniff/ just for MIDI | 18:38 |
| lekernel | http://www.aes.tu-berlin.de/menue/aktuelles/#509350 | 18:41 |
| 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? | 19:16 |
| lekernel | well it's not like the simulator is efficient to start with... :) | 19:17 |
| 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 | 19:18 |
| lekernel | and eventually, we want to get rid of iverilog and simulate fhdl directly from python, so that write would be just an assign | 19:18 |
| lekernel | have you tested it when the generator returns None? | 19:20 |
| larsc | hm, on the other hand this probably will cause issues if the generator doesn't yield anything anymore | 19:20 |
| larsc | or yields None | 19:20 |
| larsc | This seems to work better: http://pastebin.com/2qetbgeQ | 19:55 |
| GitHub79 | [migen] sbourdeauducq pushed 2 new commits to master: http://git.io/mWbtiA | 21:27 |
| GitHub79 | migen/master c4d9734 Sebastien Bourdeauducq: README: update | 21:27 |
| GitHub79 | migen/master 3c75121 Sebastien Bourdeauducq: fhdl/tracer: remove leading underscores from names | 21:27 |
| --- Tue Mar 12 2013 | 00:00 | |
Generated by irclog2html.py 2.9.2 by Marius Gedminas - find it at mg.pov.lt!