Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add now/retrig and make the prompt (and prompt2 for multiline things)… #22

Closed
wants to merge 1 commit into from

Conversation

yaxu
Copy link
Member

@yaxu yaxu commented Aug 11, 2017

… silent. a good idea?

@kindohm
Copy link

kindohm commented Aug 11, 2017

giving it a spin...

@kindohm
Copy link

kindohm commented Aug 11, 2017

Hrm, retrig doesn't seem to work for me. Doesn't retrig need to be reset every time you want to use it? That's the only way I can get it to work. Like this:

do  
    now' <- getNow
    let now = nextSam now'
    let retrig = (now `rotR`)
    d1 $ retrig $ slowcat [ 
        sound "bd*8", 
        sound "feel:2*6", 
        sound "ul(5,8)", 
        sound "cp*8",
        s "arpy*5" # n (run 30),
        sound "bass(3,8)" ]

@kindohm
Copy link

kindohm commented Aug 11, 2017

As for the silent prompt, I kind of miss the feedback that ghci received my command. Maybe we could make it a configurable option to make the prompt silent or not. I don't know what the default should be though.

@yaxu
Copy link
Member Author

yaxu commented Aug 11, 2017

I agree it would be good to have some kind of prompt appear, maybe something that prints the current cycle number?
[tidal 232]>

@telephon
Copy link

if the prompts had newlines at the end they would be more readable in general.

@ndr-brt
Copy link
Collaborator

ndr-brt commented Oct 20, 2019

is this PR still valuable?

@yaxu
Copy link
Member Author

yaxu commented Oct 20, 2019

No, this is all out of date. All the plugins should more or less have the same BootTidal.hs now

@yaxu yaxu closed this Oct 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants