-
Hi Mike,
we had contact a few months ago, thank you again for this great Flutter plugin.
I tried to run my App on my Windows environment but sady it throws an error. It looks like the cpp 'Abseil'…
e1ke updated
9 months ago
-
**Bug Description**
I have recently installed an Illumina iSeq-100 benchtop sequencer in my lab, and it was announced allready in 2018, that there will be a 2x 250 bp sequencing cartrige available so…
-
We are writing our sequencer with editor preview.
If we're using in it "From" tweens, after DOTweenEditorPreview.Stop(true); values aren't resets to old positions
-
Sequencer parts have gone through drastical changes in 0.5.0. Lots of the structure is redundant while new code is still not under test. Read the code and improve things.
-
```
Use ptk as a demo sequencer.
```
Original issue reported on code.google.com by `hhhikr@gmail.com` on 6 Oct 2010 at 1:48
-
You should be able to nudge notes in the melody sequencer by means of left & right cursor arrows, that nudges within the set “steps per beat” resolution."
(Suggestion from forum member Eurikon.)
-
```
What steps will reproduce the problem?
1.
def comp():
"""compositions"""
b1 = Bar()
t1 = Track(Instrument())
b1.place_notes(chords.triad("A", "C"),4)
b1.place_notes(chords.tria…
-
```
What steps will reproduce the problem?
1.
def comp():
"""compositions"""
b1 = Bar()
t1 = Track(Instrument())
b1.place_notes(chords.triad("A", "C"),4)
b1.place_notes(chords.tria…
-
There isn't really a [CV](https://linuxmusicians.com/viewtopic.php?f=1&t=20701) sequencer/looper yet. Might support for CV be something Giada could gain in the future?
-
```
On top of the Sequencer module build a MidiSequencer that converts the
received events to bytecode and passes it on to some other method.
```
Original issue reported on code.google.com by `Rhijna…