sensoryoverload / hybrid-sequencer

An advanced audio/midi sequencer for live performance
3 stars 2 forks source link

External gear plugin #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would send midi to jack and receive audio on another jack input.

Original issue reported on code.google.com by robbert....@gmail.com on 12 Apr 2014 at 5:48

GoogleCodeExporter commented 9 years ago
Changed to milestone 1 because it's pretty important to have as a basic feature

Original comment by robbert....@gmail.com on 23 Jun 2014 at 5:47

GoogleCodeExporter commented 9 years ago
Implemented most of the backend.

Original comment by robbert....@gmail.com on 26 Jun 2014 at 6:09

GoogleCodeExporter commented 9 years ago
Works in a most basic version. Just needs a level parameter so it can adjust 
too low or to high incoming levels. 

Original comment by robbert....@gmail.com on 2 Jul 2014 at 6:22

GoogleCodeExporter commented 9 years ago
Crashes when deleting pattern containing an external gear plugin

Original comment by robbert....@gmail.com on 7 Jul 2014 at 9:55

GoogleCodeExporter commented 9 years ago
Technically it works. There is just an issue with making the jack port names 
unique between tracks and between patterns.

Original comment by robbert....@gmail.com on 8 Jul 2014 at 5:07

GoogleCodeExporter commented 9 years ago
Portnames should be managed by the TJackAudio object. It should create a unique 
number for each new portname.

Original comment by robbert....@gmail.com on 14 Jul 2014 at 5:05

GoogleCodeExporter commented 9 years ago
Portnames are generated with a unique number (sequence from 1)

Original comment by robbert....@gmail.com on 23 Jul 2014 at 6:32