Moritz Sichert

Results 45 comments of Moritz Sichert

I have some more questions: - what should `is_reader` in `createJack` affect? Perhaps making Connections read only? - shall the `Connection` class replace the `Jack` classes? As in the jacks...

But now I don't get what the reader and writer classes are needed for. What do they do if the Jacks create the Connections on the fly without using them?

When you are talking about writer and reader jacks do you mean the same as writer and reader classes in jack modules?

Yeah, I think a sketch will help a lot to understand this!

Well first I have to understand it as it is know ;-) So basically we split the old jack classes in a class that handles writing connections and another that...

I had a first go at MoritzS@f162725d703ce243b49826fa79b6dcad491ba348 Basically I did not implement the reader/writer thing but `RegisterJack` checks if the class is subclass of `ReaderJack` or `WriterJack`. In the end...

I just don't have enough time at the moment, I'll try to do this either this or next week.

I never wanted other people to stop working on this, it's totally fine and even encouraging to have other people do this!

Maybe I can start working on this again next week, we'll see.

I'm working on this right now. Give me a little time to go through all our thoughts! ;-)